Search for field_
- Search 7.x for field_
- Search 8.9.x for field_
- Search 10.3.x for field_
- Search 11.x for field_
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
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 enable. |
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::testFieldOverrideBundleField | function | core/ |
Tests creating a field override config for a bundle field. |
EntityFieldTest::testIntrospection | function | core/ |
Tests introspection and getting metadata upfront. |
EntityFieldTest::testIterator | function | core/ |
Tests iterating over properties. |
EntityFieldTest::testReadWrite | function | core/ |
Tests reading and writing properties and field items. |
EntityFieldTest::testSave | function | core/ |
Tries to save and load an entity again. |
EntityFormDisplayEditForm::buildFieldRow | function | core/ |
Builds the table row structure for a single field. |
EntityFormDisplayTest::testBaseFieldComponent | function | core/ |
Tests the behavior of a field component for a base field. |
EntityFormDisplayTest::testFieldComponent | function | core/ |
Tests the behavior of a field component within an EntityFormDisplay object. |
EntityHasFieldConstraint | class | core/ |
Checks if a value is an entity that has a specific field. |
EntityHasFieldConstraint.php | file | core/ |
|
EntityHasFieldConstraint::$field_name | property | core/ |
The field name option. |
EntityHasFieldConstraint::$message | property | core/ |
The default violation message. |
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.