function FollowUpMigrationsTest::providerTestEntityReferenceTranslations

Same name in other branches
  1. 9 core/modules/migrate_drupal/tests/src/Kernel/d7/FollowUpMigrationsTest.php \Drupal\Tests\migrate_drupal\Kernel\d7\FollowUpMigrationsTest::providerTestEntityReferenceTranslations()
  2. 11.x core/modules/migrate_drupal/tests/src/Kernel/d7/FollowUpMigrationsTest.php \Drupal\Tests\migrate_drupal\Kernel\d7\FollowUpMigrationsTest::providerTestEntityReferenceTranslations()

Data provider for testEntityReferenceTranslations().

File

core/modules/migrate_drupal/tests/src/Kernel/d7/FollowUpMigrationsTest.php, line 124

Class

FollowUpMigrationsTest
Tests follow-up migrations.

Namespace

Drupal\Tests\migrate_drupal\Kernel\d7

Code

public static 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.