Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
MigrateStubTest class core/modules/migrate/tests/src/Kernel/MigrateStubTest.php Tests the migrate.stub Service.
MigrateStubTest.php file core/modules/migrate/tests/src/Kernel/MigrateStubTest.php
MigrateStubTest.php file core/modules/migrate/tests/src/Unit/MigrateStubTest.php
MigrateStubTest::$migrateLookup property core/modules/migrate/tests/src/Kernel/MigrateStubTest.php The migration lookup service.
MigrateStubTest::$migrateStub property core/modules/migrate/tests/src/Kernel/MigrateStubTest.php The migrate stub service.
MigrateStubTest::$migrationPluginManager property core/modules/migrate/tests/src/Kernel/MigrateStubTest.php The migration plugin manager.
MigrateStubTest::$migrationPluginManager property core/modules/migrate/tests/src/Unit/MigrateStubTest.php The plugin manager prophecy.
MigrateStubTest::$modules property core/modules/migrate/tests/src/Kernel/MigrateStubTest.php Modules to enable.
MigrateStubTest::setUp function core/modules/migrate/tests/src/Kernel/MigrateStubTest.php
MigrateStubTest::setUp function core/modules/migrate/tests/src/Unit/MigrateStubTest.php
MigrateStubTest::testCreateStub function core/modules/migrate/tests/src/Unit/MigrateStubTest.php Tests stubbing.
MigrateStubTest::testCreateStub function core/modules/migrate/tests/src/Kernel/MigrateStubTest.php Tests stub creation.
MigrateStubTest::testCreateStubRawReturn function core/modules/migrate/tests/src/Kernel/MigrateStubTest.php Tests raw stub creation.
MigrateStubTest::testErrorOnMigrationNotFound function core/modules/migrate/tests/src/Kernel/MigrateStubTest.php Tests that an exception is thrown if a migration does not exist.
MigrateStubTest::testExceptionOnDerivedMigration function core/modules/migrate/tests/src/Unit/MigrateStubTest.php Tests that an error is logged on derived migrations.
MigrateStubTest::testExceptionOnPluginNotFound function core/modules/migrate/tests/src/Unit/MigrateStubTest.php Tests that an error is logged if the plugin manager throws an exception.
MigrateStubTest::testInvalidSourceIdCount function core/modules/migrate/tests/src/Kernel/MigrateStubTest.php Test invalid source id count.
MigrateStubTest::testInvalidSourceIdKeys function core/modules/migrate/tests/src/Kernel/MigrateStubTest.php Tests invalid source ids keys.
MigrateStubTest::testStubWithDefaultValues function core/modules/migrate/tests/src/Kernel/MigrateStubTest.php Tests stub creation with default values.
MigrateSyslogConfigsTest class core/modules/syslog/tests/src/Kernel/Migrate/d6/MigrateSyslogConfigsTest.php Upgrade variables to syslog.settings.yml.
MigrateSyslogConfigsTest class core/modules/syslog/tests/src/Kernel/Migrate/d7/MigrateSyslogConfigsTest.php Upgrade variables to syslog.settings.yml.
MigrateSyslogConfigsTest.php file core/modules/syslog/tests/src/Kernel/Migrate/d6/MigrateSyslogConfigsTest.php
MigrateSyslogConfigsTest.php file core/modules/syslog/tests/src/Kernel/Migrate/d7/MigrateSyslogConfigsTest.php
MigrateSyslogConfigsTest::$modules property core/modules/syslog/tests/src/Kernel/Migrate/d6/MigrateSyslogConfigsTest.php Modules to enable.
MigrateSyslogConfigsTest::$modules property core/modules/syslog/tests/src/Kernel/Migrate/d7/MigrateSyslogConfigsTest.php Modules to enable.
MigrateSyslogConfigsTest::setUp function core/modules/syslog/tests/src/Kernel/Migrate/d6/MigrateSyslogConfigsTest.php
MigrateSyslogConfigsTest::setUp function core/modules/syslog/tests/src/Kernel/Migrate/d7/MigrateSyslogConfigsTest.php
MigrateSyslogConfigsTest::testSyslogSettings function core/modules/syslog/tests/src/Kernel/Migrate/d6/MigrateSyslogConfigsTest.php Tests migration of syslog variables to syslog.settings.yml.
MigrateSyslogConfigsTest::testSyslogSettings function core/modules/syslog/tests/src/Kernel/Migrate/d7/MigrateSyslogConfigsTest.php Tests migration of syslog variables to syslog.settings.yml.
MigrateSystemConfigurationTest class core/modules/system/tests/src/Kernel/Migrate/d6/MigrateSystemConfigurationTest.php Migrates various configuration objects owned by the System module.
MigrateSystemConfigurationTest class core/modules/system/tests/src/Kernel/Migrate/d7/MigrateSystemConfigurationTest.php Migrates various configuration objects owned by the System module.
MigrateSystemConfigurationTest.php file core/modules/system/tests/src/Kernel/Migrate/d6/MigrateSystemConfigurationTest.php
MigrateSystemConfigurationTest.php file core/modules/system/tests/src/Kernel/Migrate/d7/MigrateSystemConfigurationTest.php
MigrateSystemConfigurationTest::$expectedConfig property core/modules/system/tests/src/Kernel/Migrate/d6/MigrateSystemConfigurationTest.php
MigrateSystemConfigurationTest::$expectedConfig property core/modules/system/tests/src/Kernel/Migrate/d7/MigrateSystemConfigurationTest.php
MigrateSystemConfigurationTest::$modules property core/modules/system/tests/src/Kernel/Migrate/d6/MigrateSystemConfigurationTest.php Modules to enable.
MigrateSystemConfigurationTest::$modules property core/modules/system/tests/src/Kernel/Migrate/d7/MigrateSystemConfigurationTest.php Modules to enable.
MigrateSystemConfigurationTest::setUp function core/modules/system/tests/src/Kernel/Migrate/d6/MigrateSystemConfigurationTest.php
MigrateSystemConfigurationTest::setUp function core/modules/system/tests/src/Kernel/Migrate/d7/MigrateSystemConfigurationTest.php
MigrateSystemConfigurationTest::testConfigurationMigration function core/modules/system/tests/src/Kernel/Migrate/d6/MigrateSystemConfigurationTest.php Tests that all expected configuration gets migrated.
MigrateSystemConfigurationTest::testConfigurationMigration function core/modules/system/tests/src/Kernel/Migrate/d7/MigrateSystemConfigurationTest.php Tests that all expected configuration gets migrated.
MigrateSystemMaintenanceTranslationTest class core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateSystemMaintenanceTranslationTest.php Upgrade i18n maintenance variables to system.*.yml.
MigrateSystemMaintenanceTranslationTest class core/modules/config_translation/tests/src/Kernel/Migrate/d7/MigrateSystemMaintenanceTranslationTest.php Tests migrations of i18n maintenance variable.
MigrateSystemMaintenanceTranslationTest.php file core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateSystemMaintenanceTranslationTest.php
MigrateSystemMaintenanceTranslationTest.php file core/modules/config_translation/tests/src/Kernel/Migrate/d7/MigrateSystemMaintenanceTranslationTest.php
MigrateSystemMaintenanceTranslationTest::$modules property core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateSystemMaintenanceTranslationTest.php Modules to enable.
MigrateSystemMaintenanceTranslationTest::$modules property core/modules/config_translation/tests/src/Kernel/Migrate/d7/MigrateSystemMaintenanceTranslationTest.php Modules to enable.
MigrateSystemMaintenanceTranslationTest::setUp function core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateSystemMaintenanceTranslationTest.php
MigrateSystemMaintenanceTranslationTest::setUp function core/modules/config_translation/tests/src/Kernel/Migrate/d7/MigrateSystemMaintenanceTranslationTest.php
MigrateSystemMaintenanceTranslationTest::testSystemMaintenance function core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateSystemMaintenanceTranslationTest.php Tests migration of system (maintenance) variables to system.maintenance.yml.

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