public function UpdateRunnerInterface::getDescription in Scheduled Updates 8
Get the description of the Runner Plugin.
Usually this will return description from the plugin itself but some runners may need a dynamic description or a long description.
Return value
string
1 method overrides UpdateRunnerInterface::getDescription()
- BaseUpdateRunner::getDescription in src/
Plugin/ BaseUpdateRunner.php - Get the description of the Runner Plugin.
File
- src/
Plugin/ UpdateRunnerInterface.php, line 112 - Contains Drupal\scheduled_updates\Plugin\UpdateRunnerInterface.
Class
- UpdateRunnerInterface
- Interface for Update Runner Plugins.
Namespace
Drupal\scheduled_updates\PluginCode
public function getDescription();