You are here

function paragraphs_table_field_widget_form_build in Paragraphs table 7

Implements hook_field_widget_form_build().

File

./paragraphs_table.module, line 507
Module file for Paragraph table module.

Code

function paragraphs_table_field_widget_form_build(&$form, &$form_state, $field, $instance, $langcode, $items, $delta, $element) {
  $element = paragraphs_field_widget_form_build($form, $form_state, $field, $instance, $langcode, $items, $delta, $element);
  return $element;
}