Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
MigrateMenuTest.php file core/modules/system/tests/src/Kernel/Migrate/d7/MigrateMenuTest.php
MigrateMenuTest::assertEntity function core/modules/system/tests/src/Kernel/Migrate/d7/MigrateMenuTest.php Asserts various aspects of a menu.
MigrateMenuTest::setUp function core/modules/system/tests/src/Kernel/Migrate/d6/MigrateMenuTest.php
MigrateMenuTest::setUp function core/modules/system/tests/src/Kernel/Migrate/d7/MigrateMenuTest.php
MigrateMenuTest::testMenu function core/modules/system/tests/src/Kernel/Migrate/d6/MigrateMenuTest.php Tests the Drupal 6 menu to Drupal 8 migration.
MigrateMenuTest::testMenu function core/modules/system/tests/src/Kernel/Migrate/d7/MigrateMenuTest.php Tests the Drupal 7 menu to Drupal 8 migration.
MigrateMenuTranslationTest class core/modules/system/tests/src/Kernel/Migrate/d7/MigrateMenuTranslationTest.php Tests menu translation migration.
MigrateMenuTranslationTest.php file core/modules/system/tests/src/Kernel/Migrate/d7/MigrateMenuTranslationTest.php
MigrateMenuTranslationTest::$modules property core/modules/system/tests/src/Kernel/Migrate/d7/MigrateMenuTranslationTest.php Modules to install.
MigrateMenuTranslationTest::setUp function core/modules/system/tests/src/Kernel/Migrate/d7/MigrateMenuTranslationTest.php
MigrateMenuTranslationTest::testMenuTranslation function core/modules/system/tests/src/Kernel/Migrate/d7/MigrateMenuTranslationTest.php Tests migration of menu translations.
MigrateMessage class core/modules/migrate/src/MigrateMessage.php Defines a migrate message class.
MigrateMessage.php file core/modules/migrate/src/MigrateMessage.php
MigrateMessage::$map property core/modules/migrate/src/MigrateMessage.php The map between migrate status and watchdog severity.
MigrateMessage::display function core/modules/migrate/src/MigrateMessage.php Displays a migrate message.
MigrateMessageCapture class core/modules/migrate_drupal_ui/src/Batch/MigrateMessageCapture.php Allows capturing messages rather than displaying them directly.
MigrateMessageCapture.php file core/modules/migrate_drupal_ui/src/Batch/MigrateMessageCapture.php
MigrateMessageCapture::$messages property core/modules/migrate_drupal_ui/src/Batch/MigrateMessageCapture.php Array of recorded messages.
MigrateMessageCapture::clear function core/modules/migrate_drupal_ui/src/Batch/MigrateMessageCapture.php Clears out any captured messages.
MigrateMessageCapture::display function core/modules/migrate_drupal_ui/src/Batch/MigrateMessageCapture.php Displays a migrate message.
MigrateMessageCapture::getMessages function core/modules/migrate_drupal_ui/src/Batch/MigrateMessageCapture.php Returns any captured messages.
MigrateMessageController class core/modules/migrate_drupal_ui/src/Controller/MigrateMessageController.php Provides controller methods for the Message form.
MigrateMessageController class core/modules/migrate/src/Controller/MigrateMessageController.php Provides controller methods for the Message form.
MigrateMessageController.php file core/modules/migrate/src/Controller/MigrateMessageController.php
MigrateMessageController.php file core/modules/migrate_drupal_ui/src/Controller/MigrateMessageController.php
MigrateMessageController::addFilterToQuery function core/modules/migrate/src/Controller/MigrateMessageController.php Adds a filter to the query for migrate message administration.
MigrateMessageController::details function core/modules/migrate/src/Controller/MigrateMessageController.php Displays a listing of migration messages for the given migration ID.
MigrateMessageController::overview function core/modules/migrate/src/Controller/MigrateMessageController.php Displays an overview of migrate messages.
MigrateMessageController::overview function core/modules/migrate_drupal_ui/src/Controller/MigrateMessageController.php Displays an overview of migrate messages.
MigrateMessageController::title function core/modules/migrate/src/Controller/MigrateMessageController.php Gets the title for the details page.
MigrateMessageController::__construct function core/modules/migrate/src/Controller/MigrateMessageController.php Constructs a MigrateController.
MigrateMessageControllerTest class core/modules/migrate/tests/src/Functional/MigrateMessageControllerTest.php Tests for the MigrateController class.
MigrateMessageControllerTest class core/modules/migrate_drupal_ui/tests/src/Functional/MigrateMessageControllerTest.php Tests for the MigrateController class.
MigrateMessageControllerTest.php file core/modules/migrate_drupal_ui/tests/src/Functional/MigrateMessageControllerTest.php
MigrateMessageControllerTest.php file core/modules/migrate/tests/src/Functional/MigrateMessageControllerTest.php
MigrateMessageControllerTest::$database property core/modules/migrate_drupal_ui/tests/src/Functional/MigrateMessageControllerTest.php The database connection.
MigrateMessageControllerTest::$defaultTheme property core/modules/migrate_drupal_ui/tests/src/Functional/MigrateMessageControllerTest.php The theme to install as the default for testing.
MigrateMessageControllerTest::$migrationIds property core/modules/migrate_drupal_ui/tests/src/Functional/MigrateMessageControllerTest.php Migration IDs.
MigrateMessageControllerTest::$modules property core/modules/migrate_drupal_ui/tests/src/Functional/MigrateMessageControllerTest.php Modules to install.
MigrateMessageControllerTest::createMigrateTables function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateMessageControllerTest.php Creates map and message tables for testing.
MigrateMessageControllerTest::createSourceTables function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateMessageControllerTest.php Create source tables.
MigrateMessageControllerTest::getAvailablePaths function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateMessageControllerTest.php Gets the available upgrade paths.
MigrateMessageControllerTest::getEntityCounts function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateMessageControllerTest.php Gets the expected number of entities per entity type after migration.
MigrateMessageControllerTest::getEntityCountsIncremental function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateMessageControllerTest.php Gets expected number of entities per entity after incremental migration.
MigrateMessageControllerTest::getMissingPaths function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateMessageControllerTest.php Gets the missing upgrade paths.
MigrateMessageControllerTest::getSourceBasePath function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateMessageControllerTest.php Gets the source base path for the concrete test.
MigrateMessageControllerTest::setUp function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateMessageControllerTest.php
MigrateMessageControllerTest::testDetail function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateMessageControllerTest.php Tests the detail pages for migrate messages.
MigrateMessageControllerTest::testDetail function core/modules/migrate/tests/src/Functional/MigrateMessageControllerTest.php Tests the detail pages for migrate messages.
MigrateMessageControllerTest::testOverview function core/modules/migrate/tests/src/Functional/MigrateMessageControllerTest.php Tests the overview page for migrate messages.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.