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

Breadcrumb

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

YamlFileLoader::INSTANCEOF_KEYWORDS

File

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

Class

YamlFileLoader
YamlFileLoader loads YAML files service definitions.

Namespace

Symfony\Component\DependencyInjection\Loader

Code

private const INSTANCEOF_KEYWORDS = [
    'shared' => 'shared',
    'lazy' => 'lazy',
    'public' => 'public',
    'properties' => 'properties',
    'configurator' => 'configurator',
    'calls' => 'calls',
    'tags' => 'tags',
    'autowire' => 'autowire',
    'bind' => 'bind',
    'constructor' => 'constructor',
];

API Navigation

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