You are here

public function PanelsDeleteBlockForm::__construct in Panels 8.3

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

PanelsDeleteBlockForm constructor.

Parameters

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

File

src/Form/PanelsDeleteBlockForm.php, line 54

Class

PanelsDeleteBlockForm
Provides a form for deleting an access condition.

Namespace

Drupal\panels\Form

Code

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