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
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::testWithNullSourceBypass function core/modules/migrate/tests/src/Unit/process/StaticMapTest.php Tests when the source is invalid but bypass is set to TRUE.
StaticMapTest::testWithNullSourceDefaultValue function core/modules/migrate/tests/src/Unit/process/StaticMapTest.php Tests when the source is invalid but default_value is set to TRUE.
StaticMapTest::testWithNullSourceNotInMap function core/modules/migrate/tests/src/Unit/process/StaticMapTest.php Tests when the source is NULL.
StaticMapTest::testWithNullSourceWithEmptyStringMapping function core/modules/migrate/tests/src/Unit/process/StaticMapTest.php Tests when the source is invalid but there's a mapping via an empty string.
StorageComparer::$sourceCacheStorage property core/lib/Drupal/Core/Config/StorageComparer.php A memory cache backend to statically cache source configuration data.
StorageComparer::$sourceNames property core/lib/Drupal/Core/Config/StorageComparer.php Sorted list of all the configuration object names in the source storage.
StorageComparer::$sourceStorage property core/lib/Drupal/Core/Config/StorageComparer.php The source storage used to discover configuration changes.
StorageComparer::$sourceStorages property core/lib/Drupal/Core/Config/StorageComparer.php The source storages keyed by collection.
StorageComparer::getSourceStorage function core/lib/Drupal/Core/Config/StorageComparer.php Gets the configuration source storage.
StorageComparerInterface::getSourceStorage function core/lib/Drupal/Core/Config/StorageComparerInterface.php Gets the configuration source storage.
StorageComparerTest::$sourceStorage property core/tests/Drupal/Tests/Core/Config/StorageComparerTest.php
StringBase::$source property core/modules/locale/src/StringBase.php The source string.
StringInterface::isSource function core/modules/locale/src/StringInterface.php Checks whether the object is a source string.
StringLoader::getSourceContext function core/lib/Drupal/Core/Template/Loader/StringLoader.php
StubRequestHandlerResourcePlugin class core/modules/rest/tests/src/Kernel/RequestHandlerTest.php Stub class where we can prophesize methods.
StubRequestHandlerResourcePlugin::delete function core/modules/rest/tests/src/Kernel/RequestHandlerTest.php Handles a DELETE request.
StubRequestHandlerResourcePlugin::get function core/modules/rest/tests/src/Kernel/RequestHandlerTest.php Handles a GET request.
StubRequestHandlerResourcePlugin::patch function core/modules/rest/tests/src/Kernel/RequestHandlerTest.php Handles a PATCH request.
StubRequestHandlerResourcePlugin::post function core/modules/rest/tests/src/Kernel/RequestHandlerTest.php Handles a POST request.
StubSourceGeneratorPlugin class core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Defines a stubbed source plugin with a generator as iterator.
StubSourceGeneratorPlugin::$cacheCounts property core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Whether this instance should cache the source count.
StubSourceGeneratorPlugin::$skipCount property core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Whether this instance should not attempt to count the source.
StubSourceGeneratorPlugin::$trackChanges property core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Flags whether to track changes to incoming data.
StubSourceGeneratorPlugin::getCacheCounts function core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Return the cacheCounts value.
StubSourceGeneratorPlugin::getSkipCount function core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Return the skipCount value.
StubSourceGeneratorPlugin::getTrackChanges function core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Return the trackChanges value.
StubSourceGeneratorPlugin::initializeIterator function core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Initializes the iterator with the source data.
StubSourcePlugin class core/modules/migrate/tests/src/Unit/StubSourcePlugin.php Stubbed source plugin for testing base class implementations.
StubSourcePlugin.php file core/modules/migrate/tests/src/Unit/StubSourcePlugin.php
StubSourcePlugin::fields function core/modules/migrate/tests/src/Unit/StubSourcePlugin.php Returns available fields on the source.
StubSourcePlugin::getIds function core/modules/migrate/tests/src/Unit/StubSourcePlugin.php Defines the source fields uniquely identifying a source row.
StubSourcePlugin::initializeIterator function core/modules/migrate/tests/src/Unit/StubSourcePlugin.php Initializes the iterator with the source data.
StubSourcePlugin::setModuleHandler function core/modules/migrate/tests/src/Unit/StubSourcePlugin.php Helper for setting internal module handler implementation.
StubSourcePlugin::__toString function core/modules/migrate/tests/src/Unit/StubSourcePlugin.php Allows class to decide how it will react when it is treated like a string.
SubProcessTest::providerTestSourceNotArray function core/modules/migrate/tests/src/Unit/process/SubProcessTest.php Data provider for testSourceNotArray().
SubProcessTest::testSourceNotArray function core/modules/migrate/tests/src/Unit/process/SubProcessTest.php Tests behavior when source children are not arrays.
TermEntityTranslationTest::providerSource function core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermEntityTranslationTest.php Provides source data for ::testSource.
TermLocalizedTranslationTest::providerSource function core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermLocalizedTranslationTest.php Provides source data for ::testSource.
TermLocalizedTranslationTest::providerSource function core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermLocalizedTranslationTest.php Provides source data for ::testSource.
TermNodeTest::providerSource function core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermNodeTest.php Provides source data for ::testSource.
TermResourceTestBase class core/modules/taxonomy/tests/src/Functional/Rest/TermResourceTestBase.php Resource test base for taxonomy term entity.

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