You are here

public function LogCategory::getId in Commerce Core 8.2

Gets the category ID.

Return value

string The category ID.

Overrides LogCategoryInterface::getId

File

modules/log/src/Plugin/LogCategory/LogCategory.php, line 12

Class

LogCategory

Namespace

Drupal\commerce_log\Plugin\LogCategory

Code

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