You are here

namespace Drupal\markdown\Plugin\Markdown in Markdown 8.2

Same name in other branches
  1. 3.0.x Drupal\markdown\Plugin\Markdown
Classsort descending Location Description
AllowedHtmlInterface src/Plugin/Markdown/AllowedHtmlInterface.php Interface for Markdown Allowed HTML plugins.
AnnotatedPluginBase src/Plugin/Markdown/AnnotatedPluginBase.php Base class for annotated plugins.
AnnotatedPluginInterface src/Plugin/Markdown/AnnotatedPluginInterface.php Interface for annotated plugins.
BaseExtensibleParser src/Plugin/Markdown/BaseExtensibleParser.php Base class for extensible markdown parsers.
BaseExtension src/Plugin/Markdown/BaseExtension.php Base class for markdown extensions.
BaseParser src/Plugin/Markdown/BaseParser.php Base class form Markdown Parser instances.
EnabledPluginInterface src/Plugin/Markdown/EnabledPluginInterface.php Interface for plugins with an "enabled" state.
ExtensibleParserInterface src/Plugin/Markdown/ExtensibleParserInterface.php Interface MarkdownInterface.
ExtensionInterface src/Plugin/Markdown/ExtensionInterface.php Interface for extensions.
InstallablePluginBase src/Plugin/Markdown/InstallablePluginBase.php Base class for installable plugins.
InstallablePluginInterface src/Plugin/Markdown/InstallablePluginInterface.php Interface for installable plugins.
MissingExtension src/Plugin/Markdown/MissingExtension.php The extension used as a fallback when the requested one doesn't exist.
MissingParser src/Plugin/Markdown/MissingParser.php The parser used as a fallback when the requested one doesn't exist.
ParserInterface src/Plugin/Markdown/ParserInterface.php Interface for defining markdown parsers.
PluginBase src/Plugin/Markdown/PluginBase.php Base Markdown Plugin.
PluginInterface src/Plugin/Markdown/PluginInterface.php Interface for markdown plugins.
RenderStrategyInterface src/Plugin/Markdown/RenderStrategyInterface.php Interface for supporting markdown render strategies.
SettingsInterface src/Plugin/Markdown/SettingsInterface.php Interface for installable plugins that implement settings.