You are here

public function ThemeManagerEmptyAlter::__construct in Autosave Form 8

Constructs a new ThemeManager object.

Parameters

string $root: The app root.

\Drupal\Core\Theme\ThemeNegotiatorInterface $theme_negotiator: The theme negotiator.

\Drupal\Core\Theme\ThemeInitializationInterface $theme_initialization: The theme initialization.

\Drupal\Core\Extension\ModuleHandlerInterface $module_handler: The module handler.

Overrides ThemeManager::__construct

File

src/EmptyAlter/Theme/ThemeManagerEmptyAlter.php, line 15

Class

ThemeManagerEmptyAlter
Class that has an empty implementation of the hook-alter method.

Namespace

Drupal\autosave_form\EmptyAlter\Theme

Code

public function __construct() {
}