You are here

public function TextWrapper::__toString in Drupal 8

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\Utility

Code

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