interface 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 14 
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
| Title Sort descending | Modifiers | Object type | Summary | Overrides | 
|---|---|---|---|---|
| MigrateDumpAlterInterface::migrateDumpAlter | public static | function | Allows tests to alter dumps after they have loaded. | 5 | 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
