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

Breadcrumb

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

function EscaperRuntime::getEscapers

Gets all defined escapers.

Return value

array<string, callable(string $string, string $charset): string> An array of escapers

File

vendor/twig/twig/src/Runtime/EscaperRuntime.php, line 50

Class

EscaperRuntime

Namespace

Twig\Runtime

Code

public function getEscapers() {
    return $this->escapers;
}
RSS feed
Powered by Drupal