You are here

public property MarkdownParser::$extensionInterfaces in Markdown 8.2

A list of extension interface class names.

This allows a parser to indicate which extensions belong to it by requiring the extension to implement at least one of these interfaces.

Type: string[]

File

src/Annotation/MarkdownParser.php, line 27

Class

MarkdownParser
Markdown Parser Annotation.

Namespace

Drupal\markdown\Annotation

Code

public $extensionInterfaces = [];