You are here

function hook_form_builder_form_types_alter in Form Builder 7

Same name and namespace in other branches
  1. 7.2 form_builder.api.php \hook_form_builder_form_types_alter()

Alter the form types defined by other modules.

See also

hook_form_builder_form_types().

1 invocation of hook_form_builder_form_types_alter()
FormBuilderLoader::loadFormTypeInfo in ./form_builder.classes.inc

File

./form_builder.api.php, line 42
These are the hooks that are invoked by Form Builder.

Code

function hook_form_builder_form_types_alter(&$types) {
  $types['webform']['element class'] = 'ExtendedWebformElementBase';
}