You are here

public function NodeElementInterface::getChildren 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::getChildren()

Get all children of the element.

Return value

\Drupal\xbbcode\Parser\Tree\ElementInterface[] The children.

2 methods override NodeElementInterface::getChildren()
NodeElement::getChildren in src/Parser/Tree/NodeElement.php
Get all children of the element.
PreparedTagElement::getChildren in src/PreparedTagElement.php
Get all children of the element.

File

src/Parser/Tree/NodeElementInterface.php, line 24

Class

NodeElementInterface
Interface for node elements.

Namespace

Drupal\xbbcode\Parser\Tree

Code

public function getChildren() : array;