Skip to content
test_page_test.routing.yml 1.22 KiB
Newer Older
test_page_test.test_page:
  path: '/test-page'
  defaults:
    _title: 'Test front page'
    _controller: '\Drupal\test_page_test\Controller\TestPageTestController::testPage'
    _controller: '\Drupal\test_page_test\Controller\Test::renderTitle'
    _controller: '\Drupal\test_page_test\Controller\Test::staticTitle'
    _title: 'Static title'
  requirements:
    _access: 'TRUE'

test_page_test.cached_controller:
  path: '/test-page-cached-controller'
  defaults:
    _controller: '\Drupal\test_page_test\Controller\Test::controllerWithCache'
  requirements:
    _access: 'TRUE'

    _controller: '\Drupal\test_page_test\Controller\Test::staticTitle'
    _title_callback: 'Drupal\test_page_test\Controller\Test::dynamicTitle'
  requirements:
    _access: 'TRUE'

test_page_test.admin_render_title:
    _controller: '\Drupal\test_page_test\Controller\Test::renderTitle'