Search for interface

  1. Search 7.x for interface
  2. Search 9.5.x for interface
  3. Search 8.9.x for interface
  4. Search 11.x for interface
  5. Other projects
Title Object type File name Summary
LocalTaskInterface::getRouteParameters function core/lib/Drupal/Core/Menu/LocalTaskInterface.php Returns the route parameters needed to render a link for the local task.
LocalTaskInterface::getTitle function core/lib/Drupal/Core/Menu/LocalTaskInterface.php Returns the localized title to be shown for this tab.
LocalTaskInterface::getWeight function core/lib/Drupal/Core/Menu/LocalTaskInterface.php Returns the weight of the local task.
LocalTaskInterface::setActive function core/lib/Drupal/Core/Menu/LocalTaskInterface.php Sets the active status.
LocalTaskManagerInterface interface core/lib/Drupal/Core/Menu/LocalTaskManagerInterface.php Manages discovery and instantiation of menu local task plugins.
LocalTaskManagerInterface.php file core/lib/Drupal/Core/Menu/LocalTaskManagerInterface.php
LocalTaskManagerInterface::getLocalTasks function core/lib/Drupal/Core/Menu/LocalTaskManagerInterface.php Renders the local tasks (tabs) for the given route.
LocalTaskManagerInterface::getLocalTasksForRoute function core/lib/Drupal/Core/Menu/LocalTaskManagerInterface.php Find all local tasks that appear on a named route.
LocalTaskManagerInterface::getTasksBuild function core/lib/Drupal/Core/Menu/LocalTaskManagerInterface.php Gets the render array for all local tasks.
LocalTaskManagerInterface::getTitle function core/lib/Drupal/Core/Menu/LocalTaskManagerInterface.php Gets the title for a local task.
LockBackendInterface interface core/lib/Drupal/Core/Lock/LockBackendInterface.php Lock backend interface.
LockBackendInterface.php file core/lib/Drupal/Core/Lock/LockBackendInterface.php
LockBackendInterface::acquire function core/lib/Drupal/Core/Lock/LockBackendInterface.php Acquires a lock.
LockBackendInterface::getLockId function core/lib/Drupal/Core/Lock/LockBackendInterface.php Gets the unique page token for locks.
LockBackendInterface::lockMayBeAvailable function core/lib/Drupal/Core/Lock/LockBackendInterface.php Checks if a lock is available for acquiring.
LockBackendInterface::release function core/lib/Drupal/Core/Lock/LockBackendInterface.php Releases the given lock.
LockBackendInterface::releaseAll function core/lib/Drupal/Core/Lock/LockBackendInterface.php Releases all locks for the given lock token identifier.
LockBackendInterface::wait function core/lib/Drupal/Core/Lock/LockBackendInterface.php Waits a short amount of time before a second lock acquire attempt.
LoggerChannelFactoryInterface interface core/lib/Drupal/Core/Logger/LoggerChannelFactoryInterface.php Logger channel factory interface.
LoggerChannelFactoryInterface.php file core/lib/Drupal/Core/Logger/LoggerChannelFactoryInterface.php
LoggerChannelFactoryInterface::addLogger function core/lib/Drupal/Core/Logger/LoggerChannelFactoryInterface.php Adds a logger to all the channels.
LoggerChannelFactoryInterface::get function core/lib/Drupal/Core/Logger/LoggerChannelFactoryInterface.php Retrieves the registered logger for the requested channel.
LoggerChannelInterface interface core/lib/Drupal/Core/Logger/LoggerChannelInterface.php Logger channel interface.
LoggerChannelInterface.php file core/lib/Drupal/Core/Logger/LoggerChannelInterface.php
LoggerChannelInterface::addLogger function core/lib/Drupal/Core/Logger/LoggerChannelInterface.php Adds a logger.
LoggerChannelInterface::setCurrentUser function core/lib/Drupal/Core/Logger/LoggerChannelInterface.php Sets the current user.
LoggerChannelInterface::setLoggers function core/lib/Drupal/Core/Logger/LoggerChannelInterface.php Sets the loggers for this channel.
LoggerChannelInterface::setRequestStack function core/lib/Drupal/Core/Logger/LoggerChannelInterface.php Sets the request stack.
LogMessageParserInterface interface core/lib/Drupal/Core/Logger/LogMessageParserInterface.php Defines an interface for parsing log messages and their placeholders.
LogMessageParserInterface.php file core/lib/Drupal/Core/Logger/LogMessageParserInterface.php
LogMessageParserInterface::parseMessagePlaceholders function core/lib/Drupal/Core/Logger/LogMessageParserInterface.php Parses and transforms message and its placeholders to a common format.
MailHandlerInterface interface core/modules/contact/src/MailHandlerInterface.php Provides an interface for assembly and dispatch of contact mail messages.
MailHandlerInterface.php file core/modules/contact/src/MailHandlerInterface.php
MailHandlerInterface::sendMailMessages function core/modules/contact/src/MailHandlerInterface.php Sends mail messages as appropriate for a given Message form submission.
MailInterface interface core/lib/Drupal/Core/Mail/MailInterface.php Defines an interface for pluggable mail back-ends.
MailInterface.php file core/lib/Drupal/Core/Mail/MailInterface.php
MailInterface::format function core/lib/Drupal/Core/Mail/MailInterface.php Formats a message prior to sending.
MailInterface::mail function core/lib/Drupal/Core/Mail/MailInterface.php Sends a message composed by \Drupal\Core\Mail\MailManagerInterface->mail().
MailManagerInterface interface core/lib/Drupal/Core/Mail/MailManagerInterface.php Provides an interface for sending mail.
MailManagerInterface.php file core/lib/Drupal/Core/Mail/MailManagerInterface.php
MailManagerInterface::mail function core/lib/Drupal/Core/Mail/MailManagerInterface.php Composes and optionally sends an email message.
MailTest::configureDefaultMailInterface function core/modules/system/tests/src/Kernel/Mail/MailTest.php Configures the default mail interface.
MainContentBlockPluginInterface interface core/lib/Drupal/Core/Block/MainContentBlockPluginInterface.php The interface for "main page content" blocks.
MainContentBlockPluginInterface.php file core/lib/Drupal/Core/Block/MainContentBlockPluginInterface.php
MainContentBlockPluginInterface::setMainContent function core/lib/Drupal/Core/Block/MainContentBlockPluginInterface.php Sets the main content render array.
MainContentRendererInterface interface core/lib/Drupal/Core/Render/MainContent/MainContentRendererInterface.php The interface for "main content" (
MainContentRendererInterface.php file core/lib/Drupal/Core/Render/MainContent/MainContentRendererInterface.php
MainContentRendererInterface::renderResponse function core/lib/Drupal/Core/Render/MainContent/MainContentRendererInterface.php Renders the main content render array into a response.
MaintenanceModeInterface interface core/lib/Drupal/Core/Site/MaintenanceModeInterface.php Defines the interface for the maintenance mode service.
MaintenanceModeInterface.php file core/lib/Drupal/Core/Site/MaintenanceModeInterface.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.