class TitleCallback
Same name in other branches
- 9 core/tests/Drupal/Tests/Core/Controller/TitleResolverTest.php \Drupal\Tests\Core\Controller\TitleCallback
- 8.9.x core/tests/Drupal/Tests/Core/Controller/TitleResolverTest.php \Drupal\Tests\Core\Controller\TitleCallback
- 11.x core/tests/Drupal/Tests/Core/Controller/TitleResolverTest.php \Drupal\Tests\Core\Controller\TitleCallback
Provides an example title callback for the testDynamicTitle method above.
Hierarchy
- class \Drupal\Tests\Core\Controller\TitleCallback
Expanded class hierarchy of TitleCallback
File
-
core/
tests/ Drupal/ Tests/ Core/ Controller/ TitleResolverTest.php, line 159
Namespace
Drupal\Tests\Core\ControllerView source
class TitleCallback {
/**
* Gets the example string.
*
* @param string $value
* The dynamic value.
*
* @return string
* Returns the example string.
*/
public function example($value) {
return 'test ' . $value;
}
}
Members
Title Sort descending | Modifiers | Object type | Summary |
---|---|---|---|
TitleCallback::example | public | function | Gets the example string. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.