protected property PluginBase::$configuration in Plug 7
Configuration information passed into the plugin.
When using an interface like \Drupal\Component\Plugin\ConfigurablePluginInterface, this is where the configuration should be stored.
Plugin configuration is optional, so plugin implementations must provide their own setters and getters.
Type: array
File
- lib/
Drupal/ Component/ Plugin/ PluginBase.php, line 45 - Contains \Drupal\Component\Plugin\PluginBase.
Class
- PluginBase
- Base class for plugins wishing to support metadata inspection.
Namespace
Drupal\Component\PluginCode
protected $configuration;