function SafeMarkupTestString::__construct

File

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

Class

SafeMarkupTestString

Namespace

Drupal\Tests\Component\Utility

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.