You are here

protected property Tag::$editable in Extensible BBCode 8.3

Same name and namespace in other branches
  1. 4.0.x src/Entity/Tag.php \Drupal\xbbcode\Entity\Tag::editable

Whether the tag is editable by admins.

This should be left off for tags defined by modules.

Type: bool

File

src/Entity/Tag.php, line 115

Class

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

Namespace

Drupal\xbbcode\Entity

Code

protected $editable = FALSE;