function apachesolr_mark_book_outline_node in Apache Solr Search 8
Same name and namespace in other branches
- 6.3 apachesolr.module \apachesolr_mark_book_outline_node()
- 7 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 535 - Integration with the Apache Solr search application.
Code
function apachesolr_mark_book_outline_node($form, $form_state) {
apachesolr_mark_entity('node', $form['#node']->nid);
}