interface MigrateDumpAlterInterface in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/modules/migrate/src/Tests/MigrateDumpAlterInterface.php \Drupal\migrate\Tests\MigrateDumpAlterInterface
Allows tests to alter dumps after they've loaded.
@s
Hierarchy
- interface \Drupal\migrate\Tests\MigrateDumpAlterInterface
Expanded class hierarchy of MigrateDumpAlterInterface
All classes that implement MigrateDumpAlterInterface
See also
\Drupal\migrate_drupal\Tests\d6\MigrateFileTest
1 file declares its use of MigrateDumpAlterInterface
- MigrateFileTest.php in core/
modules/ file/ src/ Tests/ Migrate/ d6/ MigrateFileTest.php - Contains \Drupal\file\Tests\Migrate\d6\MigrateFileTest.
File
- core/
modules/ migrate/ src/ Tests/ MigrateDumpAlterInterface.php, line 18 - Contains \Drupal\migrate\Tests\MigrateDumpAlterInterface.
Namespace
Drupal\migrate\TestsView source
interface MigrateDumpAlterInterface {
/**
* Allows tests to alter dumps after they've loaded.
*
* @param \Drupal\simpletest\TestBase $test
* The test that is being run.
*/
public static function migrateDumpAlter(TestBase $test);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
MigrateDumpAlterInterface:: |
public static | function | Allows tests to alter dumps after they've loaded. | 1 |