You are here

public function TwigTestExtension::br in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/twig/twig/test/Twig/Tests/IntegrationTest.php \TwigTestExtension::br()

File

vendor/twig/twig/test/Twig/Tests/IntegrationTest.php, line 215

Class

TwigTestExtension

Code

public function br() {
  return '<br />';
}