You are here

18 calls to Workflow::getWorkflows() in Workflow 7

Workflow::getWorkflowByName in includes/Entity/Workflow.php
A Factory function to get Workflow data from the database, and return objects. This is only called by CRUD functions in workflow.features.inc More than likely in prep for an import / export action. Therefore we don't want to fiddle with the…
Workflow::load in includes/Entity/Workflow.php
Loads a Workflow object from table {workflows} Implements a 'Factory' pattern to get Workflow data from the database, and return objects. The execution of the query instantiates objects and saves them in a static array.
WorkflowItem::getAllowedValues in includes/Field/WorkflowItem.php
WorkflowItem::settingsForm in includes/Field/WorkflowItem.php
workflow_access_features_export_options in workflow_access/workflow_access.features.inc
Implements hook_features_export_options().
workflow_admin_ui_add_form_validate in workflow_admin_ui/workflow_admin_ui.pages.inc
Validate the workflow add form.
workflow_admin_ui_edit_form_validate in workflow_admin_ui/workflow_admin_ui.pages.inc
Validate the workflow editing form.
workflow_admin_ui_type_map_form in workflow_admin_ui/workflow_admin_ui.pages.inc
Form builder. Allow administrator to map workflows to content types and determine placement.
workflow_admin_ui_workflow_operations in workflow_admin_ui/workflow_admin_ui.module
Implements hook_workflow_operations(). Might as well eat our own cooking.
workflow_features_export in ./workflow.features.inc
Implements hook_features_export().
workflow_features_export_options in ./workflow.features.inc
Implements hook_features_export_options().
workflow_features_export_render in ./workflow.features.inc
Implements hook_features_export_render().
workflow_get_workflows in ./workflow.deprecated.inc
Get all workflows. @deprecated: workflow_get_workflows() --> Workflow::getWorkflows($wid)
workflow_get_workflow_options in ./workflow.module
Get an options list for workflow states (to show in a widget). To be used in non-OO modules, like workflow_rules.
workflow_get_workflow_states_all in ./workflow.deprecated.inc
Get all active states in the system.
workflow_update_7001 in ./workflow.install
Initialize all workflows to show watchdog messages.
workflow_vbo_given_state_action_form in workflow_vbo/workflow_vbo.module
Configuration form for "Change workflow state of post to new state" action.
workflow_views_handler_filter_sid::get_value_options in workflow_views/includes/workflow_views_handler_filter_sid.inc
Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.