AssertMediaTrait |
trait |
Drupal\gutenberg |
src/AssertMediaTrait.php |
Provides utility to assert data. |
|
2 |
|
BaseDataProvider |
abstract class |
Drupal\gutenberg\DataProvider |
src/DataProvider/BaseDataProvider.php |
Provides base abstraction for entity data providers. |
2 |
|
|
BlockManagerForm |
class |
Drupal\gutenberg_cloud\Form |
modules/gutenberg_cloud/src/Form/BlockManagerForm.php |
Configure Gutenberg Cloud blocks. |
|
|
1 |
BlockParser |
class |
Drupal\gutenberg\Parser |
src/Parser/BlockParser.php |
Class BlockParser. |
|
2 |
|
BlockParserBlock |
class |
Drupal\gutenberg\Parser |
src/Parser/BlockParserBlock.php |
Class BlockParserBlock. |
|
|
|
BlockParserFrame |
class |
Drupal\gutenberg\Parser |
src/Parser/BlockParserFrame.php |
Class BlockParserFrame. |
|
|
|
BlocksController |
class |
Drupal\gutenberg\Controller |
src/Controller/BlocksController.php |
Returns responses for our blocks routes. |
|
|
|
BlocksRendererHelper |
class |
Drupal\gutenberg |
src/BlocksRendererHelper.php |
Class BlocksRendererHelper. |
|
2 |
2 |
CloudBlock |
class |
Drupal\gutenberg_cloud |
modules/gutenberg_cloud/src/CloudBlock.php |
Class CloudBlock. |
|
|
|
CloudBlockBase |
class |
Drupal\gutenberg_cloud |
modules/gutenberg_cloud/src/CloudBlockBase.php |
Class CloudBlockBase. |
1 |
|
|
CloudBlockInterface |
interface |
Drupal\gutenberg_cloud |
modules/gutenberg_cloud/src/CloudBlockInterface.php |
Interface for cloud block classes. |
1 |
1 |
|
CloudBlockManager |
class |
Drupal\gutenberg_cloud |
modules/gutenberg_cloud/src/CloudBlockManager.php |
Class CloudBlockManager. |
|
1 |
2 |
ConfigurableProcessorBase |
abstract class |
Drupal\gutenberg\BlockProcessor |
src/BlockProcessor/ConfigurableProcessorBase.php |
Base class for configurable processors. |
1 |
|
|
DataProviderInterface |
interface |
Drupal\gutenberg\DataProvider |
src/DataProvider/DataProviderInterface.php |
Provides data for entity type. |
1 |
|
|
DefaultMediaSelectionProcessor |
class |
Drupal\gutenberg\MediaSelectionProcessor |
src/MediaSelectionProcessor/DefaultMediaSelectionProcessor.php |
Handles default processing for media library selection. |
|
|
2 |
DrupalBlockProcessor |
class |
Drupal\gutenberg\BlockProcessor |
src/BlockProcessor/DrupalBlockProcessor.php |
Processes Drupal blocks than can be embedded. |
|
|
2 |
DrupalImage |
class |
Drupal\gutenberg\Plugin\GutenbergPlugin |
src/Plugin/GutenbergPlugin/DrupalImage.php |
Defines the "drupalimage" plugin. |
|
|
|
DynamicRenderProcessor |
class |
Drupal\gutenberg\BlockProcessor |
src/BlockProcessor/DynamicRenderProcessor.php |
Processes blocks which can be rendered dynamically server-side. |
|
|
2 |
EntityDataProviderManager |
class |
Drupal\gutenberg\DataProvider |
src/DataProvider/EntityDataProviderManager.php |
Supports management for entity type data providers. |
|
1 |
2 |
EntityDataProviderManagerInterface |
interface |
Drupal\gutenberg\DataProvider |
src/DataProvider/EntityDataProviderManagerInterface.php |
Handles media type persistence process. |
1 |
|
|
FieldMappingProcessor |
class |
Drupal\gutenberg\BlockProcessor |
src/BlockProcessor/FieldMappingProcessor.php |
Processor removing blocks with a "mappingFields" attribute. |
|
|
2 |
FileEntityDataProvider |
class |
Drupal\gutenberg\DataProvider |
src/DataProvider/FileEntityDataProvider.php |
Provides data for file entity type for Gutenberg editor. |
|
|
2 |
FileEntityNotFoundException |
class |
Drupal\gutenberg\Service |
src/Service/FileEntityNotFoundException.php |
Thrown if file entity couldn't be found. |
|
1 |
|
FileEntityNotSavedException |
class |
Drupal\gutenberg\Service |
src/Service/FileEntityNotSavedException.php |
Thrown if file and file entity couldn't be saved. |
|
|
|
FileExtensionGuesser |
class |
Drupal\gutenberg |
src/FileExtensionGuesser.php |
Guesses all possible extensions . |
|
|
2 |
FileExtensionGuesserInterface |
interface |
Drupal\gutenberg |
src/FileExtensionGuesserInterface.php |
Guesses all possible file extensions by mime type. |
1 |
|
|
Gutenberg |
class |
Drupal\gutenberg\Plugin\Editor |
src/Plugin/Editor/Gutenberg.php |
Defines a Gutenberg-based text editor for Drupal. |
|
|
|
GutenbergBlockProcessorInterface |
interface |
Drupal\gutenberg\BlockProcessor |
src/BlockProcessor/GutenbergBlockProcessorInterface.php |
Defines an interface for classes that process Gutenberg blocks. |
5 |
|
|
GutenbergBlockProcessorManager |
class |
Drupal\gutenberg\BlockProcessor |
src/BlockProcessor/GutenbergBlockProcessorManager.php |
Gutenberg block processor manager. |
|
1 |
2 |
GutenbergConfigurableBlockProcessorInterface |
interface |
Drupal\gutenberg\BlockProcessor |
src/BlockProcessor/GutenbergConfigurableBlockProcessorInterface.php |
Defines an interface for configurable Gutenberg block processors. |
1 |
1 |
|
GutenbergFilter |
class |
Drupal\gutenberg\Plugin\Filter |
src/Plugin/Filter/GutenbergFilter.php |
Provides a filter for Gutenberg blocks. |
|
|
|
GutenbergLibraryManager |
class |
Drupal\gutenberg |
src/GutenbergLibraryManager.php |
Provides the default .gutenberg.yml library plugin manager. |
|
|
2 |
GutenbergLibraryManagerInterface |
interface |
Drupal\gutenberg |
src/GutenbergLibraryManagerInterface.php |
Defines an interface for gutenberg library plugin managers. |
1 |
2 |
|
GutenbergMediaLibraryUiBuilder |
class |
Drupal\gutenberg |
src/GutenbergMediaLibraryUiBuilder.php |
Class GutenbergMediaLibraryUiBuilder. |
|
|
2 |
GutenbergPlugin |
class |
Drupal\gutenberg\Annotation |
src/Annotation/GutenbergPlugin.php |
Defines a GutenbergPlugin annotation object. |
|
|
|
GutenbergPluginBase |
abstract class |
Drupal\gutenberg |
src/GutenbergPluginBase.php |
Defines a base Gutenberg plugin implementation. |
1 |
1 |
|
GutenbergPluginConfigurableInterface |
interface |
Drupal\gutenberg |
src/GutenbergPluginConfigurableInterface.php |
Defines an interface for configurable Gutenberg plugins. |
1 |
1 |
|
GutenbergPluginInterface |
interface |
Drupal\gutenberg |
src/GutenbergPluginInterface.php |
Defines an interface for (loading of) Gutenberg plugins. |
2 |
|
|
GutenbergPluginManager |
class |
Drupal\gutenberg |
src/GutenbergPluginManager.php |
Provides a Gutenberg Plugin plugin manager. |
|
1 |
2 |
GutenbergTextFormatter |
class |
Drupal\gutenberg\Plugin\Field\FieldFormatter |
src/Plugin/Field/FieldFormatter/GutenbergTextFormatter.php |
Plugin implementation of the 'gutenberg_text' formatter. |
|
|
|
MappingFieldsHelper |
class |
Drupal\gutenberg |
src/MappingFieldsHelper.php |
Handles the mappingFields configuration manipulation. |
|
1 |
|
MediaController |
class |
Drupal\gutenberg\Controller |
src/Controller/MediaController.php |
Returns responses for our image routes. |
|
|
|
MediaEntityDataProvider |
class |
Drupal\gutenberg\DataProvider |
src/DataProvider/MediaEntityDataProvider.php |
Provides data for media entity type for Gutenberg editor. |
|
|
2 |
MediaEntityNotFoundException |
class |
Drupal\gutenberg\Service |
src/Service/MediaEntityNotFoundException.php |
Thrown if media entity couldn't be found. |
|
1 |
|
MediaEntityNotMatchedException |
class |
Drupal\gutenberg\Service |
src/Service/MediaEntityNotMatchedException.php |
Thrown if media entity couldn't be matched. |
|
|
|
MediaEntityNotSavedException |
class |
Drupal\gutenberg\Service |
src/Service/MediaEntityNotSavedException.php |
Thrown if media entity couldn't be saved. |
|
|
|
MediaEntityRenderer |
class |
Drupal\gutenberg |
src/MediaEntityRenderer.php |
Renders media entities to the HTML. |
|
|
2 |
MediaEntityRendererInterface |
interface |
Drupal\gutenberg |
src/MediaEntityRendererInterface.php |
Renders media entities. |
1 |
1 |
|
MediaLibraryGutenbergOpener |
class |
Drupal\gutenberg |
src/MediaLibraryGutenbergOpener.php |
The media library opener for Gutenberg editor. |
|
|
2 |
MediaSelectionProcessorInterface |
interface |
Drupal\gutenberg\MediaSelectionProcessor |
src/MediaSelectionProcessor/MediaSelectionProcessorInterface.php |
Interface MediaSelectionProcessorInterface. |
1 |
|
|