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 main for all
  6. Other projects
Title Object type File name Summary
MigrateSourceTestBase::$migration property core/modules/migrate/tests/src/Kernel/MigrateSourceTestBase.php The mocked migration.
MigrateSourceTestBase::$modules property core/modules/migrate/tests/src/Kernel/MigrateSourceTestBase.php Modules to install.
MigrateSourceTestBase::$plugin property core/modules/migrate/tests/src/Kernel/MigrateSourceTestBase.php The source plugin under test.
MigrateSourceTestBase::getPlugin function core/modules/migrate/tests/src/Kernel/MigrateSourceTestBase.php Instantiates the source plugin under test.
MigrateSourceTestBase::getPluginClass function core/modules/migrate/tests/src/Kernel/MigrateSourceTestBase.php Determines the plugin to be tested.
MigrateSourceTestBase::migratePrepareRow function core/modules/migrate/tests/src/Kernel/MigrateSourceTestBase.php Implements hook_migrate_prepare_row().
MigrateSourceTestBase::providerSource function core/modules/migrate/tests/src/Kernel/MigrateSourceTestBase.php Provides source data for ::testSource.
MigrateSourceTestBase::setUp function core/modules/migrate/tests/src/Kernel/MigrateSourceTestBase.php
MigrateSourceTestBase::testSource function core/modules/migrate/tests/src/Kernel/MigrateSourceTestBase.php Tests the source plugin against a particular data set.
MigrateSourceWithAnnotations class core/modules/migrate/tests/modules/migrate_source_annotation_bc_test/src/Plugin/migrate/source/MigrateSourceWithAnnotations.php A migration source plugin with annotations and a single provider.
MigrateSourceWithAnnotations.php file core/modules/migrate/tests/modules/migrate_source_annotation_bc_test/src/Plugin/migrate/source/MigrateSourceWithAnnotations.php
MigrateSourceWithAnnotations::fields function core/modules/migrate/tests/modules/migrate_source_annotation_bc_test/src/Plugin/migrate/source/MigrateSourceWithAnnotations.php Returns available fields on the source.
MigrateSourceWithAnnotations::getIds function core/modules/migrate/tests/modules/migrate_source_annotation_bc_test/src/Plugin/migrate/source/MigrateSourceWithAnnotations.php Defines the source fields uniquely identifying a source row.
MigrateSourceWithAnnotations::initializeIterator function core/modules/migrate/tests/modules/migrate_source_annotation_bc_test/src/Plugin/migrate/source/MigrateSourceWithAnnotations.php Initializes the iterator with the source data.
MigrateSourceWithAnnotations::__toString function core/modules/migrate/tests/modules/migrate_source_annotation_bc_test/src/Plugin/migrate/source/MigrateSourceWithAnnotations.php Allows class to decide how it will react when it is treated like a string.
MigrateSourceWithAnnotationsMultipleProviders class core/modules/migrate/tests/modules/migrate_source_annotation_bc_test/src/Plugin/migrate/source/MigrateSourceWithAnnotationsMultipleProviders.php A migration source plugin with annotations and multiple providers.
MigrateSourceWithAnnotationsMultipleProviders.php file core/modules/migrate/tests/modules/migrate_source_annotation_bc_test/src/Plugin/migrate/source/MigrateSourceWithAnnotationsMultipleProviders.php
MigrateSourceWithAnnotationsMultipleProviders::__toString function core/modules/migrate/tests/modules/migrate_source_annotation_bc_test/src/Plugin/migrate/source/MigrateSourceWithAnnotationsMultipleProviders.php Allows class to decide how it will react when it is treated like a string.
MigrateSqlIdMapEnsureTablesTest class core/modules/migrate/tests/src/Unit/MigrateSqlIdMapEnsureTablesTest.php Tests the SQL ID map plugin ensureTables() method.
MigrateSqlIdMapEnsureTablesTest.php file core/modules/migrate/tests/src/Unit/MigrateSqlIdMapEnsureTablesTest.php
MigrateSqlIdMapEnsureTablesTest::$migrationConfiguration property core/modules/migrate/tests/src/Unit/MigrateSqlIdMapEnsureTablesTest.php The migration configuration, initialized to set the ID and destination IDs.
MigrateSqlIdMapEnsureTablesTest::runEnsureTablesTest function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapEnsureTablesTest.php Actually run the test.
MigrateSqlIdMapEnsureTablesTest::testEnsureTablesExist function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapEnsureTablesTest.php Tests the ensureTables method when the tables exist.
MigrateSqlIdMapEnsureTablesTest::testEnsureTablesNotExist function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapEnsureTablesTest.php Tests the ensureTables method when the tables do not exist.
MigrateSqlIdMapTest class core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Tests the SQL ID map plugin.
MigrateSqlIdMapTest.php file core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php
MigrateSqlIdMapTest::$database property core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php The database connection.
MigrateSqlIdMapTest::$destinationIds property core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php The destination IDs.
MigrateSqlIdMapTest::$migrationConfiguration property core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php The migration configuration, initialized to set the ID and destination IDs.
MigrateSqlIdMapTest::$sourceIds property core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php The source IDs.
MigrateSqlIdMapTest::doTestLookupSourceIdMapping function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Performs the source ID test on source and destination fields.
MigrateSqlIdMapTest::errorCountDataProvider function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Data provider for testErrorCount().
MigrateSqlIdMapTest::getHighestIdDataProvider function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Data provider for getHighestId().
MigrateSqlIdMapTest::getHighestIdInvalidDataProvider function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Data provider for testGetHighestIdInvalid().
MigrateSqlIdMapTest::getIdMap function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Creates a test SQL ID map plugin.
MigrateSqlIdMapTest::getIdMapContents function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Retrieves the contents of an ID map.
MigrateSqlIdMapTest::idMapDefaults function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Sets defaults for SQL ID map plugin tests.
MigrateSqlIdMapTest::lookupDestinationIdMappingDataProvider function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Data provider for testLookupDestinationIdMapping().
MigrateSqlIdMapTest::lookupSourceIdMappingDataProvider function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Data provider for testLookupSourceIdMapping().
MigrateSqlIdMapTest::saveMap function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Saves a single ID mapping row in the database.
MigrateSqlIdMapTest::setUp function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php
MigrateSqlIdMapTest::setupRows function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Setup a database with the given rows.
MigrateSqlIdMapTest::testClearMessages function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Tests the clear messages method.
MigrateSqlIdMapTest::testCurrentDestinationAndSource function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Tests currentDestination() and currentSource().
MigrateSqlIdMapTest::testDestroy function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Tests the destroy method.
MigrateSqlIdMapTest::testErrorCount function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Performs error count test with a given number of error rows.
MigrateSqlIdMapTest::testGetHighestId function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Tests getHighestId method.
MigrateSqlIdMapTest::testGetHighestIdInvalid function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Tests getHighestId method with invalid data.
MigrateSqlIdMapTest::testGetQualifiedMapTablePrefix function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Tests the getQualifiedMapTable method with a prefixed database.
MigrateSqlIdMapTest::testGetRowByDestination function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Tests the getRowByDestination method.

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