You are here

public function ContentProcessorPluginManagerInterface::getExportPlugins in YAML Content 8.2

Retrieve a list of content processor plugins supporting export operations.

Return value

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

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

File

src/ContentProcessorPluginManagerInterface.php, line 28

Class

ContentProcessorPluginManagerInterface
A plugin manager service for ContentProcessor plugin implementations.

Namespace

Drupal\yaml_content

Code

public function getExportPlugins();