You are here

function apachesolr_access_form_node_configure_rebuild_confirm_alter in Apache Solr Search 8

Same name and namespace in other branches
  1. 7 apachesolr_access/apachesolr_access.module \apachesolr_access_form_node_configure_rebuild_confirm_alter()

Implements hook_form_alter().

_state

Parameters

array $form:

string $form_id:

File

apachesolr_access/apachesolr_access.module, line 153

Code

function apachesolr_access_form_node_configure_rebuild_confirm_alter(&$form, $form_state, $form_id) {
  $form['#submit'][] = 'apachesolr_access_rebuild_nodeaccess';
}