access_unpublished_admin |
./access_unpublished.module |
Create administration page. |
|
1 |
access_unpublished_get_access_url |
./access_unpublished.module |
Generate url to access the unpublished node. |
1 |
|
access_unpublished_help |
./access_unpublished.module |
Implements hook_help(). |
|
|
access_unpublished_install |
./access_unpublished.install |
Implements hook_install(). |
|
|
access_unpublished_menu |
./access_unpublished.module |
Implements hook_menu(). |
|
|
access_unpublished_menu_alter |
./access_unpublished.module |
Implements hook_menu_alter(). |
|
|
access_unpublished_nodeapi |
./access_unpublished.module |
Implements hook_nodeapi(). |
|
|
access_unpublished_perm |
./access_unpublished.module |
Implements hook_perm(). |
|
|
access_unpublished_uninstall |
./access_unpublished.install |
Implements hook_uninstall(). |
|
|
_access_unpublished_get_hash |
./access_unpublished.module |
Create the hash to be used in the URL to gain access to the unpublished
node. The hash value is created by combining the node ID with the private
key supplied in the settings. |
2 |
|
_access_unpublished_get_querystring |
./access_unpublished.module |
Return the value of the querystring |
2 |
|
_access_unpublished_node_access |
./access_unpublished.module |
Returns true if the user has 'view unpublished ??? content' or if they
have the permission corresponding to the node's content type. |
|
1 |