You are here

public function LogCategoryInterface::getId in Commerce Core 8.2

Gets the category ID.

Return value

string The category ID.

1 method overrides LogCategoryInterface::getId()
LogCategory::getId in modules/log/src/Plugin/LogCategory/LogCategory.php
Gets the category ID.

File

modules/log/src/Plugin/LogCategory/LogCategoryInterface.php, line 16

Class

LogCategoryInterface
Defines the interface for log categories.

Namespace

Drupal\commerce_log\Plugin\LogCategory

Code

public function getId();