function HelpPageTestController::hasHelp

Same name in other branches
  1. 9 core/modules/help/tests/modules/help_page_test/src/HelpPageTestController.php \Drupal\help_page_test\HelpPageTestController::hasHelp()
  2. 8.9.x core/modules/help/tests/modules/help_page_test/src/HelpPageTestController.php \Drupal\help_page_test\HelpPageTestController::hasHelp()
  3. 10 core/modules/help/tests/modules/help_page_test/src/HelpPageTestController.php \Drupal\help_page_test\HelpPageTestController::hasHelp()

Provides a route with help.

Return value

array A render array.

1 string reference to 'HelpPageTestController::hasHelp'
help_page_test.routing.yml in core/modules/help/tests/modules/help_page_test/help_page_test.routing.yml
core/modules/help/tests/modules/help_page_test/help_page_test.routing.yml

File

core/modules/help/tests/modules/help_page_test/src/HelpPageTestController.php, line 18

Class

HelpPageTestController
Provides controllers for testing the help block.

Namespace

Drupal\help_page_test

Code

public function hasHelp() {
    return [
        '#markup' => 'A route with help.',
    ];
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.