protected function PanelizerWizardBase::getContextMapper in Panelizer 8.3
Same name and namespace in other branches
- 8.5 src/Wizard/PanelizerWizardBase.php \Drupal\panelizer\Wizard\PanelizerWizardBase::getContextMapper()
- 8.4 src/Wizard/PanelizerWizardBase.php \Drupal\panelizer\Wizard\PanelizerWizardBase::getContextMapper()
Wraps the context mapper.
Return value
\Drupal\ctools\ContextMapperInterface
File
- src/
Wizard/ PanelizerWizardBase.php, line 157
Class
Namespace
Drupal\panelizer\WizardCode
protected function getContextMapper() {
return \Drupal::service('ctools.context_mapper');
}