You are here

protected property BulkNodeExport::$configuration in Node export 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/BulkNodeExport.php, line 49

Class

BulkNodeExport
Update Fields.

Namespace

Drupal\node_export\Plugin\Action

Code

protected $configuration;