You are here

protected function MigrateUiParagraphsTestBase::getAvailablePaths in Paragraphs 8

Gets the available upgrade paths.

Return value

string[] An array of available upgrade paths.

Overrides MigrateUpgradeTestBase::getAvailablePaths

File

tests/src/Functional/Migrate/MigrateUiParagraphsTestBase.php, line 377

Class

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

Namespace

Drupal\Tests\paragraphs\Functional\Migrate

Code

protected function getAvailablePaths() {

  // Unused.
  return [];
}