You are here

public function ContextDelete::__construct in Chaos Tool Suite (ctools) 8.3

File

src/Form/ContextDelete.php, line 43

Class

ContextDelete
Provides a form for deleting an contexts and relationships.

Namespace

Drupal\ctools\Form

Code

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