You are here

public function Twig_Sandbox_SecurityNotAllowedFilterError::getFilterName in Translation template extractor 6.3

Same name and namespace in other branches
  1. 7.3 vendor/Twig/Sandbox/SecurityNotAllowedFilterError.php \Twig_Sandbox_SecurityNotAllowedFilterError::getFilterName()

File

vendor/Twig/Sandbox/SecurityNotAllowedFilterError.php, line 27

Class

Twig_Sandbox_SecurityNotAllowedFilterError
Exception thrown when a not allowed filter is used in a template.

Code

public function getFilterName() {
  return $this->filterName;
}