YamlFileLoader::DEFAULTS_KEYWORDS

File

core/lib/Drupal/Core/DependencyInjection/YamlFileLoader.php, line 34

Class

YamlFileLoader
YamlFileLoader loads YAML files service definitions.

Namespace

Drupal\Core\DependencyInjection

Code

private const DEFAULTS_KEYWORDS = [
  'public' => 'public',
  'tags' => 'tags',
  'autowire' => 'autowire',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.