YamlFileLoader::DEFAULTS_KEYWORDS

Same name in other branches
  1. 9 core/lib/Drupal/Core/DependencyInjection/YamlFileLoader.php \Drupal\Core\DependencyInjection\YamlFileLoader::DEFAULTS_KEYWORDS
  2. 10 core/lib/Drupal/Core/DependencyInjection/YamlFileLoader.php \Drupal\Core\DependencyInjection\YamlFileLoader::DEFAULTS_KEYWORDS

File

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

Class

YamlFileLoader
YamlFileLoader loads YAML files service definitions.

Namespace

Drupal\Core\DependencyInjection

Code

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.