protected function Identifier::getValue in Markdown 8.2
Retrieves the original value.
Return value
string
File
- src/
Annotation/ Identifier.php, line 203
Class
- Identifier
- Creates an identifier for use in annotation objects.
Namespace
Drupal\markdown\AnnotationCode
protected function getValue() {
return $this->value;
}