protected property DependentPluginDefinitionTrait::$config_dependencies in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/Plugin/Definition/DependentPluginDefinitionTrait.php \Drupal\Core\Plugin\Definition\DependentPluginDefinitionTrait::config_dependencies
The dependencies of this plugin definition.
Type: array
See also
\Drupal\Core\Config\Entity\ConfigDependencyManager
File
- core/
lib/ Drupal/ Core/ Plugin/ Definition/ DependentPluginDefinitionTrait.php, line 17
Class
- DependentPluginDefinitionTrait
- Provides a trait for a plugin definition that has dependencies.
Namespace
Drupal\Core\Plugin\DefinitionCode
protected $config_dependencies = [];