You are here

function form_mode_manager_install in Form mode manager 8

Same name and namespace in other branches
  1. 8.2 form_mode_manager.install \form_mode_manager_install()

Implements hook_install().

File

./form_mode_manager.install, line 11
Install, update and uninstall functions for the Form Mode Manager module.

Code

function form_mode_manager_install() {
  _form_mode_manager_exclude_commerce_form_mode();
}