You are here

public function VariantPluginContentForm::__construct in Page Manager 8

Same name and namespace in other branches
  1. 8.4 page_manager_ui/src/Form/VariantPluginContentForm.php \Drupal\page_manager_ui\Form\VariantPluginContentForm::__construct()

Constructs a new VariantPluginContentForm.

Parameters

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

File

page_manager_ui/src/Form/VariantPluginContentForm.php, line 37
Contains Drupal\page_manager_ui\Form\VariantPluginContentForm.

Class

VariantPluginContentForm
Provides a form for editing a variant.

Namespace

Drupal\page_manager_ui\Form

Code

public function __construct(SharedTempStoreFactory $tempstore) {
  $this->tempstore = $tempstore;
}