public function Tag::isEditable in Extensible BBCode 8.3
Same name and namespace in other branches
- 4.0.x src/Entity/Tag.php \Drupal\xbbcode\Entity\Tag::isEditable()
Whether the tag is editable.
Return value
bool Tag is editable.
Overrides TagInterface::isEditable
File
- src/
Entity/ Tag.php, line 162
Class
- Tag
- Represents a custom XBBCode tag that can be altered by administrators.
Namespace
Drupal\xbbcode\EntityCode
public function isEditable() : bool {
return $this->editable;
}