function TestController::testTitle
A page title callback.
Return value
string The page title.
File
-
core/
modules/ views/ tests/ src/ Unit/ Plugin/ display/ PathPluginBaseTest.php, line 580
Class
- TestController
- A page controller for use by tests in this file.
Namespace
Drupal\Tests\views\Unit\Plugin\displayCode
public function testTitle() {
return 'Test title';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.