plugin.manager.migrate.source
Same name in other branches
- 9 core/modules/migrate/migrate.services.yml \plugin.manager.migrate.source
- 10 core/modules/migrate/migrate.services.yml \plugin.manager.migrate.source
- 11.x core/modules/migrate/migrate.services.yml \plugin.manager.migrate.source
Class
Drupal\migrate\Plugin\MigrateSourcePluginManager6 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.
File
-
core/
modules/ migrate/ migrate.services.yml
View source
- class: Drupal\migrate\Plugin\MigrateSourcePluginManager
- arguments:
- - source
- - '@container.namespaces'
- - '@cache.discovery'
- - '@module_handler'
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.