You are here

webform_steps.install in Webform steps 7

Same filename and directory in other branches
  1. 7.3 webform_steps.install
  2. 7.2 webform_steps.install

File

webform_steps.install
View source
<?php

/**
 * Add webform_custom_buttons module when upgrading from legacy.
 */
function webform_steps_update_1() {
  module_enable(array(
    'webform_custom_buttons',
  ));
}

Functions

Namesort descending Description
webform_steps_update_1 Add webform_custom_buttons module when upgrading from legacy.