Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. MigrateIdMapInterface.php

function MigrateIdMapInterface::deleteDestination

Deletes the map and message table entries for a given destination row.

Parameters

array $destination_id_values: The destination identifier key value pairs we should do the deletes for.

2 methods override MigrateIdMapInterface::deleteDestination()
NullIdMap::deleteDestination in core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php
Deletes the map and message table entries for a given destination row.
Sql::deleteDestination in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
Deletes the map and message table entries for a given destination row.

File

core/modules/migrate/src/Plugin/MigrateIdMapInterface.php, line 191

Class

MigrateIdMapInterface
Defines an interface for migrate ID mappings.

Namespace

Drupal\migrate\Plugin

Code

public function deleteDestination(array $destination_id_values);

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal