You are here

public function Twig_Sandbox_SecurityNotAllowedFunctionError::getFunctionName in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/twig/twig/lib/Twig/Sandbox/SecurityNotAllowedFunctionError.php \Twig_Sandbox_SecurityNotAllowedFunctionError::getFunctionName()

File

vendor/twig/twig/lib/Twig/Sandbox/SecurityNotAllowedFunctionError.php, line 27

Class

Twig_Sandbox_SecurityNotAllowedFunctionError
Exception thrown when a not allowed function is used in a template.

Code

public function getFunctionName() {
  return $this->functionName;
}