protected function MigrateUpgradeEckTest::getSourcePrivateBasePath in Entity Construction Kit (ECK) 8
Provides the source base path for private files for the credential form.
Return value
string|null The source base path.
1 call to MigrateUpgradeEckTest::getSourcePrivateBasePath()
- MigrateUpgradeEckTest::getCredentials in tests/
src/ Functional/ MigrateUpgradeEckTest.php - Creates an array of credentials for the Credential form.
File
- tests/
src/ Functional/ MigrateUpgradeEckTest.php, line 289
Class
- MigrateUpgradeEckTest
- Tests ECK upgrade using the migrate UI.
Namespace
Drupal\Tests\eck\FunctionalCode
protected function getSourcePrivateBasePath() {
return NULL;
}