You are here

interface MigrateDumpAlterInterface in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/migrate/tests/src/Kernel/MigrateDumpAlterInterface.php \Drupal\Tests\migrate\Kernel\MigrateDumpAlterInterface
  2. 10 core/modules/migrate/tests/src/Kernel/MigrateDumpAlterInterface.php \Drupal\Tests\migrate\Kernel\MigrateDumpAlterInterface

Allows tests to alter dumps after they have loaded.

Hierarchy

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

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