constant BOOK_ACCESS_GRANT_PRIORITY in Book access 6
@file
Allows access control for book nodes on a per book basis. It is based on forum_access.module and tac_lite.module.
2 uses of BOOK_ACCESS_GRANT_PRIORITY
- _book_access_node_access_records_roles in ./
book_access.module - Gets the list of grant records assigned to user roles for a book.
- _book_access_node_access_records_users in ./
book_access.module - Gets the list of grant records assigned to users for a book.
File
- ./
book_access.module, line 10 - Allows access control for book nodes on a per book basis. It is based on forum_access.module and tac_lite.module.
Code
define('BOOK_ACCESS_GRANT_PRIORITY', 0);