You are here

public static function ParagraphsBrowserForm::addMoreSubmit in Paragraphs Browser 8

File

src/Form/ParagraphsBrowserForm.php, line 285
Contains \Drupal\paragraphs_browser\Form\ParagraphsBrowserForm.

Class

ParagraphsBrowserForm
Class CleanupUrlAliases.

Namespace

Drupal\paragraphs_browser\Form

Code

public static function addMoreSubmit(array $form, FormStateInterface $form_state) {
  $form_state
    ->setRebuild();
}