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.source

Class

Drupal\migrate\Plugin\MigrateSourcePluginManager
3 string references to plugin.manager.migrate.source
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.
NoSourcePluginDecorator::getDefinitions in core/modules/migrate/src/Plugin/NoSourcePluginDecorator.php
Gets the definition of all plugins for this type.

File

core/modules/migrate/migrate.services.yml

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