| LayoutBuilderSampleEntityGenerator::__construct |
function |
core/modules/layout_builder/src/Entity/LayoutBuilderSampleEntityGenerator.php |
LayoutBuilderSampleEntityGenerator constructor. |
| LayoutBuilderTest::testNonBundleEntityType |
function |
core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php |
Tests the Layout Builder UI for an entity type without a bundle. |
| LayoutBuilderTest::testPreserverEntityValues |
function |
core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php |
Tests that the Layout Builder preserves entity values. |
| LayoutBuilderTestEntityHooks |
class |
core/modules/layout_builder/tests/modules/layout_builder_test/src/Hook/LayoutBuilderTestEntityHooks.php |
Entity hook implementations for layout_builder_test. |
| LayoutBuilderTestEntityHooks.php |
file |
core/modules/layout_builder/tests/modules/layout_builder_test/src/Hook/LayoutBuilderTestEntityHooks.php |
|
| LayoutBuilderTestEntityHooks::entityExtraFieldInfo |
function |
core/modules/layout_builder/tests/modules/layout_builder_test/src/Hook/LayoutBuilderTestEntityHooks.php |
Implements hook_entity_extra_field_info(). |
| LayoutBuilderTestEntityHooks::layoutBuilderEntityFormDisplayAlter |
function |
core/modules/layout_builder/tests/modules/layout_builder_test/src/Hook/LayoutBuilderTestEntityHooks.php |
Implements hook_entity_form_display_alter(). |
| LayoutBuilderTestEntityHooks::nodeView |
function |
core/modules/layout_builder/tests/modules/layout_builder_test/src/Hook/LayoutBuilderTestEntityHooks.php |
Implements hook_ENTITY_TYPE_view(). |
| LayoutBuilderTranslationTest::$entity |
property |
core/modules/layout_builder/tests/src/Functional/LayoutBuilderTranslationTest.php |
The entity used for testing. |
| LayoutBuilderTranslationTest::addEntityTranslation |
function |
core/modules/layout_builder/tests/src/Functional/LayoutBuilderTranslationTest.php |
Adds an entity translation. |
| LayoutEntityDisplayInterface |
interface |
core/modules/layout_builder/src/Entity/LayoutEntityDisplayInterface.php |
Provides an interface for entity displays that have layout. |
| LayoutEntityDisplayInterface.php |
file |
core/modules/layout_builder/src/Entity/LayoutEntityDisplayInterface.php |
|
| LayoutEntityDisplayNormalizer |
class |
core/modules/layout_builder/src/Normalizer/LayoutEntityDisplayNormalizer.php |
Normalizes/denormalizes LayoutEntityDisplay objects into an array structure. |
| LayoutEntityDisplayNormalizer.php |
file |
core/modules/layout_builder/src/Normalizer/LayoutEntityDisplayNormalizer.php |
|
| LayoutEntityDisplayNormalizer::getDataWithoutInternals |
function |
core/modules/layout_builder/src/Normalizer/LayoutEntityDisplayNormalizer.php |
|
| LayoutEntityDisplayNormalizer::getSupportedTypes |
function |
core/modules/layout_builder/src/Normalizer/LayoutEntityDisplayNormalizer.php |
|
| LayoutEntityHelperTrait |
trait |
core/modules/layout_builder/src/LayoutEntityHelperTrait.php |
Methods to help with entities using the layout builder. |
| LayoutEntityHelperTrait.php |
file |
core/modules/layout_builder/src/LayoutEntityHelperTrait.php |
|
| LayoutEntityHelperTrait::$sectionStorageManager |
property |
core/modules/layout_builder/src/LayoutEntityHelperTrait.php |
The section storage manager. |
| LayoutEntityHelperTrait::getEntitySections |
function |
core/modules/layout_builder/src/LayoutEntityHelperTrait.php |
Gets the sections for an entity if any. |
| LayoutEntityHelperTrait::getInlineBlockComponents |
function |
core/modules/layout_builder/src/LayoutEntityHelperTrait.php |
Gets components that have Inline Block plugins. |
| LayoutEntityHelperTrait::getInlineBlockRevisionIdsInSections |
function |
core/modules/layout_builder/src/LayoutEntityHelperTrait.php |
Gets revision IDs for layout sections. |
| LayoutEntityHelperTrait::getOverridesSectionStorageForEntity |
function |
core/modules/layout_builder/src/LayoutEntityHelperTrait.php |
Gets the overrides section storage for an entity. |
| LayoutEntityHelperTrait::getSectionStorageContextsForEntity |
function |
core/modules/layout_builder/src/LayoutEntityHelperTrait.php |
Gets the section storage contexts for an entity. |
| LayoutEntityHelperTrait::getSectionStorageForEntity |
function |
core/modules/layout_builder/src/LayoutEntityHelperTrait.php |
Gets the section storage for an entity. |
| LayoutEntityHelperTrait::isLayoutCompatibleEntity |
function |
core/modules/layout_builder/src/LayoutEntityHelperTrait.php |
Determines if an entity can have a layout. |
| LayoutEntityHelperTrait::originalEntityUsesDefaultStorage |
function |
core/modules/layout_builder/src/LayoutEntityHelperTrait.php |
Determines if the original entity used the default section storage. |
| LayoutEntityHelperTrait::sectionStorageManager |
function |
core/modules/layout_builder/src/LayoutEntityHelperTrait.php |
Gets the section storage manager. |
| LayoutEntityHelperTraitTest |
class |
core/modules/layout_builder/tests/src/Unit/LayoutEntityHelperTraitTest.php |
Tests Drupal\layout_builder\LayoutEntityHelperTrait. |
| LayoutEntityHelperTraitTest |
class |
core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php |
Tests Drupal\layout_builder\LayoutEntityHelperTrait. |
| LayoutEntityHelperTraitTest.php |
file |
core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php |
|
| LayoutEntityHelperTraitTest.php |
file |
core/modules/layout_builder/tests/src/Unit/LayoutEntityHelperTraitTest.php |
|
| LayoutEntityHelperTraitTest::$modules |
property |
core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php |
|
| LayoutEntityHelperTraitTest::providerSectionsWithInlineComponents |
function |
core/modules/layout_builder/tests/src/Unit/LayoutEntityHelperTraitTest.php |
Data provider method for tests that need sections with inline blocks. |
| LayoutEntityHelperTraitTest::providerTestGetSectionStorageForEntity |
function |
core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php |
Data provider for testGetSectionStorageForEntity(). |
| LayoutEntityHelperTraitTest::providerTestOriginalEntityUsesDefaultStorage |
function |
core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php |
Data provider for testOriginalEntityUsesDefaultStorage(). |
| LayoutEntityHelperTraitTest::setUp |
function |
core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php |
|
| LayoutEntityHelperTraitTest::testGetEntitySections |
function |
core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php |
Tests get entity sections. |
| LayoutEntityHelperTraitTest::testGetInlineBlockComponents |
function |
core/modules/layout_builder/tests/src/Unit/LayoutEntityHelperTraitTest.php |
Tests get inline block components. |
| LayoutEntityHelperTraitTest::testGetInlineBlockRevisionIdsInSections |
function |
core/modules/layout_builder/tests/src/Unit/LayoutEntityHelperTraitTest.php |
Tests get inline block revision ids in sections. |
| LayoutEntityHelperTraitTest::testGetSectionStorageForEntity |
function |
core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php |
Tests get section storage for entity. |
| LayoutEntityHelperTraitTest::testOriginalEntityUsesDefaultStorage |
function |
core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php |
Tests original entity uses default storage. |
| LayoutOverrideFieldHelper::updateTempstoreEntityContext |
function |
core/modules/layout_builder/src/LayoutOverrideFieldHelper.php |
Updates a layout overrides's entity context when entity values change. |
| LayoutSectionItemList::getEntity |
function |
core/modules/layout_builder/src/Field/LayoutSectionItemList.php |
|
| layout_builder.sample_entity_generator |
service |
core/modules/layout_builder/layout_builder.services.yml |
Drupal\layout_builder\Entity\LayoutBuilderSampleEntityGenerator |
| LinkApproveTest::testRenderNullEntity |
function |
core/modules/comment/tests/src/Unit/Plugin/views/field/LinkApproveTest.php |
Test the render method when getEntity returns NULL. |
| LinkBase::$entityRepository |
property |
core/modules/views/src/Plugin/views/field/LinkBase.php |
The entity repository. |
| LinkBase::$entityTypeManager |
property |
core/modules/views/src/Plugin/views/field/LinkBase.php |
The entity type manager. |
| LinkBase::getEntityRepository |
function |
core/modules/views/src/Plugin/views/field/LinkBase.php |
|
| LinkBase::getEntityTypeId |
function |
core/modules/views/src/Plugin/views/field/LinkBase.php |
|