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
Namespace
Drupal\commerce_log\Plugin\LogTemplateCode
public function getCategory() {
return $this->pluginDefinition['category'];
}