You are here

public function ParserAwareInterface::getParser in Markdown 8.2

Retrieves a Filter instance, if set.

Return value

\Drupal\markdown\Plugin\Markdown\ParserInterface|null A Markdown Parser instance or NULL if not set.

1 call to ParserAwareInterface::getParser()
BaseExtension::isBundled in src/Plugin/Markdown/BaseExtension.php
Indicates whether the extension is automatically installed with the parser.

File

src/Util/ParserAwareInterface.php, line 18

Class

ParserAwareInterface
Interface for allowing an object to be aware of a Markdown Parser instance.

Namespace

Drupal\markdown\Util

Code

public function getParser();