You are here

protected property TagPluginBase::$status in Extensible BBCode 8.3

Same name and namespace in other branches
  1. 4.0.x src/Plugin/TagPluginBase.php \Drupal\xbbcode\Plugin\TagPluginBase::status

A Boolean indicating whether this tag is enabled.

Type: bool

File

src/Plugin/TagPluginBase.php, line 24

Class

TagPluginBase
Provides a base class for XBBCode tag plugins.

Namespace

Drupal\xbbcode\Plugin

Code

protected $status = FALSE;