Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| FieldableEntityDefinitionUpdateTest::testFieldableEntityTypeUpdates | function | core/ |
@covers ::updateFieldableEntityType[[api-linebreak]] @dataProvider providerTestFieldableEntityTypeUpdates |
| FieldableEntityDefinitionUpdateTest::testFieldableEntityTypeUpdatesErrorHandling | function | core/ |
Tests that a failed entity schema update preserves the existing data. |
| FieldableEntityDefinitionUpdateTest::testFieldableEntityTypeUpdatesRemoveBackupTables | function | core/ |
Tests the removal of the backup tables after a successful update. |
| FieldableEntityInterface | interface | core/ |
Interface for entities having fields. |
| FieldableEntityInterface.php | file | core/ |
|
| FieldableEntityInterface::baseFieldDefinitions | function | core/ |
Provides base field definitions for an entity type. |
| FieldableEntityInterface::bundleFieldDefinitions | function | core/ |
Provides field definitions for a specific bundle. |
| FieldableEntityInterface::get | function | core/ |
Gets a field item list. |
| FieldableEntityInterface::getFieldDefinition | function | core/ |
Gets the definition of a contained field. |
| FieldableEntityInterface::getFieldDefinitions | function | core/ |
Gets an array of field definitions of all contained fields. |
| FieldableEntityInterface::getFields | function | core/ |
Gets an array of all field item lists. |
| FieldableEntityInterface::getTranslatableFields | function | core/ |
Gets an array of field item lists for translatable fields. |
| FieldableEntityInterface::hasField | function | core/ |
Determines whether the entity has a field with the given name. |
| FieldableEntityInterface::isValidationRequired | function | core/ |
Checks whether entity validation is required before saving the entity. |
| FieldableEntityInterface::onChange | function | core/ |
Reacts to changes to a field. |
| FieldableEntityInterface::set | function | core/ |
Sets a field value. |
| FieldableEntityInterface::setValidationRequired | function | core/ |
Sets whether entity validation is required before saving the entity. |
| FieldableEntityInterface::toArray | function | core/ |
Gets an array of all field values. |
| FieldableEntityInterface::validate | function | core/ |
Validates the currently set values. |
| FieldableEntityNormalizerTrait | trait | core/ |
A trait for providing fieldable entity normalization/denormalization methods. |
| FieldableEntityNormalizerTrait.php | file | core/ |
|
| FieldableEntityNormalizerTrait::$entityFieldManager | property | core/ |
The entity field manager. |
| FieldableEntityNormalizerTrait::$entityTypeManager | property | core/ |
The entity type manager. |
| FieldableEntityNormalizerTrait::$entityTypeRepository | property | core/ |
The entity type repository. |
| FieldableEntityNormalizerTrait::constructValue | function | core/ |
Build the field item value using the incoming data. |
| FieldableEntityNormalizerTrait::denormalizeFieldData | function | core/ |
Denormalizes entity data by denormalizing each field individually. |
| FieldableEntityNormalizerTrait::determineEntityTypeId | function | core/ |
Determines the entity type ID to denormalize as. |
| FieldableEntityNormalizerTrait::extractBundleData | function | core/ |
Denormalizes the bundle property so entity creation can use it. |
| FieldableEntityNormalizerTrait::getEntityFieldManager | function | core/ |
Returns the entity field manager. |
| FieldableEntityNormalizerTrait::getEntityTypeDefinition | function | core/ |
Gets the entity type definition. |
| FieldableEntityNormalizerTrait::getEntityTypeManager | function | core/ |
Returns the entity type manager. |
| FieldableEntityNormalizerTrait::getEntityTypeRepository | function | core/ |
Returns the entity type repository. |
| FieldableEntityStorageInterface | interface | core/ |
A storage that supports entity types with field definitions. |
| FieldableEntityStorageInterface.php | file | core/ |
|
| FieldableEntityStorageInterface::countFieldData | function | core/ |
Determines the number of entities with values for a given field. |
| FieldableEntityStorageInterface::finalizePurge | function | core/ |
Performs final cleanup after all data of a field has been purged. |
| FieldableEntityStorageInterface::purgeFieldData | function | core/ |
Purges a batch of field data. |
| FieldAccessTest | class | core/ |
Tests Field access. |
| FieldAccessTest | class | core/ |
Tests Field level access hooks. |
| FieldAccessTest.php | file | core/ |
|
| FieldAccessTest.php | file | core/ |
|
| FieldAccessTest::$activeUid | property | core/ |
Holds the currently active global user ID that initiated the test run. |
| FieldAccessTest::$defaultTheme | property | core/ |
|
| FieldAccessTest::$modules | property | core/ |
Modules to enable. |
| FieldAccessTest::$modules | property | core/ |
Modules to load code from. |
| FieldAccessTest::$node | property | core/ |
Node entity to use in this test. |
| FieldAccessTest::$testViewFieldValue | property | core/ |
Field value to test display on nodes. |
| FieldAccessTest::setUp | function | core/ |
|
| FieldAccessTest::setUp | function | core/ |
|
| FieldAccessTest::testFieldAccess | function | core/ |
Tests hook_entity_field_access() and hook_entity_field_access_alter(). |
Pagination
- Previous page
- Page 574
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.