Search for storage
- Search 7.x for storage
- Search 8.9.x for storage
- Search 10.3.x for storage
- Search 11.x for storage
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
FieldStorageDefinitionInterface::getSetting | function | core/ |
Returns the value of a given storage setting. |
FieldStorageDefinitionInterface::getSettings | function | core/ |
Returns the storage settings. |
FieldStorageDefinitionInterface::getTargetEntityTypeId | function | core/ |
Returns the ID of the entity type the field is attached to. |
FieldStorageDefinitionInterface::getType | function | core/ |
Returns the field type. |
FieldStorageDefinitionInterface::getUniqueStorageIdentifier | function | core/ |
Returns a unique identifier for the field storage. |
FieldStorageDefinitionInterface::hasCustomStorage | function | core/ |
Returns the storage behavior for this field. |
FieldStorageDefinitionInterface::isBaseField | function | core/ |
Determines whether the field is a base field. |
FieldStorageDefinitionInterface::isDeleted | function | core/ |
Returns whether the field is deleted or not. |
FieldStorageDefinitionInterface::isMultiple | function | core/ |
Returns whether the field can contain multiple items. |
FieldStorageDefinitionInterface::isRevisionable | function | core/ |
Returns whether the field storage is revisionable. |
FieldStorageDefinitionInterface::isTranslatable | function | core/ |
Returns whether the field supports translation. |
FieldStorageDefinitionInterface::setTranslatable | function | core/ |
Sets whether the field supports translation. |
FieldStorageDefinitionListener | class | core/ |
Reacts to field storage definition CRUD on behalf of the Entity system. |
FieldStorageDefinitionListener.php | file | core/ |
|
FieldStorageDefinitionListener::$deletedFieldsRepository | property | core/ |
The deleted fields repository. |
FieldStorageDefinitionListener::$entityFieldManager | property | core/ |
The entity field manager. |
FieldStorageDefinitionListener::$entityLastInstalledSchemaRepository | property | core/ |
The entity definition manager. |
FieldStorageDefinitionListener::$entityTypeManager | property | core/ |
The entity type manager. |
FieldStorageDefinitionListener::$eventDispatcher | property | core/ |
The event dispatcher. |
FieldStorageDefinitionListener::onFieldStorageDefinitionCreate | function | core/ |
Reacts to the creation of a field storage definition. |
FieldStorageDefinitionListener::onFieldStorageDefinitionDelete | function | core/ |
Reacts to the deletion of a field storage definition. |
FieldStorageDefinitionListener::onFieldStorageDefinitionUpdate | function | core/ |
Reacts to the update of a field storage definition. |
FieldStorageDefinitionListener::__construct | function | core/ |
Constructs a new FieldStorageDefinitionListener. |
FieldStorageDefinitionListenerInterface | interface | core/ |
Defines an interface for reacting to field storage definition creation, deletion, and updates. |
FieldStorageDefinitionListenerInterface.php | file | core/ |
|
FieldStorageDefinitionListenerInterface::onFieldStorageDefinitionCreate | function | core/ |
Reacts to the creation of a field storage definition. |
FieldStorageDefinitionListenerInterface::onFieldStorageDefinitionDelete | function | core/ |
Reacts to the deletion of a field storage definition. |
FieldStorageDefinitionListenerInterface::onFieldStorageDefinitionUpdate | function | core/ |
Reacts to the update of a field storage definition. |
FieldStorageDefinitionUpdateForbiddenException | class | core/ |
Exception thrown when a storage definition update is forbidden. |
FieldStorageDefinitionUpdateForbiddenException.php | file | core/ |
|
FieldTest::getBaseFieldStorage | function | core/ |
Returns a mocked base field storage object. |
FieldTest::getConfigFieldStorage | function | core/ |
Returns a mocked configurable field storage object. |
FieldTestBase::$fieldStorages | property | core/ |
Stores the field definitions used by the test. |
FieldTestBase::setUpFieldStorages | function | core/ |
|
FieldTranslationSqlStorageTest | class | core/ |
Tests Field translation SQL Storage. |
FieldTranslationSqlStorageTest.php | file | core/ |
|
FieldTranslationSqlStorageTest::assertFieldStorageLangcode | function | core/ |
Checks whether field languages are correctly stored for the given entity. |
FieldTranslationSqlStorageTest::testFieldSqlStorage | function | core/ |
Tests field SQL storage. |
FieldTypePluginManager::getDefaultStorageSettings | function | core/ |
Returns the default storage-level settings for a field type. |
FieldTypePluginManagerInterface::getDefaultStorageSettings | function | core/ |
Returns the default storage-level settings for a field type. |
FieldUninstallValidator::$fieldStorageConfigStorage | property | core/ |
The field storage config storage. |
FieldUninstallValidator::getFieldStoragesByModule | function | core/ |
Returns all field storages for a specified module. |
FieldUninstallValidatorTest::testValidateNoStorages | function | core/ |
@covers ::validate |
field_entity_field_storage_info | function | core/ |
Implements hook_entity_field_storage_info(). |
field_field_storage_config_update | function | core/ |
Implements hook_ENTITY_TYPE_update() for 'field_storage_config'. |
field_purge_field_storage | function | core/ |
Purges a field record from the database. |
field_storage_definition.listener | service | core/ |
Drupal\Core\Field\FieldStorageDefinitionListener |
field_test_field_storage_config_create | function | core/ |
Memorize calls to field_test_field_storage_config_create(). |
field_test_field_storage_config_update_forbid | function | core/ |
Implements hook_field_storage_config_update_forbid(). |
field_ui_form_field_ui_field_storage_add_form_alter | function | core/ |
Implements hook_form_FORM_ID_alter() for 'field_ui_field_storage_add_form'. |
Pagination
- Previous page
- Page 28
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.