Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. BigPipeHooks.php

function BigPipeHooks::theme

Implements hook_theme().

File

core/modules/big_pipe/src/Hook/BigPipeHooks.php, line 90

Class

BigPipeHooks
Hook implementations for big_pipe.

Namespace

Drupal\big_pipe\Hook

Code

public function theme() : array {
    return [
        'big_pipe_interface_preview' => [
            'variables' => [
                'callback' => NULL,
                'arguments' => NULL,
                'preview' => NULL,
            ],
        ],
    ];
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal