You are here

public function LogCategoryInterface::getEntityTypeId in Commerce Core 8.2

Gets the entity type ID.

For example, "node" if all log templates in the category are used on content.

Return value

string The entity type id.

1 method overrides LogCategoryInterface::getEntityTypeId()
LogCategory::getEntityTypeId in modules/log/src/Plugin/LogCategory/LogCategory.php
Gets the entity type ID.

File

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

Class

LogCategoryInterface
Defines the interface for log categories.

Namespace

Drupal\commerce_log\Plugin\LogCategory

Code

public function getEntityTypeId();