Search for field_
- Search 7.x for field_
- Search 9.5.x for field_
- Search 8.9.x for field_
- Search 10.3.x for field_
- Search main for field_
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| EntitySchemaSubscriber::onFieldableEntityTypeCreate | function | core/ |
Reacts to the creation of the fieldable entity type. |
| EntitySchemaSubscriber::onFieldableEntityTypeUpdate | function | core/ |
Reacts to the update of a fieldable entity type. |
| EntitySchemaTest::$entityFieldManager | property | core/ |
The entity field manager. |
| EntitySchemaTest::testCustomFieldCreateDelete | function | core/ |
Tests the custom bundle field creation and deletion. |
| EntitySchemaTestHooks::entityBaseFieldInfo | function | core/ |
Implements hook_entity_base_field_info(). |
| EntitySchemaTestHooks::entityBundleFieldInfo | function | core/ |
Implements hook_entity_bundle_field_info(). |
| EntitySchemaTestHooks::entityFieldStorageInfo | function | core/ |
Implements hook_entity_field_storage_info(). |
| EntitySerializationTest::entityFieldAccessAlter | function | core/ |
Implements hook_entity_field_access_alter(). |
| EntitySerializationTestHooks::entityFieldAccessAlter | function | core/ |
Implements hook_entity_field_access_alter(). |
| EntitySerializedField.php | file | core/ |
|
| EntitySerializedField::baseFieldDefinitions | function | core/ |
Provides base field definitions for an entity type. |
| EntityStorageInterface::FIELD_LOAD_CURRENT | constant | core/ |
Load the most recent version of an entity's field data. |
| EntityStorageInterface::FIELD_LOAD_REVISION | constant | core/ |
Load the version of an entity's field data specified in the entity. |
| EntityTest::baseFieldDefinitions | function | core/ |
Provides base field definitions for an entity type. |
| EntityTestBase::$entityFieldManager | property | core/ |
The entity field manager service. |
| EntityTestBaseFieldDisplay | class | core/ |
Defines a test entity class for base fields display. |
| EntityTestBaseFieldDisplay.php | file | core/ |
|
| EntityTestBaseFieldDisplay::baseFieldDefinitions | function | core/ |
Provides base field definitions for an entity type. |
| EntityTestBundleResourceTestBase::$patchProtectedFieldNames | property | core/ |
The fields that are protected against modification during PATCH requests. |
| EntityTestCompositeConstraint::baseFieldDefinitions | function | core/ |
Provides base field definitions for an entity type. |
| EntityTestCompositeConstraint::coversFields | function | core/ |
An array of entity fields which should be passed to the validator. |
| EntityTestComputedBundleField.php | file | core/ |
|
| EntityTestComputedBundleField::baseFieldDefinitions | function | core/ |
Provides base field definitions for an entity type. |
| EntityTestComputedBundleField::bundleFieldDefinitions | function | core/ |
Provides field definitions for a specific bundle. |
| EntityTestComputedField.php | file | core/ |
|
| EntityTestComputedField::baseFieldDefinitions | function | core/ |
Provides base field definitions for an entity type. |
| EntityTestComputedFieldNormalizerTest | class | core/ |
Test normalization of computed field. |
| EntityTestComputedFieldNormalizerTest.php | file | core/ |
|
| EntityTestComputedFieldNormalizerTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| EntityTestComputedFieldNormalizerTest::$entityTypeId | property | core/ |
The tested entity type. |
| EntityTestComputedFieldNormalizerTest::getExpectedCacheContexts | function | core/ |
The expected cache contexts for the GET/HEAD response of the test entity. |
| EntityTestComputedFieldNormalizerTest::getExpectedCacheTags | function | core/ |
The expected cache tags for the GET/HEAD response of the test entity. |
| EntityTestComputedFieldNormalizerTest::getExpectedNormalizedEntity | function | core/ |
Returns the expected normalization of the entity. |
| EntityTestComputedFieldNormalizerTest::getExpectedUnauthorizedAccessMessage | function | core/ |
Return the expected error message. |
| EntityTestComputedFieldNormalizerTest::setUpAuthorization | function | core/ |
Sets up the necessary authorization. |
| EntityTestComputedFieldNormalizerTest::testCrud | function | core/ |
Tests all CRUD operations in a single test method. |
| EntityTestComputedFieldTest | class | core/ |
JSON:API integration test for the "EntityTestComputedField" content entity type. |
| EntityTestComputedFieldTest.php | file | core/ |
|
| EntityTestComputedFieldTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| EntityTestComputedFieldTest::$entity | property | core/ |
|
| EntityTestComputedFieldTest::$entityTypeId | property | core/ |
The tested entity type. |
| EntityTestComputedFieldTest::$modules | property | core/ |
Modules to install. |
| EntityTestComputedFieldTest::$patchProtectedFieldNames | property | core/ |
The fields that are protected against modification during PATCH requests. |
| EntityTestComputedFieldTest::$resourceTypeName | property | core/ |
The name of the tested JSON:API resource type. |
| EntityTestComputedFieldTest::createEntity | function | core/ |
Creates the entity to be tested. |
| EntityTestComputedFieldTest::getExpectedCacheContexts | function | core/ |
Retrieves the expected cache contexts for the response. |
| EntityTestComputedFieldTest::getExpectedCacheTags | function | core/ |
Retrieves the expected cache tags for the response. |
| EntityTestComputedFieldTest::getExpectedDocument | function | core/ |
Returns the expected JSON:API document for the entity. |
| EntityTestComputedFieldTest::getPostDocument | function | core/ |
Returns the JSON:API POST document. |
| EntityTestComputedFieldTest::getSparseFieldSets | function | core/ |
Returns an array of sparse fields sets to test. |
Pagination
- Previous page
- Page 30
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.