You are here

public function InstallablePluginManagerInterface::getDefinitions in Markdown 8.2

Gets the definition of all plugins for this type.

Parameters

bool $includeFallback: Flag indicating whether to include the "fallback" definition.

Return value

\Drupal\markdown\Annotation\InstallablePlugin[] An array of plugin definitions (empty array if no definitions were found). Keys are plugin IDs.

Overrides DiscoveryInterface::getDefinitions

File

src/PluginManager/InstallablePluginManagerInterface.php, line 105

Class

InstallablePluginManagerInterface
Installable plugin manger interface.

Namespace

Drupal\markdown\PluginManager

Code

public function getDefinitions($includeFallback = TRUE);