You are here

public function Identifier::__toString in Markdown 8.2

Returns markup.

Return value

string The markup.

Overrides MarkupInterface::__toString

File

src/Annotation/Identifier.php, line 132

Class

Identifier
Creates an identifier for use in annotation objects.

Namespace

Drupal\markdown\Annotation

Code

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