function ThemeHookCollectorPass::__construct

Constructor.

Parameters

list<string> $themes: Names of installed themes. When used as a compiler pass, this parameter should be omitted.

File

core/lib/Drupal/Core/Hook/ThemeHookCollectorPass.php, line 64

Class

ThemeHookCollectorPass
Collects and registers hook implementations.

Namespace

Drupal\Core\Hook

Code

public function __construct(protected readonly array $themes = []) {
}

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