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

Breadcrumb

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

YamlFileLoader::AVAILABLE_KEYS

File

vendor/symfony/routing/Loader/YamlFileLoader.php, line 36

Class

YamlFileLoader
YamlFileLoader loads Yaml routing files.

Namespace

Symfony\Component\Routing\Loader

Code

private const AVAILABLE_KEYS = [
    'resource',
    'type',
    'prefix',
    'path',
    'host',
    'schemes',
    'methods',
    'defaults',
    'requirements',
    'options',
    'condition',
    'controller',
    'name_prefix',
    'trailing_slash_on_root',
    'locale',
    'format',
    'utf8',
    'exclude',
    'stateless',
];

API Navigation

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