public function TagElementInterface::getOuterSource in Extensible BBCode 8.3
Same name and namespace in other branches
- 4.0.x src/Parser/Tree/TagElementInterface.php \Drupal\xbbcode\Parser\Tree\TagElementInterface::getOuterSource()
Retrieve the content including the opening and closing tags.
Tags inside the content will still be rendered.
Return value
string|mixed The tag source.
2 methods override TagElementInterface::getOuterSource()
- PreparedTagElement::getOuterSource in src/
PreparedTagElement.php - Retrieve the content including the opening and closing tags.
- TagElement::getOuterSource in src/
Parser/ Tree/ TagElement.php - Retrieve the content including the opening and closing tags.
File
- src/
Parser/ Tree/ TagElementInterface.php, line 113
Class
- TagElementInterface
- A tag occurrence as processed by tag plugins.
Namespace
Drupal\xbbcode\Parser\TreeCode
public function getOuterSource();