Home
last modified time | relevance | path

Searched refs:getTemplateClass (Results 1 – 5 of 5) sorted by relevance

/plugin/bureaucracyau/_test/
H A Dactions_template.test.php11 $action = $this->getTemplateClass();
30 $action = $this->getTemplateClass();
50 $action = $this->getTemplateClass();
66 $action = $this->getTemplateClass();
77 private function getTemplateClass() { function in syntax_plugin_bureaucracyau_action_template_test
/plugin/bureaucracy-au/_test/
H A Dactions_template.test.php11 $action = $this->getTemplateClass();
30 $action = $this->getTemplateClass();
50 $action = $this->getTemplateClass();
66 $action = $this->getTemplateClass();
77 private function getTemplateClass() { function in syntax_plugin_bureaucracyau_action_template_test
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php328 $key = $this->cache->generateKey($name, $this->getTemplateClass($name));
350 public function getTemplateClass($name, $index = null) function in Twig\\Environment
446 return $this->loadClass($this->getTemplateClass($name), $name, $index);
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DModuleNode.php182 …->write('class '.$compiler->getEnvironment()->getTemplateClass($this->source->getName(), $this->ge…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DEnvironmentTest.php197 $key = $cache->generateKey('index', $twig->getTemplateClass('index'));