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 |
|---|---|---|---|
| FieldStorageCrudTest::testUpdateEntityTargetType | function | core/ |
Tests changing a field storage entity type. |
| FieldStorageCrudTest::testUpdateEntityType | function | core/ |
Tests changing a field storage type. |
| FieldStorageCrudTest::testUpdateFieldType | function | core/ |
Tests that updating a field storage type is not allowed. |
| FieldStorageCrudTest::testUpdateForbid | function | core/ |
Tests field type modules forbidding an update. |
| FieldStorageDefinition | class | core/ |
A custom field storage definition class. |
| FieldStorageDefinition.php | file | core/ |
|
| FieldStorageDefinition::isBaseField | function | core/ |
Determines whether the field is a base field. |
| FieldStorageDefinitionEvent | class | core/ |
Defines a base class for all field storage definition events. |
| FieldStorageDefinitionEvent.php | file | core/ |
|
| FieldStorageDefinitionEvent::$fieldStorageDefinition | property | core/ |
The field storage definition. |
| FieldStorageDefinitionEvent::$original | property | core/ |
The original field storage definition. |
| FieldStorageDefinitionEvent::getFieldStorageDefinition | function | core/ |
The field storage definition. |
| FieldStorageDefinitionEvent::getOriginal | function | core/ |
The original field storage definition. |
| FieldStorageDefinitionEvent::__construct | function | core/ |
Constructs a new FieldStorageDefinitionEvent. |
| FieldStorageDefinitionEvents | class | core/ |
Contains all events thrown while handling field storage definitions. |
| FieldStorageDefinitionEvents.php | file | core/ |
|
| FieldStorageDefinitionEvents::CREATE | constant | core/ |
Name of the event triggered for field storage definition creation. |
| FieldStorageDefinitionEvents::DELETE | constant | core/ |
Name of the event triggered for field storage definition deletion. |
| FieldStorageDefinitionEvents::UPDATE | constant | core/ |
Name of the event triggered for field storage definition update. |
| FieldStorageDefinitionEventSubscriberTrait | trait | core/ |
Helper methods for FieldStorageDefinitionListenerInterface. |
| FieldStorageDefinitionEventSubscriberTrait.php | file | core/ |
|
| FieldStorageDefinitionEventSubscriberTrait::getFieldStorageDefinitionEvents | function | core/ |
Returns the subscribed events. |
| FieldStorageDefinitionEventSubscriberTrait::onFieldStorageDefinitionCreate | function | core/ |
|
| FieldStorageDefinitionEventSubscriberTrait::onFieldStorageDefinitionDelete | function | core/ |
|
| FieldStorageDefinitionEventSubscriberTrait::onFieldStorageDefinitionEvent | function | core/ |
Listener method for any field storage definition event. |
| FieldStorageDefinitionEventSubscriberTrait::onFieldStorageDefinitionUpdate | function | core/ |
|
| FieldStorageDefinitionInterface | interface | core/ |
Defines an interface for entity field storage definitions. |
| FieldStorageDefinitionInterface.php | file | core/ |
|
| FieldStorageDefinitionInterface::CARDINALITY_UNLIMITED | constant | core/ |
Value indicating a field accepts an unlimited number of values. |
| FieldStorageDefinitionInterface::getCardinality | function | core/ |
Returns the maximum number of items allowed for the field. |
| FieldStorageDefinitionInterface::getColumns | function | core/ |
Returns the field columns, as defined in the field schema. |
| FieldStorageDefinitionInterface::getConstraint | function | core/ |
Returns a validation constraint. |
| FieldStorageDefinitionInterface::getConstraints | function | core/ |
Returns an array of validation constraints. |
| FieldStorageDefinitionInterface::getDescription | function | core/ |
Returns the human-readable description for the field. |
| FieldStorageDefinitionInterface::getLabel | function | core/ |
Returns the human-readable label for the field. |
| FieldStorageDefinitionInterface::getMainPropertyName | function | core/ |
Returns the name of the main property, if any. |
| FieldStorageDefinitionInterface::getName | function | core/ |
Returns the machine name of the field. |
| FieldStorageDefinitionInterface::getOptionsProvider | function | core/ |
Gets an options provider for the given field item property. |
| FieldStorageDefinitionInterface::getPropertyDefinition | function | core/ |
Gets the definition of a contained property. |
| FieldStorageDefinitionInterface::getPropertyDefinitions | function | core/ |
Gets an array of property definitions of contained properties. |
| FieldStorageDefinitionInterface::getPropertyNames | function | core/ |
Returns the names of the field's subproperties. |
| FieldStorageDefinitionInterface::getProvider | function | core/ |
Returns the name of the provider of this field. |
| FieldStorageDefinitionInterface::getSchema | function | core/ |
Returns the field schema. |
| FieldStorageDefinitionInterface::getSetting | function | core/ |
Returns the value of a given storage setting. |
| FieldStorageDefinitionInterface::getSettings | function | core/ |
Returns the storage settings. |
| FieldStorageDefinitionInterface::getTargetEntityTypeId | function | core/ |
Returns the ID of the entity type the field is attached to. |
| FieldStorageDefinitionInterface::getType | function | core/ |
Returns the field type. |
| FieldStorageDefinitionInterface::getUniqueStorageIdentifier | function | core/ |
Returns a unique identifier for the field storage. |
| FieldStorageDefinitionInterface::hasCustomStorage | function | core/ |
Returns the storage behavior for this field. |
| FieldStorageDefinitionInterface::isBaseField | function | core/ |
Determines whether the field is a base field. |
Pagination
- Previous page
- Page 28
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.