You are here

public function EnableAwarePluginManagerInterface::enabled in Markdown 8.2

Retrieves all enabled plugins.

Parameters

array $configuration: The configuration used to create plugin instances.

Return value

\Drupal\markdown\Plugin\Markdown\EnabledPluginInterface[] An array of enabled plugins instances, keyed by plugin identifier.

File

src/PluginManager/EnableAwarePluginManagerInterface.php, line 25

Class

EnableAwarePluginManagerInterface
Interface for plugin managers that are "enable" aware.

Namespace

Drupal\markdown\PluginManager

Code

public function enabled(array $configuration = []);