big_pipe_regression_test.module
Same filename in other branches
File
-
core/
modules/ big_pipe/ tests/ modules/ big_pipe_regression_test/ big_pipe_regression_test.module
View source
<?php
/**
* @file
* Support module for BigPipe testing.
*/
declare (strict_types=1);
/**
* Implements hook_theme().
*
* @see \Drupal\Tests\big_pipe\FunctionalJavascript\BigPipeRegressionTest::testBigPipeLargeContent
*/
function big_pipe_regression_test_theme() : array {
return [
'big_pipe_test_large_content' => [
'variables' => [],
],
];
}
Functions
Title | Deprecated | Summary |
---|---|---|
big_pipe_regression_test_theme | Implements hook_theme(). |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.