You are here

Functions in Workflow Extensions 7

Primary tabs

Namesort descending Location Description Direct uses Strings
workflow_extensions_admin_configure ./workflow_extensions.admin.inc Menu callback for admin settings. 1
workflow_extensions_block_info ./workflow_extensions.module Implements hook_block_info().
workflow_extensions_block_view ./workflow_extensions.module Implements hook_block_view().
workflow_extensions_change_state_form ./workflow_extensions.module Use this function in a code-snippet to output a workflow state change form on any page. May be used multiple times on the same page (for different nodes), e.g. using the 'Views PHP' module, as a unique form_id is generated for each… 2
workflow_extensions_extract_workflow_name ./workflow_extensions.module 1
workflow_extensions_forms ./workflow_extensions.module Implements hook_forms().
workflow_extensions_form_alter ./workflow_extensions.module Implements hook_form_alter().
workflow_extensions_form_redirect ./workflow_extensions.module If the workflow state was NOT transitioned via the node View, Edit or Workflow tabs, then redirect to the original page. @todo: make this configurabele 2
workflow_extensions_form_submit ./workflow_extensions.module Handler for the edit form. 2
workflow_extensions_get_transition_label ./workflow_extensions.module Return the name for the workflow transition identified by the supplied from-state and to-state names. 1
workflow_extensions_install ./workflow_extensions.install Implements hook_install().
workflow_extensions_menu ./workflow_extensions.module Implements hook_menu().
workflow_extensions_permission ./workflow_extensions.module Implements hook_permission().
workflow_extensions_replace_state_name_tokens ./workflow_extensions.module 2
workflow_extensions_replace_tokens_raw ./workflow_extensions.module 2
workflow_extensions_single_state_form ./workflow_extensions.module Form used to display the current state, without a submit button to change it. 1
workflow_extensions_token_list ./workflow_extensions.module Implements hook_token_list().
workflow_extensions_token_values ./workflow_extensions.module Implements hook_token_values().
workflow_extensions_uninstall ./workflow_extensions.install Implements hook_uninstall().
workflow_extensions_views_api ./workflow_extensions.module Implements hook_views_api().
workflow_extensions_views_data_alter views/workflow_extensions.views.inc Implements hook_views_data_alter().
workflow_extensions_views_default_views views/workflow_extensions.views_default.inc Implements hook_views_default_views().
workflow_extensions_views_handlers views/workflow_extensions.views.inc Implements hook_views_handlers().
workflow_extensions_workflow_comment_edit_form ./workflow_extensions.module Display a text area populated with the selected workflow log comment and allow the user to modify and save it. 1
workflow_extensions_workflow_comment_edit_form_submit ./workflow_extensions.module Submit handler for the workflow transition comment edit form.
workflow_extensions_workflow_form_validate ./workflow_extensions.module Validate the workflow form, in particular the state transition comment and the scheduled state transition time (the date is a drop-down so requires no validation). 1
workflow_state_transition_record_load ./workflow_extensions.module Load function belonging to the above menu option 'workflow-log/%workflow-state-transition-record'. Maps to this function just like 'node/%node' maps to node_load().
_workflow_extensions_assign_handlers ./workflow_extensions.module Sets up an array of handlers appropriate for the form we're on. 1
_workflow_extensions_replace_with_buttons ./workflow_extensions.module 1
_workflow_extensions_replace_with_dropdown ./workflow_extensions.module 1

Other projects