public function InlineParagraphsWidget::errorElement

File

paragraphs/src/Plugin/Field/FieldWidget/InlineParagraphsWidget.php, line 1233

Class

InlineParagraphsWidget
Plugin implementation of the 'entity_reference paragraphs' widget.

Namespace

Drupal\paragraphs\Plugin\Field\FieldWidget

Code

public function errorElement(array $element, ConstraintViolationInterface $error, array $form, FormStateInterface $form_state) {
  return $element;
}