You are here

public function GutenbergLibraryManagerInterface::getDefinitionsByExtension in Gutenberg 8.2

Get the list of gutenberg.yml definitions and group them by their type.

Return value

array The definitions grouped by theme and module.

1 method overrides GutenbergLibraryManagerInterface::getDefinitionsByExtension()
GutenbergLibraryManager::getDefinitionsByExtension in src/GutenbergLibraryManager.php
Get the list of gutenberg.yml definitions and group them by their type.

File

src/GutenbergLibraryManagerInterface.php, line 52

Class

GutenbergLibraryManagerInterface
Defines an interface for gutenberg library plugin managers.

Namespace

Drupal\gutenberg

Code

public function getDefinitionsByExtension();