YamlFileLoader::DEFAULTS_KEYWORDS
File
- 
              core/
lib/ Drupal/ Core/ DependencyInjection/ YamlFileLoader.php, line 39  
Class
- YamlFileLoader
 - YamlFileLoader loads YAML files service definitions.
 
Namespace
Drupal\Core\DependencyInjectionCode
private const DEFAULTS_KEYWORDS = [
  'public' => 'public',
  'tags' => 'tags',
  'autowire' => 'autowire',
  'autoconfigure' => 'autoconfigure',
];
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.