You are here

public function ModuleHandlerEmptyAlter::__construct in Autosave Form 8

Constructs a ModuleHandler object.

Parameters

string $root: The app root.

array $module_list: An associative array whose keys are the names of installed modules and whose values are Extension class parameters. This is normally the %container.modules% parameter being set up by DrupalKernel.

\Drupal\Core\Cache\CacheBackendInterface $cache_backend: Cache backend for storing module hook implementation information.

Overrides ModuleHandler::__construct

See also

\Drupal\Core\DrupalKernel

\Drupal\Core\CoreServiceProvider

File

src/EmptyAlter/Extension/ModuleHandlerEmptyAlter.php, line 15

Class

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

Namespace

Drupal\autosave_form\EmptyAlter\Extension

Code

public function __construct() {
}