Search for source

  1. Search 7.x for source
  2. Search 8.9.x for source
  3. Search 10.3.x for source
  4. Search 11.x for source
  5. Other projects
Title Object type File name Summary
MessageResourceTestBase::testPatch function core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php Tests a PATCH request for an entity, plus edge cases to ensure good DX.
MessageTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/MessageTest.php The name of the tested JSON:API resource type.
MigrateDrupalUpdateTest::testSourceFeedRequired function core/modules/migrate_drupal/tests/src/Functional/MigrateDrupalUpdateTest.php Tests migrate_drupal_multilingual uninstallation.
MigrateExecutable::$source property core/modules/migrate/src/MigrateExecutable.php The source.
MigrateExecutable::$sourceIdValues property core/modules/migrate/src/MigrateExecutable.php The configuration values of the source.
MigrateExecutable::$sourceRowStatus property core/modules/migrate/src/MigrateExecutable.php Status of one row.
MigrateExecutable::currentSourceIds function core/modules/migrate/src/MigrateExecutable.php Fetches the key array for the current source record.
MigrateExecutable::getSource function core/modules/migrate/src/MigrateExecutable.php Returns the source.
MigrateExecutableTest::getMockSource function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Returns a mock migration source instance.
MigrateExternalTranslatedTestSource class core/modules/migrate/tests/modules/migrate_external_translated_test/src/Plugin/migrate/source/MigrateExternalTranslatedTestSource.php A simple migrate source for our tests.
MigrateExternalTranslatedTestSource.php file core/modules/migrate/tests/modules/migrate_external_translated_test/src/Plugin/migrate/source/MigrateExternalTranslatedTestSource.php
MigrateExternalTranslatedTestSource::$import property core/modules/migrate/tests/modules/migrate_external_translated_test/src/Plugin/migrate/source/MigrateExternalTranslatedTestSource.php The data to import.
MigrateExternalTranslatedTestSource::fields function core/modules/migrate/tests/modules/migrate_external_translated_test/src/Plugin/migrate/source/MigrateExternalTranslatedTestSource.php Returns available fields on the source.
MigrateExternalTranslatedTestSource::getIds function core/modules/migrate/tests/modules/migrate_external_translated_test/src/Plugin/migrate/source/MigrateExternalTranslatedTestSource.php Defines the source fields uniquely identifying a source row.
MigrateExternalTranslatedTestSource::initializeIterator function core/modules/migrate/tests/modules/migrate_external_translated_test/src/Plugin/migrate/source/MigrateExternalTranslatedTestSource.php Initializes the iterator with the source data.
MigrateExternalTranslatedTestSource::__toString function core/modules/migrate/tests/modules/migrate_external_translated_test/src/Plugin/migrate/source/MigrateExternalTranslatedTestSource.php Allows class to decide how it will react when it is treated like a string.
MigrateField::$source_module property core/modules/migrate_drupal/src/Annotation/MigrateField.php Identifies the system providing the data the field plugin will read.
MigrateIdMapInterface::currentSource function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Looks up the source identifier(s) currently being iterated.
MigrateIdMapInterface::getRowBySource function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Retrieves a row from the map table based on source identifier values.
MigrateIdMapInterface::lookupSourceId function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Looks up the source identifier.
MigrateIdMapMessageEvent::$sourceIdValues property core/modules/migrate/src/Event/MigrateIdMapMessageEvent.php Array of values uniquely identifying the source row.
MigrateIdMapMessageEvent::getSourceIdValues function core/modules/migrate/src/Event/MigrateIdMapMessageEvent.php Gets the source ID values.
MigrateLookupTest::testMultipleSourceIds function core/modules/migrate/tests/src/Kernel/MigrateLookupTest.php Tests lookups with multiple source ids.
MigrateMapDeleteEvent::$sourceId property core/modules/migrate/src/Event/MigrateMapDeleteEvent.php Array of source ID fields.
MigrateMapDeleteEvent::getSourceId function core/modules/migrate/src/Event/MigrateMapDeleteEvent.php Gets the source ID of the item being removed from the map.
MigrateSource class core/modules/migrate/src/Annotation/MigrateSource.php Defines a migration source plugin annotation object.
MigrateSource.php file core/modules/migrate/src/Annotation/MigrateSource.php
MigrateSource::$id property core/modules/migrate/src/Annotation/MigrateSource.php A unique identifier for the process plugin.
MigrateSource::$minimum_version property core/modules/migrate/src/Annotation/MigrateSource.php Specifies the minimum version of the source provider.
MigrateSource::$requirements_met property core/modules/migrate/src/Annotation/MigrateSource.php Whether requirements are met.
MigrateSource::$source_module property core/modules/migrate/src/Annotation/MigrateSource.php Identifies the system providing the data the source plugin will read.
MigrateSource::getProvider function core/modules/migrate/src/Annotation/MigrateSource.php Gets the name of the provider of the annotated class.
MigrateSource::getProviders function core/modules/migrate/src/Annotation/MigrateSource.php Gets the provider names of the annotated class.
MigrateSource::setProviders function core/modules/migrate/src/Annotation/MigrateSource.php Sets the provider names of the annotated class.
MigrateSourceInterface interface core/modules/migrate/src/Plugin/MigrateSourceInterface.php Defines an interface for migrate sources.
MigrateSourceInterface.php file core/modules/migrate/src/Plugin/MigrateSourceInterface.php
MigrateSourceInterface::fields function core/modules/migrate/src/Plugin/MigrateSourceInterface.php Returns available fields on the source.
MigrateSourceInterface::getIds function core/modules/migrate/src/Plugin/MigrateSourceInterface.php Defines the source fields uniquely identifying a source row.
MigrateSourceInterface::getSourceModule function core/modules/migrate/src/Plugin/MigrateSourceInterface.php Gets the source module providing the source data.
MigrateSourceInterface::NOT_COUNTABLE constant core/modules/migrate/src/Plugin/MigrateSourceInterface.php Indicates that the source is not countable.
MigrateSourceInterface::prepareRow function core/modules/migrate/src/Plugin/MigrateSourceInterface.php Adds additional data to the row.
MigrateSourceInterface::__toString function core/modules/migrate/src/Plugin/MigrateSourceInterface.php Allows class to decide how it will react when it is treated like a string.
MigrateSourcePluginManager class core/modules/migrate/src/Plugin/MigrateSourcePluginManager.php Plugin manager for migrate source plugins.
MigrateSourcePluginManager.php file core/modules/migrate/src/Plugin/MigrateSourcePluginManager.php
MigrateSourcePluginManager::findDefinitions function core/modules/migrate/src/Plugin/MigrateSourcePluginManager.php Finds plugin definitions.
MigrateSourcePluginManager::getDiscovery function core/modules/migrate/src/Plugin/MigrateSourcePluginManager.php Gets the plugin discovery.
MigrateSourcePluginManager::__construct function core/modules/migrate/src/Plugin/MigrateSourcePluginManager.php MigrateSourcePluginManager constructor.
MigrateSourceTest class core/modules/migrate/tests/src/Unit/MigrateSourceTest.php @coversDefaultClass \Drupal\migrate\Plugin\migrate\source\SourcePluginBase
@group migrate
MigrateSourceTest.php file core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Contains \Drupal\Tests\migrate\Unit\MigrateSourceTest.
MigrateSourceTest::$defaultMigrationConfiguration property core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Override the migration config.

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