protected function MigrateUiParagraphsTestBase::getEntityCountsIncremental

File

paragraphs/tests/src/Functional/Migrate/MigrateUiParagraphsTestBase.php, line 369

Class

MigrateUiParagraphsTestBase
Provides a base class for testing Paragraphs migration via the UI.

Namespace

Drupal\Tests\paragraphs\Functional\Migrate

Code

protected function getEntityCountsIncremental() {

  // Unused.
  return $this
    ->getEntityCounts();
}