Search for fieldStorage

  1. Search 7.x for fieldStorage
  2. Search 9.5.x for fieldStorage
  3. Search 8.9.x for fieldStorage
  4. Search 11.x for fieldStorage
  5. Other projects
Title Object type File name Summary
EntityFieldStorageConfig class core/modules/migrate/src/Plugin/migrate/destination/EntityFieldStorageConfig.php Provides destination plugin for field_storage_config configuration entities.
EntityFieldStorageConfig.php file core/modules/migrate/src/Plugin/migrate/destination/EntityFieldStorageConfig.php
EntityFieldStorageConfig::getIds function core/modules/migrate/src/Plugin/migrate/destination/EntityFieldStorageConfig.php Gets the destination IDs.
EntityFieldStorageConfig::rollback function core/modules/migrate/src/Plugin/migrate/destination/EntityFieldStorageConfig.php Delete the specified destination object from the target Drupal.
EntityLastInstalledSchemaRepository::deleteLastInstalledFieldStorageDefinition function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php
EntityLastInstalledSchemaRepository::getLastInstalledFieldStorageDefinitions function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php
EntityLastInstalledSchemaRepository::setLastInstalledFieldStorageDefinition function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php
EntityLastInstalledSchemaRepository::setLastInstalledFieldStorageDefinitions function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php
EntityLastInstalledSchemaRepositoryInterface::deleteLastInstalledFieldStorageDefinition function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php Deletes the field storage definition from the application state.
EntityLastInstalledSchemaRepositoryInterface::getLastInstalledFieldStorageDefinitions function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php Gets the entity type's most recently installed field storage definitions.
EntityLastInstalledSchemaRepositoryInterface::setLastInstalledFieldStorageDefinition function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php Stores the field storage definition in the application state.
EntityLastInstalledSchemaRepositoryInterface::setLastInstalledFieldStorageDefinitions function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php Stores the entity type's field storage definitions in the application state.
EntityTestDefinitionSubscriber::onFieldStorageDefinitionCreate function core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php
EntityTestDefinitionSubscriber::onFieldStorageDefinitionDelete function core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php
EntityTestDefinitionSubscriber::onFieldStorageDefinitionUpdate function core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php
EntityViewsData::$fieldStorageDefinitions property core/modules/views/src/EntityViewsData.php The field storage definitions for all base fields of the entity type.
EntityViewsData::getFieldStorageDefinitions function core/modules/views/src/EntityViewsData.php Gets the field storage definitions.
FieldAPIHandlerTrait::$fieldStorageDefinition property core/modules/views/src/FieldAPIHandlerTrait.php The field storage definition.
FieldAPIHandlerTrait::getFieldStorageDefinition function core/modules/views/src/FieldAPIHandlerTrait.php Gets the field storage configuration.
FieldConfig::$fieldStorage property core/modules/field/src/Entity/FieldConfig.php The associated FieldStorageConfig entity.
FieldConfig::getFieldStorageDefinition function core/modules/field/src/Entity/FieldConfig.php Returns the field storage definition.
FieldConfigBase::$fieldStorage property core/lib/Drupal/Core/Field/FieldConfigBase.php The field storage object.
FieldConfigEditForm::fieldStorageSubmit function core/modules/field_ui/src/Form/FieldConfigEditForm.php Submit handler for subform submit.
FieldConfigEditForm::processFieldStorageSubmit function core/modules/field_ui/src/Form/FieldConfigEditForm.php Process handler for subform submit.
FieldConfigEntityUnitTest::$fieldStorage property core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php The mock field storage.
FieldCrudTest::$fieldStorage property core/modules/field/tests/src/Kernel/FieldCrudTest.php The field storage entity.
FieldCrudTest::$fieldStorageDefinition property core/modules/field/tests/src/Kernel/FieldCrudTest.php The field entity definition.
FieldDefinition::$fieldStorageDefinition property core/lib/Drupal/Core/Field/FieldDefinition.php The associated field storage definition.
FieldDefinition::createFromFieldStorageDefinition function core/lib/Drupal/Core/Field/FieldDefinition.php Creates a new field definition.
FieldDefinition::getFieldStorageDefinition function core/lib/Drupal/Core/Field/FieldDefinition.php Returns the field storage definition.
FieldDefinition::setFieldStorageDefinition function core/lib/Drupal/Core/Field/FieldDefinition.php Set the field storage definition.
FieldDefinitionInterface::getFieldStorageDefinition function core/lib/Drupal/Core/Field/FieldDefinitionInterface.php Returns the field storage definition.
FieldGroupRowsWebTest::$fieldStorage property core/modules/views/tests/src/Functional/Handler/FieldGroupRowsWebTest.php The field storage.
FieldMissingTypeTest::testFieldStorageMissingType function core/tests/Drupal/KernelTests/Core/Field/FieldMissingTypeTest.php Tests the exception thrown when missing a field type in field storages.
FieldSettingsTest::testConfigurableFieldStorageSettings function core/tests/Drupal/KernelTests/Core/Field/FieldSettingsTest.php @covers \Drupal\field\Entity\FieldStorageConfig::getSettings
@covers \Drupal\field\Entity\FieldStorageConfig::setSettings
FieldSqlStorageTest::$fieldStorage property core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php A field storage to use in this class.
FieldStorageAddForm class core/modules/field_ui/src/Form/FieldStorageAddForm.php Provides a form for the "field storage" add page.
FieldStorageAddForm.php file core/modules/field_ui/src/Form/FieldStorageAddForm.php
FieldStorageAddForm::$bundle property core/modules/field_ui/src/Form/FieldStorageAddForm.php The entity bundle.
FieldStorageAddForm::$configFactory property core/modules/field_ui/src/Form/FieldStorageAddForm.php The configuration factory.
FieldStorageAddForm::$entityFieldManager property core/modules/field_ui/src/Form/FieldStorageAddForm.php The entity field manager.
FieldStorageAddForm::$entityTypeId property core/modules/field_ui/src/Form/FieldStorageAddForm.php The name of the entity type.
FieldStorageAddForm::$entityTypeManager property core/modules/field_ui/src/Form/FieldStorageAddForm.php The entity type manager.
FieldStorageAddForm::$fieldTypePluginManager property core/modules/field_ui/src/Form/FieldStorageAddForm.php The field type plugin manager.
FieldStorageAddForm::addFieldOptionsForGroup function core/modules/field_ui/src/Form/FieldStorageAddForm.php Adds field types for the selected group to the form.
FieldStorageAddForm::addGroupFieldOptions function core/modules/field_ui/src/Form/FieldStorageAddForm.php Adds ungrouped field types and field type groups to the form.
FieldStorageAddForm::buildForm function core/modules/field_ui/src/Form/FieldStorageAddForm.php Form constructor.
FieldStorageAddForm::create function core/modules/field_ui/src/Form/FieldStorageAddForm.php Instantiates a new instance of this class.
FieldStorageAddForm::fieldNameExists function core/modules/field_ui/src/Form/FieldStorageAddForm.php Checks if a field machine name is taken.
FieldStorageAddForm::getFormId function core/modules/field_ui/src/Form/FieldStorageAddForm.php Returns a unique string identifying the form.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.