You are here

function designkit_form_spaces_features_form_alter in DesignKit 6

Same name and namespace in other branches
  1. 7 designkit.module \designkit_form_spaces_features_form_alter()

Spaces integration. Implementation of hook_form_alter() for spaces_features_form.

File

./designkit.module, line 195

Code

function designkit_form_spaces_features_form_alter(&$form, &$form_state) {
  module_load_include('inc', 'designkit', 'designkit.admin');
  _designkit_form_alter($form, $form_state);
}