plugin.manager.migrate.process

Same name and namespace in other branches
  1. 9 core/modules/migrate/migrate.services.yml \plugin.manager.migrate.process
  2. 8.9.x core/modules/migrate/migrate.services.yml \plugin.manager.migrate.process
  3. 11.x core/modules/migrate/migrate.services.yml \plugin.manager.migrate.process

Class

Drupal\migrate\Plugin\MigratePluginManager
3 string references to plugin.manager.migrate.process
FieldMigration::create in core/modules/migrate_drupal/src/Plugin/migrate/FieldMigration.php
Creates an instance of the plugin.
MigrateProcessErrorMessagesTest::setPluginManagers in core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php
Prepares and sets the prophesized plugin managers.
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\MigratePluginManager
  2. arguments:
  3. - process
  4. - '@container.namespaces'
  5. - '@cache.discovery'
  6. - '@module_handler'
  7. - Drupal\migrate\Attribute\MigrateProcess
  8. - Drupal\migrate\Annotation\MigrateProcessPlugin

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.