You are here

protected function MigrateUpgradeTestBase::getSourcePrivateBasePath in Drupal 9

Provides the source base path for private files for the credential form.

Return value

string|null The source base path.

1 call to MigrateUpgradeTestBase::getSourcePrivateBasePath()
MigrateUpgradeTestBase::getCredentials in core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeTestBase.php
Creates an array of credentials for the Credential form.

File

core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeTestBase.php, line 337

Class

MigrateUpgradeTestBase
Provides a base class for testing migration upgrades in the UI.

Namespace

Drupal\Tests\migrate_drupal_ui\Functional

Code

protected function getSourcePrivateBasePath() {
  return NULL;
}