You are here

function apachesolr_mark_book_outline_node in Apache Solr Search 7

Same name and namespace in other branches
  1. 8 apachesolr.module \apachesolr_mark_book_outline_node()
  2. 6.3 apachesolr.module \apachesolr_mark_book_outline_node()

Submit handler for the book outline form.

Marks the node for re-indexing.

1 string reference to 'apachesolr_mark_book_outline_node'
apachesolr_form_book_outline_form_alter in ./apachesolr.module
Implements hook_form_[form_id]_alter().

File

./apachesolr.module, line 528
Integration with the Apache Solr search application.

Code

function apachesolr_mark_book_outline_node($form, $form_state) {
  apachesolr_mark_entity('node', $form['#node']->nid);
}