You are here

function paragraphs_items_form_submit_build_field_collection in Paragraphs table 7

Submit builder. Extracts the form values and updates the entity.

File

./pharagraphs_table.pages.inc, line 43

Code

function paragraphs_items_form_submit_build_field_collection($form, $form_state) {
  return $form_state;
}