function _book_outline_remove_access
Access callback: Determines if the user can remove nodes from the outline.
Parameters
$node: The node to remove from the outline.
See also
1 string reference to '_book_outline_remove_access'
- book_menu in modules/
book/ book.module - Implements hook_menu().
File
-
modules/
book/ book.module, line 215
Code
function _book_outline_remove_access($node) {
return _book_node_is_removable($node) && _book_outline_access($node);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.