You are here

function paragraph_blocks_field_widget_paragraphs_form_alter in Paragraph blocks 8.2

Same name and namespace in other branches
  1. 3.x paragraph_blocks.module \paragraph_blocks_field_widget_paragraphs_form_alter()

Implements hook_field_widget_WIDGET_TYPE_form_alter().

File

./paragraph_blocks.module, line 139
Contains paragraph_blocks.module.

Code

function paragraph_blocks_field_widget_paragraphs_form_alter(&$element, FormStateInterface $form_state, $context) {
  _paragraph_blocks_process_widget_form($element, $form_state, $context);
}