Search for source
- Search 7.x for source
- Search 9.5.x for source
- Search 8.9.x for source
- Search 10.3.x for source
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
MigrateSourceTestBase.php | file | core/ |
|
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 by reading the class @covers annotation. |
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. |
MigrateSqlIdMapTest::$sourceIds | property | core/ |
The source IDs. |
MigrateSqlIdMapTest::doTestLookupSourceIdMapping | function | core/ |
Performs the source ID test on source and destination fields. |
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. |
MigrateSqlIdMapTest::testLookupSourceIdMappingNonSqlCharacters | 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 install. |
MigrateSqlSourceCountCacheTest::providerSource | function | core/ |
Provides source data for ::testSource. |
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_source_annotation_bc_test.info.yml | file | core/ |
core/modules/migrate/tests/modules/migrate_source_annotation_bc_test/migrate_source_annotation_bc_test.info.yml |
migrate_source_module_test.yml | file | core/ |
core/modules/migrate_drupal_ui/tests/modules/migration_source_module_test/migrations/migrate_source_module_test.yml |
Migration::$source | property | core/ |
The source configuration, with at least a 'plugin' key. |
Migration::$sourcePlugin | property | core/ |
The source plugin. |
Migration::$sourcePluginManager | property | core/ |
The source plugin manager. |
Migration::$sourceRowStatus | property | core/ |
The source_row_status for the current map row. |
Migration::getSourceConfiguration | function | core/ |
Get the source configuration, with at least a 'plugin' key. |
Migration::getSourcePlugin | function | core/ |
Returns the initialized source plugin. |
MigrationDeriverTrait::getSourcePlugin | function | core/ |
Returns a fully initialized instance of a source plugin. |
Pagination
- Previous page
- Page 24
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.