You are here

function views_handler_argument_workflow_state::construct in Workflow 7.2

Same name and namespace in other branches
  1. 6.2 workflow_views/includes/workflow_views_handler_argument_state.inc \views_handler_argument_workflow_state::construct()
  2. 6 workflow_views/includes/workflow_views_handler_argument_state.inc \views_handler_argument_workflow_state::construct()
  3. 7 workflow_views/includes/workflow_views_handler_argument_state.inc \views_handler_argument_workflow_state::construct()

Views handlers use a special construct function.

Allows it to more easily construct them with variable arguments.

Overrides views_handler_argument::construct

File

workflow_views/handlers/workflow_views_handler_argument_state.inc, line 12
Provide views argument handler for workflow.module.

Class

views_handler_argument_workflow_state
Argument handler to accept a node type.

Code

function construct() {
  parent::construct('type');
}