function TextWrapper::__toString
Magic method
Return value
string
File
-
core/
tests/ Drupal/ Tests/ Component/ Utility/ TextWrapper.php, line 31
Class
- TextWrapper
- Used by SafeMarkupTest to test that a class with a __toString() method works.
Namespace
Drupal\Tests\Component\UtilityCode
public function __toString() {
return $this->text;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.