public function StateMachine::ignore in State Machine 7.2
Same name and namespace in other branches
- 7.3 inc/base.inc \StateMachine::ignore()
Whether State Machine to be ignored
1 call to StateMachine::ignore()
1 method overrides StateMachine::ignore()
- StateFlowTest::ignore in modules/
state_flow/ state_flow.api.php - * Override workflow from working on certain content types * *
File
Class
- StateMachine
- @file base.inc
Code
public function ignore() {
return FALSE;
}