Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| FieldStorageDefinitionInterface::isDeleted | function | core/ |
Returns whether the field is deleted or not. |
| FieldStorageDefinitionInterface::isMultiple | function | core/ |
Returns whether the field can contain multiple items. |
| FieldStorageDefinitionInterface::isRevisionable | function | core/ |
Returns whether the field storage is revisionable. |
| FieldStorageDefinitionInterface::isTranslatable | function | core/ |
Returns whether the field supports translation. |
| FieldStorageDefinitionInterface::setTranslatable | function | core/ |
Sets whether the field supports translation. |
| FieldStorageDefinitionListener | class | core/ |
Reacts to field storage definition CRUD on behalf of the Entity system. |
| FieldStorageDefinitionListener.php | file | core/ |
|
| FieldStorageDefinitionListener::$deletedFieldsRepository | property | core/ |
The deleted fields repository. |
| FieldStorageDefinitionListener::$entityFieldManager | property | core/ |
The entity field manager. |
| FieldStorageDefinitionListener::$entityLastInstalledSchemaRepository | property | core/ |
The entity definition manager. |
| FieldStorageDefinitionListener::$entityTypeManager | property | core/ |
The entity type manager. |
| FieldStorageDefinitionListener::$eventDispatcher | property | core/ |
The event dispatcher. |
| FieldStorageDefinitionListener::onFieldStorageDefinitionCreate | function | core/ |
Reacts to the creation of a field storage definition. |
| FieldStorageDefinitionListener::onFieldStorageDefinitionDelete | function | core/ |
Reacts to the deletion of a field storage definition. |
| FieldStorageDefinitionListener::onFieldStorageDefinitionUpdate | function | core/ |
Reacts to the update of a field storage definition. |
| FieldStorageDefinitionListener::__construct | function | core/ |
Constructs a new FieldStorageDefinitionListener. |
| FieldStorageDefinitionListenerInterface | interface | core/ |
Interface for field storage definition create, delete and update operations. |
| FieldStorageDefinitionListenerInterface.php | file | core/ |
|
| FieldStorageDefinitionListenerInterface::onFieldStorageDefinitionCreate | function | core/ |
Reacts to the creation of a field storage definition. |
| FieldStorageDefinitionListenerInterface::onFieldStorageDefinitionDelete | function | core/ |
Reacts to the deletion of a field storage definition. |
| FieldStorageDefinitionListenerInterface::onFieldStorageDefinitionUpdate | function | core/ |
Reacts to the update of a field storage definition. |
| FieldStorageDefinitionUpdateForbiddenException | class | core/ |
Exception thrown when a storage definition update is forbidden. |
| FieldStorageDefinitionUpdateForbiddenException.php | file | core/ |
|
| FieldStorageEntityTypeDependencyTestHook | class | core/ |
Hook implementations. |
| FieldStorageEntityTypeDependencyTestHook.php | file | core/ |
|
| FieldStorageEntityTypeDependencyTestHook::systemInfoAlter | function | core/ |
Implements hook_system_info_alter(). |
| FieldStorageGetPropertyDefinitionTest | class | core/ |
Tests getting property definitions from field storages. |
| FieldStorageGetPropertyDefinitionTest.php | file | core/ |
|
| FieldStorageGetPropertyDefinitionTest::$modules | property | core/ |
Modules to install. |
| FieldStorageGetPropertyDefinitionTest::testGetPropertyDefinition | function | core/ |
Tests getPropertyDefinition(). |
| FieldStorageIndexesConstraint | class | core/ |
Validates the structure of field storage index definitions. |
| FieldStorageIndexesConstraint.php | file | core/ |
|
| FieldStorageIndexesConstraint::__construct | function | core/ |
#[HasNamedArguments] |
| FieldStorageIndexesConstraintValidator | class | core/ |
Validates FieldStorageIndexesConstraint. |
| FieldStorageIndexesConstraintValidator.php | file | core/ |
|
| FieldStorageIndexesConstraintValidator::validate | function | core/ |
|
| FieldStorageIndexesValidationTest | class | core/ |
Tests validation for field storage indexes config. |
| FieldStorageIndexesValidationTest.php | file | core/ |
|
| FieldStorageIndexesValidationTest::$modules | property | core/ |
Modules to install. |
| FieldStorageIndexesValidationTest::setUp | function | core/ |
Set the default field storage backend for fields created during tests. |
| FieldStorageIndexesValidationTest::testInvalidIndexes | function | core/ |
Test invalid indexes. |
| FieldStorageIndexesValidationTest::testValidIndexes | function | core/ |
Test valid indexes. |
| FieldStorageReuseForm | class | core/ |
Provides a form for the "field storage" add page. |
| FieldStorageReuseForm.php | file | core/ |
|
| FieldStorageReuseForm::$bundle | property | core/ |
The entity bundle. |
| FieldStorageReuseForm::$entityTypeId | property | core/ |
The name of the entity type. |
| FieldStorageReuseForm::buildForm | function | core/ |
Form constructor. |
| FieldStorageReuseForm::create | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
| FieldStorageReuseForm::getExistingFieldDefaults | function | core/ |
Get default options from an existing field and bundle. |
| FieldStorageReuseForm::getExistingFieldStorageOptions | function | core/ |
Returns an array of existing field storages that can be added to a bundle. |
Pagination
- Previous page
- Page 659
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.