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

Breadcrumb

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

SymfonyCaster::REQUEST_GETTERS

File

vendor/symfony/var-dumper/Caster/SymfonyCaster.php, line 25

Class

SymfonyCaster
@final

Namespace

Symfony\Component\VarDumper\Caster

Code

private const REQUEST_GETTERS = [
    'pathInfo' => 'getPathInfo',
    'requestUri' => 'getRequestUri',
    'baseUrl' => 'getBaseUrl',
    'basePath' => 'getBasePath',
    'method' => 'getMethod',
    'format' => 'getRequestFormat',
];

API Navigation

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