Search for init
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| 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/ |
|
| FieldTest::testDefineOptionsWithDefaultFormatterOnFieldDefinition | function | core/ |
Tests define options with default formatter on field definition. |
| FieldTestHooks::fieldInfoEntityTypeUiDefinitionsAlter | function | core/ |
Implements hook_field_info_entity_type_ui_definitions_alter(). |
| FieldTestItem::propertyDefinitions | function | core/ |
Defines field item properties. |
Pagination
- Previous page
- Page 27
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.