You are here

public function LogTemplate::getCategory in Commerce Core 8.2

Gets the template category.

Return value

string The template category.

Overrides LogTemplateInterface::getCategory

File

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

Class

LogTemplate

Namespace

Drupal\commerce_log\Plugin\LogTemplate

Code

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