public function YamlDefinitionsLoader::getServices in Hook Event Dispatcher 8
Get the Services.
Return value
array Service definitions.
File
- tests/
src/ Unit/ Preprocess/ Helpers/ YamlDefinitionsLoader.php, line 111
Class
- YamlDefinitionsLoader
- Class YamlDefinitionsLoader.
Namespace
Drupal\Tests\hook_event_dispatcher\Unit\Preprocess\HelpersCode
public function getServices() {
return $this->services;
}