function big_pipe_regression_test_theme
Same name in other branches
- 10 core/modules/big_pipe/tests/modules/big_pipe_regression_test/big_pipe_regression_test.module \big_pipe_regression_test_theme()
Implements hook_theme().
See also
\Drupal\Tests\big_pipe\FunctionalJavascript\BigPipeRegressionTest::testBigPipeLargeContent
File
-
core/
modules/ big_pipe/ tests/ modules/ big_pipe_regression_test/ big_pipe_regression_test.module, line 15
Code
function big_pipe_regression_test_theme() : array {
return [
'big_pipe_test_large_content' => [
'variables' => [],
],
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.