You are here

protected property XBBCodeParser::$processors in Extensible BBCode 4.0.x

Same name and namespace in other branches
  1. 8.3 src/Parser/XBBCodeParser.php \Drupal\xbbcode\Parser\XBBCodeParser::processors

The plugins for rendering.

Type: \Drupal\xbbcode\Parser\Processor\TagProcessorInterface[]

File

src/Parser/XBBCodeParser.php, line 22

Class

XBBCodeParser
The standard XBBCode parser.

Namespace

Drupal\xbbcode\Parser

Code

protected $processors;