You are here

namespace Drupal\markdown\Traits in Markdown 8.2

Same name in other branches
  1. 3.0.x Drupal\markdown\Traits
Classsort descending Location Description
EnableAwarePluginManagerTrait src/Traits/EnableAwarePluginManagerTrait.php Trait for plugin managers that are "enable" aware.
EnabledPluginTrait src/Traits/EnabledPluginTrait.php Trait for adding an "enabled" state to plugins.
FeatureDetectionTrait src/Traits/FeatureDetectionTrait.php Trait for implementing feature detection.
FilterAwareTrait src/Traits/FilterAwareTrait.php Trait for implementing \Drupal\markdown\Util\FilterAwareInterface.
FilterFormatAwareTrait src/Traits/FilterFormatAwareTrait.php Trait for implementing \Drupal\markdown\Util\FilterFormatAwareInterface.
FormTrait src/Traits/FormTrait.php Trait providing helpful methods when dealing with forms.
HttpClientTrait src/Traits/HttpClientTrait.php Trait to assist with creating an HTTP client using module info as user-agent.
MarkdownTrait src/Traits/MarkdownTrait.php Trait for adding the Markdown service to classes.
MoreInfoTrait src/Traits/MoreInfoTrait.php Trait for appending content with "[More Info]" links.
NormalizeTrait src/Traits/NormalizeTrait.php Trait for providing normalization methods.
ParserAllowedHtmlTrait src/Traits/ParserAllowedHtmlTrait.php Trait intended to be used by parsers for default allowed HTML.
ParserAwareTrait src/Traits/ParserAwareTrait.php Trait for implementing \Drupal\markdown\Util\ParserAwareInterface.
RendererTrait src/Traits/RendererTrait.php Trait for utilizing the Renderer service.
SettingsTrait src/Traits/SettingsTrait.php Trait for installable plugins that implement settings.