You are here

public function PatchInfoSourceBase::getLabel in PatchInfo 8.2

Gets the plugin label.

Return value

string Plugin label.

Overrides PatchInfoSourceInterface::getLabel

File

src/PatchInfoSourceBase.php, line 58

Class

PatchInfoSourceBase
Provides an abstract base class for patch source plugins.

Namespace

Drupal\patchinfo

Code

public function getLabel() {
  return $this->pluginDefinition['label'];
}