You are here

protected function PageVariantSelectionForm::getConditionClass in Page Manager 8.4

Same name and namespace in other branches
  1. 8 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 24

Class

PageVariantSelectionForm

Namespace

Drupal\page_manager_ui\Form

Code

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