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

Breadcrumb

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

function MigrationPluginManagerInterface::createStubMigration

Creates a stub migration plugin from a definition array.

Parameters

array $definition: The migration definition. If an 'id' key is set then this will be used as the migration ID, if not a random ID will be assigned.

Return value

\Drupal\migrate\Plugin\Migration The stub migration.

File

core/modules/migrate/src/Plugin/MigrationPluginManagerInterface.php, line 52

Class

MigrationPluginManagerInterface
Migration plugin manager interface.

Namespace

Drupal\migrate\Plugin

Code

public function createStubMigration(array $definition);

API Navigation

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