Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. YamlFileLoader.php

YamlFileLoader::DEFAULTS_KEYWORDS

Same name in this branch
  1. 11.1.x core/lib/Drupal/Core/DependencyInjection/YamlFileLoader.php \Drupal\Core\DependencyInjection\YamlFileLoader::DEFAULTS_KEYWORDS

File

vendor/symfony/dependency-injection/Loader/YamlFileLoader.php, line 105

Class

YamlFileLoader
YamlFileLoader loads YAML files service definitions.

Namespace

Symfony\Component\DependencyInjection\Loader

Code

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

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal