24 calls to WorkflowState::load() in Workflow 7
- Workflow::getCreationState in includes/
Entity/ Workflow.php - Property functions.
- Workflow::getState in includes/
Entity/ Workflow.php - WorkflowDefaultWidget::formElement in includes/
Field/ WorkflowDefaultWidget.php - Implements hook_field_widget_form --> WidgetInterface::formElement().
- workflowfield_field_formatter_view in workflow_field/
workflowfield.formatter.inc - Implements hook_field_formatter_view().
- WorkflowItem::getCurrentState in includes/
Field/ WorkflowItem.php - WorkflowItem::update in includes/
Field/ WorkflowItem.php - Implements hook_field_update() -> FieldItemInterface::update()
- WorkflowScheduledTransition::save in includes/
Entity/ WorkflowScheduledTransition.php - WorkflowState::save in includes/
Entity/ WorkflowState.php - Save (update/insert) a Workflow State into table workflow_states. @deprecated: workflow_update_workflow_states() --> WorkflowState->save()
- WorkflowState::__construct in includes/
Entity/ WorkflowState.php - CRUD functions.
- WorkflowTransition::execute in includes/
Entity/ WorkflowTransition.php - Execute a transition (change state of a node). @deprecated: workflow_execute_transition() --> WorkflowTransition::execute().
- WorkflowTransition::isAllowed in includes/
Entity/ WorkflowTransition.php - Verifies if the given transition is allowed.
- workflow_access_node_access_records in workflow_access/
workflow_access.module - Implements hook_node_access_records().
- workflow_access_workflow in workflow_access/
workflow_access.workflow.inc - Implements hook_workflow().
- workflow_admin_ui_overview_form_submit in workflow_admin_ui/
workflow_admin_ui.pages.inc - Submission handler for the state form.
- workflow_admin_ui_overview_form_validate in workflow_admin_ui/
workflow_admin_ui.pages.inc - Validation handler for the state form.
- workflow_delete_workflow_states_by_sid in ./
workflow.deprecated.inc - Given a sid, delete the state and all associated data. @deprecated: workflow_delete_workflow_states_by_sid($sid, $new_sid, $true_delete) --> WorkflowState->delete()
- workflow_node_view in ./
workflow.node.inc - Implements hook_node_view().
- workflow_revert_form in workflow_revert/
workflow_revert.module - Menu callback to do the revert function.
- workflow_search_api_property_workflow_state_getter_callback in workflow_search_api/
workflow_search_api.module - Getter callback for workflow state defined in workflow_search_api_entity_property_info_alter.
- workflow_tab_form in ./
workflow.pages.inc - Form builder. Allow workflow state change and scheduling from workflow tab. N.B. This function is only used for Node API, not Field API.
- workflow_update_workflow_states in ./
workflow.deprecated.inc - Save (update/insert) a Workflow State into table {workflow_states}. @deprecated: workflow_update_workflow_states() --> WorkflowState->save()
- workflow_vbo_given_state_action_submit in workflow_vbo/
workflow_vbo.module - Submit handler for "Change workflow state of post to new state" action configuration form.
- workflow_vbo_next_state_action in workflow_vbo/
workflow_vbo.module - Implements a Drupal action. Move a node to the next state in the workflow.
- _workflow_views_get_workflow_state_name in workflow_views/
workflow_views.module - Helper function, to gather the workflow name from a given arguement.