public function ParagraphEditForm::save in Paragraphs table 8
Throws
\Drupal\Core\Entity\EntityStorageException
Overrides EntityForm::save
File
- src/
Form/ ParagraphEditForm.php, line 65
Class
- ParagraphEditForm
- Paragraph Edit Form class.
Namespace
Drupal\paragraphs_table\FormCode
public function save(array $form, FormStateInterface $form_state) {
return $this->entity
->save();
}