Search for source

  1. Search 7.x for source
  2. Search 9.5.x for source
  3. Search 8.9.x for source
  4. Search 10.3.x for source
  5. Other projects
Title Object type File name Summary
SourcePluginBase::getHighWaterProperty function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Get information on the property used as the high watermark.
SourcePluginBase::getHighWaterStorage function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Get the high water storage object.
SourcePluginBase::getIterator function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Returns the iterator that will yield the row arrays to be processed.
SourcePluginBase::getModuleHandler function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Gets the module handler.
SourcePluginBase::getSourceModule function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Gets the source module providing the source data.
SourcePluginBase::initializeIterator function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Initializes the iterator with the source data.
SourcePluginBase::key function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Gets the iterator key.
SourcePluginBase::next function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php
SourcePluginBase::postRollback function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Performs post-rollback tasks.
SourcePluginBase::prepareRow function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Adds additional data to the row.
SourcePluginBase::preRollback function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Performs pre-rollback tasks.
SourcePluginBase::rewind function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Rewinds the iterator.
SourcePluginBase::rowChanged function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Checks if the incoming row has changed since our last import.
SourcePluginBase::saveHighWater function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Save the new high water mark.
SourcePluginBase::valid function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Checks whether the iterator is currently valid.
SourcePluginBase::__construct function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Constructs a \Drupal\Component\Plugin\PluginBase object.
SourceProviderTest class core/modules/migrate_drupal_ui/tests/src/Functional/SourceProviderTest.php Tests that a missing source provider error message is displayed.
SourceProviderTest.php file core/modules/migrate_drupal_ui/tests/src/Functional/SourceProviderTest.php
SourceProviderTest::$modules property core/modules/migrate_drupal_ui/tests/src/Functional/SourceProviderTest.php Modules to install.
SourceProviderTest::getAvailablePaths function core/modules/migrate_drupal_ui/tests/src/Functional/SourceProviderTest.php Gets the available upgrade paths.
SourceProviderTest::getEntityCounts function core/modules/migrate_drupal_ui/tests/src/Functional/SourceProviderTest.php Gets the expected number of entities per entity type after migration.
SourceProviderTest::getEntityCountsIncremental function core/modules/migrate_drupal_ui/tests/src/Functional/SourceProviderTest.php Gets expected number of entities per entity after incremental migration.
SourceProviderTest::getMissingPaths function core/modules/migrate_drupal_ui/tests/src/Functional/SourceProviderTest.php Gets the missing upgrade paths.
SourceProviderTest::getSourceBasePath function core/modules/migrate_drupal_ui/tests/src/Functional/SourceProviderTest.php Gets the source base path for the concrete test.
SourceProviderTest::providerSourceProvider function core/modules/migrate_drupal_ui/tests/src/Functional/SourceProviderTest.php Data provider for testSourceProvider.
SourceProviderTest::testSourceProvider function core/modules/migrate_drupal_ui/tests/src/Functional/SourceProviderTest.php Test missing source provider.
SourceString class core/modules/locale/src/SourceString.php Defines the locale source string object.
SourceString.php file core/modules/locale/src/SourceString.php
SourceString::getString function core/modules/locale/src/SourceString.php Gets plain string contained in this object.
SourceString::isNew function core/modules/locale/src/SourceString.php Checks whether the object is not saved to storage yet.
SourceString::isSource function core/modules/locale/src/SourceString.php Checks whether the object is a source string.
SourceString::isTranslation function core/modules/locale/src/SourceString.php Checks whether the object is a translation string.
SourceString::setString function core/modules/locale/src/SourceString.php Sets the string contained in this object.
Sql::$sourceIdFields property core/modules/migrate/src/Plugin/migrate/id_map/Sql.php The source ID fields.
Sql::$sourceIds property core/modules/migrate/src/Plugin/migrate/id_map/Sql.php The source identifiers.
Sql::currentSource function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Looks up the source identifier(s) currently being iterated.
Sql::getRowBySource function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Retrieves a row from the map table based on source identifier values.
Sql::getSourceIdsHash function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Retrieves the hash of the source identifier values.
Sql::lookupSourceId function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Looks up the source identifier.
Sql::sourceIdFields function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php The source ID fields.
Sql::SOURCE_IDS_HASH constant core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Column name of hashed source id values.
SqlBaseTest::prepareSourceData function core/modules/migrate/tests/src/Kernel/SqlBaseTest.php Creates a custom source table and some sample data.
StaticMapTest::testMapWithEmptySource function core/modules/migrate/tests/src/Unit/process/StaticMapTest.php Tests when the source is empty.
StaticMapTest::testMapWithInvalidSource function core/modules/migrate/tests/src/Unit/process/StaticMapTest.php Tests when the source is invalid.
StaticMapTest::testMapWithInvalidSourceAndBypass function core/modules/migrate/tests/src/Unit/process/StaticMapTest.php Tests when the source is invalid and bypass is enabled.
StaticMapTest::testMapWithInvalidSourceWithADefaultValue function core/modules/migrate/tests/src/Unit/process/StaticMapTest.php Tests when the source is invalid but there's a default.
StaticMapTest::testMapWithInvalidSourceWithANullDefaultValue function core/modules/migrate/tests/src/Unit/process/StaticMapTest.php Tests when the source is invalid but there's a default value of NULL.
StaticMapTest::testMapWithSourceList function core/modules/migrate/tests/src/Unit/process/StaticMapTest.php Tests map when the source is a list.
StaticMapTest::testMapWithSourceString function core/modules/migrate/tests/src/Unit/process/StaticMapTest.php Tests map when the source is a string.
StaticMapTest::testWithNullSource function core/modules/migrate/tests/src/Unit/process/StaticMapTest.php Tests when the source is invalid but there's a default.

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