interface ElementInterface in Extensible BBCode 4.0.x
Same name and namespace in other branches
- 8.3 src/Parser/Tree/ElementInterface.php \Drupal\xbbcode\Parser\Tree\ElementInterface
An element in the parser tree.
Hierarchy
- interface \Drupal\xbbcode\Parser\Tree\ElementInterface
Expanded class hierarchy of ElementInterface
All classes that implement ElementInterface
2 files declare their use of ElementInterface
- PreparedTagElement.php in src/
PreparedTagElement.php - XBBCodeFilter.php in src/
Plugin/ Filter/ XBBCodeFilter.php
File
- src/
Parser/ Tree/ ElementInterface.php, line 8
Namespace
Drupal\xbbcode\Parser\TreeView source
interface ElementInterface {
/**
* Render this element to a string.
*
* @return string|\Drupal\xbbcode\Parser\Tree\OutputElementInterface
* The rendered output.
*/
public function render();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ElementInterface:: |
public | function | Render this element to a string. | 4 |