public function TagPluginInterface::status in Extensible BBCode 8.3
Same name and namespace in other branches
- 4.0.x src/Plugin/TagPluginInterface.php \Drupal\xbbcode\Plugin\TagPluginInterface::status()
Returns the status of this tag plugin.
Return value
bool Plugin status.
1 method overrides TagPluginInterface::status()
- TagPluginBase::status in src/
Plugin/ TagPluginBase.php - Returns the status of this tag plugin.
File
- src/
Plugin/ TagPluginInterface.php, line 25
Class
- TagPluginInterface
- Defines the interface for XBBCode tag plugins.
Namespace
Drupal\xbbcode\PluginCode
public function status() : bool;