function ContextDelete::__construct
Same name in other branches
- 4.0.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\FormCode
public function __construct(SharedTempStoreFactory $tempstore) {
$this->tempstore = $tempstore;
}