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 |
|---|---|---|---|
| locale_translate_get_interface_translation_files | function | core/ |
Get interface translation files present in the translations directory. |
| LocalTaskInterface | interface | core/ |
Defines an interface for menu local tasks. |
| LocalTaskInterface.php | file | core/ |
|
| LocalTaskInterface::getActive | function | core/ |
Gets the active status. |
| LocalTaskInterface::getOptions | function | core/ |
Returns options for rendering a link to the local task. |
| LocalTaskInterface::getRouteName | function | core/ |
Get the route name from the settings. |
| LocalTaskInterface::getRouteParameters | function | core/ |
Returns the route parameters needed to render a link for the local task. |
| LocalTaskInterface::getTitle | function | core/ |
Returns the localized title to be shown for this tab. |
| LocalTaskInterface::getWeight | function | core/ |
Returns the weight of the local task. |
| LocalTaskInterface::setActive | function | core/ |
Sets the active status. |
| LocalTaskManagerInterface | interface | core/ |
Manages discovery and instantiation of menu local task plugins. |
| LocalTaskManagerInterface.php | file | core/ |
|
| LocalTaskManagerInterface::getLocalTasks | function | core/ |
Renders the local tasks (tabs) for the given route. |
| LocalTaskManagerInterface::getLocalTasksForRoute | function | core/ |
Find all local tasks that appear on a named route. |
| LocalTaskManagerInterface::getTasksBuild | function | core/ |
Gets the render array for all local tasks. |
| LocalTaskManagerInterface::getTitle | function | core/ |
Gets the title for a local task. |
| LockBackendInterface | interface | core/ |
Lock backend interface. |
| LockBackendInterface.php | file | core/ |
|
| LockBackendInterface::acquire | function | core/ |
Acquires a lock. |
| LockBackendInterface::getLockId | function | core/ |
Gets the unique page token for locks. |
| LockBackendInterface::lockMayBeAvailable | function | core/ |
Checks if a lock is available for acquiring. |
| LockBackendInterface::release | function | core/ |
Releases the given lock. |
| LockBackendInterface::releaseAll | function | core/ |
Releases all locks for the given lock token identifier. |
| LockBackendInterface::wait | function | core/ |
Waits a short amount of time before a second lock acquire attempt. |
| LoggerChannelFactoryInterface | interface | core/ |
Logger channel factory interface. |
| LoggerChannelFactoryInterface.php | file | core/ |
|
| LoggerChannelFactoryInterface::addLogger | function | core/ |
Adds a logger to all the channels. |
| LoggerChannelFactoryInterface::get | function | core/ |
Retrieves the registered logger for the requested channel. |
| LoggerChannelInterface | interface | core/ |
Logger channel interface. |
| LoggerChannelInterface.php | file | core/ |
|
| LoggerChannelInterface::addLogger | function | core/ |
Adds a logger. |
| LoggerChannelInterface::setCurrentUser | function | core/ |
Sets the current user. |
| LoggerChannelInterface::setLoggers | function | core/ |
Sets the loggers for this channel. |
| LoggerChannelInterface::setRequestStack | function | core/ |
Sets the request stack. |
| LogMessageParserInterface | interface | core/ |
Defines an interface for parsing log messages and their placeholders. |
| LogMessageParserInterface.php | file | core/ |
|
| LogMessageParserInterface::parseMessagePlaceholders | function | core/ |
Parses and transforms message and its placeholders to a common format. |
| MailHandlerInterface | interface | core/ |
Provides an interface for assembly and dispatch of contact mail messages. |
| MailHandlerInterface.php | file | core/ |
|
| MailHandlerInterface::sendMailMessages | function | core/ |
Sends mail messages as appropriate for a given Message form submission. |
| MailInterface | interface | core/ |
Defines an interface for pluggable mail back-ends. |
| MailInterface.php | file | core/ |
|
| MailInterface::format | function | core/ |
Formats a message prior to sending. |
| MailInterface::mail | function | core/ |
Sends a message composed by \Drupal\Core\Mail\MailManagerInterface->mail(). |
| MailManagerInterface | interface | core/ |
Provides an interface for sending mail. |
| MailManagerInterface.php | file | core/ |
|
| MailManagerInterface::mail | function | core/ |
Composes and optionally sends an email message. |
| MailTest::configureDefaultMailInterface | function | core/ |
Configures the default mail interface. |
| MainContentBlockPluginInterface | interface | core/ |
The interface for "main page content" blocks. |
| MainContentBlockPluginInterface.php | file | core/ |
Pagination
- Previous page
- Page 52
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.