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 |
---|---|---|---|
EntityDefinitionTestTrait::addBaseFieldIndex | function | core/ |
Adds a single-field index to the base field. |
EntityDefinitionTestTrait::doFieldUpdate | function | core/ |
Performs a field storage definition update. |
EntityDefinitionTestTrait::getUpdatedFieldStorageDefinitions | function | core/ |
Returns the required rev / mul field definitions for an entity type. |
EntityDefinitionTestTrait::makeBaseFieldEntityKey | function | core/ |
Promotes a field to an entity key. |
EntityDefinitionTestTrait::removeBaseFieldIndex | function | core/ |
Removes the index added in addBaseFieldIndex(). |
EntityDefinitionUpdateManager::$entityFieldManager | property | core/ |
The entity field manager service. |
EntityDefinitionUpdateManager::$fieldStorageDefinitionListener | property | core/ |
The field storage definition listener service. |
EntityDefinitionUpdateManager::getFieldStorageDefinition | function | core/ |
Returns a field storage definition ready to be manipulated. |
EntityDefinitionUpdateManager::installFieldableEntityType | function | core/ |
Installs a new fieldable entity type definition. |
EntityDefinitionUpdateManager::installFieldStorageDefinition | function | core/ |
Installs a new field storage definition. |
EntityDefinitionUpdateManager::requiresFieldStorageSchemaChanges | function | core/ |
Checks if the changes to the storage definition requires schema changes. |
EntityDefinitionUpdateManager::uninstallFieldStorageDefinition | function | core/ |
Uninstalls a field storage definition. |
EntityDefinitionUpdateManager::updateFieldableEntityType | function | core/ |
Applies any change performed to a fieldable entity type definition. |
EntityDefinitionUpdateManager::updateFieldStorageDefinition | function | core/ |
Applies any change performed to the passed field storage definition. |
EntityDefinitionUpdateManagerInterface::getFieldStorageDefinition | function | core/ |
Returns a field storage definition ready to be manipulated. |
EntityDefinitionUpdateManagerInterface::installFieldableEntityType | function | core/ |
Installs a new fieldable entity type definition. |
EntityDefinitionUpdateManagerInterface::installFieldStorageDefinition | function | core/ |
Installs a new field storage definition. |
EntityDefinitionUpdateManagerInterface::uninstallFieldStorageDefinition | function | core/ |
Uninstalls a field storage definition. |
EntityDefinitionUpdateManagerInterface::updateFieldableEntityType | function | core/ |
Applies any change performed to a fieldable entity type definition. |
EntityDefinitionUpdateManagerInterface::updateFieldStorageDefinition | function | core/ |
Applies any change performed to the passed field storage definition. |
EntityDefinitionUpdateTest::$entityFieldManager | property | core/ |
The entity field manager. |
EntityDefinitionUpdateTest::baseFieldDeleteWithExistingDataTestCases | function | core/ |
Test cases for ::testBaseFieldDeleteWithExistingData. |
EntityDefinitionUpdateTest::initialValueFromFieldTestCases | function | core/ |
Test cases for ::testInitialValueFromField. |
EntityDefinitionUpdateTest::testBaseFieldCreateDeleteWithExistingEntities | function | core/ |
Tests creating and deleting a base field if entities exist. |
EntityDefinitionUpdateTest::testBaseFieldCreateUpdateDeleteWithoutData | function | core/ |
Tests creating, updating, and deleting a base field if no entities exist. |
EntityDefinitionUpdateTest::testBaseFieldDeleteWithExistingData | function | core/ |
Tests deleting a base field when it has existing data. |
EntityDefinitionUpdateTest::testBaseFieldEntityKeyUpdateWithExistingData | function | core/ |
Tests updating a base field when it has existing data. |
EntityDefinitionUpdateTest::testBaseFieldUpdateWithExistingData | function | core/ |
Tests updating a base field when it has existing data. |
EntityDefinitionUpdateTest::testBaseFieldWithoutLabelCreateUpdateDelete | function | core/ |
Tests creating, updating, and deleting a base field with no label set. |
EntityDefinitionUpdateTest::testBundleFieldCreateDeleteWithExistingEntities | function | core/ |
Tests creating and deleting a bundle field if entities exist. |
EntityDefinitionUpdateTest::testBundleFieldCreateUpdateDeleteWithoutData | function | core/ |
Tests creating, updating, and deleting a bundle field if no entities exist. |
EntityDefinitionUpdateTest::testBundleFieldDeleteWithExistingData | function | core/ |
Tests deleting a bundle field when it has existing data. |
EntityDefinitionUpdateTest::testBundleFieldUpdateWithEntityTypeSchemaUpdate | function | core/ |
Tests updating a bundle field when the entity type schema has changed. |
EntityDefinitionUpdateTest::testBundleFieldUpdateWithExistingData | function | core/ |
Tests updating a bundle field when it has existing data. |
EntityDefinitionUpdateTest::testCreateFieldAndIndexOnSharedTable | function | core/ |
Ensures that a new field and index on a shared table are created. |
EntityDefinitionUpdateTest::testInitialValueFromFieldErrorHandling | function | core/ |
Tests the error handling when using initial values from another field. |
EntityDefinitionUpdateTest::testInstallAdditionalBaseFieldDuringFieldableEntityTypeInstallation | function | core/ |
Tests installing an additional base field while installing an entity type. |
EntityDefinitionUpdateTest::testInstallFieldableEntityTypeWithoutInCodeDefinition | function | core/ |
Tests creating a fieldable entity type that doesn't exist in code anymore. |
EntityDefinitionUpdateTest::testLongNameFieldIndexes | function | core/ |
Check that field schema is correctly handled with long-named fields. |
EntityDefinitionUpdateTest::testUpdateFieldableEntityTypeWithoutInCodeDefinition | function | core/ |
Tests updating a fieldable entity type that doesn't exist in code anymore. |
EntityDenormalizerBase::$fieldManager | property | core/ |
The entity field manager. |
EntityDisplayBase::$fieldDefinitions | property | core/ |
A list of field definitions eligible for configuration in this display. |
EntityDisplayBase::fieldHasDisplayOptions | function | core/ |
Determines if a field has options for a given display. |
EntityDisplayBase::getFieldDefinition | function | core/ |
Gets the field definition of a field. |
EntityDisplayBase::getFieldDefinitions | function | core/ |
Gets the definitions of the fields that are candidate for display. |
EntityDisplayFormBase::$entityFieldManager | property | core/ |
The entity field manager. |
EntityDisplayFormBase::$fieldTypes | property | core/ |
A list of field types. |
EntityDisplayFormBase::buildExtraFieldRow | function | core/ |
Builds the table row structure for a single extra field. |
EntityDisplayFormBase::buildFieldRow | function | core/ |
Builds the table row structure for a single field. |
EntityDisplayFormBase::getExtraFields | function | core/ |
Returns the extra fields of the entity type and bundle used by this form. |
Pagination
- Previous page
- Page 20
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.