You are here

public static function BigPipeTestController::nope in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipeTestController.php \Drupal\big_pipe_test\BigPipeTestController::nope()

Return value

array

1 string reference to 'BigPipeTestController::nope'
big_pipe_test.routing.yml in core/modules/big_pipe/tests/modules/big_pipe_test/big_pipe_test.routing.yml
core/modules/big_pipe/tests/modules/big_pipe_test/big_pipe_test.routing.yml

File

core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipeTestController.php, line 57

Class

BigPipeTestController

Namespace

Drupal\big_pipe_test

Code

public static function nope() {
  return [
    '#markup' => '<p>Nope.</p>',
  ];
}