public function ConfigurationItem::setProvider in Features 8.4
Same name and namespace in other branches
- 8.3 src/ConfigurationItem.php \Drupal\features\ConfigurationItem::setProvider()
Parameters
string $provider:
File
- src/
ConfigurationItem.php, line 329
Class
- ConfigurationItem
- Contains some configuration together with metadata like the name + package.
Namespace
Drupal\featuresCode
public function setProvider($provider) {
$this->provider = $provider;
return $this;
}