function book_form_update
Same name in other branches
- 9 core/modules/book/book.module \book_form_update()
- 8.9.x core/modules/book/book.module \book_form_update()
- 10 core/modules/book/book.module \book_form_update()
- 11.x core/modules/book/book.module \book_form_update()
Renders a new parent page select element when the book selection changes.
This function is called via Ajax when the selected book is changed on a node or book outline form.
Return value
The rendered parent page select element.
1 string reference to 'book_form_update'
- _book_add_form_elements in modules/
book/ book.module - Builds the common elements of the book form for the node and outline forms.
File
-
modules/
book/ book.module, line 609
Code
function book_form_update($form, $form_state) {
return $form['book']['plid'];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.