You are here

public function TagElementInterface::getProcessor in Extensible BBCode 4.0.x

Same name and namespace in other branches
  1. 8.3 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 174

Class

TagElementInterface
A tag occurrence as processed by tag plugins.

Namespace

Drupal\xbbcode\Parser\Tree

Code

public function getProcessor() : TagProcessorInterface;