You are here

public function ParsedMarkdownInterface::getLabel in Markdown 3.0.x

Retrieves the human-readable label for this object.

Note: if no label is currently set, the identifier for the object is returned instead.

Return value

string The label for this object.

1 method overrides ParsedMarkdownInterface::getLabel()
ParsedMarkdown::getLabel in src/ParsedMarkdown.php
Retrieves the human-readable label for this object.

File

src/ParsedMarkdownInterface.php, line 116

Class

ParsedMarkdownInterface

Namespace

Drupal\markdown

Code

public function getLabel();