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 |
|---|---|---|---|
| FieldAttachStorageTest.php | file | core/ |
|
| FieldAttachStorageTest::setUp | function | core/ |
Set the default field storage backend for fields created during tests. |
| FieldAttachStorageTest::testEntityCreateBundle | function | core/ |
Test entity_bundle_create(). |
| FieldAttachStorageTest::testEntityDeleteBundle | function | core/ |
Test entity_bundle_delete(). |
| FieldAttachStorageTest::testFieldAttachDelete | function | core/ |
Test entity deletion. |
| FieldAttachStorageTest::testFieldAttachLoadMultiple | function | core/ |
Test the 'multiple' load feature. |
| FieldAttachStorageTest::testFieldAttachSaveEmptyData | function | core/ |
Tests insert and update with empty or NULL fields. |
| FieldAttachStorageTest::testFieldAttachSaveEmptyDataDefaultValue | function | core/ |
Test insert with empty or NULL fields, with default value. |
| FieldAttachStorageTest::testFieldAttachSaveLoad | function | core/ |
Check field values insert, update and load. |
| 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. |
| FieldConfigStorage | class | core/ |
Storage handler for field config. |
| FieldConfigStorage.php | file | core/ |
|
| FieldConfigStorage::$deletedFieldsRepository | property | core/ |
The deleted fields repository. |
| FieldConfigStorage::$deprecatedProperties | property | core/ |
|
| FieldConfigStorage::$entityTypeManager | property | core/ |
The entity type manager. |
| FieldConfigStorage::$fieldTypeManager | property | core/ |
The field type plugin manager. |
| FieldConfigStorage::createInstance | function | core/ |
Instantiates a new instance of this entity handler. |
| FieldConfigStorage::importDelete | function | core/ |
Delete entities upon synchronizing configuration changes. |
| FieldConfigStorage::loadByProperties | function | core/ |
Load entities by their property values. |
| FieldConfigStorage::__construct | function | core/ |
Constructs a FieldConfigStorage 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. |
| FieldCrudTest::$fieldStorage | property | core/ |
The field storage entity. |
| FieldCrudTest::$fieldStorageDefinition | property | core/ |
The field entity definition. |
| FieldCrudTest::testCreateFieldCustomStorage | function | core/ |
Test creating a field with custom storage set. |
| FieldDataCountTest::$storage | property | core/ |
|
| FieldDataCountTest::$storageRev | property | core/ |
|
| FieldDataCountTest::$storageUser | property | core/ |
|
| 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. |
Pagination
- Previous page
- Page 21
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.