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