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 |
|---|---|---|---|
| ForumIndexStorageInterface::updateIndex | function | core/ |
Updates the {forum_index} records for a given node. |
| ForumManagerInterface | interface | core/ |
Provides forum manager interface. |
| ForumManagerInterface.php | file | core/ |
|
| ForumManagerInterface::checkNodeType | function | core/ |
Checks whether a node can be used in a forum, based on its content type. |
| ForumManagerInterface::getChildren | function | core/ |
Utility method to fetch the child forums for a given forum. |
| ForumManagerInterface::getIndex | function | core/ |
Generates and returns the forum index. |
| ForumManagerInterface::getTopics | function | core/ |
Gets list of forum topics. |
| ForumManagerInterface::resetCache | function | core/ |
Resets the ForumManager index and history. |
| ForumManagerInterface::unreadTopics | function | core/ |
Calculates the number of new posts in a forum that the user has not yet read. |
| FruitInterface | interface | core/ |
Provides an interface for test plugins. |
| FruitInterface.php | file | core/ |
|
| HandlerFilterUserNameTest::testAdminUserInterface | function | core/ |
Tests using the user interface. |
| HandlerInterface | interface | core/ |
|
| HelpSectionPluginInterface | interface | core/ |
Provides an interface for a plugin for a section of the /admin/help page. |
| HelpSectionPluginInterface.php | file | core/ |
|
| HelpSectionPluginInterface::getDescription | function | core/ |
Returns the description text for the help section. |
| HelpSectionPluginInterface::getTitle | function | core/ |
Returns the title of the help section. |
| HelpSectionPluginInterface::listTopics | function | core/ |
Returns a list of topics to show in the help section. |
| HelpTopicPluginInterface | interface | core/ |
Defines an interface for help topic plugin classes. |
| HelpTopicPluginInterface.php | file | core/ |
|
| HelpTopicPluginInterface::getBody | function | core/ |
Returns the body of the topic. |
| HelpTopicPluginInterface::getLabel | function | core/ |
Returns the label of the topic. |
| HelpTopicPluginInterface::getRelated | function | core/ |
Returns the IDs of related topics. |
| HelpTopicPluginInterface::isTopLevel | function | core/ |
Returns whether this is a top-level topic or not. |
| HelpTopicPluginInterface::toLink | function | core/ |
Returns a link for viewing the help topic. |
| HelpTopicPluginInterface::toUrl | function | core/ |
Returns the URL for viewing the help topic. |
| HelpTopicPluginManagerInterface | interface | core/ |
Defines an interface for managing help topics and storing their definitions. |
| HelpTopicPluginManagerInterface.php | file | core/ |
|
| HighestIdInterface | interface | core/ |
Defines an interface for destination and ID maps which track a highest ID. |
| HighestIdInterface.php | file | core/ |
|
| HighestIdInterface::getHighestId | function | core/ |
Returns the highest ID tracked by the implementing plugin. |
| HtaccessWriterInterface | interface | core/ |
Interface for managing Apache .htaccess files. |
| HtaccessWriterInterface.php | file | core/ |
|
| HtaccessWriterInterface::defaultProtectedDirs | function | core/ |
Returns a list of the default protected directories. |
| HtaccessWriterInterface::ensure | function | core/ |
Creates a .htaccess file in each Drupal files directory if it is missing. |
| HttpExceptionNormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
| IconBuilderInterface | interface | core/ |
Provides an interface for building layout icons. |
| IconBuilderInterface.php | file | core/ |
|
| IconBuilderInterface::build | function | core/ |
Builds a render array representation of an SVG based on an icon map. |
| IconBuilderInterface::setHeight | function | core/ |
Sets the height. |
| IconBuilderInterface::setId | function | core/ |
Sets the ID. |
| IconBuilderInterface::setLabel | function | core/ |
Sets the label. |
| IconBuilderInterface::setPadding | function | core/ |
Sets the padding. |
| IconBuilderInterface::setStrokeWidth | function | core/ |
Sets the stroke width. |
| IconBuilderInterface::setWidth | function | core/ |
Sets the width. |
| ImageAdminStylesTest::testFlushUserInterface | function | core/ |
Tests flush user interface. |
| ImageEffectInterface | interface | core/ |
Defines the interface for image effects. |
| ImageEffectInterface.php | file | core/ |
|
| ImageEffectInterface::applyEffect | function | core/ |
Applies an image effect to the image object. |
| ImageEffectInterface::getDerivativeExtension | function | core/ |
Returns the extension of the derivative after applying this image effect. |
Pagination
- Previous page
- Page 44
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.