You are here

public function RoboFile::buildDrupalOrgMake in Panopoly 7

Builds the top-level drupal-org.make file from the panopoly_* features.

File

./RoboFile.php, line 276

Class

RoboFile
This is project's console commands configuration for Robo task runner.

Code

public function buildDrupalOrgMake() {
  file_put_contents(__DIR__ . '/drupal-org.make', $this
    ->getDrupalOrgMakeContents());
}