You are here

public function PanelizerWizardContextConfigure::__construct in Panelizer 8.3

PanelizerWizardContextConfigure constructor.

Parameters

\Drupal\user\SharedTempStoreFactory $tempstore: The shared tempstore factory.

\Drupal\ctools\ContextMapperInterface $context_mapper: The context mapper.

Overrides ContextConfigure::__construct

File

src/Form/PanelizerWizardContextConfigure.php, line 31

Class

PanelizerWizardContextConfigure

Namespace

Drupal\panelizer\Form

Code

public function __construct(SharedTempStoreFactory $tempstore, ContextMapperInterface $context_mapper) {
  parent::__construct($tempstore);
  $this->contextMapper = $context_mapper;
}