book_access_admin_form |
./book_access.module |
Book access configuration page. |
|
1 |
book_access_admin_form_submit |
./book_access.module |
|
|
|
book_access_disable |
./book_access.install |
Implements hook_disable(). |
|
|
book_access_enable |
./book_access.install |
Implements hook_enable(). |
|
|
book_access_enabled |
./book_access.module |
Helper function. |
2 |
|
book_access_form_alter |
./book_access.module |
Implements hook_form_alter(). |
|
|
book_access_help |
./book_access.module |
Implements hook_help() |
|
|
book_access_install |
./book_access.install |
Implements hook_install(). |
|
|
book_access_menu |
./book_access.module |
Implements hook_menu(). |
|
|
book_access_node_access_records |
./book_access.module |
Implements hook_node_access_records(). |
1 |
|
book_access_node_grants |
./book_access.module |
Implements hook_node_grants(). |
|
|
book_access_perm |
./book_access.module |
Implements hook_perm(). |
|
|
book_access_uninstall |
./book_access.install |
Implements hook_uninstall(). |
|
|
book_access_update_1 |
./book_access.install |
Implements hook_update_N(). |
|
|
_book_access_build_node_grants |
./book_access.module |
Somewhat redundant node grants function to allow us to set a node's grants
when a book outline is modified. |
|
1 |
_book_access_get_book_nid |
./book_access.module |
Returns the very top level (book) nid for a given book page. |
1 |
|
_book_access_get_parents |
./book_access.module |
Returns the array of book nodes and their parents. |
1 |
|
_book_access_restrict_options |
./book_access.module |
We don't want users to be able to add child pages to pages they do not
have 'update' grants for, so we remove select options which point to book
pages user does not have that grant for. |
1 |
|