function ContentImportTest::providerImportEntityThatAlreadyExists
Return value
array<array<mixed>>
File
- 
              core/
tests/ Drupal/ FunctionalTests/ DefaultContent/ ContentImportTest.php, line 115  
Class
- ContentImportTest
 - @covers \Drupal\Core\DefaultContent\Importer[[api-linebreak]] @group DefaultContent @group Recipe
 
Namespace
Drupal\FunctionalTests\DefaultContentCode
public static function providerImportEntityThatAlreadyExists() : array {
  return [
    [
      Existing::Error,
    ],
    [
      Existing::Skip,
    ],
  ];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.