ButtonAdminTest |
class |
Drupal\Tests\entity_embed\FunctionalJavascript |
tests/src/FunctionalJavascript/ButtonAdminTest.php |
Tests the creation and configuration of entity embed buttons. |
|
|
|
CKEditorIntegrationTest |
class |
Drupal\Tests\entity_embed\FunctionalJavascript |
tests/src/FunctionalJavascript/CKEditorIntegrationTest.php |
Tests ckeditor integration. |
|
|
|
ConfigurationUiTest |
class |
Drupal\Tests\entity_embed\FunctionalJavascript |
tests/src/FunctionalJavascript/ConfigurationUiTest.php |
Tests text format & text editor configuration UI validation. |
|
|
|
ContentTranslationTest |
class |
Drupal\Tests\entity_embed\FunctionalJavascript |
tests/src/FunctionalJavascript/ContentTranslationTest.php |
Test integration with content_translation. |
|
|
|
DrupalEntity |
class |
Drupal\entity_embed\Plugin\CKEditorPlugin |
src/Plugin/CKEditorPlugin/DrupalEntity.php |
Defines the "drupalentity" plugin. |
|
|
|
Entity |
class |
Drupal\entity_embed\Plugin\EmbedType |
src/Plugin/EmbedType/Entity.php |
Entity embed type. |
|
|
|
EntityEmbedBuilder |
class |
Drupal\entity_embed |
src/EntityEmbedBuilder.php |
Builds embedded entities. |
|
|
2 |
EntityEmbedBuilderInterface |
interface |
Drupal\entity_embed |
src/EntityEmbedBuilderInterface.php |
Defines services that are responsible for building of embedded entities. |
1 |
2 |
|
EntityEmbedDialog |
class |
Drupal\entity_embed\Form |
src/Form/EntityEmbedDialog.php |
Provides a form to embed entities by specifying data attributes. |
|
|
1 |
EntityEmbedDialogTest |
class |
Drupal\Tests\entity_embed\Functional |
tests/src/Functional/EntityEmbedDialogTest.php |
Tests the entity_embed dialog controller and route. |
1 |
|
|
EntityEmbedDialogTest |
class |
Drupal\Tests\entity_embed\FunctionalJavascript |
tests/src/FunctionalJavascript/EntityEmbedDialogTest.php |
Tests the entity_embed dialog controller and route. |
|
|
|
EntityEmbedDisplay |
class |
Drupal\entity_embed\Annotation |
src/Annotation/EntityEmbedDisplay.php |
Defines an Entity Embed Display plugin annotation object. |
|
|
|
EntityEmbedDisplayBase |
abstract class |
Drupal\entity_embed\EntityEmbedDisplay |
src/EntityEmbedDisplay/EntityEmbedDisplayBase.php |
Defines a base Entity Embed Display implementation. |
1 |
|
|
EntityEmbedDisplayInterface |
interface |
Drupal\entity_embed\EntityEmbedDisplay |
src/EntityEmbedDisplay/EntityEmbedDisplayInterface.php |
Defines the interface for Entity Embed Display plugins. |
2 |
1 |
|
EntityEmbedDisplayManager |
class |
Drupal\entity_embed\EntityEmbedDisplay |
src/EntityEmbedDisplay/EntityEmbedDisplayManager.php |
Provides an Entity Embed display plugin manager. |
|
3 |
2 |
EntityEmbedDisplayManagerTest |
class |
Drupal\Tests\entity_embed\Functional |
tests/src/Functional/EntityEmbedDisplayManagerTest.php |
@coversDefaultClass \Drupal\entity_embed\EntityEmbedDisplay\EntityEmbedDisplayManager
@group entity_embed |
|
|
|
EntityEmbedEntityBrowserTest |
class |
Drupal\Tests\entity_embed\Functional |
tests/src/Functional/EntityEmbedEntityBrowserTest.php |
Tests the entity_embed entity_browser integration. |
|
|
|
EntityEmbedFakeEntity |
class |
Drupal\entity_embed\Entity |
src/Entity/EntityEmbedFakeEntity.php |
Fake entity type. |
|
1 |
|
EntityEmbedFilter |
class |
Drupal\entity_embed\Plugin\Filter |
src/Plugin/Filter/EntityEmbedFilter.php |
Provides a filter to display embedded entities based on data attributes. |
|
1 |
|
EntityEmbedFilterDisabledIntegrationsTest |
class |
Drupal\Tests\entity_embed\Kernel |
tests/src/Kernel/EntityEmbedFilterDisabledIntegrationsTest.php |
Tests that entity embed disables certain integrations. |
|
|
|
EntityEmbedFilterLegacyTest |
class |
Drupal\Tests\entity_embed\Kernel |
tests/src/Kernel/EntityEmbedFilterLegacyTest.php |
@coversDefaultClass \Drupal\entity_embed\Plugin\Filter\EntityEmbedFilter
@group entity_embed
@group legacy |
|
|
|
EntityEmbedFilterOverridesTest |
class |
Drupal\Tests\entity_embed\Kernel |
tests/src/Kernel/EntityEmbedFilterOverridesTest.php |
Tests that entity embeds can have per-embed overrides for e.g. `alt`. |
|
|
|
EntityEmbedFilterTest |
class |
Drupal\Tests\entity_embed\Kernel |
tests/src/Kernel/EntityEmbedFilterTest.php |
@coversDefaultClass \Drupal\entity_embed\Plugin\Filter\EntityEmbedFilter
@group entity_embed |
|
|
|
EntityEmbedFilterTestBase |
abstract class |
Drupal\Tests\entity_embed\Kernel |
tests/src/Kernel/EntityEmbedFilterTestBase.php |
Base class for Entity Embed filter tests. |
5 |
|
|
EntityEmbedFilterTranslationTest |
class |
Drupal\Tests\entity_embed\Kernel |
tests/src/Kernel/EntityEmbedFilterTranslationTest.php |
Tests that entity embeds are translated based on host and `data-langcode`. |
|
|
|
EntityEmbedHooksTest |
class |
Drupal\Tests\entity_embed\Functional |
tests/src/Functional/EntityEmbedHooksTest.php |
Tests the hooks provided by entity_embed module. |
|
|
|
EntityEmbedTestBase |
abstract class |
Drupal\Tests\entity_embed\Functional |
tests/src/Functional/EntityEmbedTestBase.php |
Base class for all entity_embed tests. |
8 |
|
|
EntityEmbedTestBase |
abstract class |
Drupal\Tests\entity_embed\FunctionalJavascript |
tests/src/FunctionalJavascript/EntityEmbedTestBase.php |
Base class for all entity_embed tests. |
5 |
|
|
EntityEmbedTestTwigController |
class |
Drupal\entity_embed_test |
tests/modules/entity_embed_test/src/EntityEmbedTestTwigController.php |
Controller routines for Twig theme test routes. |
|
|
|
EntityEmbedTwigExtension |
class |
Drupal\entity_embed\Twig |
src/Twig/EntityEmbedTwigExtension.php |
Provide entity embedding function within Twig templates. |
|
1 |
2 |
EntityEmbedTwigTest |
class |
Drupal\Tests\entity_embed\Functional |
tests/src/Functional/EntityEmbedTwigTest.php |
Tests Twig extension provided by entity_embed. |
|
|
|
EntityEmbedUpdateHookTest |
class |
Drupal\Tests\entity_embed\Functional |
tests/src/Functional/EntityEmbedUpdateHookTest.php |
Tests the update hooks in entity_embed module. |
|
|
|
EntityNotFoundException |
class |
Drupal\entity_embed\Exception |
src/Exception/EntityNotFoundException.php |
Exception thrown when the embedded entity cannot be loaded. |
|
1 |
|
EntityReferenceFieldFormatter |
class |
Drupal\entity_embed\Plugin\entity_embed\EntityEmbedDisplay |
src/Plugin/entity_embed/EntityEmbedDisplay/EntityReferenceFieldFormatter.php |
Entity Embed Display reusing entity reference field formatters. |
2 |
|
|
EntityReferenceFieldFormatterTest |
class |
Drupal\Tests\entity_embed\Functional |
tests/src/Functional/EntityReferenceFieldFormatterTest.php |
Tests the entity reference field formatters provided by entity_embed. |
|
|
|
FieldFormatterDeriver |
class |
Drupal\entity_embed\Plugin\Derivative |
src/Plugin/Derivative/FieldFormatterDeriver.php |
Provides Entity Embed Display plugin definitions for field formatters. |
|
|
|
FieldFormatterEntityEmbedDisplayBase |
abstract class |
Drupal\entity_embed\EntityEmbedDisplay |
src/EntityEmbedDisplay/FieldFormatterEntityEmbedDisplayBase.php |
Base class for field formatter display plugins. |
1 |
1 |
|
FileFieldFormatter |
class |
Drupal\entity_embed\Plugin\entity_embed\EntityEmbedDisplay |
src/Plugin/entity_embed/EntityEmbedDisplay/FileFieldFormatter.php |
Entity Embed Display reusing file field formatters. |
1 |
|
|
FileFieldFormatterTest |
class |
Drupal\Tests\entity_embed\Functional |
tests/src/Functional/FileFieldFormatterTest.php |
Tests the file field formatter provided by entity_embed. |
|
|
|
ImageFieldFormatter |
class |
Drupal\entity_embed\Plugin\entity_embed\EntityEmbedDisplay |
src/Plugin/entity_embed/EntityEmbedDisplay/ImageFieldFormatter.php |
Entity Embed Display reusing image field formatters. |
|
|
|
ImageFieldFormatterTest |
class |
Drupal\Tests\entity_embed\Functional |
tests/src/Functional/ImageFieldFormatterTest.php |
Tests the image field formatter provided by entity_embed. |
|
|
|
ImageFieldFormatterTest |
class |
Drupal\Tests\entity_embed\FunctionalJavascript |
tests/src/FunctionalJavascript/ImageFieldFormatterTest.php |
Tests ckeditor integration. |
|
|
|
MediaImageDecorator |
class |
Drupal\entity_embed\Plugin\entity_embed\EntityEmbedDisplay |
src/Plugin/entity_embed/EntityEmbedDisplay/MediaImageDecorator.php |
Decorator on all EntityEmbedDisplays that adds alt and title overriding. |
|
2 |
|
MediaImageTest |
class |
Drupal\Tests\entity_embed\FunctionalJavascript |
tests/src/FunctionalJavascript/MediaImageTest.php |
Test Media Image specific functionality. |
|
|
|
PreviewController |
class |
Drupal\entity_embed\Controller |
src/Controller/PreviewController.php |
Controller which renders a preview of the provided text. |
|
|
|
RecursionProtectionTest |
class |
Drupal\Tests\entity_embed\Functional |
tests/src/Functional/RecursionProtectionTest.php |
Tests recursive rendering protection. |
|
|
|
RecursiveRenderingException |
class |
Drupal\entity_embed\Exception |
src/Exception/RecursiveRenderingException.php |
Exception thrown when the embedded entity causes recursion when rendering. |
|
|
|
SortableTestTrait |
trait |
Drupal\Tests\entity_embed\FunctionalJavascript |
tests/src/FunctionalJavascript/SortableTestTrait.php |
Extends \Drupal\FunctionalJavascriptTests\SortableTestTrait. |
|
|
|
ViewModeDeriver |
class |
Drupal\entity_embed\Plugin\Derivative |
src/Plugin/Derivative/ViewModeDeriver.php |
Provides Entity Embed Display plugin definitions for view modes. |
|
|
|
ViewModeFieldFormatter |
class |
Drupal\entity_embed\Plugin\entity_embed\EntityEmbedDisplay |
src/Plugin/entity_embed/EntityEmbedDisplay/ViewModeFieldFormatter.php |
Entity Embed Display reusing entity reference field formatters. |
|
|
|