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 |
|---|---|---|---|
| ThirdPartySettingsInterface::setThirdPartySetting | function | core/ |
Sets the value of a third-party setting. |
| ThirdPartySettingsInterface::unsetThirdPartySetting | function | core/ |
Unsets a third-party setting. |
| TimeInterface | interface | core/ |
Defines an interface for obtaining system time. |
| TimeInterface.php | file | core/ |
|
| TimeInterface::getCurrentMicroTime | function | core/ |
Returns the current system time with microsecond precision. |
| TimeInterface::getCurrentTime | function | core/ |
Returns the current system time as an integer. |
| TimeInterface::getRequestMicroTime | function | core/ |
Returns the timestamp for the current request with microsecond precision. |
| TimeInterface::getRequestTime | function | core/ |
Returns the timestamp for the current request. |
| TitleBlockPluginInterface | interface | core/ |
The interface for "title" blocks. |
| TitleBlockPluginInterface.php | file | core/ |
|
| TitleBlockPluginInterface::setTitle | function | core/ |
Sets the title. |
| TitleResolverInterface | interface | core/ |
Defines a class which knows how to generate the title from a given route. |
| TitleResolverInterface.php | file | core/ |
|
| TitleResolverInterface::getTitle | function | core/ |
Returns a static or dynamic title for the route. |
| TokenReplaceKernelTestBase::$interfaceLanguage | property | core/ |
The interface language. |
| TopBarItemManagerInterface | interface | core/ |
Top bar item plugin manager. |
| TopBarItemManagerInterface.php | file | core/ |
|
| TopBarItemManagerInterface::getDefinitionsByRegion | function | core/ |
Gets the top bar item plugins by region. |
| TopBarItemManagerInterface::getRenderedTopBarItemsByRegion | function | core/ |
Gets the top bar items prepared as render array. |
| TopBarItemPluginInterface | interface | core/ |
Interface for top bar plugins. |
| TopBarItemPluginInterface.php | file | core/ |
|
| TopBarItemPluginInterface::build | function | core/ |
Builds and returns the renderable array for this top bar item plugin. |
| TopBarItemPluginInterface::label | function | core/ |
Returns the translated plugin label. |
| TopBarItemPluginInterface::region | function | core/ |
Returns the plugin region. |
| TopBarItemPluginInterface::weight | function | core/ |
Returns the plugin weight. |
| TopLevelDataInterface | interface | core/ |
Interface for objects that can appear as top-level object data. |
| TopLevelDataInterface.php | file | core/ |
|
| TopLevelDataInterface::getData | function | core/ |
Returns the data for the top-level data member of a JSON:API document. |
| TopLevelDataInterface::getMergedLinks | function | core/ |
Merges the object's links with the top-level links. |
| TopLevelDataInterface::getMergedMeta | function | core/ |
Merges the object's meta member with the top-level meta member. |
| TopLevelDataInterface::getOmissions | function | core/ |
Returns the data that was omitted from the JSON:API document. |
| TransactionManagerInterface | interface | core/ |
Interface for the database transaction manager classes. |
| TransactionManagerInterface.php | file | core/ |
|
| TransactionManagerInterface::addPostTransactionCallback | function | core/ |
Adds a root transaction end callback. |
| TransactionManagerInterface::has | function | core/ |
Checks if a named Drupal transaction is active. |
| TransactionManagerInterface::inTransaction | function | core/ |
Determines if there is an active transaction open. |
| TransactionManagerInterface::purge | function | core/ |
Purges a Drupal transaction from the manager. |
| TransactionManagerInterface::push | function | core/ |
Pushes a new Drupal transaction on the stack. |
| TransactionManagerInterface::rollback | function | core/ |
Rolls back a Drupal transaction. |
| TransactionManagerInterface::unpile | function | core/ |
Removes a Drupal transaction from the stack. |
| TransactionManagerInterface::voidClientTransaction | function | core/ |
Voids the client connection. |
| TransitionInterface | interface | core/ |
A transition value object that describes the transition between two states. |
| TransitionInterface.php | file | core/ |
|
| TransitionInterface::DIRECTION_FROM | constant | core/ |
The transition direction from. |
| TransitionInterface::DIRECTION_TO | constant | core/ |
The transition direction to. |
| TransitionInterface::from | function | core/ |
Gets the transition's from states. |
| TransitionInterface::id | function | core/ |
Gets the transition's ID. |
| TransitionInterface::label | function | core/ |
Gets the transition's label. |
| TransitionInterface::PLUGIN_FORM_KEY | constant | core/ |
The key of the transition plugin form. |
| TransitionInterface::to | function | core/ |
Gets the transition's to state. |
Pagination
- Previous page
- Page 84
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.