You are here

constant PUBLISHCONTENT_ACCESS_ALLOW in Publish Content 7

8 uses of PUBLISHCONTENT_ACCESS_ALLOW
hook_publishcontent_publish_access in ./publishcontent.api.php
Allow other modules the ability to modify access to the publish controls.
hook_publishcontent_unpublish_access in ./publishcontent.api.php
Allow other modules the ability to modify access to the unpublish controls.
og_publishcontent_publish_access in ./publishcontent.module
Implements hook_publishcontent_publish_access().
og_publishcontent_unpublish_access in ./publishcontent.module
Implements hook_publishcontent_unpublish_access().
publishcontent_publishcontent_publish_access in ./publishcontent.module
Implements hook_publishcontent_publish_access().

... See full list

File

./publishcontent.module, line 14
Add link to publish or unpublish a node, with access control based on the node type

Code

define('PUBLISHCONTENT_ACCESS_ALLOW', TRUE);