Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| TitleBlockPluginInterface.php | file | core/ |
|
| TitleBlockPluginInterface::setTitle | function | core/ |
Sets the title. |
| TitleCallback | class | core/ |
Provides an example title callback for the testDynamicTitle method above. |
| TitleCallback::example | function | core/ |
Gets the example value. |
| TitleResolver | class | core/ |
Provides the default implementation of the title resolver interface. |
| TitleResolver.php | file | core/ |
|
| TitleResolver::$argumentResolver | property | core/ |
The argument resolver. |
| TitleResolver::$controllerResolver | property | core/ |
The controller resolver. |
| TitleResolver::getTitle | function | core/ |
|
| TitleResolver::__construct | function | core/ |
Constructs a TitleResolver instance. |
| 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. |
| TitleResolverTest | class | core/ |
Tests Drupal\Core\Controller\TitleResolver. |
| TitleResolverTest.php | file | core/ |
|
| TitleResolverTest::$argumentResolver | property | core/ |
The argument resolver stub. |
| TitleResolverTest::$controllerResolver | property | core/ |
The controller resolver stub. |
| TitleResolverTest::$titleResolver | property | core/ |
The actual tested title resolver. |
| TitleResolverTest::$translationManager | property | core/ |
The translation manager stub. |
| TitleResolverTest::providerTestDynamicTitle | function | core/ |
Data provider for testDynamicTitle. |
| TitleResolverTest::setUp | function | core/ |
|
| TitleResolverTest::testDynamicTitle | function | core/ |
Tests a dynamic title. |
| TitleResolverTest::testEmptyStringStaticTitle | function | core/ |
Tests an empty string static title. |
| TitleResolverTest::testNoTitle | function | core/ |
Tests an route with no title. |
| TitleResolverTest::testStaticTitle | function | core/ |
Tests a static title without a context. |
| TitleResolverTest::testStaticTitleWithArguments | function | core/ |
Tests a static title with and without overridden default arguments. |
| TitleResolverTest::testStaticTitleWithContext | function | core/ |
Tests a static title with a context. |
| TitleResolverTest::testStaticTitleWithNullAndArrayValueParameter | function | core/ |
Tests a static title with a non-scalar value parameter. |
| TitleResolverTest::testStaticTitleWithParameter | function | core/ |
Tests a static title with a parameter. |
| TitleResolverTest::testStaticTitleZero | function | core/ |
Tests a static title of '0'. |
| title_resolver | service | core/ |
Drupal\Core\Controller\TitleResolver |
| ToConfig.php | file | core/ |
|
| token | service | core/ |
Drupal\Core\Utility\Token |
| Token | class | core/ |
Stores token data in a hidden form field. |
| Token | class | core/ |
Drupal placeholder/token replacement system. |
| token.api.php | file | core/ |
Hooks related to the Token system. |
| Token.php | file | core/ |
|
| Token.php | file | core/ |
|
| Token::$cache | property | core/ |
The token cache. |
| Token::$cacheTagsInvalidator | property | core/ |
The cache tags invalidator. |
| Token::$languageManager | property | core/ |
The language manager. |
| Token::$moduleHandler | property | core/ |
The module handler service. |
| Token::$renderer | property | core/ |
The renderer. |
| Token::$tokenInfo | property | core/ |
Token definitions. |
| Token::doReplace | function | core/ |
Replaces all tokens in a given string with appropriate values. |
| Token::findWithPrefix | function | core/ |
Returns a list of tokens that begin with a specific prefix. |
| Token::generate | function | core/ |
Generates replacement values for a list of tokens. |
| Token::getInfo | function | core/ |
Returns metadata describing supported tokens. |
| Token::getInfo | function | core/ |
|
| Token::replace | function | core/ |
Replaces all tokens in given markup with appropriate values. |
Pagination
- Previous page
- Page 1656
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.