public function HostingPlatformGitForm::submit in Aegir Deploy 7.3
File
- modules/
platform_git/ includes/ HostingPlatformGitForm.inc, line 40 - The HostingPlatformGitForm class.
Class
- HostingPlatformGitForm
- @file The HostingPlatformGitForm class.
Code
public function submit() {
$this
->setRepositoryPath();
$this
->setPublishPath();
}