Configuration information passed into the plugin.
When using an interface like \Drupal\Component\Plugin\ConfigurableInterface, this is where the configuration should be stored.
Plugin configuration is optional, so plugin implementations must provide their own setters and getters.
Type: array
protected $configuration;