public function TwigExtensionTestString::__toString in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php \Drupal\Tests\Core\Template\TwigExtensionTestString::__toString()
File
- core/
tests/ Drupal/ Tests/ Core/ Template/ TwigExtensionTest.php, line 253 - Contains \Drupal\Tests\Core\Template\TwigExtensionTest.
Class
Namespace
Drupal\Tests\Core\TemplateCode
public function __toString() {
return $this->string;
}