You are here

public function PluginSelectorBase::getDescription in Plugin 8.2

Gets the human-readable description.

Return value

string

Overrides PluginSelectorInterface::getDescription

2 calls to PluginSelectorBase::getDescription()
Radios::buildSelector in src/Plugin/Plugin/PluginSelector/Radios.php
Builds the form elements for the actual plugin selector.
SelectList::buildSelector in src/Plugin/Plugin/PluginSelector/SelectList.php
Builds the form elements for the actual plugin selector.

File

src/Plugin/Plugin/PluginSelector/PluginSelectorBase.php, line 156

Class

PluginSelectorBase
Provides a base plugin selector.

Namespace

Drupal\plugin\Plugin\Plugin\PluginSelector

Code

public function getDescription() {
  return $this->configuration['description'];
}