You are here

public function WorkbenchWorkflowsIgnore::ignore in Workbench Moderation 7.2

Whether State Machine to be ignored.

Return value

bool Whether State Machine to be ignored.

Overrides StateMachine::ignore

File

modules/workbench_workflows/plugins/state_flow_entity/workbench_workflows_ignore.inc, line 13
A class to mark a node as ignored by State Machine / Workbench Workflows.

Class

WorkbenchWorkflowsIgnore
@file A class to mark a node as ignored by State Machine / Workbench Workflows.

Code

public function ignore() {
  return TRUE;
}