public function NodeElementInterface::getDescendants in Extensible BBCode 8.3
Same name and namespace in other branches
- 4.0.x src/Parser/Tree/NodeElementInterface.php \Drupal\xbbcode\Parser\Tree\NodeElementInterface::getDescendants()
Retrieve the descendants of the node.
Return value
\Drupal\xbbcode\Parser\Tree\ElementInterface[]|\iterable Every descendant of the node.
2 methods override NodeElementInterface::getDescendants()
- NodeElement::getDescendants in src/
Parser/ Tree/ NodeElement.php - Retrieve the descendants of the node.
- PreparedTagElement::getDescendants in src/
PreparedTagElement.php - Retrieve the descendants of the node.
File
- src/
Parser/ Tree/ NodeElementInterface.php, line 52
Class
- NodeElementInterface
- Interface for node elements.
Namespace
Drupal\xbbcode\Parser\TreeCode
public function getDescendants();