interface MigrateDumpAlterInterface in Drupal 9
Same name and namespace in other branches
- 8 core/modules/migrate/tests/src/Kernel/MigrateDumpAlterInterface.php \Drupal\Tests\migrate\Kernel\MigrateDumpAlterInterface
Allows tests to alter dumps after they have loaded.
Hierarchy
- interface \Drupal\Tests\migrate\Kernel\MigrateDumpAlterInterface
Expanded class hierarchy of MigrateDumpAlterInterface
All classes that implement MigrateDumpAlterInterface
See also
\Drupal\migrate_drupal\Tests\d6\MigrateFileTest
5 files declare their use of MigrateDumpAlterInterface
- MigrateFieldInstanceLabelDescriptionTest.php in core/
modules/ field/ tests/ src/ Kernel/ Migrate/ d6/ MigrateFieldInstanceLabelDescriptionTest.php - MigrateFieldInstanceLabelDescriptionTest.php in core/
modules/ field/ tests/ src/ Kernel/ Migrate/ d7/ MigrateFieldInstanceLabelDescriptionTest.php - MigrateFileTest.php in core/
modules/ file/ tests/ src/ Kernel/ Migrate/ d6/ MigrateFileTest.php - MigrateFilterFormatTest.php in core/
modules/ filter/ tests/ src/ Kernel/ Migrate/ d7/ MigrateFilterFormatTest.php - MigrateLanguageContentCommentSettingsNoEntityTranslationTest.php in core/
modules/ language/ tests/ src/ Kernel/ Migrate/ d7/ MigrateLanguageContentCommentSettingsNoEntityTranslationTest.php
File
- core/
modules/ migrate/ tests/ src/ Kernel/ MigrateDumpAlterInterface.php, line 12
Namespace
Drupal\Tests\migrate\KernelView source
interface MigrateDumpAlterInterface {
/**
* Allows tests to alter dumps after they have loaded.
*
* @param \Drupal\KernelTests\KernelTestBase $test
* The test that is being run.
*/
public static function migrateDumpAlter(KernelTestBase $test);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
MigrateDumpAlterInterface:: |
public static | function | Allows tests to alter dumps after they have loaded. | 5 |