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 |
|---|---|---|---|
| EntityFieldManagerTest::testGetFieldMap | function | core/ |
@covers ::getFieldMap[[api-linebreak]] |
| EntityFieldManagerTest::testGetFieldMapByFieldType | function | core/ |
@covers ::getFieldMapByFieldType[[api-linebreak]] |
| EntityFieldManagerTest::testGetFieldMapFromCache | function | core/ |
@covers ::getFieldMap[[api-linebreak]] |
| EntityFieldManagerTest::testGetFieldStorageDefinitions | function | core/ |
Tests the getFieldStorageDefinitions() method. |
| EntityFieldManagerTest::testGetFieldStorageDefinitionsWithCaching | function | core/ |
Tests the getFieldStorageDefinitions() method with caching. |
| EntityFieldRenderer | class | core/ |
Renders entity fields. |
| EntityFieldRenderer.php | file | core/ |
|
| EntityFieldRenderer::$entityRepository | property | core/ |
The entity repository service. |
| EntityFieldRenderer::$entityTypeManager | property | core/ |
The entity type manager. |
| EntityFieldRenderer::$processedRows | property | core/ |
A list of indexes of rows whose fields have already been rendered. |
| EntityFieldRenderer::$relationship | property | core/ |
The relationship being handled. |
| EntityFieldRenderer::buildFields | function | core/ |
Builds the render arrays for all fields of all result rows. |
| EntityFieldRenderer::getCacheContexts | function | core/ |
The cache contexts associated with this object. |
| EntityFieldRenderer::getEntityRepository | function | core/ |
|
| EntityFieldRenderer::getEntityTypeId | function | core/ |
Returns the entity type identifier. |
| EntityFieldRenderer::getEntityTypeManager | function | core/ |
|
| EntityFieldRenderer::getLanguageManager | function | core/ |
Returns the language manager. |
| EntityFieldRenderer::getRenderableFieldIds | function | core/ |
Returns a list of names of entity fields to be rendered. |
| EntityFieldRenderer::getView | function | core/ |
Returns the top object of a view. |
| EntityFieldRenderer::query | function | core/ |
Alters the query if needed. |
| EntityFieldRenderer::render | function | core/ |
Renders entity field data. |
| EntityFieldRenderer::__construct | function | core/ |
Constructs an EntityFieldRenderer object. |
| EntityFieldStorageConfig | class | core/ |
Provides destination plugin for field_storage_config configuration entities. |
| EntityFieldStorageConfig.php | file | core/ |
|
| EntityFieldStorageConfig::getIds | function | core/ |
Gets the destination IDs. |
| EntityFieldStorageConfig::rollback | function | core/ |
Delete the specified destination object from the target Drupal. |
| EntityFieldTest | class | core/ |
Tests the Entity Field API. |
| EntityFieldTest.php | file | core/ |
|
| EntityFieldTest::$entityFieldText | property | core/ |
|
| EntityFieldTest::$entityName | property | core/ |
|
| EntityFieldTest::$entityUser | property | core/ |
|
| EntityFieldTest::$modules | property | core/ |
Modules to install. |
| EntityFieldTest::createTestEntity | function | core/ |
Creates a test entity. |
| EntityFieldTest::doTestComputedProperties | function | core/ |
Executes the computed properties tests for the given entity type. |
| EntityFieldTest::doTestDataStructureInterfaces | function | core/ |
Executes the data structure interfaces tests for the given entity type. |
| EntityFieldTest::doTestIntrospection | function | core/ |
Executes the introspection tests for the given entity type. |
| EntityFieldTest::doTestIterator | function | core/ |
Executes the iterator tests for the given entity type. |
| EntityFieldTest::doTestReadWrite | function | core/ |
Executes the read write test set for a defined entity type. |
| EntityFieldTest::doTestSave | function | core/ |
Executes the save tests for the given entity type. |
| EntityFieldTest::getContainedStrings | function | core/ |
Gets all contained strings recursively. |
| EntityFieldTest::setUp | function | core/ |
|
| EntityFieldTest::testBaseFieldNonExistingBaseField | function | core/ |
Tests a base field override on a non-existing base field. |
| EntityFieldTest::testComputedFields | function | core/ |
Tests all the interaction points of a computed field. |
| EntityFieldTest::testComputedProperties | function | core/ |
Tests getting processed property values via a computed property. |
| EntityFieldTest::testDataStructureInterfaces | function | core/ |
Tests working with the entity based upon the TypedData API. |
| EntityFieldTest::testDataTypes | function | core/ |
Makes sure data types are correctly derived for all entity types. |
| EntityFieldTest::testEntityConstraintValidation | function | core/ |
Tests validation constraints provided by the Entity API. |
| EntityFieldTest::testEntityIdAssignment | function | core/ |
Tests explicit entity ID assignment. |
| EntityFieldTest::testEntityReferenceComputedField | function | core/ |
Tests an entity reference computed field. |
| EntityFieldTest::testFieldEntityRevisionWrite | function | core/ |
Test setting field values on revisionable entities. |
Pagination
- Previous page
- Page 24
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.