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

Breadcrumb

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

ReflectionCaster::EXTRA_MAP

File

vendor/symfony/var-dumper/Caster/ReflectionCaster.php, line 27

Class

ReflectionCaster
Casts Reflector related classes to array representation.

Namespace

Symfony\Component\VarDumper\Caster

Code

private const EXTRA_MAP = [
    'docComment' => 'getDocComment',
    'extension' => 'getExtensionName',
    'isDisabled' => 'isDisabled',
    'isDeprecated' => 'isDeprecated',
    'isInternal' => 'isInternal',
    'isUserDefined' => 'isUserDefined',
    'isGenerator' => 'isGenerator',
    'isVariadic' => 'isVariadic',
];

API Navigation

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