You are here

class SafeMarkupTestMarkup in Drupal 8

Same name in this branch
  1. 8 core/tests/Drupal/Tests/Component/Utility/SafeMarkupTest.php \Drupal\Tests\Component\Utility\SafeMarkupTestMarkup
  2. 8 core/tests/Drupal/KernelTests/Core/Theme/TwigMarkupInterfaceTest.php \Drupal\KernelTests\Core\Theme\SafeMarkupTestMarkup

Marks an object's __toString() method as returning markup.

Hierarchy

Expanded class hierarchy of SafeMarkupTestMarkup

File

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

Namespace

Drupal\Tests\Component\Utility
View source
class SafeMarkupTestMarkup implements MarkupInterface {
  use MarkupTrait;

}

Members

Namesort descending Modifiers Type Description Overrides
MarkupTrait::$string protected property The safe string.
MarkupTrait::count public function Returns the string length.
MarkupTrait::create public static function Creates a Markup object if necessary. 2
MarkupTrait::jsonSerialize public function Returns a representation of the object for use in JSON serialization.
MarkupTrait::__toString public function Returns the string version of the Markup object.