You are here

public function SafeMarkupTestString::__construct in Drupal 8

File

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

Class

SafeMarkupTestString

Namespace

Drupal\Tests\Component\Utility

Code

public function __construct($string) {
  $this->string = $string;
}