public function ParsedMarkdownInterface::getLabel in Markdown 8.2
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/
Render/ ParsedMarkdown.php - Retrieves the human-readable label for this object.
File
- src/
Render/ ParsedMarkdownInterface.php, line 90
Class
- ParsedMarkdownInterface
- Interface parsed markdown instances.
Namespace
Drupal\markdown\RenderCode
public function getLabel();