Gets all defined escapers.
array<string, callable(Environment, string, string): string> An array of escapers
since Twig 3.10
public function getEscapers() { trigger_deprecation('twig/twig', '3.10', 'The "%s()" method is deprecated, use the "Twig\\Runtime\\EscaperRuntime::getEscaper()" method instead.', __METHOD__); return $this->escapers; }