You are here

public function GroupEditForm::save in Paragraphs Browser 8

Secondary submit handler to save entity after group has been updated

Parameters

array $form:

\Drupal\Core\Form\FormStateInterface $form_state:

File

src/Form/GroupEditForm.php, line 88
Contains \Drupal\paragraphs_browser\Form\GroupEditForm.

Class

GroupEditForm
Class CleanupUrlAliases.

Namespace

Drupal\paragraphs_browser\Form

Code

public function save(array $form, FormStateInterface $form_state) {
  $this->entity
    ->save();
}