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 |
---|---|---|---|
FieldItemInterface::storageSettingsFromConfigData | function | core/ |
Returns a settings array in the field type's canonical representation. |
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/ |
@covers \Drupal\field\Entity\FieldStorageConfig::getSettings @covers \Drupal\field\Entity\FieldStorageConfig::setSettings |
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 enable. |
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/ |
Test foreign key support. |
FieldSqlStorageTest::testFieldUpdateFailure | function | core/ |
Test that failure to create fields is handled gracefully. |
FieldSqlStorageTest::testFieldUpdateIndexesWithData | function | core/ |
Test 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::testTableNames | function | core/ |
Tests table name generation. |
FieldSqlStorageTest::testUpdateFieldSchemaWithData | function | core/ |
Test trying to update a field with data. |
FieldStorageAddForm | class | core/ |
Provides a form for the "field storage" add page. |
FieldStorageAddForm.php | file | core/ |
|
FieldStorageAddForm::$bundle | property | core/ |
The entity bundle. |
FieldStorageAddForm::$configFactory | property | core/ |
The configuration factory. |
FieldStorageAddForm::$deprecatedProperties | property | core/ |
|
FieldStorageAddForm::$entityDisplayRepository | property | core/ |
The entity display repository. |
FieldStorageAddForm::$entityFieldManager | property | core/ |
The entity field manager. |
FieldStorageAddForm::$entityTypeId | property | core/ |
The name of the entity type. |
FieldStorageAddForm::$entityTypeManager | property | core/ |
The entity type manager. |
FieldStorageAddForm::$fieldTypePluginManager | property | core/ |
The field type plugin manager. |
FieldStorageAddForm::buildForm | function | core/ |
Form constructor. |
FieldStorageAddForm::configureEntityFormDisplay | function | core/ |
Configures the field for the default form mode. |
FieldStorageAddForm::configureEntityViewDisplay | function | core/ |
Configures the field for the default view mode. |
FieldStorageAddForm::create | function | core/ |
Instantiates a new instance of this class. |
FieldStorageAddForm::fieldNameExists | function | core/ |
Checks if a field machine name is taken. |
FieldStorageAddForm::getExistingFieldLabels | function | core/ |
Gets the human-readable labels for the given field storage names. |
FieldStorageAddForm::getExistingFieldStorageOptions | function | core/ |
Returns an array of existing field storages that can be added to a bundle. |
FieldStorageAddForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
FieldStorageAddForm::submitForm | function | core/ |
Form submission handler. |
FieldStorageAddForm::validateAddExisting | function | core/ |
Validates the 're-use existing field' case. |
FieldStorageAddForm::validateAddNew | function | core/ |
Validates the 'add new field' case. |
FieldStorageAddForm::validateForm | function | core/ |
Form validation handler. |
FieldStorageAddForm::__construct | function | core/ |
Constructs a new FieldStorageAddForm object. |
FieldStorageConfig | class | core/ |
Defines the Field storage configuration entity. |
FieldStorageConfig.php | file | core/ |
|
FieldStorageConfig::$cardinality | property | core/ |
The field cardinality. |
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.