Search for interface
- Search 7.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 |
---|---|---|---|
EnvironmentCleanerInterface::cleanEnvironment | function | core/ |
Removes all test-related database tables and directories. |
EnvironmentCleanerInterface::cleanResultsTable | function | core/ |
Clears test result tables from the results database. |
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. |
FactoryInterface | interface | core/ |
Factory interface implemented by all plugin factories. |
FactoryInterface.php | file | core/ |
|
FactoryInterface::createInstance | function | core/ |
Creates a pre-configured instance of a plugin. |
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. |
FeedInterface | interface | core/ |
Provides an interface defining an aggregator feed entity. |
FeedInterface.php | file | core/ |
|
FeedInterface::deleteItems | function | core/ |
Deletes all items from a feed. |
FeedInterface::getDescription | function | core/ |
Returns the description of the feed. |
FeedInterface::getEtag | function | core/ |
Returns the entity tag HTTP response header, used for validating cache. |
FeedInterface::getHash | function | core/ |
Returns the calculated hash of the feed data, used for validating cache. |
FeedInterface::getImage | function | core/ |
Returns the primary image attached to the feed. |
FeedInterface::getLastCheckedTime | function | core/ |
Returns the last time where the feed was checked for new items. |
FeedInterface::getLastModified | function | core/ |
Return when the feed was modified last time. |
FeedInterface::getQueuedTime | function | core/ |
Returns the time when this feed was queued for refresh, 0 if not queued. |
FeedInterface::getRefreshRate | function | core/ |
Returns the refresh rate of the feed in seconds. |
FeedInterface::getUrl | function | core/ |
Returns the url to the feed. |
FeedInterface::getWebsiteUrl | function | core/ |
Returns the parent website of the feed. |
FeedInterface::refreshItems | function | core/ |
Updates the feed items by triggering the import process. |
FeedInterface::setDescription | function | core/ |
Sets the description of the feed. |
FeedInterface::setEtag | function | core/ |
Sets the entity tag HTTP response header, used for validating cache. |
FeedInterface::setHash | function | core/ |
Sets the calculated hash of the feed data, used for validating cache. |
FeedInterface::setImage | function | core/ |
Sets the primary image attached to the feed. |
FeedInterface::setLastCheckedTime | function | core/ |
Sets the time when this feed was queued for refresh, 0 if not queued. |
FeedInterface::setLastModified | function | core/ |
Sets the last modification of the feed. |
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.