You are here

service gathercontent.migration_creator in GatherContent 8.5

Class

Drupal\gathercontent\MigrationDefinitionCreator
5 string references to gathercontent.migration_creator
ConfigCreatorTest::testConfigCreate in tests/src/Kernel/ConfigCreatorTest.php
Test config creation.
gathercontent_update_8501 in ./gathercontent.install
Uninstall operation entity.
gathercontent_update_8506 in ./gathercontent.install
Refresh all the migrate definitions to the new format.
MappingCreator::create in gathercontent_upload/src/Export/MappingCreator.php
Instantiates a new instance of this class.
MappingEditForm::create in gathercontent_ui/src/Form/MappingEditForm.php
Instantiates a new instance of this class.

File

./gathercontent.services.yml
gathercontent.services.yml

View source
  1. class: Drupal\gathercontent\MigrationDefinitionCreator
  2. arguments:
  3. - '@config.factory'
  4. - '@entity_type.manager'
  5. - '@module_handler'
  6. - '@database'
  7. - '@gathercontent.metatag'