| MigrateExecutableMemoryExceededTest::$migrationConfiguration |
property |
core/modules/migrate/tests/src/Unit/MigrateExecutableMemoryExceededTest.php |
The migration configuration, initialized to set the ID to test. |
| MigrateExecutableTest::$migrationConfiguration |
property |
core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php |
The migration's configuration values. |
| MigrateSourceTest::$defaultMigrationConfiguration |
property |
core/modules/migrate/tests/src/Unit/MigrateSourceTest.php |
Override the migration config. |
| MigrateSqlIdMapEnsureTablesTest::$migrationConfiguration |
property |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapEnsureTablesTest.php |
The migration configuration, initialized to set the ID and destination IDs. |
| MigrateSqlIdMapTest::$migrationConfiguration |
property |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php |
The migration configuration, initialized to set the ID and destination IDs. |
| 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 |
The expected configuration after migration. |
| MigrateSystemConfigurationTest::$expectedConfig |
property |
core/modules/system/tests/src/Kernel/Migrate/d7/MigrateSystemConfigurationTest.php |
The expected configuration after migration. |
| MigrateSystemConfigurationTest::$modules |
property |
core/modules/system/tests/src/Kernel/Migrate/d6/MigrateSystemConfigurationTest.php |
Modules to install. |
| MigrateSystemConfigurationTest::$modules |
property |
core/modules/system/tests/src/Kernel/Migrate/d7/MigrateSystemConfigurationTest.php |
Modules to install. |
| 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. |
| MigrateTestCase::$migrationConfiguration |
property |
core/modules/migrate/tests/src/Unit/MigrateTestCase.php |
An array of migration configuration values. |
| Migration::getDestinationConfiguration |
function |
core/modules/migrate/src/Plugin/Migration.php |
Get the destination configuration, with at least a 'plugin' key. |
| Migration::getSourceConfiguration |
function |
core/modules/migrate/src/Plugin/Migration.php |
Get the source configuration, with at least a 'plugin' key. |
| MigrationConfigurationTrait |
trait |
core/modules/migrate_drupal/src/MigrationConfigurationTrait.php |
Configures the appropriate migrations for a given source Drupal database. |
| MigrationConfigurationTrait.php |
file |
core/modules/migrate_drupal/src/MigrationConfigurationTrait.php |
|
| MigrationConfigurationTrait::$configFactory |
property |
core/modules/migrate_drupal/src/MigrationConfigurationTrait.php |
The config factory service. |
| MigrationConfigurationTrait::$followUpMigrationTags |
property |
core/modules/migrate_drupal/src/MigrationConfigurationTrait.php |
The follow-up migration tags. |
| MigrationConfigurationTrait::$migrationPluginManager |
property |
core/modules/migrate_drupal/src/MigrationConfigurationTrait.php |
The migration plugin manager service. |
| MigrationConfigurationTrait::$state |
property |
core/modules/migrate_drupal/src/MigrationConfigurationTrait.php |
The state service. |
| MigrationConfigurationTrait::createDatabaseStateSettings |
function |
core/modules/migrate_drupal/src/MigrationConfigurationTrait.php |
Creates the necessary state entries for SqlBase::getDatabase() to work. |
| MigrationConfigurationTrait::getConfigFactory |
function |
core/modules/migrate_drupal/src/MigrationConfigurationTrait.php |
Gets the config factory service. |
| MigrationConfigurationTrait::getConnection |
function |
core/modules/migrate_drupal/src/MigrationConfigurationTrait.php |
Gets the database connection for the source Drupal database. |
| MigrationConfigurationTrait::getFollowUpMigrationTags |
function |
core/modules/migrate_drupal/src/MigrationConfigurationTrait.php |
Returns the follow-up migration tags. |
| MigrationConfigurationTrait::getLegacyDrupalVersion |
function |
core/modules/migrate_drupal/src/MigrationConfigurationTrait.php |
Determines what version of Drupal the source database contains. |
| MigrationConfigurationTrait::getMigrationPluginManager |
function |
core/modules/migrate_drupal/src/MigrationConfigurationTrait.php |
Gets the migration plugin manager service. |
| MigrationConfigurationTrait::getMigrations |
function |
core/modules/migrate_drupal/src/MigrationConfigurationTrait.php |
Gets the migrations for import. |
| MigrationConfigurationTrait::getState |
function |
core/modules/migrate_drupal/src/MigrationConfigurationTrait.php |
Gets the state service. |
| MigrationConfigurationTrait::getSystemData |
function |
core/modules/migrate_drupal/src/MigrationConfigurationTrait.php |
Gets the system data from the system table of the source Drupal database. |
| MigrationConfigurationTraitTest |
class |
core/modules/migrate_drupal/tests/src/Unit/MigrationConfigurationTraitTest.php |
Tests Drupal\migrate_drupal\MigrationConfigurationTrait. |
| MigrationConfigurationTraitTest.php |
file |
core/modules/migrate_drupal/tests/src/Unit/MigrationConfigurationTraitTest.php |
|
| MigrationConfigurationTraitTest::providerTestGetLegacyDrupalVersion |
function |
core/modules/migrate_drupal/tests/src/Unit/MigrationConfigurationTraitTest.php |
Provides data for testGetLegacyDrupalVersion. |
| MigrationConfigurationTraitTest::testGetLegacyDrupalVersion |
function |
core/modules/migrate_drupal/tests/src/Unit/MigrationConfigurationTraitTest.php |
Tests get legacy drupal version. |
| MigrationInterface::getDestinationConfiguration |
function |
core/modules/migrate/src/Plugin/MigrationInterface.php |
Get the destination configuration, with at least a 'plugin' key. |
| MigrationInterface::getSourceConfiguration |
function |
core/modules/migrate/src/Plugin/MigrationInterface.php |
Get the source configuration, with at least a 'plugin' key. |
| MigrationPluginConfigurationTest |
class |
core/modules/migrate/tests/src/Kernel/Plugin/MigrationPluginConfigurationTest.php |
Tests the migration plugin manager. |
| MigrationPluginConfigurationTest.php |
file |
core/modules/migrate/tests/src/Kernel/Plugin/MigrationPluginConfigurationTest.php |
|
| MigrationPluginConfigurationTest::$modules |
property |
core/modules/migrate/tests/src/Kernel/Plugin/MigrationPluginConfigurationTest.php |
Modules to install. |
| MigrationPluginConfigurationTest::mergeProvider |
function |
core/modules/migrate/tests/src/Kernel/Plugin/MigrationPluginConfigurationTest.php |
Provide configuration data for testing. |
| MigrationPluginConfigurationTest::testConfigurationMerge |
function |
core/modules/migrate/tests/src/Kernel/Plugin/MigrationPluginConfigurationTest.php |
Tests merging configuration into a plugin through the plugin manager. |
| MockPhpStorage::$configuration |
property |
core/modules/system/src/PhpStorage/MockPhpStorage.php |
The storage configuration. |
| MockPhpStorage::getConfiguration |
function |
core/modules/system/src/PhpStorage/MockPhpStorage.php |
Gets the configuration data. |
| MockPhpStorage::getConfigurationValue |
function |
core/modules/system/src/PhpStorage/MockPhpStorage.php |
Gets a single configuration key. |
| MultiWidthLayoutBase::buildConfigurationForm |
function |
core/modules/layout_builder/src/Plugin/Layout/MultiWidthLayoutBase.php |
Form constructor. |