Search for storage
- Search 7.x for storage
- Search 9.5.x for storage
- Search 8.9.x for storage
- Search 10.3.x for storage
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| FieldHooks::entityFieldStorageInfo | function | core/ |
Implements hook_entity_field_storage_info(). |
| FieldHooks::fieldStorageConfigUpdate | function | core/ |
Implements hook_ENTITY_TYPE_update() for 'field_storage_config'. |
| 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::storageSettingsSummary | function | core/ |
Returns a short summary of the field's storage-level settings. |
| 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::storageSettingsSummary | function | core/ |
Returns a short summary of the field's storage-level settings. |
| FieldItemInterface::storageSettingsToConfigData | function | core/ |
Returns a settings array that can be stored as a configuration value. |
| FieldKernelTestBase::createFieldWithStorage | function | core/ |
Create a field and an associated field storage. |
| 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 | class | core/ |
Tests Field SQL Storage . |
| FieldSqlStorageTest.php | file | core/ |
|
| FieldSqlStorageTest::$field | property | core/ |
A field to use in this test class. |
| FieldSqlStorageTest::$fieldCardinality | property | core/ |
|
| FieldSqlStorageTest::$fieldName | property | core/ |
The name of the created field. |
| FieldSqlStorageTest::$fieldStorage | property | core/ |
A field storage to use in this class. |
| FieldSqlStorageTest::$modules | property | core/ |
Modules to install. |
| FieldSqlStorageTest::$revisionTable | property | core/ |
Name of the revision table of the field. |
| FieldSqlStorageTest::$table | property | core/ |
Name of the data table of the field. |
| FieldSqlStorageTest::$tableMapping | property | core/ |
The table mapping for the tested entity type. |
| FieldSqlStorageTest::setUp | function | core/ |
|
| FieldSqlStorageTest::testFieldLoad | function | core/ |
Tests field loading works correctly by inserting directly in the tables. |
| FieldSqlStorageTest::testFieldSqlStorageForeignKeys | function | core/ |
Tests foreign key support. |
| FieldSqlStorageTest::testFieldUpdateFailure | function | core/ |
Tests that failure to create fields is handled gracefully. |
| FieldSqlStorageTest::testFieldUpdateIndexesWithData | function | core/ |
Tests adding and removing indexes while data is present. |
| FieldSqlStorageTest::testFieldWrite | function | core/ |
Tests field saving works correctly by reading directly from the tables. |
| FieldSqlStorageTest::testLongNames | function | core/ |
Tests that long entity type and field names do not break. |
| FieldSqlStorageTest::testNullSerializedFieldLoad | function | core/ |
Tests loading base and configurable serialized fields with NULL values. |
| FieldSqlStorageTest::testTableNames | function | core/ |
Tests table name generation. |
| FieldSqlStorageTest::testUpdateFieldSchemaWithData | function | core/ |
Tests trying to update a field with data. |
| 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. |
Pagination
- Previous page
- Page 22
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.