public function OutputElementInterface::__toString in Extensible BBCode 8.3
Same name and namespace in other branches
- 4.0.x 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\TreeCode
public function __toString() : string;