Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 8.9.x for interface
- Search 10.3.x for interface
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
FieldableEntityInterface::hasField | function | core/ |
Determines whether the entity has a field with the given name. |
FieldableEntityInterface::isValidationRequired | function | core/ |
Checks whether entity validation is required before saving the entity. |
FieldableEntityInterface::onChange | function | core/ |
Reacts to changes to a field. |
FieldableEntityInterface::set | function | core/ |
Sets a field value. |
FieldableEntityInterface::setValidationRequired | function | core/ |
Sets whether entity validation is required before saving the entity. |
FieldableEntityInterface::toArray | function | core/ |
Gets an array of all field values. |
FieldableEntityInterface::validate | function | core/ |
Validates the currently set values. |
FieldableEntityStorageInterface | interface | core/ |
A storage that supports entity types with field definitions. |
FieldableEntityStorageInterface.php | file | core/ |
|
FieldableEntityStorageInterface::countFieldData | function | core/ |
Determines the number of entities with values for a given field. |
FieldableEntityStorageInterface::finalizePurge | function | core/ |
Performs final cleanup after all data of a field has been purged. |
FieldableEntityStorageInterface::purgeFieldData | function | core/ |
Purges a batch of field data. |
FieldConfigInterface | interface | core/ |
Defines an interface for configurable field definitions. |
FieldConfigInterface | interface | core/ |
Provides an interface defining a field entity. |
FieldConfigInterface.php | file | core/ |
|
FieldConfigInterface.php | file | core/ |
|
FieldConfigInterface::addConstraint | function | core/ |
Adds a validation constraint to the FieldItemList. |
FieldConfigInterface::addPropertyConstraints | function | core/ |
Adds constraints for a given field item property. |
FieldConfigInterface::isDeleted | function | core/ |
Gets the deleted flag of the field. |
FieldConfigInterface::setConstraints | function | core/ |
Sets the array of validation constraints for the FieldItemList. |
FieldConfigInterface::setDefaultValue | function | core/ |
Sets a default value. |
FieldConfigInterface::setDefaultValueCallback | function | core/ |
Sets a custom default value callback. |
FieldConfigInterface::setDescription | function | core/ |
Sets a human readable description. |
FieldConfigInterface::setLabel | function | core/ |
Sets the field definition label. |
FieldConfigInterface::setPropertyConstraints | function | core/ |
Sets constraints for a given field item property. |
FieldConfigInterface::setRequired | function | core/ |
Sets whether the field can be empty. |
FieldConfigInterface::setSetting | function | core/ |
Sets the value for a field setting by name. |
FieldConfigInterface::setSettings | function | core/ |
Sets field settings. |
FieldConfigInterface::setTranslatable | function | core/ |
Sets whether the field is translatable. |
FieldDefinitionInterface | interface | core/ |
Defines an interface for entity field definitions. |
FieldDefinitionInterface.php | file | core/ |
|
FieldDefinitionInterface::getConfig | function | core/ |
Gets an object that can be saved in configuration. |
FieldDefinitionInterface::getDefaultValue | function | core/ |
Returns the default value for the field in a newly created entity. |
FieldDefinitionInterface::getDefaultValueCallback | function | core/ |
Returns the default value callback for the field. |
FieldDefinitionInterface::getDefaultValueLiteral | function | core/ |
Returns the default value literal for the field. |
FieldDefinitionInterface::getDisplayOptions | function | core/ |
Returns the default display options for the field. |
FieldDefinitionInterface::getFieldStorageDefinition | function | core/ |
Returns the field storage definition. |
FieldDefinitionInterface::getName | function | core/ |
Returns the machine name of the field. |
FieldDefinitionInterface::getTargetBundle | function | core/ |
Gets the bundle the field is attached to. |
FieldDefinitionInterface::getTargetEntityTypeId | function | core/ |
Returns the ID of the entity type the field is attached to. |
FieldDefinitionInterface::getType | function | core/ |
Returns the field type. |
FieldDefinitionInterface::getUniqueIdentifier | function | core/ |
Returns a unique identifier for the field. |
FieldDefinitionInterface::isDisplayConfigurable | function | core/ |
Returns whether the display for the field can be configured. |
FieldDefinitionInterface::isRequired | function | core/ |
Returns whether the field can be empty. |
FieldDefinitionInterface::isTranslatable | function | core/ |
Returns whether the field is translatable. |
FieldDefinitionListenerInterface | interface | core/ |
Defines an interface for reacting to field creation, deletion, and updates. |
FieldDefinitionListenerInterface.php | file | core/ |
|
FieldDefinitionListenerInterface::onFieldDefinitionCreate | function | core/ |
Reacts to the creation of a field. |
FieldDefinitionListenerInterface::onFieldDefinitionDelete | function | core/ |
Reacts to the deletion of a field. |
FieldDefinitionListenerInterface::onFieldDefinitionUpdate | function | core/ |
Reacts to the update of a field. |
Pagination
- Previous page
- Page 36
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.