public function WorkflowDefaultWidget::errorElement in Workflow 7
File
- includes/
Field/ WorkflowDefaultWidget.php, line 362 - Contains workflow\includes\Field\WorkflowDefaultWidget.
Class
- WorkflowDefaultWidget
- Plugin implementation of the 'workflow_default' widget. @todo D8: Replace "extends WorkflowD7WidgetBase" by "extends WidgetBase" or perhaps by "extends OptionsWidgetBase" from Options module.
Code
public function errorElement(array $element, ConstraintViolationInterface $violation, array $form, array &$form_state) {
}