protected function PanelizerWizardContextForm::getRelationshipClass in Panelizer 8.3
Same name and namespace in other branches
- 8.5 src/Form/PanelizerWizardContextForm.php \Drupal\panelizer\Form\PanelizerWizardContextForm::getRelationshipClass()
- 8.4 src/Form/PanelizerWizardContextForm.php \Drupal\panelizer\Form\PanelizerWizardContextForm::getRelationshipClass()
Return a subclass of '\Drupal\ctools\Form\RelationshipConfigure'.
The RelationshipConfigure class is designed to be subclassed with custom route information to control the modal/redirect needs of your use case.
Return value
string
Overrides ManageContext::getRelationshipClass
File
- src/
Form/ PanelizerWizardContextForm.php, line 74
Class
- PanelizerWizardContextForm
- Simple wizard step form.
Namespace
Drupal\panelizer\FormCode
protected function getRelationshipClass($cached_values) {
}