You are here

public function EntityUsageInterface::bulkDeleteHosts in Entity Usage 8

Remove all records of a given entity_type (host).

Parameters

string $re_type: The type of the referencing entity (host).

1 method overrides EntityUsageInterface::bulkDeleteHosts()
EntityUsage::bulkDeleteHosts in src/EntityUsage.php
Remove all records of a given entity_type (host).

File

src/EntityUsageInterface.php, line 70

Class

EntityUsageInterface
Entity usage interface.

Namespace

Drupal\entity_usage

Code

public function bulkDeleteHosts($re_type);