You are here

public function EntityUsageInterface::bulkDeleteTargets in Entity Usage 8.4

Same name and namespace in other branches
  1. 8 src/EntityUsageInterface.php \Drupal\entity_usage\EntityUsageInterface::bulkDeleteTargets()
  2. 8.2 src/EntityUsageInterface.php \Drupal\entity_usage\EntityUsageInterface::bulkDeleteTargets()
  3. 8.3 src/EntityUsageInterface.php \Drupal\entity_usage\EntityUsageInterface::bulkDeleteTargets()

Remove all records of a given target entity type.

Parameters

string $target_type: The target entity type.

1 method overrides EntityUsageInterface::bulkDeleteTargets()
EntityUsage::bulkDeleteTargets in src/EntityUsage.php
Remove all records of a given target entity type.

File

src/EntityUsageInterface.php, line 53

Class

EntityUsageInterface
Entity usage interface.

Namespace

Drupal\entity_usage

Code

public function bulkDeleteTargets($target_type);