protected function WorkflowD7Base::getSettings in Workflow 7.2
Same name and namespace in other branches
- 7 includes/Field/WorkflowD7Base.php \WorkflowD7Base::getSettings()
File
- includes/
Field/ WorkflowD7Base.php, line 48 - Contains workflow\includes\Field\WorkflowD7Base.
Class
Code
protected function getSettings() {
$settings = isset($this->instance['widget']['settings']) ? $this->instance['widget']['settings'] : array();
$field_info = self::settings();
return $settings += $field_info['workflow']['settings'];
}