public function ParsedMarkdownInterface::setLabel in Markdown 3.0.x
Sets the object's label.
Parameters
string $label: A human-readable label.
Return value
static
1 method overrides ParsedMarkdownInterface::setLabel()
- ParsedMarkdown::setLabel in src/
ParsedMarkdown.php - Sets the object's label.
File
- src/
ParsedMarkdownInterface.php, line 199
Class
Namespace
Drupal\markdownCode
public function setLabel($label);