function FollowUpMigrationsTest::providerTestEntityReferenceTranslations
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',
      ],
    ],
  ];
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
