public function VariantPluginContentForm::__construct in Page Manager 8
Same name and namespace in other branches
- 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\FormCode
public function __construct(SharedTempStoreFactory $tempstore) {
$this->tempstore = $tempstore;
}