Inheritance: implements Platformsh\Cli\Local\Toolstack\ToolstackInterface
Exemplo n.º 1
0
 public function install()
 {
     parent::install();
     $this->copyGitIgnore('gitignore-composer');
     if (Drupal::isDrupal($this->getWebRoot())) {
         $this->installDrupalSettingsLocal();
     }
 }
Exemplo n.º 2
0
 public function install()
 {
     parent::install();
     $this->copyGitIgnore('gitignore-nodejs');
 }