You are here

public function HostingPlatformComposerGitForm::submit in Aegir Deploy 7.3

File

modules/platform_composer_git/includes/HostingPlatformComposerGitForm.inc, line 50
The HostingPlatformComposerGitForm class.

Class

HostingPlatformComposerGitForm
@file The HostingPlatformComposerGitForm class.

Code

public function submit() {
  $this
    ->setProjectPath();
  $this
    ->setPublishPath();
}