constant PhpDumper::FIRST_CHARS

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

File

drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php, line 41

Class

PhpDumper
PhpDumper dumps a service container as a PHP class.

Namespace

Symfony\Component\DependencyInjection\Dumper

Code

const FIRST_CHARS = 'abcdefghijklmnopqrstuvwxyz';