public function EntityUsageInterface::bulkDeleteTargets in Entity Usage 8
Same name and namespace in other branches
- 8.4 src/EntityUsageInterface.php \Drupal\entity_usage\EntityUsageInterface::bulkDeleteTargets()
- 8.2 src/EntityUsageInterface.php \Drupal\entity_usage\EntityUsageInterface::bulkDeleteTargets()
- 8.3 src/EntityUsageInterface.php \Drupal\entity_usage\EntityUsageInterface::bulkDeleteTargets()
Remove all records of a given entity_type (target).
Parameters
string $t_type: The type of the target entity (referenced).
1 method overrides EntityUsageInterface::bulkDeleteTargets()
- EntityUsage::bulkDeleteTargets in src/
EntityUsage.php - Remove all records of a given entity_type (target).
File
- src/
EntityUsageInterface.php, line 62
Class
- EntityUsageInterface
- Entity usage interface.
Namespace
Drupal\entity_usageCode
public function bulkDeleteTargets($t_type);