You are here

function form_mode_manager_update_8002 in Form mode manager 8

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

Set "add_to_cart" Form Mode excluded from Form mode manager settings.

File

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

Code

function form_mode_manager_update_8002() {
  _form_mode_manager_exclude_commerce_form_mode();
}