You are here

public function LogInterface::getCategoryId in Commerce Core 8.2

Gets the category ID.

Return value

string The log category ID.

1 method overrides LogInterface::getCategoryId()
Log::getCategoryId in modules/log/src/Entity/Log.php
Gets the category ID.

File

modules/log/src/Entity/LogInterface.php, line 31

Class

LogInterface

Namespace

Drupal\commerce_log\Entity

Code

public function getCategoryId();