You are here

public function NodeElementInterface::getDescendants in Extensible BBCode 4.0.x

Same name and namespace in other branches
  1. 8.3 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\Tree

Code

public function getDescendants();