public function FollowUpMigrationsTest::providerTestEntityReferenceTranslations in Drupal 10
Data provider for testEntityReferenceTranslations().
File
- core/
modules/ migrate_drupal/ tests/ src/ Kernel/ d7/ FollowUpMigrationsTest.php, line 122
Class
- FollowUpMigrationsTest
- Tests follow-up migrations.
Namespace
Drupal\Tests\migrate_drupal\Kernel\d7Code
public function providerTestEntityReferenceTranslations() {
return [
[
[
'd7_node',
'd7_node_translation',
],
],
[
[
'd7_node_complete',
],
],
];
}