You are here

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

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

The serializable identifier of the template.

(Either a template name or inline code.)

Type: string

File

src/Plugin/TemplateTagPlugin.php, line 29

Class

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

Namespace

Drupal\xbbcode\Plugin

Code

protected $template;