protected function PageVariantSelectionForm::getConditionClass in Page Manager 8
Same name and namespace in other branches
- 8.4 page_manager_ui/src/Form/PageVariantSelectionForm.php \Drupal\page_manager_ui\Form\PageVariantSelectionForm::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 PageVariantSelectionForm::getConditionClass()
- PageVariantSelectionForm::add in page_manager_ui/
src/ Form/ PageVariantSelectionForm.php
File
- page_manager_ui/
src/ Form/ PageVariantSelectionForm.php, line 28 - Contains \Drupal\page_manager_ui\Form\PageVariantSelectionForm.
Class
Namespace
Drupal\page_manager_ui\FormCode
protected function getConditionClass() {
return SelectionConfigure::class;
}