You are here

public function SelectionDelete::buildForm in Page Manager 8.4

Same name and namespace in other branches
  1. 8 page_manager_ui/src/Form/SelectionDelete.php \Drupal\page_manager_ui\Form\SelectionDelete::buildForm()

@inheritDoc

Overrides ConditionDelete::buildForm

File

page_manager_ui/src/Form/SelectionDelete.php, line 62

Class

SelectionDelete

Namespace

Drupal\page_manager_ui\Form

Code

public function buildForm(array $form, FormStateInterface $form_state, $id = NULL, $tempstore_id = NULL, $machine_name = NULL, $variant_machine_name = NULL) {
  $this->variantMachineName = $variant_machine_name;
  return parent::buildForm($form, $form_state, $id, $tempstore_id, $machine_name);
}