function big_pipe_theme
Same name in other branches
- 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() : array {
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.