You are here

public function EntityUsage::deleteTrackingInformation in Entity Usage 8.4

File

src/EntityUsage.php, line 183

Class

EntityUsage
Defines the entity usage base class.

Namespace

Drupal\entity_usage

Code

public function deleteTrackingInformation() {
  $this
    ->bulkDeleteAll();
}