public function ElementInterface::render in Extensible BBCode 8.3
Same name and namespace in other branches
- 4.0.x src/Parser/Tree/ElementInterface.php \Drupal\xbbcode\Parser\Tree\ElementInterface::render()
Render this element to a string.
Return value
string|\Drupal\xbbcode\Parser\Tree\OutputElementInterface The rendered output.
4 methods override ElementInterface::render()
- PreparedTagElement::render in src/
PreparedTagElement.php - Render this element to a string.
- RootElement::render in src/
Parser/ Tree/ RootElement.php - Render this element to a string.
- TagElement::render in src/
Parser/ Tree/ TagElement.php - TextElement::render in src/
Parser/ Tree/ TextElement.php - Render this element to a string.
File
- src/
Parser/ Tree/ ElementInterface.php, line 16
Class
- ElementInterface
- An element in the parser tree.
Namespace
Drupal\xbbcode\Parser\TreeCode
public function render();