public function SafeMarkupTestString::__toString in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/tests/Drupal/Tests/Component/Utility/SafeMarkupTest.php \Drupal\Tests\Component\Utility\SafeMarkupTestString::__toString()
File
- core/
tests/ Drupal/ Tests/ Component/ Utility/ SafeMarkupTest.php, line 221 - Contains \Drupal\Tests\Component\Utility\SafeMarkupTest.
Class
Namespace
Drupal\Tests\Component\UtilityCode
public function __toString() {
return $this->string;
}