You are here

protected property TwigSandboxPolicy::$whitelisted_methods in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Template/TwigSandboxPolicy.php \Drupal\Core\Template\TwigSandboxPolicy::whitelisted_methods

An array of whitelisted methods in the form of methodName => TRUE.

File

core/lib/Drupal/Core/Template/TwigSandboxPolicy.php, line 26
Contains \Drupal\Core\Template\TwigSandboxPolicy.

Class

TwigSandboxPolicy
Default sandbox policy for Twig templates.

Namespace

Drupal\Core\Template

Code

protected $whitelisted_methods = NULL;