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
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Field | class | core/ |
Drupal 6 field source from database. |
Field | class | core/ |
Drupal 7 field source from database. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
FieldableEntity::getEntityTranslationSourceLanguage | function | core/ |
Gets an entity source language from the 'entity_translation' table. |
FieldableEntity::getFields | function | core/ |
Returns all non-deleted field instances attached to a specific entity type. |
FieldableEntity::getFieldValues | function | core/ |
Retrieves field values for a single field of a single entity. |
FieldableEntity::isEntityTranslatable | function | core/ |
Checks if an entity type uses Entity Translation. |
FieldableEntityDefinitionUpdateTest | class | core/ |
Tests EntityDefinitionUpdateManager's fieldable entity update functionality. |
FieldableEntityDefinitionUpdateTest.php | file | core/ |
|
FieldableEntityDefinitionUpdateTest::$database | property | core/ |
The database connection. |
FieldableEntityDefinitionUpdateTest::$entityDefinitionUpdateManager | property | core/ |
The entity definition update manager. |
FieldableEntityDefinitionUpdateTest::$entityFieldManager | property | core/ |
The entity field manager. |
FieldableEntityDefinitionUpdateTest::$entityTypeId | property | core/ |
The ID of the entity type used in this test. |
FieldableEntityDefinitionUpdateTest::$entityTypeManager | property | core/ |
The entity type manager. |
FieldableEntityDefinitionUpdateTest::$installedStorageSchema | property | core/ |
The key-value collection for tracking installed storage schema. |
FieldableEntityDefinitionUpdateTest::$lastInstalledSchemaRepository | property | core/ |
The last installed schema repository service. |
FieldableEntityDefinitionUpdateTest::$modules | property | core/ |
Modules to enable. |
FieldableEntityDefinitionUpdateTest::$testEntities | property | core/ |
An array of entities are created during the test. |
FieldableEntityDefinitionUpdateTest::assertBackupTables | function | core/ |
Asserts that the backup tables have been kept after a successful update. |
FieldableEntityDefinitionUpdateTest::assertBundleFieldSchema | function | core/ |
Asserts that the bundle field schema is correct. |
FieldableEntityDefinitionUpdateTest::assertEntityData | function | core/ |
Asserts test entity data after a fieldable entity type update. |
FieldableEntityDefinitionUpdateTest::assertEntityTypeSchema | function | core/ |
Asserts revisionable and/or translatable characteristics of an entity type. |
FieldableEntityDefinitionUpdateTest::assertNonRevisionableAndNonTranslatable | function | core/ |
Asserts that an entity type is neither revisionable nor translatable. |
FieldableEntityDefinitionUpdateTest::assertRevisionable | function | core/ |
Asserts the revisionable characteristics of an entity type. |
FieldableEntityDefinitionUpdateTest::assertRevisionableAndTranslatable | function | core/ |
Asserts the revisionable / translatable characteristics of an entity type. |
FieldableEntityDefinitionUpdateTest::assertTranslatable | function | core/ |
Asserts the translatable characteristics of an entity type. |
FieldableEntityDefinitionUpdateTest::insertData | function | core/ |
Generates test entities for the 'entity_test_update' entity type. |
FieldableEntityDefinitionUpdateTest::providerTestFieldableEntityTypeUpdates | function | core/ |
Data provider for testFieldableEntityTypeUpdates(). |
FieldableEntityDefinitionUpdateTest::setUp | function | core/ |
|
FieldableEntityDefinitionUpdateTest::testFieldableEntityTypeUpdates | function | core/ |
@covers ::updateFieldableEntityType @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. |
Pagination
- Previous page
- Page 41
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.