public function SafeMarkupTestString::__construct in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/tests/Drupal/Tests/Component/Utility/SafeMarkupTest.php \Drupal\Tests\Component\Utility\SafeMarkupTestString::__construct()
File
- core/
tests/ Drupal/ Tests/ Component/ Utility/ SafeMarkupTest.php, line 217 - Contains \Drupal\Tests\Component\Utility\SafeMarkupTest.
Class
Namespace
Drupal\Tests\Component\UtilityCode
public function __construct($string) {
$this->string = $string;
}