| EntityDefinitionUpdateMultipleTypesTest::testBundleFieldCreateUpdateDeleteWithoutData |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateMultipleTypesTest.php |
Tests creating, updating, and deleting a bundle field if no entities exist. |
| EntityDefinitionUpdateMultipleTypesTest::testBundleFieldDeleteWithExistingData |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateMultipleTypesTest.php |
Tests deleting a bundle field when it has existing data. |
| EntityDefinitionUpdateMultipleTypesTest::testBundleFieldUpdateWithEntityTypeSchemaUpdate |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateMultipleTypesTest.php |
Tests updating a bundle field when the entity type schema has changed. |
| EntityDefinitionUpdateMultipleTypesTest::testBundleFieldUpdateWithExistingData |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateMultipleTypesTest.php |
Tests updating a bundle field when it has existing data. |
| EntityDefinitionUpdateMultipleTypesTest::testCreateFieldAndIndexOnSharedTable |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateMultipleTypesTest.php |
Ensures that a new field and index on a shared table are created. |
| EntityDefinitionUpdateMultipleTypesTest::testInitialValueFromFieldErrorHandling |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateMultipleTypesTest.php |
Tests the error handling when using initial values from another field. |
| EntityDefinitionUpdateMultipleTypesTest::testInstallFieldableEntityTypeWithoutInCodeDefinition |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateMultipleTypesTest.php |
Tests creating a fieldable entity type that doesn't exist in code anymore. |
| EntityDefinitionUpdateMultipleTypesTest::testLongNameFieldIndexes |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateMultipleTypesTest.php |
Check that field schema is correctly handled with long-named fields. |
| EntityDefinitionUpdateMultipleTypesTest::testUpdateFieldableEntityTypeWithoutInCodeDefinition |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateMultipleTypesTest.php |
Tests updating a fieldable entity type that doesn't exist in code anymore. |
| EntityDefinitionUpdateProviderTest::$entityFieldManager |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateProviderTest.php |
The entity field manager. |
| EntityDefinitionUpdateProviderTest::baseFieldDeleteWithExistingDataTestCases |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateProviderTest.php |
Test cases for ::testBaseFieldDeleteWithExistingData. |
| EntityDefinitionUpdateProviderTest::initialValueFromFieldTestCases |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateProviderTest.php |
Test cases for ::testInitialValueFromField. |
| EntityDefinitionUpdateProviderTest::testBaseFieldDeleteWithExistingData |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateProviderTest.php |
Tests deleting a base field when it has existing data. |
| EntityDefinitionUpdateProviderTest::testInitialValueFromField |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateProviderTest.php |
Tests adding a base field with initial values inherited from another field. |
| EntityDefinitionUpdateTest::$entityFieldManager |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php |
The entity field manager. |
| EntityDefinitionUpdateTest::testInstallAdditionalBaseFieldDuringFieldableEntityTypeInstallation |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php |
Tests installing an additional base field while installing an entity type. |
| EntityDenormalizerBase::$fieldManager |
property |
core/modules/jsonapi/src/Normalizer/EntityDenormalizerBase.php |
The entity field manager. |
| EntityDisplayBase::$fieldDefinitions |
property |
core/lib/Drupal/Core/Entity/EntityDisplayBase.php |
A list of field definitions eligible for configuration in this display. |
| EntityDisplayBase::fieldHasDisplayOptions |
function |
core/lib/Drupal/Core/Entity/EntityDisplayBase.php |
Determines if a field has options for a given display. |
| EntityDisplayBase::getFieldDefinition |
function |
core/lib/Drupal/Core/Entity/EntityDisplayBase.php |
Gets the field definition of a field. |
| EntityDisplayBase::getFieldDefinitions |
function |
core/lib/Drupal/Core/Entity/EntityDisplayBase.php |
Gets the definitions of the fields that are candidate for display. |
| EntityDisplayFormBase::$entityFieldManager |
property |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php |
The entity field manager. |
| EntityDisplayFormBase::$fieldTypes |
property |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php |
A list of field types. |
| EntityDisplayFormBase::buildExtraFieldRow |
function |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php |
Builds the table row structure for a single extra field. |
| EntityDisplayFormBase::buildFieldRow |
function |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php |
Builds the table row structure for a single field. |
| EntityDisplayFormBase::getExtraFields |
function |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php |
Returns the extra fields of the entity type and bundle used by this form. |
| EntityDisplayFormBase::getFieldDefinitions |
function |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php |
Collects the definitions of fields whose display is configurable. |
| EntityDisplayTest::testBaseFieldComponent |
function |
core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php |
Tests the behavior of a field component for a base field. |
| EntityDisplayTest::testDeleteField |
function |
core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php |
Tests deleting field. |
| 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. |
| 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. |