function MigrateSourceTestBase::providerSource
Same name in other branches
- 9 core/modules/migrate/tests/src/Kernel/MigrateSourceTestBase.php \Drupal\Tests\migrate\Kernel\MigrateSourceTestBase::providerSource()
- 8.9.x core/modules/migrate/tests/src/Kernel/MigrateSourceTestBase.php \Drupal\Tests\migrate\Kernel\MigrateSourceTestBase::providerSource()
Provides source data for ::testSource.
Return value
iterable The source data.
99 methods override MigrateSourceTestBase::providerSource()
- ActionTest::providerSource in core/
modules/ system/ tests/ src/ Kernel/ Plugin/ migrate/ source/ ActionTest.php - Provides source data for ::testSource.
- BlockCustomTest::providerSource in core/
modules/ block_content/ tests/ src/ Kernel/ Plugin/ migrate/ source/ d7/ BlockCustomTest.php - Provides source data for ::testSource.
- BlockCustomTranslationTest::providerSource in core/
modules/ block_content/ tests/ src/ Kernel/ Plugin/ migrate/ source/ d7/ BlockCustomTranslationTest.php - Provides source data for ::testSource.
- BlockedIpsTest::providerSource in core/
modules/ ban/ tests/ src/ Kernel/ Plugin/ migrate/ source/ d7/ BlockedIpsTest.php - Provides source data for ::testSource.
- BlockTest::providerSource in core/
modules/ block/ tests/ src/ Kernel/ Plugin/ migrate/ source/ BlockTest.php - Provides source data for ::testSource.
File
-
core/
modules/ migrate/ tests/ src/ Kernel/ MigrateSourceTestBase.php, line 215
Class
- MigrateSourceTestBase
- Base class for tests of Migrate source plugins.
Namespace
Drupal\Tests\migrate\KernelCode
public static abstract function providerSource();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.