You are here

public function ParsedMarkdownInterface::getId in Markdown 8.2

Retrieves the identifier for this object.

Note: if no identifier is currently set, a unique hash based on the contents of the parsed HTML will be used.

Return value

string The identifier for this object.

1 method overrides ParsedMarkdownInterface::getId()
ParsedMarkdown::getId in src/Render/ParsedMarkdown.php
Retrieves the identifier for this object.

File

src/Render/ParsedMarkdownInterface.php, line 79

Class

ParsedMarkdownInterface
Interface parsed markdown instances.

Namespace

Drupal\markdown\Render

Code

public function getId();