You are here

protected static property PhpMarkdown::$parserClass in Markdown 3.0.x

The parser class.

Type: string

File

src/Plugin/Markdown/PhpMarkdown.php, line 24

Class

PhpMarkdown
Plugin annotation @MarkdownParser( id = "michelf/php-markdown", label = @Translation("PHP Markdown"), url = "https://michelf.ca/projects/php-markdown", )

Namespace

Drupal\markdown\Plugin\Markdown

Code

protected static $parserClass = '\\Michelf\\Markdown';