You are here

public function PluginType::getDescription in Plugin 8.2

Gets the human-readable description.

Return value

\Drupal\Core\StringTranslation\TranslatableMarkup|string

Overrides PluginTypeInterface::getDescription

File

src/PluginType/PluginType.php, line 184

Class

PluginType
Provides a plugin type.

Namespace

Drupal\plugin\PluginType

Code

public function getDescription() {
  return $this->description;
}