TwigSandboxPolicy::$whitelisted_methods
  • References/PHP/Drupal/Template/TwigSandboxPolicy

An array of whitelisted methods in the form of methodName => TRUE. File core/lib/Drupal/Core/Temp

2025-01-10 15:47:30
TwigSandboxPolicy::$whitelisted_classes
  • References/PHP/Drupal/Template/TwigSandboxPolicy

An array of class names for which any method calls are allowed. File core/lib/Drupal/Core/Template/TwigSandboxPolicy

2025-01-10 15:47:30
TwigSandboxPolicy::$whitelisted_prefixes
  • References/PHP/Drupal/Template/TwigSandboxPolicy

An array of whitelisted method prefixes -- any method starting with one of these prefixes will be allowed. File

2025-01-10 15:47:30
TwigSandboxPolicy::checkSecurity
  • References/PHP/Drupal/Template/TwigSandboxPolicy

public TwigSandboxPolicy::checkSecurity($tags, $filters, $f

2025-01-10 15:47:30
TwigSandboxPolicy::checkPropertyAllowed
  • References/PHP/Drupal/Template/TwigSandboxPolicy

public TwigSandboxPolicy::checkPropertyAllowed($obj, $property)

2025-01-10 15:47:30
TwigSandboxPolicy::checkMethodAllowed
  • References/PHP/Drupal/Template/TwigSandboxPolicy

public TwigSandboxPolicy::checkMethodAllowed($obj, $method)

2025-01-10 15:47:30
TwigSandboxPolicy
  • References/PHP/Drupal/Template/TwigSandboxPolicy

Default sandbox policy for Twig templates. Twig's sandbox extension is usually used to evaluate untrusted code by limiting access to potentially

2025-01-10 15:47:30
TwigSandboxPolicy::__construct
  • References/PHP/Drupal/Template/TwigSandboxPolicy

public TwigSandboxPolicy::__construct()

2025-01-10 15:47:30