public function TagElement::getProcessor in Extensible BBCode 4.0.x
Same name and namespace in other branches
- 8.3 src/Parser/Tree/TagElement.php \Drupal\xbbcode\Parser\Tree\TagElement::getProcessor()
Get the assigned processor.
Return value
\Drupal\xbbcode\Parser\Processor\TagProcessorInterface Tag processor.
Overrides TagElementInterface::getProcessor
1 call to TagElement::getProcessor()
- TagElement::render in src/
Parser/ Tree/ TagElement.php
File
- src/
Parser/ Tree/ TagElement.php, line 237
Class
- TagElement
- A BBCode tag element.
Namespace
Drupal\xbbcode\Parser\TreeCode
public function getProcessor() : TagProcessorInterface {
return $this->processor;
}