You are here

interface RendererInterface in Markdown 8.2

Interface CommonMarkExtensionInterface.

Hierarchy

Expanded class hierarchy of RendererInterface

All classes that implement RendererInterface

File

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

Namespace

Drupal\markdown\Plugin\Markdown\CommonMark
View source
interface RendererInterface {

  /**
   * Retrieves the AST class used to parse the document for the renderer.
   *
   * @return string
   *   A fully qualified class name or a single element name that will be
   *   prefixed with "League\CommonMark\(Block|Inline)\Element".
   */
  public function rendererClass();

}

Members

Namesort descending Modifiers Type Description Overrides
RendererInterface::rendererClass public function Retrieves the AST class used to parse the document for the renderer.