You are here

protected function PanelizerWizardBase::getContextMapper in Panelizer 8.4

Same name and namespace in other branches
  1. 8.5 src/Wizard/PanelizerWizardBase.php \Drupal\panelizer\Wizard\PanelizerWizardBase::getContextMapper()
  2. 8.3 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

PanelizerWizardBase

Namespace

Drupal\panelizer\Wizard

Code

protected function getContextMapper() {
  return \Drupal::service('ctools.context_mapper');
}