You are here

public function PanelsBlockConfigureFormBase::__construct in Panels 8.4

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

Constructs a new VariantPluginConfigureBlockFormBase.

Parameters

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

1 call to PanelsBlockConfigureFormBase::__construct()
PanelsAddBlockForm::__construct in src/Form/PanelsAddBlockForm.php
PanelsAddBlockForm constructor.
1 method overrides PanelsBlockConfigureFormBase::__construct()
PanelsAddBlockForm::__construct in src/Form/PanelsAddBlockForm.php
PanelsAddBlockForm constructor.

File

src/Form/PanelsBlockConfigureFormBase.php, line 56

Class

PanelsBlockConfigureFormBase
Provides a base form for configuring a block as part of a variant.

Namespace

Drupal\panels\Form

Code

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