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