public function TagElementInterface::getProcessor 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::getProcessor()
Get the assigned processor.
Return value
\Drupal\xbbcode\Parser\Processor\TagProcessorInterface Tag processor.
2 methods override TagElementInterface::getProcessor()
- PreparedTagElement::getProcessor in src/
PreparedTagElement.php - Get the assigned processor.
- TagElement::getProcessor in src/
Parser/ Tree/ TagElement.php - Get the assigned processor.
File
- src/
Parser/ Tree/ TagElementInterface.php, line 142
Class
- TagElementInterface
- A tag occurrence as processed by tag plugins.
Namespace
Drupal\xbbcode\Parser\TreeCode
public function getProcessor() : TagProcessorInterface;