You are here

protected function PanelizerWizardBase::getContexts in Panelizer 8.4

Same name and namespace in other branches
  1. 8.5 src/Wizard/PanelizerWizardBase.php \Drupal\panelizer\Wizard\PanelizerWizardBase::getContexts()
  2. 8.3 src/Wizard/PanelizerWizardBase.php \Drupal\panelizer\Wizard\PanelizerWizardBase::getContexts()

File

src/Wizard/PanelizerWizardBase.php, line 164

Class

PanelizerWizardBase

Namespace

Drupal\panelizer\Wizard

Code

protected function getContexts($cached_values) {
  return $this
    ->getContextMapper()
    ->getContextValues($cached_values['contexts']);
}