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

Breadcrumb

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

function MigrateIdMapInterface::currentSource

Looks up the source identifier(s) currently being iterated.

Return value

array The source identifier values of the record, or NULL on failure.

2 methods override MigrateIdMapInterface::currentSource()
NullIdMap::currentSource in core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php
Looks up the source identifier(s) currently being iterated.
Sql::currentSource in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
Looks up the source identifier(s) currently being iterated.

File

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

Class

MigrateIdMapInterface
Defines an interface for migrate ID mappings.

Namespace

Drupal\migrate\Plugin

Code

public function currentSource();

API Navigation

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