You are here

public function Migration::getDestinationConfiguration in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/migrate/src/Plugin/Migration.php \Drupal\migrate\Plugin\Migration::getDestinationConfiguration()

Get the destination configuration, with at least a 'plugin' key.

Return value

array The destination configuration.

Overrides MigrationInterface::getDestinationConfiguration

File

core/modules/migrate/src/Plugin/Migration.php, line 673

Class

Migration
Defines the Migration plugin.

Namespace

Drupal\migrate\Plugin

Code

public function getDestinationConfiguration() {
  return $this->destination;
}