You are here

public function EntityUsageInterface::deleteUsage in Entity Usage 8.3

Remove a usage record.

Parameters

int|string $target_id: The target entity ID.

string $target_type: The target entity type.

int|string $source_id: The source entity ID.

string $source_type: The source entity type.

string $source_langcode: The source entity language code.

string $source_vid: The source entity revision ID.

1 method overrides EntityUsageInterface::deleteUsage()
EntityUsage::deleteUsage in src/EntityUsage.php
Remove a usage record.

File

src/EntityUsageInterface.php, line 52

Class

EntityUsageInterface
Entity usage interface.

Namespace

Drupal\entity_usage

Code

public function deleteUsage($target_id, $target_type, $source_id, $source_type, $source_langcode, $source_vid);