You are here

public function TagPluginInterface::getName in Extensible BBCode 8.3

Same name and namespace in other branches
  1. 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\Plugin

Code

public function getName() : string;