You are here

14 calls to EntityEmbedFilterTestBase::createEmbedCode() in Entity Embed 8

EntityEmbedFilterDisabledIntegrationsTest::testDisabledIntegrations in tests/src/Kernel/EntityEmbedFilterDisabledIntegrationsTest.php
@covers \Drupal\entity_embed\Plugin\entity_embed\EntityEmbedDisplay\EntityReferenceFieldFormatter::disableContextualLinks @covers \Drupal\entity_embed\Plugin\entity_embed\EntityEmbedDisplay\EntityReferenceFieldFormatter::disableQuickEdit @dataProvider…
EntityEmbedFilterLegacyTest::testEntityEmbedDisplayDefaultBackwardsCompatibility in tests/src/Kernel/EntityEmbedFilterLegacyTest.php
Tests BC for `data-entity-embed-display="default"`.
EntityEmbedFilterLegacyTest::testEntityEmbedSettingsBackwardsCompatibility in tests/src/Kernel/EntityEmbedFilterLegacyTest.php
Tests BC for `data-entity-embed-display-settings`'s predecessor.
EntityEmbedFilterLegacyTest::testEntityIdBackwardsCompatibility in tests/src/Kernel/EntityEmbedFilterLegacyTest.php
Tests BC for `data-entity-uuid`'s predecessor, `data-entity-id`.
EntityEmbedFilterLegacyTest::testEntityIdIgnoredIfEntityUuidPresent in tests/src/Kernel/EntityEmbedFilterLegacyTest.php
Verifies `data-entity-id` is ignored when `data-entity-uuid` is present.
EntityEmbedFilterOverridesTest::testOverrideAltAndTitleForImage in tests/src/Kernel/EntityEmbedFilterOverridesTest.php
Tests overriding of `alt` and `title` for default image field formatter.
EntityEmbedFilterOverridesTest::testOverridesAltAndTitleForImageMedia in tests/src/Kernel/EntityEmbedFilterOverridesTest.php
Tests overriding of `alt` and `title` for image media items.
EntityEmbedFilterTest::testAccessUnpublished in tests/src/Kernel/EntityEmbedFilterTest.php
Tests that entity access is respected by embedding an unpublished entity.
EntityEmbedFilterTest::testBasics in tests/src/Kernel/EntityEmbedFilterTest.php
Ensures entities are rendered with correct data attributes.
EntityEmbedFilterTest::testFilterIntegration in tests/src/Kernel/EntityEmbedFilterTest.php
@covers \Drupal\filter\Plugin\Filter\FilterAlign @covers \Drupal\filter\Plugin\Filter\FilterCaption @dataProvider providerFilterIntegration
EntityEmbedFilterTest::testMissingEntityIndicator in tests/src/Kernel/EntityEmbedFilterTest.php
Tests the indicator for missing entities.
EntityEmbedFilterTest::testOnlyDrupalEntityTagProcessed in tests/src/Kernel/EntityEmbedFilterTest.php
Tests that only <drupal-entity> tags are processed.
EntityEmbedFilterTest::testRecursionProtection in tests/src/Kernel/EntityEmbedFilterTest.php
Tests recursive rendering protection.
EntityEmbedFilterTranslationTest::testTranslationSelection in tests/src/Kernel/EntityEmbedFilterTranslationTest.php
Tests that the expected embedded entity translation is selected.