You are here

protected property Tag::$attached in Extensible BBCode 4.0.x

Same name and namespace in other branches
  1. 8.3 src/Entity/Tag.php \Drupal\xbbcode\Entity\Tag::attached

Any attachments required to render this tag.

Type: array

File

src/Entity/Tag.php, line 77

Class

Tag
Represents a custom XBBCode tag that can be altered by administrators.

Namespace

Drupal\xbbcode\Entity

Code

protected $attached = [];