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