Search for storage

  1. Search 7.x for storage
  2. Search 9.5.x for storage
  3. Search 8.9.x for storage
  4. Search 10.3.x for storage
  5. Other projects
Title Object type File name Summary
FieldSqlStorageTest::$field property core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php A field to use in this test class.
FieldSqlStorageTest::$fieldCardinality property core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php
FieldSqlStorageTest::$fieldName property core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php The name of the created field.
FieldSqlStorageTest::$fieldStorage property core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php A field storage to use in this class.
FieldSqlStorageTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php
FieldSqlStorageTest::$revisionTable property core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Name of the revision table of the field.
FieldSqlStorageTest::$table property core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Name of the data table of the field.
FieldSqlStorageTest::$tableMapping property core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php The table mapping for the tested entity type.
FieldSqlStorageTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php
FieldSqlStorageTest::testFieldLoad function core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Tests field loading works correctly by inserting directly in the tables.
FieldSqlStorageTest::testFieldSqlStorageForeignKeys function core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Tests foreign key support.
FieldSqlStorageTest::testFieldUpdateFailure function core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Tests that failure to create fields is handled gracefully.
FieldSqlStorageTest::testFieldUpdateIndexesWithData function core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Tests adding and removing indexes while data is present.
FieldSqlStorageTest::testFieldWrite function core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Tests field saving works correctly by reading directly from the tables.
FieldSqlStorageTest::testLongNames function core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Tests that long entity type and field names do not break.
FieldSqlStorageTest::testTableNames function core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Tests table name generation.
FieldSqlStorageTest::testUpdateFieldSchemaWithData function core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Tests trying to update a field with data.
FieldStorageAddController class core/modules/field_ui/src/Controller/FieldStorageAddController.php Controller for building the field type links.
FieldStorageAddController.php file core/modules/field_ui/src/Controller/FieldStorageAddController.php
FieldStorageAddController::$bundle property core/modules/field_ui/src/Controller/FieldStorageAddController.php The entity bundle.
FieldStorageAddController::$entityTypeId property core/modules/field_ui/src/Controller/FieldStorageAddController.php The name of the entity type.
FieldStorageAddController::create function core/modules/field_ui/src/Controller/FieldStorageAddController.php
FieldStorageAddController::getFieldSelectionLinks function core/modules/field_ui/src/Controller/FieldStorageAddController.php Builds the field selection links.
FieldStorageAddController::resetField function core/modules/field_ui/src/Controller/FieldStorageAddController.php Deletes stored field data and builds the field selection links.
FieldStorageAddController::__construct function core/modules/field_ui/src/Controller/FieldStorageAddController.php Constructs a new FieldStorageAddController.
FieldStorageAddForm class core/modules/field_ui/src/Form/FieldStorageAddForm.php Provides a form for the "field storage" add subform.
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::$entityTypeId property core/modules/field_ui/src/Form/FieldStorageAddForm.php The name of the entity type.
FieldStorageAddForm::ajaxSubmit function core/modules/field_ui/src/Form/FieldStorageAddForm.php Submit form #ajax callback.
FieldStorageAddForm::buildForm function core/modules/field_ui/src/Form/FieldStorageAddForm.php
FieldStorageAddForm::create function core/modules/field_ui/src/Form/FieldStorageAddForm.php
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
FieldStorageAddForm::getNewFieldDefaults function core/modules/field_ui/src/Form/FieldStorageAddForm.php Get default options from preconfigured options for a new field.
FieldStorageAddForm::getRedirectUrl function core/modules/field_ui/src/Form/FieldStorageAddForm.php Gets the redirect URL.
FieldStorageAddForm::rebuildWithOptions function core/modules/field_ui/src/Form/FieldStorageAddForm.php Submit handler for displaying fields after a group is selected.
FieldStorageAddForm::setTempStore function core/modules/field_ui/src/Form/FieldStorageAddForm.php Store field information in temp store in order to build the edit form.
FieldStorageAddForm::startOver function core/modules/field_ui/src/Form/FieldStorageAddForm.php Submit handler for resetting the form.
FieldStorageAddForm::submitForm function core/modules/field_ui/src/Form/FieldStorageAddForm.php
FieldStorageAddForm::successfulAjaxSubmit function core/modules/field_ui/src/Form/FieldStorageAddForm.php Respond to a successful AJAX submission.
FieldStorageAddForm::validateForm function core/modules/field_ui/src/Form/FieldStorageAddForm.php
FieldStorageAddForm::__construct function core/modules/field_ui/src/Form/FieldStorageAddForm.php
FieldStorageConfig class core/modules/field/src/Entity/FieldStorageConfig.php Defines the Field storage configuration entity.
FieldStorageConfig.php file core/modules/field/src/Entity/FieldStorageConfig.php
FieldStorageConfig::$cardinality property core/modules/field/src/Entity/FieldStorageConfig.php The field cardinality.
FieldStorageConfig::$custom_storage property core/modules/field/src/Entity/FieldStorageConfig.php A boolean indicating whether or not the field item uses custom storage.
FieldStorageConfig::$deleted property core/modules/field/src/Entity/FieldStorageConfig.php Flag indicating whether the field is deleted.
FieldStorageConfig::$entity_type property core/modules/field/src/Entity/FieldStorageConfig.php The name of the entity type the field can be attached to.
FieldStorageConfig::$field_name property core/modules/field/src/Entity/FieldStorageConfig.php The field name.

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