function BigPipeTestController::nope
Same name in other branches
- 9 core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipeTestController.php \Drupal\big_pipe_test\BigPipeTestController::nope()
- 10 core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipeTestController.php \Drupal\big_pipe_test\BigPipeTestController::nope()
- 11.x 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
Namespace
Drupal\big_pipe_testCode
public static function nope() {
return [
'#markup' => '<p>Nope.</p>',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.