You are here

function markdown_element_info_alter in Markdown 8.2

Same name and namespace in other branches
  1. 3.0.x markdown.module \markdown_element_info_alter()

Implements hook_element_info_alter(). @noinspection PhpUnused @noinspection PhpDocSignatureInspection

File

./markdown.module, line 32
Markdown module.

Code

function markdown_element_info_alter(array &$info) {
  $info['text_format']['#process'][] = '\\Drupal\\markdown\\Plugin\\Filter\\FilterMarkdown::processTextFormat';
}