public function RenderStrategyInterface::getAllowedHtmlPlugins in Markdown 8.2
Retrieves the allowed HTML plugins relevant to the object.
Return value
string[] An indexed array of allowed HTML plugins identifiers.
2 methods override RenderStrategyInterface::getAllowedHtmlPlugins()
- BaseParser::getAllowedHtmlPlugins in src/
Plugin/ Markdown/ BaseParser.php - Retrieves the allowed HTML plugins relevant to the object.
- MissingParser::getAllowedHtmlPlugins in src/
Plugin/ Markdown/ MissingParser.php - Retrieves the allowed HTML plugins relevant to the object.
File
- src/
Plugin/ Markdown/ RenderStrategyInterface.php, line 77
Class
- RenderStrategyInterface
- Interface for supporting markdown render strategies.
Namespace
Drupal\markdown\Plugin\MarkdownCode
public function getAllowedHtmlPlugins();