hook_publishcontent_publish_access |
./publishcontent.api.php |
Allow other modules the ability to modify access to the publish controls. |
|
|
hook_publishcontent_unpublish_access |
./publishcontent.api.php |
Allow other modules the ability to modify access to the unpublish controls. |
|
|
og_publishcontent_publish_access |
./publishcontent.module |
Implements hook_publishcontent_publish_access(). |
|
|
og_publishcontent_unpublish_access |
./publishcontent.module |
Implements hook_publishcontent_unpublish_access(). |
|
|
publishcontent_config_form |
./publishcontent.admin.inc |
Administration settings form. |
|
1 |
publishcontent_config_form_post_submit |
./publishcontent.admin.inc |
Form submission function. |
|
1 |
publishcontent_config_form_pre_submit |
./publishcontent.admin.inc |
Form submission function. |
|
1 |
publishcontent_form_node_form_alter |
./publishcontent.module |
Implements hook_form_FORM_ID_alter(). |
|
|
publishcontent_form_node_type_form_alter |
./publishcontent.module |
Implements hook_form_FORM_ID_alter(). |
|
|
publishcontent_menu |
./publishcontent.module |
Implements hook_menu(). |
|
|
publishcontent_og_permission |
./publishcontent.module |
Implements hook_og_permission(). |
|
|
publishcontent_permission |
./publishcontent.module |
Implements hook_permission(). |
1 |
|
publishcontent_publishcontent_publish_access |
./publishcontent.module |
Implements hook_publishcontent_publish_access(). |
|
|
publishcontent_publishcontent_unpublish_access |
./publishcontent.module |
Implements hook_publishcontent_unpublish_access(). |
|
|
publishcontent_publish_access |
./publishcontent.module |
Determine if a user has publish permission to a given node. |
4 |
|
publishcontent_render_publish_button |
./publishcontent.module |
Render publish button. |
1 |
|
publishcontent_render_unpublish_button |
./publishcontent.module |
Render unpublish button. |
1 |
|
publishcontent_security_token_to_arg |
./publishcontent.module |
Used to append a security token to prevent XSS. |
|
|
publishcontent_tab_load |
./publishcontent.module |
Decide to show the (un)publish tab or not. |
|
|
publishcontent_test_menu |
tests/publishcontent_test.module |
Implements hook_menu(). |
|
|
publishcontent_test_nodes |
tests/publishcontent_test.module |
Menu callback. |
|
1 |
publishcontent_toggle_status |
./publishcontent.module |
Menu callback for publish / unpublish content actions. |
1 |
|
publishcontent_toggle_status_form |
./publishcontent.module |
Form to get confirmation for publish/unpublish content |
|
1 |
publishcontent_toggle_status_form_submit |
./publishcontent.module |
Submit handler for Publish/Unpublish confirmation form |
|
|
publishcontent_unpublish_access |
./publishcontent.module |
Determine if a user has unpublish rights on a node. |
4 |
|
publishcontent_update_7001 |
./publishcontent.install |
Copy tabs preference into new variable called publishcontent_method. |
|
|
publishcontent_views_api |
./publishcontent.module |
Implements hook_views_api(). |
|
|
publishcontent_views_data_alter |
./publishcontent.module |
Implements hook_views_data_alter(). |
|
|
_publishcontent_configure_publish_button |
./publishcontent.module |
Add the publish button to the node edit form. |
1 |
|
_publishcontent_configure_publish_checkbox |
./publishcontent.module |
Configure the node form to include the publish checkbox. |
1 |
|
_publishcontent_get_menutype |
./publishcontent.module |
Helper function for hook_menu to get the menu type for the current setup. |
1 |
|
_publishcontent_get_message |
./publishcontent.module |
Helper function to generate change of status message. |
2 |
|
_publishcontent_get_method |
./publishcontent.module |
Get the configured publish content method. |
2 |
|
_publishcontent_publish_access |
./publishcontent.module |
Access callback for publish action. |
|
1 |
_publishcontent_publish_node |
./publishcontent.module |
Submit handler to publish the node. |
|
1 |
_publishcontent_unpublish_access |
./publishcontent.module |
Access callback for unpublish action. |
|
1 |
_publishcontent_unpublish_node |
./publishcontent.module |
Submit handler to unpublish the node. |
|
1 |