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

Breadcrumb

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

Lexer::SPECIAL_CHARS

File

vendor/twig/twig/src/Lexer.php, line 54

Class

Lexer
@author Fabien Potencier <fabien@symfony.com>

Namespace

Twig

Code

private const SPECIAL_CHARS = [
    'f' => "\f",
    'n' => "\n",
    'r' => "\r",
    't' => "\t",
    'v' => "\v",
];
RSS feed
Powered by Drupal