You are here

public function RendererInterface::rendererClass in Markdown 8.2

Retrieves the AST class used to parse the document for the renderer.

Return value

string A fully qualified class name or a single element name that will be prefixed with "League\CommonMark\(Block|Inline)\Element".

File

src/Plugin/Markdown/CommonMark/RendererInterface.php, line 17

Class

RendererInterface
Interface CommonMarkExtensionInterface.

Namespace

Drupal\markdown\Plugin\Markdown\CommonMark

Code

public function rendererClass();