You are here

public function DefaultTypeProcessor::getPluginDefinition in Content Synchronizer 3.x

Gets the definition of the plugin implementation.

Return value

array The plugin definition, as returned by the discovery object used by the plugin manager.

Overrides PluginInspectionInterface::getPluginDefinition

File

src/Processors/Type/DefaultTypeProcessor.php, line 25

Class

DefaultTypeProcessor
Class DefaultTypeProcessor.

Namespace

Drupal\content_synchronizer\Processors\Type

Code

public function getPluginDefinition() {
  return [];
}