You are here

public function CommonMarkRendererInterface::rendererClass in Markdown 3.0.x

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".

1 method overrides CommonMarkRendererInterface::rendererClass()
LinkRenderer::rendererClass in src/Plugin/Markdown/Extension/LinkRenderer.php
Retrieves the AST class used to parse the document for the renderer.

File

src/Plugin/Markdown/Extension/CommonMarkRendererInterface.php, line 17

Class

CommonMarkRendererInterface
Interface CommonMarkExtensionInterface.

Namespace

Drupal\markdown\Plugin\Markdown\Extension

Code

public function rendererClass();