big_pipe_regression_test.module

Same filename and directory in other branches
  1. 10 core/modules/big_pipe/tests/modules/big_pipe_regression_test/big_pipe_regression_test.module

Support module for BigPipe testing.

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.
 */

/**
 * Implements hook_theme().
 *
 * @see \Drupal\Tests\big_pipe\FunctionalJavascript\BigPipeRegressionTest::testBigPipeLargeContent
 */
function big_pipe_regression_test_theme() {
    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.