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

Breadcrumb

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

function MigrateMapDeleteEvent::getSourceId

Gets the source ID of the item being removed from the map.

Return value

array Array of source ID fields.

File

core/modules/migrate/src/Event/MigrateMapDeleteEvent.php, line 56

Class

MigrateMapDeleteEvent
Wraps a migrate map delete event for event listeners.

Namespace

Drupal\migrate\Event

Code

public function getSourceId() {
    return $this->sourceId;
}

API Navigation

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