File
- drupal/core/vendor/twig/twig/lib/Twig/Sandbox/SecurityPolicy.php, line 57
Class
- Twig_Sandbox_SecurityPolicy
- Represents a security policy which need to be enforced when sandbox mode is enabled.
Code
public function setAllowedFunctions(array $functions) {
$this->allowedFunctions = $functions;
}