You are here

private property TemplateTagPlugin::$templateWrapper in Extensible BBCode 4.0.x

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

Ephemeral reference to the template.

This is private because it cannot be serialized, and must be reloaded through the twig environment after hydration.

Type: \Twig\TemplateWrapper

File

src/Plugin/TemplateTagPlugin.php, line 39

Class

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

Namespace

Drupal\xbbcode\Plugin

Code

private $templateWrapper;