Search for storage
- Search 7.x for storage
- Search 9.5.x for storage
- Search 10.3.x for storage
- Search 11.x for storage
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
FeedStorageInterface::CLEAR_NEVER | constant | core/ |
Denotes that a feed's items should never expire. |
FeedStorageInterface::getFeedIdsToRefresh | function | core/ |
Returns the fids of feeds that need to be refreshed. |
FeedStorageSchema | class | core/ |
Defines the feed schema handler. |
FeedStorageSchema.php | file | core/ |
|
FeedStorageSchema::getSharedTableFieldSchema | function | core/ |
Gets the schema for a single field definition. |
field.storage.block_content.body.yml | file | core/ |
core/modules/block_content/config/install/field.storage.block_content.body.yml |
field.storage.comment.comment_body.yml | file | core/ |
core/modules/comment/config/install/field.storage.comment.comment_body.yml |
field.storage.entity_test_update.field_test_configurable_field.yml | file | core/ |
core/modules/system/tests/modules/entity_test_update/config/install/field.storage.entity_test_update.field_test_configurable_field.yml |
field.storage.node.body.yml | file | core/ |
core/modules/node/config/install/field.storage.node.body.yml |
field.storage.node.field_file_generic_2677990.yml | file | core/ |
core/modules/file/tests/fixtures/update/field.storage.node.field_file_generic_2677990.yml |
field.storage.node.field_file_table_2677990.yml | file | core/ |
core/modules/file/tests/fixtures/update/field.storage.node.field_file_table_2677990.yml |
field.storage.node.field_options_float.yml | file | core/ |
core/modules/options/tests/options_config_install_test/config/install/field.storage.node.field_options_float.yml |
field.storage.node.field_range.yml | file | core/ |
core/modules/datetime_range/tests/fixtures/update/field.storage.node.field_range.yml |
field.storage.node.field_ref_autocreate_2412569.yml | file | core/ |
core/modules/field/tests/fixtures/update/field.storage.node.field_ref_autocreate_2412569.yml |
field.storage.node.field_ref_views_select_2429191.yml | file | core/ |
core/modules/field/tests/fixtures/update/field.storage.node.field_ref_views_select_2429191.yml |
FieldableEntityDefinitionUpdateTest::$installedStorageSchema | property | core/ |
The key-value collection for tracking installed storage schema. |
FieldableEntityStorageInterface | interface | core/ |
A storage that supports entity types with field definitions. |
FieldableEntityStorageInterface.php | file | core/ |
|
FieldableEntityStorageInterface::countFieldData | function | core/ |
Determines the number of entities with values for a given field. |
FieldableEntityStorageInterface::finalizePurge | function | core/ |
Performs final cleanup after all data of a field has been purged. |
FieldableEntityStorageInterface::purgeFieldData | function | core/ |
Purges a batch of field data. |
FieldAPIHandlerTrait::$fieldStorageDefinition | property | core/ |
The field storage definition. |
FieldAPIHandlerTrait::getFieldStorageDefinition | function | core/ |
Gets the field storage configuration. |
FieldConfigBase::$fieldStorage | property | core/ |
The field storage object. |
FieldConfigStorageBase | class | core/ |
Base storage class for field config entities. |
FieldConfigStorageBase.php | file | core/ |
|
FieldConfigStorageBase::$fieldTypeManager | property | core/ |
The field type plugin manager. |
FieldConfigStorageBase::mapFromStorageRecords | function | core/ |
Maps from storage records to entity objects. |
FieldConfigStorageBase::mapToStorageRecord | function | core/ |
Maps from an entity object to the storage record. |
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. |
FieldDefinitionTest::$storageDefinition | property | core/ |
The test field storage definition. |
FieldDefinitionTest::$storageSupportsTranslation | property | core/ |
A flag for setting if the field storage supports translation. |
FieldGroupRowsWebTest::$fieldStorage | property | core/ |
The field storage. |
FieldItemBase::calculateStorageDependencies | function | core/ |
Calculates dependencies for field items on the storage level. |
FieldItemBase::defaultStorageSettings | function | core/ |
Defines the storage-level settings for this plugin. |
FieldItemBase::storageSettingsForm | function | core/ |
Returns a form for the storage-level settings. |
FieldItemBase::storageSettingsFromConfigData | function | core/ |
Returns a settings array in the field type's canonical representation. |
FieldItemBase::storageSettingsToConfigData | function | core/ |
Returns a settings array that can be stored as a configuration value. |
FieldItemInterface::calculateStorageDependencies | function | core/ |
Calculates dependencies for field items on the storage level. |
FieldItemInterface::defaultStorageSettings | function | core/ |
Defines the storage-level settings for this plugin. |
FieldItemInterface::storageSettingsForm | function | core/ |
Returns a form for the storage-level settings. |
FieldItemInterface::storageSettingsFromConfigData | function | core/ |
Returns a settings array in the field type's canonical representation. |
FieldItemInterface::storageSettingsToConfigData | function | core/ |
Returns a settings array that can be stored as a configuration value. |
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[[api-linebreak]] @covers \Drupal\field\Entity\FieldStorageConfig::setSettings[[api-linebreak]] |
FieldSqlStorageTest | class | core/ |
Tests Field SQL Storage . |
Pagination
- Previous page
- Page 17
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.