public function RenderStrategyInterface::getRenderStrategy in Markdown 8.2
Retrieves the render strategy to use.
Return value
string The render strategy.
2 methods override RenderStrategyInterface::getRenderStrategy()
- BaseParser::getRenderStrategy in src/
Plugin/ Markdown/ BaseParser.php - Retrieves the render strategy to use.
- MissingParser::getRenderStrategy in src/
Plugin/ Markdown/ MissingParser.php - Retrieves the render strategy to use.
File
- src/
Plugin/ Markdown/ RenderStrategyInterface.php, line 93
Class
- RenderStrategyInterface
- Interface for supporting markdown render strategies.
Namespace
Drupal\markdown\Plugin\MarkdownCode
public function getRenderStrategy();