You are here

public function YamlDefinitionsLoader::getFactories in Hook Event Dispatcher 8

Get the Factories.

Return value

array Factory definitions.

File

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

Class

YamlDefinitionsLoader
Class YamlDefinitionsLoader.

Namespace

Drupal\Tests\hook_event_dispatcher\Unit\Preprocess\Helpers

Code

public function getFactories() {
  return $this->factories;
}