You are here

public function WorkflowD7Base::getField in Workflow 7

Same name and namespace in other branches
  1. 7.2 includes/Field/WorkflowD7Base.php \WorkflowD7Base::getField()

File

includes/Field/WorkflowD7Base.php, line 33
Contains workflow\includes\Field\WorkflowD7Base.

Class

WorkflowD7Base

Code

public function getField() {
  return $this->field;
}