You are here

protected function AddVariantSelectionForm::getConditionClass in Page Manager 8

Same name and namespace in other branches
  1. 8.4 page_manager_ui/src/Form/AddVariantSelectionForm.php \Drupal\page_manager_ui\Form\AddVariantSelectionForm::getConditionClass()

Return a subclass of '\Drupal\ctools\Form\ConditionConfigure'.

The ConditionConfigure class is designed to be subclassed with custom route information to control the modal/redirect needs of your use case.

Return value

string

Overrides ManageConditions::getConditionClass

1 call to AddVariantSelectionForm::getConditionClass()
AddVariantSelectionForm::add in page_manager_ui/src/Form/AddVariantSelectionForm.php

File

page_manager_ui/src/Form/AddVariantSelectionForm.php, line 29
Contains \Drupal\page_manager_ui\Form\AddVariantSelectionForm.

Class

AddVariantSelectionForm

Namespace

Drupal\page_manager_ui\Form

Code

protected function getConditionClass() {
  return AddVariantSelectionConfigure::class;
}