You are here

Classes, traits, and interfaces in Markdown 8.2

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
FootnoteExtension class Drupal\markdown\Plugin\Markdown\CommonMark\Extension src/Plugin/Markdown/CommonMark/Extension/FootnoteExtension.php Footnotes extension.
FormStateDecoratorBase Deprecated abstract class Drupal\markdown\BcSupport src/BcSupport/FormStateDecoratorBase.php Decorates another form state. 1
FormStateValuesTrait Deprecated trait Drupal\markdown\BcSupport src/BcSupport/FormStateValuesTrait.php Provides methods to manage form state values.
FormTrait trait Drupal\markdown\Traits src/Traits/FormTrait.php Trait providing helpful methods when dealing with forms. 6
HeadingPermalinkExtension class Drupal\markdown\Plugin\Markdown\CommonMark\Extension src/Plugin/Markdown/CommonMark/Extension/HeadingPermalinkExtension.php Plugin annotation @MarkdownAllowedHtml( id = "commonmark-heading-permalink", ) @MarkdownExtension( id = "commonmark-heading-permalink", label = @Translation("Heading Permalink"), description = @Translation("Makes all heading elements…
HttpClientTrait trait Drupal\markdown\Traits src/Traits/HttpClientTrait.php Trait to assist with creating an HTTP client using module info as user-agent. 1
Identifier class Drupal\markdown\Annotation src/Annotation/Identifier.php Creates an identifier for use in annotation objects.
ImmutableMarkdownConfig Deprecated class Drupal\markdown\Config src/Config/ImmutableMarkdownConfig.php Immutable Markdown Config.
InstallableLibrary class Drupal\markdown\Annotation src/Annotation/InstallableLibrary.php 2 6
InstallablePlugin abstract class Drupal\markdown\Annotation src/Annotation/InstallablePlugin.php Base annotation for "installable" plugins. 4 4
InstallablePluginBase abstract class Drupal\markdown\Plugin\Markdown src/Plugin/Markdown/InstallablePluginBase.php Base class for installable plugins. 5
InstallablePluginExceptionInterface interface Drupal\markdown\Exception src/Exception/InstallablePluginExceptionInterface.php Provides an interface that can be used to target relevant exceptions. 1
InstallablePluginInterface interface Drupal\markdown\Plugin\Markdown src/Plugin/Markdown/InstallablePluginInterface.php Interface for installable plugins. 2 1
InstallablePluginManager abstract class Drupal\markdown\PluginManager src/PluginManager/InstallablePluginManager.php Installable Plugin Manager. 4
InstallablePluginManagerInterface interface Drupal\markdown\PluginManager src/PluginManager/InstallablePluginManagerInterface.php Installable plugin manger interface. 4
InstallablePluginTrait trait Drupal\markdown\Annotation src/Annotation/InstallablePluginTrait.php Trait for adding installable plugin properties to annotations.
InstallableRequirement class Drupal\markdown\Annotation src/Annotation/InstallableRequirement.php Markdown Requirement Annotation. 5
Installed class Drupal\markdown\Plugin\Validation\Constraint src/Plugin/Validation/Constraint/Installed.php Checks whether a specific class, interface, trait, or function exists.
KeyValuePipeConverter class Drupal\markdown\Util src/Util/KeyValuePipeConverter.php Utility for converting arrays to key|value pipes and back again. 4
LaravelCacheRepositoryAdapter Deprecated class Drupal\markdown\Util src/Util/LaravelCacheRepositoryAdapter.php Adapter for integrating Drupal cache with Laravel. 1
LaravelCacheStoreAdapter Deprecated class Drupal\markdown\Util src/Util/LaravelCacheStoreAdapter.php Adapter for integrating Drupal cache with Laravel. 1
Markdown class Drupal\markdown src/Markdown.php Markdown service. 2 2
MarkdownAllowedHtml class Drupal\markdown\Annotation src/Annotation/MarkdownAllowedHtml.php Markdown Allowed HTML Annotation. 2
MarkdownCommands Deprecated class Drupal\markdown\Commands src/Commands/MarkdownCommands.php Markdown commands for Drush 9+. 1 2
MarkdownConfig Deprecated class Drupal\markdown\Config src/Config/MarkdownConfig.php Markdown Config. 1 1
MarkdownException Deprecated abstract class Drupal\markdown\Exception src/Exception/MarkdownException.php Base class for exceptions related to markdown operations. 3
MarkdownExceptionInterface interface Drupal\markdown\Exception src/Exception/MarkdownExceptionInterface.php Provides an interface that can be used to target relevant exceptions. 2
MarkdownExtension class Drupal\markdown\Annotation src/Annotation/MarkdownExtension.php Markdown Extension Annotation. 1
MarkdownFileNotExistsException class Drupal\markdown\Exception src/Exception/MarkdownFileNotExistsException.php Exception thrown when a file is expected to exist but does not. 1
MarkdownInterface interface Drupal\markdown src/MarkdownInterface.php Interface MarkdownInterface. 1 5
MarkdownParamConverter class Drupal\markdown\ParamConverter src/ParamConverter/MarkdownParamConverter.php Parameter convertor for Markdown plugins. 2
MarkdownParser class Drupal\markdown\Annotation src/Annotation/MarkdownParser.php Markdown Parser Annotation. 1
MarkdownPluginManagerInterface Deprecated interface Drupal\markdown\PluginManager src/PluginManager/MarkdownPluginManagerInterface.php Interface for Markdown Plugin Mangers. 1
MarkdownTrait trait Drupal\markdown\Traits src/Traits/MarkdownTrait.php Trait for adding the Markdown service to classes.
MarkdownUnexpectedValueException class Drupal\markdown\Exception src/Exception/MarkdownUnexpectedValueException.php 2
MarkdownUrlNotExistsException class Drupal\markdown\Exception src/Exception/MarkdownUrlNotExistsException.php Exception thrown when a URL is expected to exist but does not. 1
MarkdownVersionException Deprecated class Drupal\markdown\Exception src/Exception/MarkdownVersionException.php Exception thrown when a version has not been satisfied.
MediaEmbed class Drupal\markdown\Plugin\Markdown\AllowedHtml src/Plugin/Markdown/AllowedHtml/MediaEmbed.php Media module support for "media_embed" filter.
MentionExtension class Drupal\markdown\Plugin\Markdown\CommonMark\Extension src/Plugin/Markdown/CommonMark/Extension/MentionExtension.php Mention extension.
MissingExtension class Drupal\markdown\Plugin\Markdown src/Plugin/Markdown/MissingExtension.php The extension used as a fallback when the requested one doesn't exist.
MissingParser class Drupal\markdown\Plugin\Markdown src/Plugin/Markdown/MissingParser.php The parser used as a fallback when the requested one doesn't exist.
MissingVersionException class Drupal\markdown\Exception src/Exception/MissingVersionException.php Exception thrown when an installable library is missing its version. 1
MoreInfoTrait trait Drupal\markdown\Traits src/Traits/MoreInfoTrait.php Trait for appending content with "[More Info]" links. 3
Node class Drupal\markdown\Twig src/Twig/Node.php Twig Markdown Node.
NormalizeTrait trait Drupal\markdown\Traits src/Traits/NormalizeTrait.php Trait for providing normalization methods. 1
ObjectWithPluginCollectionInterface Deprecated interface Drupal\markdown\BcSupport src/BcSupport/ObjectWithPluginCollectionInterface.php Provides an interface for an object using a plugin collection. 1 2
OverviewForm class Drupal\markdown\Form src/Form/OverviewForm.php 1
ParsedMarkdown class Drupal\markdown\Render src/Render/ParsedMarkdown.php The end result of parsing markdown into HTML. 2
ParsedMarkdownInterface interface Drupal\markdown\Render src/Render/ParsedMarkdownInterface.php Interface parsed markdown instances. 1 2
Parsedown class Drupal\markdown\Plugin\Markdown\Parsedown src/Plugin/Markdown/Parsedown/Parsedown.php Support for Parsedown by Emanuil Rusev. 1

Pages

Other projects