Initial api documentation file. Based on #925162-1: Major feature extension & Drush 3.x Compatibility.

CommentFileSizeAuthor
environment.api_.patch2.1 KBGrayside
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Grayside’s picture

Status: Active » Needs review

Sigh...

voxpelli’s picture

Status: Needs review » Needs work

The definition of hook_environments() is wrong. It should be more like:

function hook_environments() {
  return array(
    'environment_1' => array(
      'default' => FALSE,
      'category_1' => array(
        'default' => TRUE,
        'task_1' => FALSE,
      ),
    ),
  );
}
Grayside’s picture

Thanks. I was confused about that.

Grayside’s picture

Status: Needs work » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.