Search for __set

  1. Search 7.x for __set
  2. Search 9.5.x for __set
  3. Search 8.9.x for __set
  4. Search 10.3.x for __set
  5. Other projects
Title Object type File name Summary
MigrateLanguageNegotiationSettingsTest::testLanguageNegotiationWithDomain function core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageNegotiationSettingsTest.php Tests the migration with LANGUAGE_NEGOTIATION_DOMAIN.
MigrateLanguageNegotiationSettingsTest::testLanguageNegotiationWithDomain function core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageNegotiationSettingsTest.php Tests the migration with domain negotiation.
MigrateLanguageNegotiationSettingsTest::testLanguageNegotiationWithNoNegotiation function core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageNegotiationSettingsTest.php Tests the migration with LANGUAGE_NEGOTIATION_NONE.
MigrateLanguageNegotiationSettingsTest::testLanguageNegotiationWithNonExistentVariables function core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageNegotiationSettingsTest.php Tests the migration with non-existent variables.
MigrateLanguageNegotiationSettingsTest::testLanguageNegotiationWithPathPrefix function core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageNegotiationSettingsTest.php Tests the migration with LANGUAGE_NEGOTIATION_PATH.
MigrateLanguageNegotiationSettingsTest::testLanguageNegotiationWithPrefix function core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageNegotiationSettingsTest.php Tests the migration with prefix negotiation.
MigrateLanguageNegotiationSettingsTest::testLanguageTypes function core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageNegotiationSettingsTest.php Tests migration of language types variables to language.types.yml.
MigrateLocaleConfigsTest::setUp function core/modules/locale/tests/src/Kernel/Migrate/MigrateLocaleConfigsTest.php
MigrateLocaleConfigsTest::testLocaleSettings function core/modules/locale/tests/src/Kernel/Migrate/MigrateLocaleConfigsTest.php Tests migration of locale variables to locale.settings.yml.
MigrateLookupTest::setUp function core/modules/migrate/tests/src/Kernel/MigrateLookupTest.php
MigrateMenuLinkContentStubTest::setUp function core/modules/menu_link_content/tests/src/Kernel/Migrate/MigrateMenuLinkContentStubTest.php
MigrateMenuLinkLocalizedTest::setUp function core/modules/menu_link_content/tests/src/Kernel/Migrate/d6/MigrateMenuLinkLocalizedTest.php
MigrateMenuLinkLocalizedTest::setUp function core/modules/menu_link_content/tests/src/Kernel/Migrate/d7/MigrateMenuLinkLocalizedTest.php
MigrateMenuLinkTest::setUp function core/modules/menu_link_content/tests/src/Kernel/Migrate/d6/MigrateMenuLinkTest.php
MigrateMenuLinkTest::setUp function core/modules/menu_link_content/tests/src/Kernel/Migrate/d7/MigrateMenuLinkTest.php
MigrateMenuLinkTranslationTest::setUp function core/modules/menu_link_content/tests/src/Kernel/Migrate/d6/MigrateMenuLinkTranslationTest.php
MigrateMenuLinkTranslationTest::setUp function core/modules/menu_link_content/tests/src/Kernel/Migrate/d7/MigrateMenuLinkTranslationTest.php
MigrateMenuSettingsTest class core/modules/menu_ui/tests/src/Kernel/Migrate/MigrateMenuSettingsTest.php Tests migration of menu_ui settings.
MigrateMenuSettingsTest.php file core/modules/menu_ui/tests/src/Kernel/Migrate/MigrateMenuSettingsTest.php
MigrateMenuSettingsTest::$modules property core/modules/menu_ui/tests/src/Kernel/Migrate/MigrateMenuSettingsTest.php Modules to install.
MigrateMenuSettingsTest::setUp function core/modules/menu_ui/tests/src/Kernel/Migrate/MigrateMenuSettingsTest.php
MigrateMenuSettingsTest::testMigration function core/modules/menu_ui/tests/src/Kernel/Migrate/MigrateMenuSettingsTest.php Tests migration of menu_ui settings.
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
MigrateMenuTranslationTest::setUp function core/modules/system/tests/src/Kernel/Migrate/d7/MigrateMenuTranslationTest.php
MigrateMessageControllerTest::setUp function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateMessageControllerTest.php
MigrateMessageTest::setUp function core/modules/migrate/tests/src/Kernel/MigrateMessageTest.php
MigrateMessageTestBase::setUp function core/modules/migrate/tests/src/Functional/MigrateMessageTestBase.php
MigrateMissingDatabaseTest class core/modules/migrate/tests/src/Kernel/MigrateMissingDatabaseTest.php Tests that a SQL migration can be instantiated without a database connection.
MigrateMissingDatabaseTest class core/modules/migrate_drupal/tests/src/Kernel/MigrateMissingDatabaseTest.php Tests that a migration can be instantiated without a database connection.
MigrateMissingDatabaseTest.php file core/modules/migrate_drupal/tests/src/Kernel/MigrateMissingDatabaseTest.php
MigrateMissingDatabaseTest.php file core/modules/migrate/tests/src/Kernel/MigrateMissingDatabaseTest.php
MigrateMissingDatabaseTest::$migrationPluginManager property core/modules/migrate/tests/src/Kernel/MigrateMissingDatabaseTest.php The migration plugin manager.
MigrateMissingDatabaseTest::$migrationPluginManager property core/modules/migrate_drupal/tests/src/Kernel/MigrateMissingDatabaseTest.php The migration plugin manager.
MigrateMissingDatabaseTest::$modules property core/modules/migrate_drupal/tests/src/Kernel/MigrateMissingDatabaseTest.php Modules to install.
MigrateMissingDatabaseTest::$modules property core/modules/migrate/tests/src/Kernel/MigrateMissingDatabaseTest.php Modules to install.
MigrateMissingDatabaseTest::setUp function core/modules/migrate/tests/src/Kernel/MigrateMissingDatabaseTest.php
MigrateMissingDatabaseTest::setUp function core/modules/migrate_drupal/tests/src/Kernel/MigrateMissingDatabaseTest.php
MigrateMissingDatabaseTest::testMissingDatabase function core/modules/migrate_drupal/tests/src/Kernel/MigrateMissingDatabaseTest.php Tests that a migration can be instantiated with the node module enabled.
MigrateMissingDatabaseTest::testMissingDatabase function core/modules/migrate/tests/src/Kernel/MigrateMissingDatabaseTest.php Tests a SQL migration without the database connection.
MigrateNodeBundleSettingsTest class core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeBundleSettingsTest.php Test migrating node settings into the base_field_bundle_override config entity.
MigrateNodeBundleSettingsTest.php file core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeBundleSettingsTest.php
MigrateNodeBundleSettingsTest::$modules property core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeBundleSettingsTest.php Modules to install.
MigrateNodeBundleSettingsTest::setUp function core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeBundleSettingsTest.php
MigrateNodeBundleSettingsTest::testNodeBundleSettings function core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeBundleSettingsTest.php Tests Drupal 6 node type settings to Drupal 8 migration.
MigrateNodeCompleteTest::setUp function core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeCompleteTest.php
MigrateNodeCompleteTest::setUp function core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeCompleteTest.php
MigrateNodeConfigsTest::setUp function core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeConfigsTest.php
MigrateNodeConfigsTest::testNodeSettings function core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeConfigsTest.php Tests Drupal 6 node settings to Drupal 8 migration.
MigrateNodeDeriverTest::setUp function core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeDeriverTest.php

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