You are here

function conflict_paragraphs_field_widget_entity_reference_paragraphs_form_alter in Conflict 8.2

Implements hook_field_widget_WIDGET_TYPE_form_alter().

File

modules/conflict_paragraphs/conflict_paragraphs.module, line 44

Code

function conflict_paragraphs_field_widget_entity_reference_paragraphs_form_alter(&$element, FormStateInterface $form_state, $context) {
  conflict_paragraphs_field_widget_paragraphs_form_alter($element, $form_state, $context);
}