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