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
Namespace
Drupal\panelizer\FormCode
public function __construct(SharedTempStoreFactory $tempstore, ContextMapperInterface $context_mapper) {
parent::__construct($tempstore);
$this->contextMapper = $context_mapper;
}