You are here

Functions in Workflow Fields 5

Primary tabs

Namesort descending Location Description Direct uses Strings
theme_workflow_fields_state ./workflow_fields.module
theme__workflow_fields_settings ./workflow_fields.module
workflow_fields_form_alter ./workflow_fields.module Implementation of hook_form_alter(). Hook on both any CCK node form and on the workflow state form.
workflow_fields_help ./workflow_fields.module Implementation of hook_help().
workflow_fields_install ./workflow_fields.install
workflow_fields_menu ./workflow_fields.module
workflow_fields_nodeapi ./workflow_fields.module
workflow_fields_node_form_alter ./workflow_fields.module Alter the node form by hiding/disabling fields depending on the workflow state. To hide a field, just unset it from the form. To disable a field, replace its form element by a view-only version (by calling the 'view' CCK function). 1
workflow_fields_state_form_alter ./workflow_fields.module Alter the workflow state form. Add a table listing the fields for workflow's content type. 1
workflow_fields_state_form_submit ./workflow_fields.module
workflow_fields_uninstall ./workflow_fields.install
workflow_fields_update_1 ./workflow_fields.install
workflow_fields_update_2 ./workflow_fields.install
workflow_fields_workflow_fields ./workflow_fields.module
workflow_fields_workflow_operations ./workflow_fields.module Workflow hook to allow other modules to add workflow operations.
_workflow_fields_compute_groups ./workflow_fields.module Return an array of rids for the current user, given a node. Include FIELD_ROLE_AUTHOR if the current user is the node author. 1
_workflow_fields_find_element ./workflow_fields.module 1
_workflow_fields_get_fields ./workflow_fields.module 2
_workflow_fields_node_view ./workflow_fields.module Render a single field. This function is a copy of cck/content.module:_content_field_view. 1
_workflow_fields_settings ./workflow_fields.module 1

Other projects