You are here

protected function PanelizerWizardContextForm::getRelationshipClass in Panelizer 8.5

Same name and namespace in other branches
  1. 8.3 src/Form/PanelizerWizardContextForm.php \Drupal\panelizer\Form\PanelizerWizardContextForm::getRelationshipClass()
  2. 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 79

Class

PanelizerWizardContextForm
Simple wizard step form.

Namespace

Drupal\panelizer\Form

Code

protected function getRelationshipClass($cached_values) {
}