We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a01ff1 commit cdafb32Copy full SHA for cdafb32
src/Drupal/DrupalAutoloader.php
@@ -182,7 +182,7 @@ public function register(Container $container): void
182
}
183
184
foreach ($this->serviceYamls as $extension => $serviceYaml) {
185
- $yaml = Yaml::parseFile($serviceYaml);
+ $yaml = Yaml::parseFile($serviceYaml, Yaml::PARSE_CUSTOM_TAGS);
186
// Weed out service files which only provide parameters.
187
if (!isset($yaml['services']) || !is_array($yaml['services'])) {
188
continue;
0 commit comments