| FieldLayoutEntityDisplayTest::assertEntityValues |
function |
core/modules/field_layout/tests/src/Kernel/FieldLayoutEntityDisplayTest.php |
Asserts than an entity has the correct values. |
| FieldLayoutEntityDisplayTest::testPreSave |
function |
core/modules/field_layout/tests/src/Kernel/FieldLayoutEntityDisplayTest.php |
Tests pre save. |
| FieldLayoutEntityDisplayTrait |
trait |
core/modules/field_layout/src/Entity/FieldLayoutEntityDisplayTrait.php |
Provides shared code for entity displays. |
| FieldLayoutEntityDisplayTrait.php |
file |
core/modules/field_layout/src/Entity/FieldLayoutEntityDisplayTrait.php |
|
| FieldLayoutEntityDisplayTrait::calculateDependencies |
function |
core/modules/field_layout/src/Entity/FieldLayoutEntityDisplayTrait.php |
Overrides \Drupal\Core\Entity\EntityDisplayBase::calculateDependencies(). |
| FieldLayoutEntityDisplayTrait::doGetLayout |
function |
core/modules/field_layout/src/Entity/FieldLayoutEntityDisplayTrait.php |
Gets the layout plugin. |
| FieldLayoutEntityDisplayTrait::ensureLayout |
function |
core/modules/field_layout/src/Entity/FieldLayoutEntityDisplayTrait.php |
|
| FieldLayoutEntityDisplayTrait::getDefaultRegion |
function |
core/modules/field_layout/src/Entity/FieldLayoutEntityDisplayTrait.php |
Implements \Drupal\field_layout\Display\EntityDisplayWithLayoutInterface::getDefaultRegion(). |
| FieldLayoutEntityDisplayTrait::getLayout |
function |
core/modules/field_layout/src/Entity/FieldLayoutEntityDisplayTrait.php |
|
| FieldLayoutEntityDisplayTrait::getLayoutDefinition |
function |
core/modules/field_layout/src/Entity/FieldLayoutEntityDisplayTrait.php |
Gets a layout definition. |
| FieldLayoutEntityDisplayTrait::getLayoutId |
function |
core/modules/field_layout/src/Entity/FieldLayoutEntityDisplayTrait.php |
Implements \Drupal\field_layout\Display\EntityDisplayWithLayoutInterface::getLayoutId(). |
| FieldLayoutEntityDisplayTrait::getLayoutSettings |
function |
core/modules/field_layout/src/Entity/FieldLayoutEntityDisplayTrait.php |
Implements \Drupal\field_layout\Display\EntityDisplayWithLayoutInterface::getLayoutSettings(). |
| FieldLayoutEntityDisplayTrait::init |
function |
core/modules/field_layout/src/Entity/FieldLayoutEntityDisplayTrait.php |
Overrides \Drupal\Core\Entity\EntityDisplayBase::init(). |
| FieldLayoutEntityDisplayTrait::preSave |
function |
core/modules/field_layout/src/Entity/FieldLayoutEntityDisplayTrait.php |
Overrides \Drupal\Core\Entity\EntityDisplayBase::preSave(). |
| FieldLayoutEntityDisplayTrait::setLayout |
function |
core/modules/field_layout/src/Entity/FieldLayoutEntityDisplayTrait.php |
|
| FieldLayoutEntityDisplayTrait::setLayoutId |
function |
core/modules/field_layout/src/Entity/FieldLayoutEntityDisplayTrait.php |
Implements \Drupal\field_layout\Display\EntityDisplayWithLayoutInterface::setLayoutId(). |
| FieldLayoutEntityFormDisplay |
class |
core/modules/field_layout/src/Entity/FieldLayoutEntityFormDisplay.php |
Provides an entity form display entity that has a layout. |
| FieldLayoutEntityFormDisplay.php |
file |
core/modules/field_layout/src/Entity/FieldLayoutEntityFormDisplay.php |
|
| FieldLayoutEntityFormDisplayEditForm |
class |
core/modules/field_layout/src/Form/FieldLayoutEntityFormDisplayEditForm.php |
Edit form for the EntityFormDisplay entity type. |
| FieldLayoutEntityFormDisplayEditForm.php |
file |
core/modules/field_layout/src/Form/FieldLayoutEntityFormDisplayEditForm.php |
|
| FieldLayoutEntityFormDisplayEditForm::create |
function |
core/modules/field_layout/src/Form/FieldLayoutEntityFormDisplayEditForm.php |
Instantiates a new instance of the implementing class using autowiring. |
| FieldLayoutEntityFormDisplayEditForm::__construct |
function |
core/modules/field_layout/src/Form/FieldLayoutEntityFormDisplayEditForm.php |
FieldLayoutEntityFormDisplayEditForm constructor. |
| FieldLayoutEntityViewDisplay |
class |
core/modules/field_layout/src/Entity/FieldLayoutEntityViewDisplay.php |
Provides an entity view display entity that has a layout. |
| FieldLayoutEntityViewDisplay.php |
file |
core/modules/field_layout/src/Entity/FieldLayoutEntityViewDisplay.php |
|
| FieldLayoutEntityViewDisplayEditForm |
class |
core/modules/field_layout/src/Form/FieldLayoutEntityViewDisplayEditForm.php |
Edit form for the EntityViewDisplay entity type. |
| FieldLayoutEntityViewDisplayEditForm.php |
file |
core/modules/field_layout/src/Form/FieldLayoutEntityViewDisplayEditForm.php |
|
| FieldLayoutEntityViewDisplayEditForm::create |
function |
core/modules/field_layout/src/Form/FieldLayoutEntityViewDisplayEditForm.php |
Instantiates a new instance of the implementing class using autowiring. |
| FieldLayoutEntityViewDisplayEditForm::__construct |
function |
core/modules/field_layout/src/Form/FieldLayoutEntityViewDisplayEditForm.php |
FieldLayoutEntityViewDisplayEditForm constructor. |
| FieldLayoutHooks::entityTypeAlter |
function |
core/modules/field_layout/src/Hook/FieldLayoutHooks.php |
Implements hook_entity_type_alter(). |
| FieldLayoutHooks::entityViewAlter |
function |
core/modules/field_layout/src/Hook/FieldLayoutHooks.php |
Implements hook_entity_view_alter(). |
| FieldLayoutTest::testEntityForm |
function |
core/modules/field_layout/tests/src/FunctionalJavascript/FieldLayoutTest.php |
Tests the use of field layout for entity form displays. |
| FieldLayoutTest::testEntityView |
function |
core/modules/field_layout/tests/src/FunctionalJavascript/FieldLayoutTest.php |
Tests the use of field layout for entity view displays. |
| FieldLayoutTest::testEntityViewModes |
function |
core/modules/field_layout/tests/src/FunctionalJavascript/FieldLayoutTest.php |
Tests that layouts are unique per view mode. |
| FieldPluginBase::getEntity |
function |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php |
Gets the entity matching the current row and relationship. |
| FieldRenderedEntityTest |
class |
core/modules/views/tests/src/Kernel/Handler/FieldRenderedEntityTest.php |
Tests the core Drupal\views\Plugin\views\field\RenderedEntity handler. |
| FieldRenderedEntityTest.php |
file |
core/modules/views/tests/src/Kernel/Handler/FieldRenderedEntityTest.php |
|
| FieldRenderedEntityTest::$modules |
property |
core/modules/views/tests/src/Kernel/Handler/FieldRenderedEntityTest.php |
Modules to install. |
| FieldRenderedEntityTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Handler/FieldRenderedEntityTest.php |
Views used by this test. |
| FieldRenderedEntityTest::$user |
property |
core/modules/views/tests/src/Kernel/Handler/FieldRenderedEntityTest.php |
The logged in user. |
| FieldRenderedEntityTest::assertCacheabilityMetadata |
function |
core/modules/views/tests/src/Kernel/Handler/FieldRenderedEntityTest.php |
Ensures that the expected cacheability metadata is applied. |
| FieldRenderedEntityTest::assertConfigDependencies |
function |
core/modules/views/tests/src/Kernel/Handler/FieldRenderedEntityTest.php |
Ensures that the config dependencies are calculated the right way. |
| FieldRenderedEntityTest::setUpFixtures |
function |
core/modules/views/tests/src/Kernel/Handler/FieldRenderedEntityTest.php |
Sets up the configuration and schema of views and views_test_data modules. |
| FieldRenderedEntityTest::testRenderedEntityWithoutAndWithField |
function |
core/modules/views/tests/src/Kernel/Handler/FieldRenderedEntityTest.php |
Tests the default rendered entity output. |
| FieldRenderedEntityTranslationTest |
class |
core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php |
Tests the rendering of the 'rendered_entity' field and translations. |
| FieldRenderedEntityTranslationTest.php |
file |
core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php |
|
| FieldRenderedEntityTranslationTest::$defaultTheme |
property |
core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php |
The theme to install as the default for testing. |
| FieldRenderedEntityTranslationTest::$entityTypeManager |
property |
core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php |
The entity type manager service. |
| FieldRenderedEntityTranslationTest::$modules |
property |
core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php |
Modules to install. |
| FieldRenderedEntityTranslationTest::$testViews |
property |
core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php |
|
| FieldRenderedEntityTranslationTest::assertRows |
function |
core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php |
Ensures that the rendered results are working as expected. |