You are here

public function ParsedMarkdownInterface::getId in Markdown 3.0.x

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/ParsedMarkdown.php
Retrieves the identifier for this object.

File

src/ParsedMarkdownInterface.php, line 105

Class

ParsedMarkdownInterface

Namespace

Drupal\markdown

Code

public function getId();