You are here

private function YamlDefinitionsLoader::__construct in Hook Event Dispatcher 8

YamlDefinitionsLoader constructor.

File

tests/src/Unit/Preprocess/Helpers/YamlDefinitionsLoader.php, line 47

Class

YamlDefinitionsLoader
Class YamlDefinitionsLoader.

Namespace

Drupal\Tests\hook_event_dispatcher\Unit\Preprocess\Helpers

Code

private function __construct() {
  $this
    ->loadDefinitionsFromServicesYaml();
  $this
    ->setUpFactoriesMapper();
}