protected property TagPluginBase::$status in Extensible BBCode 4.0.x
Same name and namespace in other branches
- 8.3 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\PluginCode
protected $status = FALSE;