Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 10.3.x for interface
- Search 11.x for interface
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ListInterface::removeItem | function | core/ |
Removes the item at the specified position. |
| ListInterface::set | function | core/ |
Sets the value of the item at a given position in the list. |
| ListNormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
| LocalActionInterface | interface | core/ |
Defines an interface for menu local actions. |
| LocalActionInterface.php | file | core/ |
|
| LocalActionInterface::getOptions | function | core/ |
Returns options for rendering a link for the local action. |
| LocalActionInterface::getRouteName | function | core/ |
Get the route name from the settings. |
| LocalActionInterface::getRouteParameters | function | core/ |
Returns the route parameters needed to render a link for the local action. |
| LocalActionInterface::getTitle | function | core/ |
Returns the localized title to be shown for this action. |
| LocalActionInterface::getWeight | function | core/ |
Returns the weight for the local action. |
| LocalActionManagerInterface | interface | core/ |
Manages discovery and instantiation of menu local action plugins. |
| LocalActionManagerInterface.php | file | core/ |
|
| LocalActionManagerInterface::getActionsForRoute | function | core/ |
Finds all local actions that appear on a named route. |
| LocalActionManagerInterface::getTitle | function | core/ |
Gets the title for a local action. |
| LocaleProjectStorageInterface | interface | core/ |
Defines the locale project storage interface. |
| LocaleProjectStorageInterface.php | file | core/ |
|
| LocaleProjectStorageInterface::countProjects | function | core/ |
Returns the count of project records. |
| LocaleProjectStorageInterface::delete | function | core/ |
Deletes project records for a given key. |
| LocaleProjectStorageInterface::deleteAll | function | core/ |
Deletes all projects records. |
| LocaleProjectStorageInterface::deleteMultiple | function | core/ |
Deletes multiple project records. |
| LocaleProjectStorageInterface::disableAll | function | core/ |
Mark all projects as disabled. |
| LocaleProjectStorageInterface::get | function | core/ |
Returns the stored value for a given key. |
| LocaleProjectStorageInterface::getAll | function | core/ |
Returns all the project records. |
| LocaleProjectStorageInterface::getMultiple | function | core/ |
Returns a list of project records. |
| LocaleProjectStorageInterface::resetCache | function | core/ |
Resets the project storage cache. |
| LocaleProjectStorageInterface::set | function | core/ |
Creates or updates the project record. |
| LocaleProjectStorageInterface::setMultiple | function | core/ |
Creates or updates multiple project records. |
| LocaleUpdateInterfaceTest | class | core/ |
Tests for the user interface of project interface translations. |
| LocaleUpdateInterfaceTest.php | file | core/ |
|
| LocaleUpdateInterfaceTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| LocaleUpdateInterfaceTest::$modules | property | core/ |
Modules to enable. |
| LocaleUpdateInterfaceTest::setUp | function | core/ |
|
| LocaleUpdateInterfaceTest::testInterface | function | core/ |
Tests the user interfaces of the interface translation update system. |
| 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. |
Pagination
- Previous page
- Page 51
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.