You are here

public function OutputElementInterface::__toString in Extensible BBCode 4.0.x

Same name and namespace in other branches
  1. 8.3 src/Parser/Tree/OutputElementInterface.php \Drupal\xbbcode\Parser\Tree\OutputElementInterface::__toString()

Convert to string.

Return value

string The string value.

2 methods override OutputElementInterface::__toString()
OutputElement::__toString in src/Parser/Tree/OutputElement.php
Convert to string.
TagProcessResult::__toString in src/TagProcessResult.php
Convert to string.

File

src/Parser/Tree/OutputElementInterface.php, line 16

Class

OutputElementInterface
An output element must be convertible to a string.

Namespace

Drupal\xbbcode\Parser\Tree

Code

public function __toString() : string;