You are here

public function Twig_Profiler_Profile::getName in Translation template extractor 7.3

File

vendor/Twig/Profiler/Profile.php, line 47

Class

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

Code

public function getName() {
  return $this->name;
}