You are here

function formdazzle_module_implements_alter in Formdazzle! 2.x

Implements hook_module_implements_alter().

File

./formdazzle.module, line 14
The module that provides a set of utilities that make form theming easier.

Code

function formdazzle_module_implements_alter(&$implementations, $hook) {
  Dazzler::moduleImplementsAlter($implementations, $hook);
}