You are here

public function Twig_Profiler_NodeVisitor_Profiler::getPriority in Translation template extractor 7.3

Returns the priority for this visitor.

Priority should be between -10 and 10 (0 is the default).

Return value

int The priority level

Overrides Twig_NodeVisitorInterface::getPriority

File

vendor/Twig/Profiler/NodeVisitor/Profiler.php, line 68

Class

Twig_Profiler_NodeVisitor_Profiler
@author Fabien Potencier <fabien@symfony.com>

Code

public function getPriority() {
  return 0;
}