You are here

public function LogTemplate::getLabel in Commerce Core 8.2

Gets the translated label.

Return value

string The translated label.

Overrides LogTemplateInterface::getLabel

File

modules/log/src/Plugin/LogTemplate/LogTemplate.php, line 19

Class

LogTemplate

Namespace

Drupal\commerce_log\Plugin\LogTemplate

Code

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