interface RendererInterface in Markdown 8.2
Interface CommonMarkExtensionInterface.
Hierarchy
- interface \Drupal\markdown\Plugin\Markdown\CommonMark\RendererInterface
Expanded class hierarchy of RendererInterface
All classes that implement RendererInterface
File
- src/
Plugin/ Markdown/ CommonMark/ RendererInterface.php, line 8
Namespace
Drupal\markdown\Plugin\Markdown\CommonMarkView 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
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
RendererInterface:: |
public | function | Retrieves the AST class used to parse the document for the renderer. |