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