You are here

service plugin.manager.migrate.source in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/migrate/migrate.services.yml \plugin.manager.migrate.source

Class

Drupal\migrate\Plugin\MigrateSourcePluginManager
6 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.
MigrateSourceTestBase::getPlugin in core/modules/migrate/tests/src/Kernel/MigrateSourceTestBase.php
Instantiates the source plugin under test.
Migration::create in core/modules/migrate/src/Plugin/Migration.php
Creates an instance of the plugin.
MigrationProvidersExistTest::testProvidersExist in core/modules/migrate/tests/src/Kernel/Plugin/MigrationProvidersExistTest.php
Tests that modules exist for all source plugins.
NoSourcePluginDecorator::getDefinitions in core/modules/migrate/src/Plugin/NoSourcePluginDecorator.php
Gets the definition of all plugins for this type.

... See full list

File

core/modules/migrate/migrate.services.yml
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'