You are here

public function Twig_Sandbox_SecurityNotAllowedTagError::getTagName in Translation template extractor 6.3

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

File

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