public function Twig_Environment::getTemplateClassPrefix

Gets the template class prefix.

Return value

string The template class prefix

File

drupal/core/vendor/twig/twig/lib/Twig/Environment.php, line 280

Class

Twig_Environment
Stores the Twig configuration.

Code

public function getTemplateClassPrefix() {
  return $this->templateClassPrefix;
}