| 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 |
Modules to install. |
| 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 |
Gets the entity that field belongs to. |
| 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 |
Returns the entity type identifier. |
| LinkBase::getEntityTypeManager |
function |
core/modules/views/src/Plugin/views/field/LinkBase.php |
|
| LinkBaseTest::testRenderNullEntity |
function |
core/modules/views/tests/src/Unit/Plugin/views/field/LinkBaseTest.php |
Tests the render method when getEntity returns NULL. |
| LinkFieldTest::doTestEditNonNodeEntityLink |
function |
core/modules/link/tests/src/Functional/LinkFieldTest.php |
Tests editing a link to a non-node entity. |
| LinkFieldTest::renderTestEntity |
function |
core/modules/link/tests/src/Functional/LinkFieldTest.php |
Renders a test_entity and returns the output. |
| LinkFormatterTest::$entity |
property |
core/modules/link/tests/src/Kernel/LinkFormatterTest.php |
The entity to be tested. |
| LinkFormatterTest::$entityType |
property |
core/modules/link/tests/src/Kernel/LinkFormatterTest.php |
The entity type used in this test. |
| LinkReplyTest::testRenderNullEntity |
function |
core/modules/comment/tests/src/Unit/Plugin/views/field/LinkReplyTest.php |
Test the render method when getEntity returns NULL. |
| LinkTestBaseFieldHooks::entityBaseFieldInfo |
function |
core/modules/link/tests/modules/link_test_base_field/src/Hook/LinkTestBaseFieldHooks.php |
Implements hook_entity_base_field_info(). |
| LinkUri::$entityTypeManager |
property |
core/modules/menu_link_content/src/Plugin/migrate/process/LinkUri.php |
The entity type manager, used to fetch entity link templates. |
| MailHandlerTest::$entityTypeManager |
property |
core/modules/contact/tests/src/Unit/MailHandlerTest.php |
The entity type manager. |
| MakeUniqueEntityField |
class |
core/modules/migrate/src/Plugin/migrate/process/MakeUniqueEntityField.php |
Ensures the source value is made unique against an entity field. |
| MakeUniqueEntityField.php |
file |
core/modules/migrate/src/Plugin/migrate/process/MakeUniqueEntityField.php |
|
| MakeUniqueEntityField::$entityTypeManager |
property |
core/modules/migrate/src/Plugin/migrate/process/MakeUniqueEntityField.php |
The entity type manager. |
| MakeUniqueEntityField::$migration |
property |
core/modules/migrate/src/Plugin/migrate/process/MakeUniqueEntityField.php |
The current migration. |
| MakeUniqueEntityField::create |
function |
core/modules/migrate/src/Plugin/migrate/process/MakeUniqueEntityField.php |
Instantiates a new instance of the implementing class using autowiring. |
| MakeUniqueEntityField::exists |
function |
core/modules/migrate/src/Plugin/migrate/process/MakeUniqueEntityField.php |
This is a query checking the existence of some value. |
| MakeUniqueEntityField::__construct |
function |
core/modules/migrate/src/Plugin/migrate/process/MakeUniqueEntityField.php |
Constructs a \Drupal\Component\Plugin\PluginBase object. |
| MakeUniqueEntityFieldTest |
class |
core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php |
Tests Drupal\migrate\Plugin\migrate\process\MakeUniqueEntityField. |
| MakeUniqueEntityFieldTest.php |
file |
core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php |
|
| MakeUniqueEntityFieldTest::$entityQuery |
property |
core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php |
The mock entity query. |
| MakeUniqueEntityFieldTest::$entityTypeManager |
property |
core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php |
The mocked entity type manager. |
| MakeUniqueEntityFieldTest::$migrationConfiguration |
property |
core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php |
The migration configuration, initialized to set the ID to test. |
| MakeUniqueEntityFieldTest::entityQueryExpects |
function |
core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php |
Helper function to add expectations to the mock entity query object. |
| MakeUniqueEntityFieldTest::providerTestMakeUniqueEntityField |
function |
core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php |
Data provider for testMakeUniqueEntityField(). |
| MakeUniqueEntityFieldTest::setUp |
function |
core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php |
|
| MakeUniqueEntityFieldTest::testMakeUniqueEntityField |
function |
core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php |
Tests making an entity field value unique. |
| MakeUniqueEntityFieldTest::testMakeUniqueEntityFieldEntityInvalidLength |
function |
core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php |
Tests that invalid length option throws an exception. |
| MakeUniqueEntityFieldTest::testMakeUniqueEntityFieldEntityInvalidStart |
function |
core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php |
Tests that invalid start position throws an exception. |