You are here

public function ConfigurationItem::getProvider in Features 8.3

Same name and namespace in other branches
  1. 8.4 src/ConfigurationItem.php \Drupal\features\ConfigurationItem::getProvider()

Return value

string

File

src/ConfigurationItem.php, line 322

Class

ConfigurationItem
Contains some configuration together with metadata like the name + package.

Namespace

Drupal\features

Code

public function getProvider() {
  return $this->provider;
}