Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 8.9.x for interface
- Search 11.x for interface
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ExceptionInterface.php | file | core/ |
|
| ExecutableInterface | interface | core/ |
An interface for executable plugins. |
| ExecutableInterface.php | file | core/ |
|
| ExecutableInterface::execute | function | core/ |
Executes the plugin. |
| ExecutableManagerInterface | interface | core/ |
An interface for managers of executable plugins. |
| ExecutableManagerInterface.php | file | core/ |
|
| ExecutableManagerInterface::execute | function | core/ |
Executes an executable plugin. |
| ExposedFormPluginInterface | interface | core/ |
Interface for exposed filter form plugins. |
| ExposedFormPluginInterface.php | file | core/ |
|
| ExposedFormPluginInterface::exposedFormAlter | function | core/ |
Alters the exposed form. |
| ExposedFormPluginInterface::exposedFormSubmit | function | core/ |
Submits the exposed form. |
| ExposedFormPluginInterface::exposedFormValidate | function | core/ |
Validates the exposed form submission. |
| ExposedFormPluginInterface::postExecute | function | core/ |
Runs after the view has been executed. |
| ExposedFormPluginInterface::postRender | function | core/ |
Runs after the view has been rendered. |
| ExposedFormPluginInterface::preExecute | function | core/ |
Runs before the view has been executed. |
| ExposedFormPluginInterface::preRender | function | core/ |
Runs before the view is rendered. |
| ExposedFormPluginInterface::renderExposedForm | function | core/ |
Renders the exposed form. |
| ExtendableInterface | interface | core/ |
Interface for extendable query objects. |
| ExtendableInterface.php | file | core/ |
|
| ExtendableInterface::extend | function | core/ |
Enhance this object by wrapping it in an extender object. |
| ExtendedDiscoveryInterface | interface | core/ |
|
| ExtendedDiscoveryInterface::otherMethod | function | core/ |
|
| FactoryInterface | interface | core/ |
Factory interface implemented by all plugin factories. |
| FactoryInterface.php | file | core/ |
|
| FactoryInterface::createInstance | function | core/ |
Creates a plugin instance based on the provided ID and configuration. |
| FallbackPluginManagerInterface | interface | core/ |
An interface implemented by plugin managers with fallback plugin behaviors. |
| FallbackPluginManagerInterface.php | file | core/ |
|
| FallbackPluginManagerInterface::getFallbackPluginId | function | core/ |
Gets a fallback id for a missing plugin. |
| FieldableEntityInterface | interface | core/ |
Interface for entities having fields. |
| FieldableEntityInterface.php | file | core/ |
|
| FieldableEntityInterface::baseFieldDefinitions | function | core/ |
Provides base field definitions for an entity type. |
| FieldableEntityInterface::bundleFieldDefinitions | function | core/ |
Provides field definitions for a specific bundle. |
| FieldableEntityInterface::get | function | core/ |
Gets a field item list. |
| FieldableEntityInterface::getFieldDefinition | function | core/ |
Gets the definition of a contained field. |
| FieldableEntityInterface::getFieldDefinitions | function | core/ |
Gets an array of field definitions of all contained fields. |
| FieldableEntityInterface::getFields | function | core/ |
Gets an array of all field item lists. |
| FieldableEntityInterface::getTranslatableFields | function | core/ |
Gets an array of field item lists for translatable fields. |
| 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/ |
Provides an interface defining a field entity. |
Pagination
- Previous page
- Page 34
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.