public function ShortcodeInterface::getLabel in Shortcode 8
Same name and namespace in other branches
- 2.0.x src/Plugin/ShortcodeInterface.php \Drupal\shortcode\Plugin\ShortcodeInterface::getLabel()
Returns the administrative label for this shortcode plugin.
Return value
string Administrative label.
1 method overrides ShortcodeInterface::getLabel()
- ShortcodeBase::getLabel in src/
Plugin/ ShortcodeBase.php - Returns the administrative label for this shortcode plugin.
File
- src/
Plugin/ ShortcodeInterface.php, line 28
Class
- ShortcodeInterface
- Defines the interface for text processing shortcode plugins.
Namespace
Drupal\shortcode\PluginCode
public function getLabel();