Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
MigrateUserRoleTest::setUp function core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserRoleTest.php
MigrateUserRoleTest::setUp function core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserRoleTest.php
MigrateUserRoleTest::testUserRole function core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserRoleTest.php Tests user role migration.
MigrateUserRoleTest::testUserRole function core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserRoleTest.php Tests user role migration.
MigrateUserSettingsTest class core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserSettingsTest.php Tests migration of user settings.
MigrateUserSettingsTest.php file core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserSettingsTest.php
MigrateUserSettingsTest::setUp function core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserSettingsTest.php
MigrateUserSettingsTest::testMigration function core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserSettingsTest.php Tests the migration.
MigrateUserStubTest class core/modules/user/tests/src/Kernel/Migrate/MigrateUserStubTest.php Test stub creation for user entities.
MigrateUserStubTest.php file core/modules/user/tests/src/Kernel/Migrate/MigrateUserStubTest.php
MigrateUserStubTest::$modules property core/modules/user/tests/src/Kernel/Migrate/MigrateUserStubTest.php Modules to install.
MigrateUserStubTest::setUp function core/modules/user/tests/src/Kernel/Migrate/MigrateUserStubTest.php
MigrateUserStubTest::testStub function core/modules/user/tests/src/Kernel/Migrate/MigrateUserStubTest.php Tests creation of user stubs.
MigrateUserTest class core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserTest.php Users migration.
MigrateUserTest class core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserTest.php Users migration.
MigrateUserTest.php file core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserTest.php
MigrateUserTest.php file core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserTest.php
MigrateUserTest::$modules property core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserTest.php Modules to install.
MigrateUserTest::$modules property core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserTest.php Modules to install.
MigrateUserTest::assertEntity function core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserTest.php Asserts various aspects of a user account.
MigrateUserTest::setUp function core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserTest.php
MigrateUserTest::setUp function core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserTest.php
MigrateUserTest::testUser function core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserTest.php Tests the Drupal6 user to Drupal 8 migration.
MigrateUserTest::testUser function core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserTest.php Tests the Drupal 7 user to Drupal 8 migration.
MigrateValidatableEntityInterface interface core/modules/migrate/src/Plugin/MigrateValidatableEntityInterface.php To implement by a destination plugin that should provide entity validation.
MigrateValidatableEntityInterface.php file core/modules/migrate/src/Plugin/MigrateValidatableEntityInterface.php
MigrateValidatableEntityInterface::isEntityValidationRequired function core/modules/migrate/src/Plugin/MigrateValidatableEntityInterface.php Returns a state of whether an entity needs to be validated before saving.
MigrateValidatableEntityInterface::validateEntity function core/modules/migrate/src/Plugin/MigrateValidatableEntityInterface.php Validates the entity.
MigrateViewModesTest class core/modules/node/tests/src/Kernel/Migrate/d6/MigrateViewModesTest.php Migrate view modes.
MigrateViewModesTest class core/modules/field/tests/src/Kernel/Migrate/d7/MigrateViewModesTest.php Tests migration of D7 view modes.
MigrateViewModesTest.php file core/modules/field/tests/src/Kernel/Migrate/d7/MigrateViewModesTest.php
MigrateViewModesTest.php file core/modules/node/tests/src/Kernel/Migrate/d6/MigrateViewModesTest.php
MigrateViewModesTest::$modules property core/modules/field/tests/src/Kernel/Migrate/d7/MigrateViewModesTest.php Modules to install.
MigrateViewModesTest::assertEntity function core/modules/field/tests/src/Kernel/Migrate/d7/MigrateViewModesTest.php Asserts various aspects of a view mode entity.
MigrateViewModesTest::setUp function core/modules/field/tests/src/Kernel/Migrate/d7/MigrateViewModesTest.php
MigrateViewModesTest::setUp function core/modules/node/tests/src/Kernel/Migrate/d6/MigrateViewModesTest.php
MigrateViewModesTest::testMigration function core/modules/field/tests/src/Kernel/Migrate/d7/MigrateViewModesTest.php Tests migration of D7 view mode variables to D8 config entities.
MigrateViewModesTest::testViewModes function core/modules/node/tests/src/Kernel/Migrate/d6/MigrateViewModesTest.php Tests Drupal 6 view modes to Drupal 8 migration.
MigrateVocabularyEntityDisplayTest class core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityDisplayTest.php Vocabulary entity display migration.
MigrateVocabularyEntityDisplayTest.php file core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityDisplayTest.php
MigrateVocabularyEntityDisplayTest::$modules property core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityDisplayTest.php Modules to install.
MigrateVocabularyEntityDisplayTest::setUp function core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityDisplayTest.php
MigrateVocabularyEntityDisplayTest::testSkipNonExistentNodeType function core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityDisplayTest.php Tests that vocabulary displays are ignored appropriately.
MigrateVocabularyEntityDisplayTest::testVocabularyEntityDisplay function core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityDisplayTest.php Tests the Drupal 6 vocabulary-node type association to Drupal 8 migration.
MigrateVocabularyEntityFormDisplayTest class core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityFormDisplayTest.php Vocabulary entity form display migration.
MigrateVocabularyEntityFormDisplayTest.php file core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityFormDisplayTest.php
MigrateVocabularyEntityFormDisplayTest::$modules property core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityFormDisplayTest.php Modules to install.
MigrateVocabularyEntityFormDisplayTest::setUp function core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityFormDisplayTest.php
MigrateVocabularyEntityFormDisplayTest::testSkipNonExistentNodeType function core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityFormDisplayTest.php Tests that vocabulary displays are ignored appropriately.
MigrateVocabularyEntityFormDisplayTest::testVocabularyEntityFormDisplay function core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityFormDisplayTest.php Tests the Drupal 6 vocabulary-node type association to Drupal 8 migration.

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