function big_pipe_regression_test_theme

Same name and namespace in other branches
  1. 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 13

Code

function big_pipe_regression_test_theme() {
    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.