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