public function WorkflowD7Base::__construct in Workflow 7
Same name and namespace in other branches
- 7.2 includes/Field/WorkflowD7Base.php \WorkflowD7Base::__construct()
Constructor, stub for D8 WidgetBase.
File
- includes/
Field/ WorkflowD7Base.php, line 24 - Contains workflow\includes\Field\WorkflowD7Base.
Class
Code
public function __construct(array $field, array $instance, $entity_type = '', stdClass $entity = NULL) {
// Properties for Widget and Field.
$this->field = $field;
$this->instance = $instance;
// Properties for FieldItem.
$this->entity = $entity;
$this->entity_type = $entity_type;
}