function big_pipe_theme

Same name and namespace in other branches
  1. 10 core/modules/big_pipe/big_pipe.module \big_pipe_theme()

Implements hook_theme().

File

core/modules/big_pipe/big_pipe.module, line 83

Code

function big_pipe_theme() {
    return [
        'big_pipe_interface_preview' => [
            'variables' => [
                'callback' => NULL,
                'arguments' => NULL,
                'preview' => NULL,
            ],
        ],
    ];
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.