Search for fieldStorage
- Search 7.x for fieldStorage
- Search 9.5.x for fieldStorage
- Search 10.3.x for fieldStorage
- Search 11.x for fieldStorage
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
FieldSettingsTest::testConfigurableFieldStorageSettings | function | core/ |
@covers \Drupal\field\Entity\FieldStorageConfig::getSettings @covers \Drupal\field\Entity\FieldStorageConfig::setSettings |
FieldSqlStorageTest::$fieldStorage | property | core/ |
A field storage to use in this class. |
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. |
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::$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. |
FieldStorageConfig::getCardinality | function | core/ |
Returns the maximum number of items allowed for the field. |
FieldStorageConfig::getColumns | function | core/ |
Returns the field columns, as defined in the field schema. |
FieldStorageConfig::getConstraint | function | core/ |
Returns a validation constraint. |
FieldStorageConfig::getConstraints | function | core/ |
Returns an array of validation constraints. |
FieldStorageConfig::getDescription | function | core/ |
Returns the human-readable description for the field. |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.