You are here

protected property PreparedTagElement::$tag in Extensible BBCode 8.3

Same name and namespace in other branches
  1. 4.0.x src/PreparedTagElement.php \Drupal\xbbcode\PreparedTagElement::tag

The wrapped tag element.

Type: \Drupal\xbbcode\Parser\Tree\TagElementInterface

File

src/PreparedTagElement.php, line 30

Class

PreparedTagElement
Adapter for the tag element that marks markup as safe.

Namespace

Drupal\xbbcode

Code

protected $tag;