You are here

interface MigrateDumpAlterInterface in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/migrate/src/Tests/MigrateDumpAlterInterface.php \Drupal\migrate\Tests\MigrateDumpAlterInterface

Allows tests to alter dumps after they've loaded.

@s

Hierarchy

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\Tests
View 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

Namesort descending Modifiers Type Description Overrides
MigrateDumpAlterInterface::migrateDumpAlter public static function Allows tests to alter dumps after they've loaded. 1