You are here

public function Twig_Sandbox_SecurityNotAllowedFunctionError::getFunctionName in Translation template extractor 6.3

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

File

vendor/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;
}