You are here

public function VariantPluginContentForm::__construct in Page Manager 8.4

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

Constructs a new VariantPluginContentForm.

Parameters

\Drupal\Core\TempStore\SharedTempStoreFactory $tempstore: The tempstore factory.

File

page_manager_ui/src/Form/VariantPluginContentForm.php, line 32

Class

VariantPluginContentForm
Provides a form for editing a variant.

Namespace

Drupal\page_manager_ui\Form

Code

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