Skip to content

Commit e9b197f

Browse files
committed
WEBDOM-271 : file provisioning
1 parent 720daf7 commit e9b197f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Entity/DrupalSevenApplication.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,15 @@ public function setInstallProfile(string $installProfile)
4747
{
4848
$this->installProfile = $installProfile;
4949
}
50+
51+
/**
52+
* @return array
53+
*/
54+
public static function getTemplateReplacements(): array
55+
{
56+
$templateReplacements = parent::getTemplateReplacements();
57+
$templateReplacements['installProfile()'] = 'getInstallProfile()';
58+
59+
return $templateReplacements;
60+
}
5061
}

0 commit comments

Comments
 (0)