public function SelectionConfigure::buildForm in Page Manager 8.4
Same name and namespace in other branches
- 8 page_manager_ui/src/Form/SelectionConfigure.php \Drupal\page_manager_ui\Form\SelectionConfigure::buildForm()
@inheritDoc
Overrides ConditionConfigure::buildForm
File
- page_manager_ui/
src/ Form/ SelectionConfigure.php, line 64
Class
Namespace
Drupal\page_manager_ui\FormCode
public function buildForm(array $form, FormStateInterface $form_state, $condition = NULL, $tempstore_id = NULL, $machine_name = NULL, $variant_machine_name = NULL) {
$this->variantMachineName = $variant_machine_name;
return parent::buildForm($form, $form_state, $condition, $tempstore_id, $machine_name);
}