You are here

public function ContentProcessorPluginManagerInterface::getImportPlugins in YAML Content 8.2

Retrieve a list of content processor plugins supporting import operations.

Return value

array An array of plugin definitions keyed by plugin id where the annotation indicates `import` as TRUE.

1 method overrides ContentProcessorPluginManagerInterface::getImportPlugins()
ContentProcessorPluginManager::getImportPlugins in src/ContentProcessorPluginManager.php
Retrieve a list of content processor plugins supporting import operations.

File

src/ContentProcessorPluginManagerInterface.php, line 19

Class

ContentProcessorPluginManagerInterface
A plugin manager service for ContentProcessor plugin implementations.

Namespace

Drupal\yaml_content

Code

public function getImportPlugins();