protected property Tag::$editable in Extensible BBCode 4.0.x
Same name and namespace in other branches
- 8.3 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 114
Class
- Tag
- Represents a custom XBBCode tag that can be altered by administrators.
Namespace
Drupal\xbbcode\EntityCode
protected $editable = FALSE;