public function MigrateUiParagraphsTest::providerParagraphsMigrate in Paragraphs 8
Provides data and expected results for testing paragraph migrations.
Return value
bool[][] Classic node migration type.
File
- tests/
src/ Functional/ Migrate/ MigrateUiParagraphsTest.php, line 44  
Class
- MigrateUiParagraphsTest
 - Tests the migration of paragraph entities.
 
Namespace
Drupal\Tests\paragraphs\Functional\MigrateCode
public function providerParagraphsMigrate() {
  return [
    [
      'node_migrate_type_classic' => TRUE,
    ],
    [
      'node_migrate_type_classic' => FALSE,
    ],
  ];
}