You are here

public function SafeMarkupTestString::__toString in Drupal 8

File

core/tests/Drupal/Tests/Component/Utility/SafeMarkupTest.php, line 181
Contains \Drupal\Tests\Component\Utility\SafeMarkupTest.

Class

SafeMarkupTestString

Namespace

Drupal\Tests\Component\Utility

Code

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