Class: Decidim::ContentParsers::LinkParser

Inherits:
BaseParser
  • Object
show all
Defined in:
decidim-core/lib/decidim/content_parsers/link_parser.rb

Overview

As recommended here: decidim-core/lib/decidim/content_processor.rb We are declaring the class and leaving it empty as we only want the renderer.

Constant Summary

Constants inherited from BaseParser

BaseParser::Metadata

Instance Attribute Summary

Attributes inherited from BaseParser

#content, #context

Method Summary

Methods inherited from BaseParser

#initialize, #metadata, #rewrite

Methods included from Decidim::ContentProcessor::Common

#html_content?, #html_fragment

Constructor Details

This class inherits a constructor from Decidim::ContentParsers::BaseParser