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 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
MigrateBlockTest::testBlockMigration function core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateBlockTest.php Tests the block migration.
MigrateBookConfigsTest class core/modules/book/tests/src/Kernel/Migrate/d6/MigrateBookConfigsTest.php Upgrade variables to book.settings.yml.
MigrateBookConfigsTest class core/modules/book/tests/src/Kernel/Migrate/d7/MigrateBookConfigsTest.php Tests the migration of Book settings.
MigrateBookConfigsTest.php file core/modules/book/tests/src/Kernel/Migrate/d6/MigrateBookConfigsTest.php
MigrateBookConfigsTest.php file core/modules/book/tests/src/Kernel/Migrate/d7/MigrateBookConfigsTest.php
MigrateBookConfigsTest::$modules property core/modules/book/tests/src/Kernel/Migrate/d6/MigrateBookConfigsTest.php Modules to install.
MigrateBookConfigsTest::$modules property core/modules/book/tests/src/Kernel/Migrate/d7/MigrateBookConfigsTest.php Modules to install.
MigrateBookConfigsTest::getFixtureFilePath function core/modules/book/tests/src/Kernel/Migrate/d6/MigrateBookConfigsTest.php Gets the path to the fixture file.
MigrateBookConfigsTest::getFixtureFilePath function core/modules/book/tests/src/Kernel/Migrate/d7/MigrateBookConfigsTest.php Gets the path to the fixture file.
MigrateBookConfigsTest::providerBookSettings function core/modules/book/tests/src/Kernel/Migrate/d6/MigrateBookConfigsTest.php Data provider for testBookSettings().
MigrateBookConfigsTest::setUp function core/modules/book/tests/src/Kernel/Migrate/d7/MigrateBookConfigsTest.php
MigrateBookConfigsTest::testBookSettings function core/modules/book/tests/src/Kernel/Migrate/d6/MigrateBookConfigsTest.php Tests migration of book variables to book.settings.yml.
MigrateBookConfigsTest::testBookSettings function core/modules/book/tests/src/Kernel/Migrate/d7/MigrateBookConfigsTest.php Tests migration of book variables to book.settings.yml.
MigrateBookTest class core/modules/book/tests/src/Kernel/Migrate/d6/MigrateBookTest.php Upgrade book structure.
MigrateBookTest class core/modules/book/tests/src/Kernel/Migrate/d7/MigrateBookTest.php Tests migration of book structures from Drupal 7.
MigrateBookTest.php file core/modules/book/tests/src/Kernel/Migrate/d6/MigrateBookTest.php
MigrateBookTest.php file core/modules/book/tests/src/Kernel/Migrate/d7/MigrateBookTest.php
MigrateBookTest::$modules property core/modules/book/tests/src/Kernel/Migrate/d6/MigrateBookTest.php Modules to install.
MigrateBookTest::$modules property core/modules/book/tests/src/Kernel/Migrate/d7/MigrateBookTest.php Modules to install.
MigrateBookTest::getFixtureFilePath function core/modules/book/tests/src/Kernel/Migrate/d6/MigrateBookTest.php Gets the path to the fixture file.
MigrateBookTest::getFixtureFilePath function core/modules/book/tests/src/Kernel/Migrate/d7/MigrateBookTest.php Gets the path to the fixture file.
MigrateBookTest::setUp function core/modules/book/tests/src/Kernel/Migrate/d6/MigrateBookTest.php
MigrateBookTest::setUp function core/modules/book/tests/src/Kernel/Migrate/d7/MigrateBookTest.php
MigrateBookTest::testBook function core/modules/book/tests/src/Kernel/Migrate/d6/MigrateBookTest.php Tests the Drupal 6 book structure to Drupal 8 migration.
MigrateBookTest::testBook function core/modules/book/tests/src/Kernel/Migrate/d7/MigrateBookTest.php Tests the Drupal 7 book structure to Drupal 8 migration.
MigrateBundleTest class core/modules/migrate/tests/src/Kernel/MigrateBundleTest.php Tests setting of bundles on content entity migrations.
MigrateBundleTest.php file core/modules/migrate/tests/src/Kernel/MigrateBundleTest.php
MigrateBundleTest::$modules property core/modules/migrate/tests/src/Kernel/MigrateBundleTest.php Modules to install.
MigrateBundleTest::setUp function core/modules/migrate/tests/src/Kernel/MigrateBundleTest.php
MigrateBundleTest::testDestinationBundle function core/modules/migrate/tests/src/Kernel/MigrateBundleTest.php Tests setting the bundle in the destination.
MigrateBundleTest::testMixedBundles function core/modules/migrate/tests/src/Kernel/MigrateBundleTest.php Tests setting bundles both in process and destination.
MigrateBundleTest::testProcessBundle function core/modules/migrate/tests/src/Kernel/MigrateBundleTest.php Tests setting the bundle in the process pipeline.
MigrateCommentEntityDisplayTest class core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityDisplayTest.php Tests the migration of comment entity displays from Drupal 6.
MigrateCommentEntityDisplayTest class core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityDisplayTest.php Tests the migration of comment entity displays from Drupal 7.
MigrateCommentEntityDisplayTest.php file core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityDisplayTest.php
MigrateCommentEntityDisplayTest.php file core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityDisplayTest.php
MigrateCommentEntityDisplayTest::$modules property core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityDisplayTest.php Modules to install.
MigrateCommentEntityDisplayTest::$modules property core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityDisplayTest.php Modules to install.
MigrateCommentEntityDisplayTest::assertDisplay function core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityDisplayTest.php Asserts various aspects of a comment component in an entity view display.
MigrateCommentEntityDisplayTest::assertDisplay function core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityDisplayTest.php Asserts various aspects of a comment component in an entity view display.
MigrateCommentEntityDisplayTest::setUp function core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityDisplayTest.php
MigrateCommentEntityDisplayTest::setUp function core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityDisplayTest.php
MigrateCommentEntityDisplayTest::testMigration function core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityDisplayTest.php Tests the migrated display configuration.
MigrateCommentEntityDisplayTest::testMigration function core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityDisplayTest.php Tests the migrated display configuration.
MigrateCommentEntityFormDisplaySubjectTest class core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityFormDisplaySubjectTest.php Tests the migration of comment form's subject display from Drupal 6.
MigrateCommentEntityFormDisplaySubjectTest class core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityFormDisplaySubjectTest.php Tests the migration of comment form's subject display from Drupal 7.
MigrateCommentEntityFormDisplaySubjectTest.php file core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityFormDisplaySubjectTest.php
MigrateCommentEntityFormDisplaySubjectTest.php file core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityFormDisplaySubjectTest.php
MigrateCommentEntityFormDisplaySubjectTest::$modules property core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityFormDisplaySubjectTest.php Modules to install.
MigrateCommentEntityFormDisplaySubjectTest::$modules property core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityFormDisplaySubjectTest.php Modules to install.

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