You are here

service markdown in Markdown 8.2

Same name and namespace in other branches
  1. 3.0.x markdown.services.yml \markdown

Class

Drupal\markdown\Markdown
18 string references to markdown
Composer::getVersionHash in src/Util/Composer.php
Retrieves the pre-generated version hash.
EmojiExtension::register in src/Plugin/Markdown/CommonMark/Extension/EmojiExtension.php
Allows the extension to register itself with the CommonMark Environment.
Extension::getFilters in src/Twig/Extension.php
Extension::getFunctions in src/Twig/Extension.php
Extension::getName in src/Twig/Extension.php

... See full list

File

./markdown.services.yml
markdown.services.yml

View source
  1. class: Drupal\markdown\Markdown
  2. arguments:
  3. - '@cache.markdown'
  4. - '@config.factory'
  5. - '@file_system'
  6. - '@http_client'
  7. - '@plugin.manager.markdown.parser'