You are here

private property EntityTagPlugin::$entity in Extensible BBCode 4.0.x

Same name and namespace in other branches
  1. 8.3 src/Plugin/XBBCode/EntityTagPlugin.php \Drupal\xbbcode\Plugin\XBBCode\EntityTagPlugin::entity

The custom tag entity this plugin is derived from.

(Not serialized for performance reasons.)

Type: \Drupal\xbbcode\Entity\TagInterface

File

src/Plugin/XBBCode/EntityTagPlugin.php, line 49

Class

EntityTagPlugin
A tag plugin based on a custom tag entity.

Namespace

Drupal\xbbcode\Plugin\XBBCode

Code

private $entity;