You are here

function _bootstrap_tour_configure_rebuild_configuration in Bootstrap Tour 7

Return the new build configuration part of the form

_state

Parameters

type $form:

Return value

type

1 string reference to '_bootstrap_tour_configure_rebuild_configuration'
bootstrap_tour_configure_form in ./bootstrap_tour.admin.inc
Implements hook_form()

File

./bootstrap_tour.admin.inc, line 388

Code

function _bootstrap_tour_configure_rebuild_configuration(&$form, &$form_state) {
  return $form['configuration'];
}