You are here

public function PanelsContentForm::__construct in Panels 8.3

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

Constructs a new VariantPluginContentForm.

Parameters

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

File

src/Form/PanelsContentForm.php, line 39

Class

PanelsContentForm
Provides a form for editing a panel variant display's content.

Namespace

Drupal\panels\Form

Code

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