Skip to content

Commit d5130df

Browse files
authored
Merge pull request #106 from universityofadelaide/config-backwards-compat
Adds compatibility layer to run independent of D8/9 version.
2 parents 6c8c114 + 8f6b0ba commit d5130df

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

scaffold/required/RoboFileBase.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,15 @@ public function configImport() {
333333
$this->checkFail($successful, 'Config import failed.');
334334
}
335335

336+
/**
337+
* Config import backwards compatibility for restore/upgrade.
338+
*
339+
* @deprecated To be removed once all apps move to D9.
340+
*/
341+
public function configImportPlus() {
342+
$this->configImport();
343+
}
344+
336345
/**
337346
* Exports Drupal configuration.
338347
*

0 commit comments

Comments
 (0)