You are here

public function GroupDeleteConfirm::save in Paragraphs Browser 8

Secondary submit handler, saves entity after group has been removed

Parameters

array $form:

\Drupal\Core\Form\FormStateInterface $form_state:

File

src/Form/GroupDeleteConfirm.php, line 62

Class

GroupDeleteConfirm
Class CleanupUrlAliases.

Namespace

Drupal\paragraphs_browser\Form

Code

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