Search for source
- Search 7.x for source
- Search 9.5.x for source
- Search 10.3.x for source
- Search 11.x for source
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| MigrateField::$source_module | property | core/ |
Identifies the system providing the data the field plugin will read. |
| MigrateIdMapInterface::currentSource | function | core/ |
Looks up the source identifier(s) currently being iterated. |
| MigrateIdMapInterface::getRowBySource | function | core/ |
Retrieves a row from the map table based on source identifier values. |
| MigrateIdMapInterface::lookupSourceId | function | core/ |
Looks up the source identifier. |
| MigrateIdMapMessageEvent::$sourceIdValues | property | core/ |
Array of values uniquely identifying the source row. |
| MigrateIdMapMessageEvent::getSourceIdValues | function | core/ |
Gets the source ID values. |
| MigrateLookupTest::testMultipleSourceIds | function | core/ |
Tests lookups with multiple source ids. |
| MigrateMapDeleteEvent::$sourceId | property | core/ |
Array of source ID fields. |
| MigrateMapDeleteEvent::getSourceId | function | core/ |
Gets the source ID of the item being removed from the map. |
| MigrateSource | class | core/ |
Defines a migration source plugin annotation object. |
| MigrateSource.php | file | core/ |
|
| MigrateSource::$id | property | core/ |
A unique identifier for the process plugin. |
| MigrateSource::$minimum_version | property | core/ |
Specifies the minimum version of the source provider. |
| MigrateSource::$requirements_met | property | core/ |
Whether requirements are met. |
| MigrateSource::$source_module | property | core/ |
Identifies the system providing the data the source plugin will read. |
| MigrateSource::getProvider | function | core/ |
Gets the name of the provider of the annotated class. |
| MigrateSource::getProviders | function | core/ |
Gets the provider names of the annotated class. |
| MigrateSource::setProviders | function | core/ |
Sets the provider names of the annotated class. |
| MigrateSourceInterface | interface | core/ |
Defines an interface for migrate sources. |
| MigrateSourceInterface.php | file | core/ |
|
| MigrateSourceInterface::fields | function | core/ |
Returns available fields on the source. |
| MigrateSourceInterface::getIds | function | core/ |
Defines the source fields uniquely identifying a source row. |
| MigrateSourceInterface::getSourceModule | function | core/ |
Gets the source module providing the source data. |
| MigrateSourceInterface::prepareRow | function | core/ |
Adds additional data to the row. |
| MigrateSourceInterface::__toString | function | core/ |
Allows class to decide how it will react when it is treated like a string. |
| MigrateSourcePluginManager | class | core/ |
Plugin manager for migrate source plugins. |
| MigrateSourcePluginManager.php | file | core/ |
|
| MigrateSourcePluginManager::findDefinitions | function | core/ |
Finds plugin definitions. |
| MigrateSourcePluginManager::getDiscovery | function | core/ |
Gets the plugin discovery. |
| MigrateSourcePluginManager::__construct | function | core/ |
MigrateSourcePluginManager constructor. |
| MigrateSourceTest | class | core/ |
@coversDefaultClass \Drupal\migrate\Plugin\migrate\source\SourcePluginBase[[api-linebreak]] @group migrate |
| MigrateSourceTest.php | file | core/ |
Contains \Drupal\Tests\migrate\Unit\MigrateSourceTest. |
| MigrateSourceTest::$defaultMigrationConfiguration | property | core/ |
Override the migration config. |
| 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/ |
Test that the source count is correct. |
| MigrateSourceTest::testCountCacheKey | function | core/ |
Test that the key can be set for the count cache. |
| MigrateSourceTest::testDefaultPropertiesValues | function | core/ |
Test that cacheCounts, skipCount, trackChanges preserve their default values. |
| MigrateSourceTest::testHighwaterTrackChangesIncompatible | function | core/ |
@covers ::__construct[[api-linebreak]] |
| MigrateSourceTest::testNewHighwater | function | core/ |
Test that a highwater mark newer than our saved one imports a row. |
| MigrateSourceTest::testNextNeedsUpdate | function | core/ |
Test that $row->needsUpdate() works as expected. |
| MigrateSourceTest::testOutdatedHighwater | function | core/ |
Test that an outdated highwater mark does not cause a row to be imported. |
| MigrateSourceTest::testPrepareRow | function | core/ |
Test basic row preparation. |
| MigrateSourceTest::testPrepareRowFalse | function | core/ |
Test that we don't get a row if prepareRow() is false. |
| MigrateSourceTest::testPrepareRowGlobalPrepareSkip | function | core/ |
Test that global prepare hooks can skip rows. |
| MigrateSourceTest::testPrepareRowMigratePrepareSkip | function | core/ |
Test that migrate specific prepare hooks can skip rows. |
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.