function TwigExtensionTestString::__toString

Same name and namespace in other branches
  1. 8.9.x core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php \Drupal\Tests\Core\Template\TwigExtensionTestString::__toString()
  2. 10 core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php \Drupal\Tests\Core\Template\TwigExtensionTestString::__toString()
  3. 11.x core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php \Drupal\Tests\Core\Template\TwigExtensionTestString::__toString()

File

core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php, line 437

Class

TwigExtensionTestString

Namespace

Drupal\Tests\Core\Template

Code

public function __toString() {
    return $this->string;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.