function ContextDelete::__construct

Same name in other branches
  1. 8.x-3.x src/Form/ContextDelete.php \Drupal\ctools\Form\ContextDelete::__construct()

Context Delete Constructor.

Parameters

\Drupal\Core\TempStore\SharedTempStoreFactory $tempstore: Tempstore Service.

File

src/Form/ContextDelete.php, line 50

Class

ContextDelete
Provides a form for deleting an contexts and relationships.

Namespace

Drupal\ctools\Form

Code

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