public function YamlDefinitionsLoader::getFactories in Hook Event Dispatcher 8.2
Same name and namespace in other branches
- 3.x 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;
}