function StandardHooks::theme

Implements hook_theme().

Attributes

#[Hook('theme')]

File

core/profiles/standard/src/Hook/StandardHooks.php, line 15

Class

StandardHooks
Hook implementations for the Standard installation profile.

Namespace

Drupal\standard\Hook

Code

public function theme() : array {
  return [
    'standard_welcome_page' => [
      'variables' => [
        'attributes' => [],
      ],
    ],
  ];
}

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