You are here

protected property ConvertBundlesActionBase::$configuration in Convert Bundles 8

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: configuration

Overrides PluginBase::$configuration

File

src/Plugin/Action/ConvertBundlesActionBase.php, line 50

Class

ConvertBundlesActionBase
Update Bundles.

Namespace

Drupal\convert_bundles\Plugin\Action

Code

protected $configuration;