Search for fieldStorage
- Search 7.x for fieldStorage
- Search 9.5.x for fieldStorage
- Search 10.3.x for fieldStorage
- Search 11.x for fieldStorage
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
EntityFieldStorageConfig | class | core/ |
Deprecated. Destination with Drupal specific config dependencies. |
EntityFieldStorageConfig | class | core/ |
Provides destination plugin for field_storage_config configuration entities. |
EntityFieldStorageConfig.php | file | core/ |
|
EntityFieldStorageConfig.php | file | core/ |
|
EntityFieldStorageConfig::$fieldTypePluginManager | property | core/ |
The field type plugin manager. |
EntityFieldStorageConfig::calculateDependencies | function | core/ |
Calculates dependencies for the configured plugin. |
EntityFieldStorageConfig::create | function | core/ |
Creates an instance of the plugin. |
EntityFieldStorageConfig::getEntityTypeId | function | core/ |
Finds the entity type from configuration or plugin ID. |
EntityFieldStorageConfig::getIds | function | core/ |
Gets the destination IDs. |
EntityFieldStorageConfig::rollback | function | core/ |
Delete the specified destination object from the target Drupal. |
EntityFieldStorageConfig::__construct | function | core/ |
Construct a new plugin. |
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. |
EntityManager::getActiveFieldStorageDefinitions | function | core/ |
|
EntityManager::getFieldStorageDefinitions | function | core/ |
|
EntityManager::getLastInstalledFieldStorageDefinitions | function | core/ |
|
EntityManager::onFieldStorageDefinitionCreate | function | core/ |
|
EntityManager::onFieldStorageDefinitionDelete | function | core/ |
|
EntityManager::onFieldStorageDefinitionUpdate | function | core/ |
|
EntityManagerInterface::getLastInstalledFieldStorageDefinitions | function | core/ |
|
EntityManagerTest::testGetActiveFieldStorageDefinitions | function | core/ |
@covers ::getActiveFieldStorageDefinitions |
EntityManagerTest::testGetFieldStorageDefinitions | function | core/ |
Tests the getFieldStorageDefinitions() method. |
EntityManagerTest::testGetLastInstalledFieldStorageDefinitions | function | core/ |
Tests the getLastInstalledFieldStorageDefinitions() method. |
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. |
EntityViewsDataTest::setupFieldStorageDefinition | function | core/ |
Helper method to mock all store 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. |
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.