You are here

public function EntityUsageTrackInterface::getId in Entity Usage 8.2

Same name and namespace in other branches
  1. 8 src/EntityUsageTrackInterface.php \Drupal\entity_usage\EntityUsageTrackInterface::getId()
  2. 8.3 src/EntityUsageTrackInterface.php \Drupal\entity_usage\EntityUsageTrackInterface::getId()

Returns the tracking method unique id.

Return value

string The tracking method id.

1 method overrides EntityUsageTrackInterface::getId()
EntityUsageTrackBase::getId in src/EntityUsageTrackBase.php
Returns the tracking method unique id.

File

src/EntityUsageTrackInterface.php, line 27

Class

EntityUsageTrackInterface
Defines the interface for entity_usage track methods.

Namespace

Drupal\entity_usage

Code

public function getId();