You are here

public function Twig_Sandbox_SecurityNotAllowedTagError::getTagName in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/twig/twig/lib/Twig/Sandbox/SecurityNotAllowedTagError.php \Twig_Sandbox_SecurityNotAllowedTagError::getTagName()

File

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

Class

Twig_Sandbox_SecurityNotAllowedTagError
Exception thrown when a not allowed tag is used in a template.

Code

public function getTagName() {
  return $this->tagName;
}