You are here

public function ShortcodeInterface::getDescription in Shortcode 8

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

Code

public function getDescription();