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

Breadcrumb

  1. Drupal Core 11.1.x
  2. migrate.services.yml

plugin.manager.migrate.destination

Class

Drupal\migrate\Plugin\MigrateDestinationPluginManager
2 string references to plugin.manager.migrate.destination
FieldMigration::create in core/modules/migrate_drupal/src/Plugin/migrate/FieldMigration.php
Creates an instance of the plugin.
Migration::create in core/modules/migrate/src/Plugin/Migration.php
Creates an instance of the plugin.

File

core/modules/migrate/migrate.services.yml

View source
  1. class: Drupal\migrate\Plugin\MigrateDestinationPluginManager
  2. arguments:
  3. - destination
  4. - '@container.namespaces'
  5. - '@cache.discovery'
  6. - '@module_handler'
  7. - '@entity_type.manager'
RSS feed
Powered by Drupal