Search for field_
- Search 7.x for field_
- Search 9.5.x for field_
- Search 8.9.x for field_
- Search 11.x for field_
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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 level access hooks. |
| FieldAccessTest | class | core/ |
Tests Field access. |
| 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/ |
The theme to install as the default for testing. |
| FieldAccessTest::$modules | property | core/ |
Modules to install. |
| 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(). |
| FieldAccessTest::testFieldAccess | function | core/ |
Tests that hook_entity_field_access() is called. |
| FieldApiDataTest | class | core/ |
Tests the Field Views data. |
| FieldApiDataTest.php | file | core/ |
|
| FieldApiDataTest::$modules | property | core/ |
Modules to install. |
| FieldApiDataTest::$testViews | property | core/ |
Views to be enabled. |
| FieldApiDataTest::getViewsData | function | core/ |
Gets the views data for the field created in setUp(). |
| FieldApiDataTest::setUp | function | core/ |
|
| FieldApiDataTest::testEntityFieldFilter | function | core/ |
Tests filtering entries with different translatability. |
| FieldApiDataTest::testViewsData | function | core/ |
Unit testing the views data structure. |
| FieldAPIHandlerTrait | trait | core/ |
A trait containing helper methods for field definitions. |
| FieldAPIHandlerTrait.php | file | core/ |
|
| FieldAPIHandlerTrait::$entityFieldManager | property | core/ |
The entity field manager. |
| FieldAPIHandlerTrait::$fieldDefinition | property | core/ |
The field definition. |
| FieldAPIHandlerTrait::$fieldStorageDefinition | property | core/ |
The field storage definition. |
| FieldAPIHandlerTrait::getEntityFieldManager | function | core/ |
Returns the entity field manager. |
Pagination
- Previous page
- Page 40
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.