Search for source
- Search 7.x for source
- Search 8.9.x for source
- Search 10.3.x for source
- Search 11.x for source
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| MigrateSourceTest::$executable | property | core/ |
The migrate executable. |
| MigrateSourceTest::$migration | property | core/ |
The migration entity. |
| MigrateSourceTest::$row | property | core/ |
Test row data. |
| MigrateSourceTest::$sourceIds | property | core/ |
Test source ids. |
| MigrateSourceTest::getMigrateExecutable | function | core/ |
Gets a mock executable for the test. |
| MigrateSourceTest::getSource | function | core/ |
Gets the source plugin to test. |
| MigrateSourceTest::testCount | function | core/ |
Tests that the source count is correct. |
| MigrateSourceTest::testCountCacheKey | function | core/ |
Tests that the key can be set for the count cache. |
| MigrateSourceTest::testDefaultPropertiesValues | function | core/ |
Tests that default values are preserved for several source methods. |
| MigrateSourceTest::testHighwaterTrackChangesIncompatible | function | core/ |
@covers ::__construct[[api-linebreak]] |
| MigrateSourceTest::testNewHighwater | function | core/ |
Tests that a highwater mark newer than our saved one imports a row. |
| MigrateSourceTest::testNextNeedsUpdate | function | core/ |
Tests that $row->needsUpdate() works as expected. |
| MigrateSourceTest::testOutdatedHighwater | function | core/ |
Tests that an outdated highwater mark does not cause a row to be imported. |
| MigrateSourceTest::testPrepareRow | function | core/ |
Tests basic row preparation. |
| MigrateSourceTest::testPrepareRowFalse | function | core/ |
Tests that we don't get a row if prepareRow() is false. |
| MigrateSourceTest::testPrepareRowGlobalPrepareSkip | function | core/ |
Tests that global prepare hooks can skip rows. |
| MigrateSourceTest::testPrepareRowMigratePrepareSkip | function | core/ |
Tests that migrate specific prepare hooks can skip rows. |
| MigrateSourceTest::testPrepareRowPrepareException | function | core/ |
Tests that a skip exception during prepare hooks correctly skips. |
| MigrateSourceTestBase | class | core/ |
Base class for tests of Migrate source plugins. |
| MigrateSourceTestBase.php | file | core/ |
|
| MigrateSourceTestBase::$migration | property | core/ |
The mocked migration. |
| MigrateSourceTestBase::$modules | property | core/ |
Modules to enable. |
| 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 by reading the class @covers annotation. |
| MigrateSourceTestBase::providerSource | function | core/ |
The data provider. |
| MigrateSourceTestBase::setUp | function | core/ |
|
| MigrateSourceTestBase::testSource | function | core/ |
Tests the source plugin against a particular data set. |
| MigrateSqlIdMapTest::$sourceIds | property | core/ |
The source IDs. |
| MigrateSqlIdMapTest::lookupSourceIdMappingDataProvider | function | core/ |
Data provider for testLookupSourceIdMapping(). |
| MigrateSqlIdMapTest::testCurrentDestinationAndSource | function | core/ |
Tests currentDestination() and currentSource(). |
| MigrateSqlIdMapTest::testGetRowBySource | function | core/ |
Tests the getRowBySource method. |
| MigrateSqlIdMapTest::testLookupSourceIdMapping | function | core/ |
Performs the source ID test on source and destination fields. |
| MigrateSqlSourceCountCacheTest | class | core/ |
Tests SqlBase source count caching. |
| MigrateSqlSourceCountCacheTest.php | file | core/ |
|
| MigrateSqlSourceCountCacheTest::$modules | property | core/ |
Modules to enable. |
| MigrateSqlSourceCountCacheTest::providerSource | function | core/ |
The data provider. |
| MigrateSqlSourceTestBase | class | core/ |
Base class for tests of Migrate source plugins that use a database. |
| MigrateSqlSourceTestBase.php | file | core/ |
|
| MigrateSqlSourceTestBase::getDatabase | function | core/ |
Builds an in-memory SQLite database from a set of source data. |
| MigrateSqlSourceTestBase::register | function | core/ |
Registers test-specific services. |
| MigrateSqlSourceTestBase::testSource | function | core/ |
Tests the source plugin against a particular data set. |
| MigrateStubTest::testInvalidSourceIdCount | function | core/ |
Tests invalid source id count. |
| MigrateStubTest::testInvalidSourceIdKeys | function | core/ |
Tests invalid source ids keys. |
| MigrateTestBase::$sourceDatabase | property | core/ |
The source database connection. |
| MigrateUpgradeFormStepsTest::getSourceBasePath | function | core/ |
|
| MigrateUpgradeTestBase::$sourceDatabase | property | core/ |
The source database connection. |
| MigrateUpgradeTestBase::getSourceBasePath | function | core/ |
Gets the source base path for the concrete test. |
| MigrateUpgradeTestBase::getSourcePrivateBasePath | function | core/ |
Provides the source base path for private files for the credential form. |
| migrate_post_update_clear_migrate_source_count_cache | function | core/ |
Clear the source count cache. |
Pagination
- Previous page
- Page 23
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.