You are here

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

Retrieve the rendered content of the element.

Return value

mixed The rendered content.

2 methods override NodeElementInterface::getContent()
NodeElement::getContent in src/Parser/Tree/NodeElement.php
Retrieve the rendered content of the element.
PreparedTagElement::getContent in src/PreparedTagElement.php
Retrieve the rendered content of the element.

File

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

Class

NodeElementInterface
Interface for node elements.

Namespace

Drupal\xbbcode\Parser\Tree

Code

public function getContent();