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

Breadcrumb

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

MigrateDestination::$destination_module

Identifies the system handling the data the destination plugin will write.

The destination plugin itself determines how the value is used. For example, Migrate Drupal's destination plugins expect destination_module to be the name of a module that must be installed on the destination.

Type: string

File

core/modules/migrate/src/Annotation/MigrateDestination.php, line 55

Class

MigrateDestination
Defines a migration destination plugin annotation object.

Namespace

Drupal\migrate\Annotation

Code

public $destination_module;

API Navigation

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