function PluginDefinition::getProvider
Same name in other branches
- 9 core/lib/Drupal/Component/Plugin/Definition/PluginDefinition.php \Drupal\Component\Plugin\Definition\PluginDefinition::getProvider()
- 8.9.x core/lib/Drupal/Component/Plugin/Definition/PluginDefinition.php \Drupal\Component\Plugin\Definition\PluginDefinition::getProvider()
- 10 core/lib/Drupal/Component/Plugin/Definition/PluginDefinition.php \Drupal\Component\Plugin\Definition\PluginDefinition::getProvider()
Overrides PluginDefinitionInterface::getProvider
1 call to PluginDefinition::getProvider()
- EntityType::getBundleConfigDependency in core/
lib/ Drupal/ Core/ Entity/ EntityType.php - Gets the config dependency info for this entity, if any exists.
File
-
core/
lib/ Drupal/ Component/ Plugin/ Definition/ PluginDefinition.php, line 57
Class
- PluginDefinition
- Provides object-based plugin definitions.
Namespace
Drupal\Component\Plugin\DefinitionCode
public function getProvider() {
return $this->provider;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.