You are here

public function TagInterface::isEditable in Extensible BBCode 8.3

Same name and namespace in other branches
  1. 4.0.x src/Entity/TagInterface.php \Drupal\xbbcode\Entity\TagInterface::isEditable()

Whether the tag is editable.

Return value

bool Tag is editable.

1 method overrides TagInterface::isEditable()
Tag::isEditable in src/Entity/Tag.php
Whether the tag is editable.

File

src/Entity/TagInterface.php, line 68

Class

TagInterface
Defines the interface for custom tag entities.

Namespace

Drupal\xbbcode\Entity

Code

public function isEditable() : bool;