apachesolr_form_node_type_form_alter

Versions
6
apachesolr_form_node_type_form_alter(&$form, $form_state)

Implementation of hook_form_[form_id]_alter().

Make sure to flush cache when content types are changed.

Code

contrib-6/apachesolr/apachesolr.module, line 1671

<?php
function apachesolr_form_node_type_form_alter(&$form, $form_state) {
  $form['#submit'][] = 'apachesolr_clear_cache';
}
?>

Post new comment

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options