public function YamlDefinitionsLoader::getFactories in Hook Event Dispatcher 3.x
Same name and namespace in other branches
- 8.2 modules/preprocess_event_dispatcher/tests/src/Unit/Helpers/YamlDefinitionsLoader.php \Drupal\Tests\preprocess_event_dispatcher\Unit\Helpers\YamlDefinitionsLoader::getFactories()
Get the Factories.
Return value
array Factory definitions.
File
- modules/
preprocess_event_dispatcher/ tests/ src/ Unit/ Helpers/ YamlDefinitionsLoader.php, line 117
Class
- YamlDefinitionsLoader
- Class YamlDefinitionsLoader.
Namespace
Drupal\Tests\preprocess_event_dispatcher\Unit\HelpersCode
public function getFactories() : array {
return $this->factories;
}