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
- Search 11.x for interface
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| EntityViewDisplayInterface | interface | core/ |
Provides a common interface for entity view displays. |
| EntityViewDisplayInterface.php | file | core/ |
|
| EntityViewDisplayInterface::build | function | core/ |
Builds a renderable array for the components of an entity. |
| EntityViewDisplayInterface::buildMultiple | function | core/ |
Builds a renderable array for the components of a set of entities. |
| EntityViewModeInterface | interface | core/ |
Provides an interface defining an entity view mode entity type. |
| EntityViewModeInterface.php | file | core/ |
|
| EntityViewsDataInterface | interface | core/ |
Provides an interface to integrate an entity type with views. |
| EntityViewsDataInterface.php | file | core/ |
|
| EntityViewsDataInterface::getViewsData | function | core/ |
Returns views data for the entity type. |
| EntityViewsDataInterface::getViewsTableForEntityType | function | core/ |
Gets the table of an entity type to be used as base table in views. |
| EntityWithPluginCollectionInterface | interface | core/ |
Provides an interface for an object using a plugin collection. |
| EntityWithPluginCollectionInterface.php | file | core/ |
|
| EnvironmentCleanerInterface | interface | core/ |
Defines an interface for cleaning up test results and fixtures. |
| EnvironmentCleanerInterface.php | file | core/ |
|
| EnvironmentCleanerInterface::cleanDatabase | function | core/ |
Remove database entries left over in the fixture database. |
| EnvironmentCleanerInterface::cleanEnvironment | function | core/ |
Removes all test-related database tables and directories. |
| EnvironmentCleanerInterface::cleanResults | function | core/ |
Clears test results from the results storage. |
| EnvironmentCleanerInterface::cleanTemporaryDirectories | function | core/ |
Finds all leftover fixture site directories and removes them. |
| ExceptionInterface | interface | core/ |
Exception interface for all exceptions thrown by the Plugin component. |
| 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/ |
An interface for testing the Discovery interface. |
| 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. |
Pagination
- Previous page
- Page 33
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.