You are here

public function ImportProcessorPluginBase::getConfiguration in Entity Share 8.3

Gets this plugin's configuration.

Return value

array An array of this plugin's configuration.

Overrides ConfigurableInterface::getConfiguration

File

modules/entity_share_client/src/ImportProcessor/ImportProcessorPluginBase.php, line 98

Class

ImportProcessorPluginBase
Defines a base class from which other processors may extend.

Namespace

Drupal\entity_share_client\ImportProcessor

Code

public function getConfiguration() {
  return $this->configuration;
}