You are here

protected property TemplateTagPlugin::$twig in Extensible BBCode 4.0.x

Same name and namespace in other branches
  1. 8.3 src/Plugin/TemplateTagPlugin.php \Drupal\xbbcode\Plugin\TemplateTagPlugin::twig

The twig environment.

Type: \Twig\Environment

File

src/Plugin/TemplateTagPlugin.php, line 20

Class

TemplateTagPlugin
This is a tag that delegates processing to a Twig template.

Namespace

Drupal\xbbcode\Plugin

Code

protected $twig;