| EntityDisplayTest::testEntityDisplayCRUDSort |
function |
core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php |
Tests sorting of components by name on basic CRUD operations. |
| EntityDisplayTest::testEntityDisplayInvalidateCacheTags |
function |
core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php |
Ensure that entity view display changes invalidates cache tags. |
| EntityDisplayTest::testEntityForm |
function |
core/modules/field_ui/tests/src/FunctionalJavascript/EntityDisplayTest.php |
Tests the use of regions for entity form displays. |
| EntityDisplayTest::testEntityGetDisplay |
function |
core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php |
Tests entity get display. |
| EntityDisplayTest::testEntityView |
function |
core/modules/field_ui/tests/src/FunctionalJavascript/EntityDisplayTest.php |
Tests the use of regions for entity view displays. |
| EntityDisplayTest::testEntityView |
function |
core/modules/field_ui/tests/src/Functional/EntityDisplayTest.php |
Tests the use of regions for entity view displays. |
| EntityDisplayTest::testExtraFieldComponent |
function |
core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php |
Tests the behavior of a field component within an entity display object. |
| EntityDisplayTest::testExtraFieldComponentInitialInvalidConfig |
function |
core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php |
Tests the behavior of an extra field component with initial invalid values. |
| EntityDisplayTest::testExtraFields |
function |
core/modules/field_ui/tests/src/FunctionalJavascript/EntityDisplayTest.php |
Tests extra fields. |
| EntityDisplayTest::testFieldComponent |
function |
core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php |
Tests the behavior of a field component within an entity display object. |
| EntityDisplayTest::testGetDisplayModeOptions |
function |
core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php |
Tests getDisplayModeOptions(). |
| EntityDisplayTest::testOnDependencyRemoval |
function |
core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php |
Tests \Drupal\Core\Entity\EntityDisplayBase::onDependencyRemoval(). |
| EntityDuplicateTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/EntityDuplicateTest.php |
Test entity duplication. |
| EntityDuplicateTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/EntityDuplicateTest.php |
|
| EntityDuplicateTest::$entityTestRevStorage |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityDuplicateTest.php |
The entity storage. |
| EntityDuplicateTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDuplicateTest.php |
|
| EntityDuplicateTest::testDuplicateNonDefaultRevision |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDuplicateTest.php |
Tests duplicating a non-default revision. |
| EntityExists |
class |
core/modules/migrate/src/Plugin/migrate/process/EntityExists.php |
This plugin checks if a given entity exists. |
| EntityExists.php |
file |
core/modules/migrate/src/Plugin/migrate/process/EntityExists.php |
|
| EntityExists::$storage |
property |
core/modules/migrate/src/Plugin/migrate/process/EntityExists.php |
The entity storage. |
| EntityExists::create |
function |
core/modules/migrate/src/Plugin/migrate/process/EntityExists.php |
Instantiates a new instance of the implementing class using autowiring. |
| EntityExists::transform |
function |
core/modules/migrate/src/Plugin/migrate/process/EntityExists.php |
Performs the associated process. |
| EntityExists::__construct |
function |
core/modules/migrate/src/Plugin/migrate/process/EntityExists.php |
EntityExists constructor. |
| EntityExistsTest |
class |
core/modules/migrate/tests/src/Kernel/Plugin/EntityExistsTest.php |
Tests the EntityExists process plugin. |
| EntityExistsTest.php |
file |
core/modules/migrate/tests/src/Kernel/Plugin/EntityExistsTest.php |
|
| EntityExistsTest::$modules |
property |
core/modules/migrate/tests/src/Kernel/Plugin/EntityExistsTest.php |
Modules to install. |
| EntityExistsTest::setUp |
function |
core/modules/migrate/tests/src/Kernel/Plugin/EntityExistsTest.php |
|
| EntityExistsTest::testEntityExists |
function |
core/modules/migrate/tests/src/Kernel/Plugin/EntityExistsTest.php |
Tests the EntityExists plugin. |
| EntityField |
class |
core/modules/views/src/Plugin/views/field/EntityField.php |
A field that displays entity field data. |
| EntityField.php |
file |
core/modules/views/src/Plugin/views/field/EntityField.php |
|
| EntityField::$base_table |
property |
core/modules/views/src/Plugin/views/field/EntityField.php |
A shortcut for $view->base_table. |
| EntityField::$entityFieldRenderer |
property |
core/modules/views/src/Plugin/views/field/EntityField.php |
Static cache for ::getEntityFieldRenderer(). |
| EntityField::$entityRepository |
property |
core/modules/views/src/Plugin/views/field/EntityField.php |
The entity repository service. |
| EntityField::$entityTypeBundleInfo |
property |
core/modules/views/src/Plugin/views/field/EntityField.php |
The entity type bundle info service. |
| EntityField::$entityTypeManager |
property |
core/modules/views/src/Plugin/views/field/EntityField.php |
The entity type manager. |
| EntityField::$fieldTypePluginManager |
property |
core/modules/views/src/Plugin/views/field/EntityField.php |
The field type plugin manager. |
| EntityField::$formatterOptions |
property |
core/modules/views/src/Plugin/views/field/EntityField.php |
An array of formatter options. |
| EntityField::$formatterPluginManager |
property |
core/modules/views/src/Plugin/views/field/EntityField.php |
The field formatter plugin manager. |
| EntityField::$group_fields |
property |
core/modules/views/src/Plugin/views/field/EntityField.php |
The fields that we are actually grouping on. |
| EntityField::$items |
property |
core/modules/views/src/Plugin/views/field/EntityField.php |
An array to store field renderable arrays for use by renderItems(). |
| EntityField::$languageManager |
property |
core/modules/views/src/Plugin/views/field/EntityField.php |
The language manager. |
| EntityField::$limit_values |
property |
core/modules/views/src/Plugin/views/field/EntityField.php |
Does the rendered fields get limited. |
| EntityField::$multiple |
property |
core/modules/views/src/Plugin/views/field/EntityField.php |
Does the field supports multiple field values. |
| EntityField::$renderer |
property |
core/modules/views/src/Plugin/views/field/EntityField.php |
The renderer. |
| EntityField::access |
function |
core/modules/views/src/Plugin/views/field/EntityField.php |
Check whether given user has access to this handler. |
| EntityField::addSelfTokens |
function |
core/modules/views/src/Plugin/views/field/EntityField.php |
Add any special tokens this field might use for itself. |
| EntityField::add_field_table |
function |
core/modules/views/src/Plugin/views/field/EntityField.php |
Determine if the field table should be added to the query. |
| EntityField::buildGroupByForm |
function |
core/modules/views/src/Plugin/views/field/EntityField.php |
Extend the group by form with group columns. |
| EntityField::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/field/EntityField.php |
Default option form that provides label widget that all fields should have. |
| EntityField::calculateDependencies |
function |
core/modules/views/src/Plugin/views/field/EntityField.php |
Calculates dependencies for the configured plugin. |