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 |
|---|---|---|---|
| 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/ |
Deletes the field storage definition from the application state. |
| EntityLastInstalledSchemaRepository::getLastInstalledFieldStorageDefinitions | function | core/ |
Gets the entity type's most recently installed field storage definitions. |
| EntityLastInstalledSchemaRepository::setLastInstalledFieldStorageDefinition | function | core/ |
Stores the field storage definition in the application state. |
| EntityLastInstalledSchemaRepository::setLastInstalledFieldStorageDefinitions | function | core/ |
Puts the entity type's field storage definitions in the application state. |
| 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/ |
Puts 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/ |
Tests configurable field storage settings. |
| FieldSqlStorageTest::$fieldStorage | property | core/ |
A field storage to use in this class. |
| FieldStorageAddController | class | core/ |
Controller for building the field type links. |
| FieldStorageAddController.php | file | core/ |
|
| FieldStorageAddController::$bundle | property | core/ |
The entity bundle. |
| FieldStorageAddController::$entityTypeId | property | core/ |
The name of the entity type. |
| FieldStorageAddController::create | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
| FieldStorageAddController::getFieldSelectionLinks | function | core/ |
Builds the field selection links. |
| FieldStorageAddController::resetField | function | core/ |
Deletes stored field data and builds the field selection links. |
| FieldStorageAddController::__construct | function | core/ |
Constructs a new FieldStorageAddController. |
| FieldStorageAddForm | class | core/ |
Provides a form for the "field storage" add subform. |
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.