You are here

protected property BulkUpdateFieldsActionBase::$configuration in Bulk Update Fields 8

Same name and namespace in other branches
  1. 8.2 src/Plugin/Action/BulkUpdateFieldsActionBase.php \Drupal\bulk_update_fields\Plugin\Action\BulkUpdateFieldsActionBase::configuration

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/BulkUpdateFieldsActionBase.php, line 49

Class

BulkUpdateFieldsActionBase
Update Fields.

Namespace

Drupal\bulk_update_fields\Plugin\Action

Code

protected $configuration;