public function EntityUsageInterface::bulkDeleteTargets in Entity Usage 8.2
Same name and namespace in other branches
- 8.4 src/EntityUsageInterface.php \Drupal\entity_usage\EntityUsageInterface::bulkDeleteTargets()
- 8 src/EntityUsageInterface.php \Drupal\entity_usage\EntityUsageInterface::bulkDeleteTargets()
- 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_usageCode
public function bulkDeleteTargets($target_type);