You are here

public static function FeedImportStaticHashManager::deleteEntities in Feed Import 8

Deletes entities by type and id

Parameters

int|array $ids: Entity ids

string $entity_type: Entity type

1 method overrides FeedImportStaticHashManager::deleteEntities()
FeedImportSQLHashes::deleteEntities in feed_import_base/src/FeedImportSQLHashes.php
Deletes entities by type and id

File

feed_import_base/src/FeedImportStaticHashManager.php, line 26

Class

FeedImportStaticHashManager
Static methods for hash manager

Namespace

Drupal\feed_import_base

Code

public static function deleteEntities($ids, $entity_type);