You are here

public function HostingPlatformComposerForm::submit in Aegir Deploy 7.3

File

modules/platform_composer/includes/HostingPlatformComposerForm.inc, line 50
The HostingPlatformComposerForm class.

Class

HostingPlatformComposerForm
@file The HostingPlatformComposerForm class.

Code

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