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 |
---|---|---|---|
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::testTableNames | function | core/ |
Tests table name generation. |
FieldSqlStorageTest::testUpdateFieldSchemaWithData | function | core/ |
Tests 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::$entityTypeId | property | core/ |
The name of the entity type. |
FieldStorageAddForm::addFieldOptionsForGroup | function | core/ |
Adds field types for the selected group to the form. |
FieldStorageAddForm::addGroupFieldOptions | function | core/ |
Adds ungrouped field types and field type groups to the form. |
FieldStorageAddForm::buildForm | function | core/ |
Form constructor. |
FieldStorageAddForm::create | function | core/ |
Instantiates a new instance of this class. |
FieldStorageAddForm::fieldNameExists | function | core/ |
Checks if a field machine name is taken. |
FieldStorageAddForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
FieldStorageAddForm::getNewFieldDefaults | function | core/ |
Get default options from preconfigured options for a new field. |
FieldStorageAddForm::processFieldDefinitions | function | core/ |
Save field type definitions and categories in the form state. |
FieldStorageAddForm::rebuildWithOptions | function | core/ |
Submit handler for displaying fields after a group is selected. |
FieldStorageAddForm::startOver | function | core/ |
Submit handler for resetting the form. |
FieldStorageAddForm::submitForm | function | core/ |
Form submission handler. |
FieldStorageAddForm::validateFieldType | function | core/ |
Validates the second step (field storage selection and label) of the form. |
FieldStorageAddForm::validateGroupOrField | function | core/ |
Validates the first step of the form. |
FieldStorageAddForm::__construct | function | core/ |
|
FieldStorageConfig | class | core/ |
Defines the Field storage configuration entity. |
FieldStorageConfig.php | file | core/ |
|
FieldStorageConfig::$cardinality | property | core/ |
The field cardinality. |
FieldStorageConfig::$custom_storage | property | core/ |
A boolean indicating whether or not the field item uses custom storage. |
FieldStorageConfig::$deleted | property | core/ |
Flag indicating whether the field is deleted. |
FieldStorageConfig::$entity_type | property | core/ |
The name of the entity type the field can be attached to. |
FieldStorageConfig::$field_name | property | core/ |
The field name. |
FieldStorageConfig::$id | property | core/ |
The field ID. |
FieldStorageConfig::$inDeletion | property | core/ |
Static flag set to prevent recursion during field deletes. |
FieldStorageConfig::$indexes | property | core/ |
The custom storage indexes for the field data storage. |
FieldStorageConfig::$locked | property | core/ |
Flag indicating whether the field is available for editing. |
FieldStorageConfig::$module | property | core/ |
The name of the module that provides the field type. |
FieldStorageConfig::$original | property | core/ |
Copy of the field before changes. |
FieldStorageConfig::$persist_with_no_fields | property | core/ |
Flag indicating whether the field storage should be deleted when orphaned. |
FieldStorageConfig::$propertyDefinitions | property | core/ |
An array of field property definitions. |
FieldStorageConfig::$schema | property | core/ |
The field schema. |
FieldStorageConfig::$settings | property | core/ |
Field-type specific settings. |
FieldStorageConfig::$translatable | property | core/ |
Flag indicating whether the field is translatable. |
FieldStorageConfig::$type | property | core/ |
The field type. |
FieldStorageConfig::calculateDependencies | function | core/ |
Calculates dependencies and stores them in the dependency property. |
FieldStorageConfig::getBundles | function | core/ |
Returns the list of bundles where the field storage has fields. |
Pagination
- Previous page
- Page 23
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.