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

Breadcrumb

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

PhpDumper::NON_FIRST_CHARS

Characters that might appear in the generated variable name as any but the first character.

File

vendor/symfony/dependency-injection/Dumper/PhpDumper.php, line 64

Class

PhpDumper
PhpDumper dumps a service container as a PHP class.

Namespace

Symfony\Component\DependencyInjection\Dumper

Code

public const NON_FIRST_CHARS = 'abcdefghijklmnopqrstuvwxyz0123456789_';
RSS feed
Powered by Drupal