* @see signup_form_alter() */ function _signup_date_field_form_alter($form_id, &$form) {
*/ function _taxonomy_theme_form_alter($form_id, &$form) { $options_themes = _taxonomy_theme_options();
*/ function relationship_form_alter($form_id, &$form) { # dsm(array($form_id,$form));
* Implementation of hook_form_alter(). */ function _node_expire_form_node_type_form_alter_validate(&$form, &$form_state) {
foreach (module_implements('form_alter') as $module) { $function = $module .'_form_alter'; $function($form_id, $form);
// Create a dummy node and form and call hook_form_alter() // to produce an array of fields and weights added to the node by all modules.
foreach (module_implements('form_alter') as $module) { $function = $module .'_form_alter'; $function('asset_widget_js', $form);
*/ function date_form_alter($form_id, $form) { if ($form_id == 'views_edit_view') {
*/ function daily_form_alter(&$form, &$form_state, $form_id) { if (isset($form['type']) && ($form['type']['#value'] .'_node_form' == $form_id) && ($vid = variable_get("daily_vocabulary", 0)) && ($voc = t ...