Search for fieldStorage
- Search 7.x for fieldStorage
- Search 8.9.x for fieldStorage
- Search 10.3.x for fieldStorage
- Search 11.x for fieldStorage
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
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/ |
Stores 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/ |
Stores the entity type's field storage definitions in the application state. |
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. |
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. |
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. |
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::$configFactory | property | core/ |
The configuration factory. |
FieldStorageAddForm::$entityDisplayRepository | property | core/ |
The entity display repository. |
FieldStorageAddForm::$entityFieldManager | property | core/ |
The entity field manager. |
FieldStorageAddForm::$entityTypeId | property | core/ |
The name of the entity type. |
FieldStorageAddForm::$entityTypeManager | property | core/ |
The entity type manager. |
FieldStorageAddForm::$fieldTypePluginManager | property | core/ |
The field type plugin manager. |
FieldStorageAddForm::buildForm | function | core/ |
Form constructor. |
FieldStorageAddForm::configureEntityFormDisplay | function | core/ |
Configures the field for the default form mode. |
FieldStorageAddForm::configureEntityViewDisplay | function | core/ |
Configures the field for the default view mode. |
FieldStorageAddForm::create | function | core/ |
Instantiates a new instance of this class. |
FieldStorageAddForm::fieldNameExists | function | core/ |
Checks if a field machine name is taken. |
FieldStorageAddForm::getExistingFieldLabels | function | core/ |
Gets the human-readable labels for the given field storage names. |
FieldStorageAddForm::getExistingFieldStorageOptions | function | core/ |
Returns an array of existing field storages that can be added to a bundle. |
FieldStorageAddForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
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.