Search for fieldStorage
- Search 7.x for fieldStorage
- Search 9.5.x for fieldStorage
- Search 8.9.x for fieldStorage
- Search 10.3.x for fieldStorage
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
EntityFieldManagerTest::testGetFieldStorageDefinitionsWithCaching | function | core/ |
Tests the getFieldStorageDefinitions() method with caching. |
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. |
EntityLastInstalledSchemaRepository::deleteLastInstalledFieldStorageDefinition | function | core/ |
|
EntityLastInstalledSchemaRepository::getLastInstalledFieldStorageDefinitions | function | core/ |
|
EntityLastInstalledSchemaRepository::setLastInstalledFieldStorageDefinition | function | core/ |
|
EntityLastInstalledSchemaRepository::setLastInstalledFieldStorageDefinitions | function | core/ |
|
EntityLastInstalledSchemaRepositoryInterface::deleteLastInstalledFieldStorageDefinition | function | core/ |
Deletes the field storage definition from the application state. |
EntityLastInstalledSchemaRepositoryInterface::getLastInstalledFieldStorageDefinitions | function | core/ |
Gets the entity type's most recently installed field storage definitions. |
EntityLastInstalledSchemaRepositoryInterface::setLastInstalledFieldStorageDefinition | function | core/ |
Stores the field storage definition in the application state. |
EntityLastInstalledSchemaRepositoryInterface::setLastInstalledFieldStorageDefinitions | function | core/ |
Stores the entity type's field storage definitions in the application state. |
EntitySchemaTestHooks::entityFieldStorageInfo | function | core/ |
Implements hook_entity_field_storage_info(). |
EntityTestDefinitionSubscriber::onFieldStorageDefinitionCreate | function | core/ |
Reacts to the creation of a field storage definition. |
EntityTestDefinitionSubscriber::onFieldStorageDefinitionDelete | function | core/ |
Reacts to the deletion of a field storage definition. |
EntityTestDefinitionSubscriber::onFieldStorageDefinitionUpdate | function | core/ |
Reacts to the update of a field storage definition. |
EntityTestExtraHooks::entityFieldStorageInfo | function | core/ |
Implements hook_entity_field_storage_info(). |
EntityTestUpdateHooks::entityFieldStorageInfo | function | core/ |
Implements hook_entity_field_storage_info(). |
EntityViewsData::$fieldStorageDefinitions | property | core/ |
The field storage definitions for all base fields of the entity type. |
EntityViewsData::getFieldStorageDefinitions | function | core/ |
Gets the field storage definitions. |
FieldAPIHandlerTrait::$fieldStorageDefinition | property | core/ |
The field storage definition. |
FieldAPIHandlerTrait::getFieldStorageDefinition | function | core/ |
Gets the field storage configuration. |
FieldConfig::$fieldStorage | property | core/ |
The associated FieldStorageConfig entity. |
FieldConfig::getFieldStorageDefinition | function | core/ |
Returns the field storage definition. |
FieldConfigBase::$fieldStorage | property | core/ |
The field storage object. |
FieldConfigEditForm::fieldStorageSubmit | function | core/ |
Submit handler for subform submit. |
FieldConfigEditForm::processFieldStorageSubmit | function | core/ |
Process handler for subform submit. |
FieldConfigEntityUnitTest::$fieldStorage | property | core/ |
The mock field storage. |
FieldCrudTest::$fieldStorage | property | core/ |
The field storage entity. |
FieldCrudTest::$fieldStorageDefinition | property | core/ |
The field entity definition. |
FieldDefinition::$fieldStorageDefinition | property | core/ |
The associated field storage definition. |
FieldDefinition::createFromFieldStorageDefinition | function | core/ |
Creates a new field definition. |
FieldDefinition::getFieldStorageDefinition | function | core/ |
Returns the field storage definition. |
FieldDefinition::setFieldStorageDefinition | function | core/ |
Set the field storage definition. |
FieldDefinitionInterface::getFieldStorageDefinition | function | core/ |
Returns the field storage definition. |
FieldGroupRowsWebTest::$fieldStorage | property | core/ |
The field storage. |
FieldHooks::entityFieldStorageInfo | function | core/ |
Implements hook_entity_field_storage_info(). |
FieldHooks::fieldStorageConfigUpdate | function | core/ |
Implements hook_ENTITY_TYPE_update() for 'field_storage_config'. |
FieldMissingTypeTest::testFieldStorageMissingType | function | core/ |
Tests the exception thrown when missing a field type in field storages. |
FieldSettingsTest::testConfigurableFieldStorageSettings | function | core/ |
@covers \Drupal\field\Entity\FieldStorageConfig::getSettings @covers \Drupal\field\Entity\FieldStorageConfig::setSettings |
FieldSqlStorageTest::$fieldStorage | property | core/ |
A field storage to use in this class. |
FieldStorageAddForm | class | core/ |
Provides a form for the "field storage" add page. |
FieldStorageAddForm.php | file | core/ |
|
FieldStorageAddForm::$bundle | property | core/ |
The entity bundle. |
FieldStorageAddForm::$entityTypeId | property | core/ |
The name of the entity type. |
FieldStorageAddForm::addFieldOptionsForGroup | function | core/ |
Adds field types for the selected group to the form. |
FieldStorageAddForm::addGroupFieldOptions | function | core/ |
Adds ungrouped field types and field type groups to the form. |
FieldStorageAddForm::buildForm | function | core/ |
|
FieldStorageAddForm::create | function | core/ |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.