public function ConditionDelete::__construct in Chaos Tool Suite (ctools) 8.3
File
- src/
Form/ ConditionDelete.php, line 50
Class
Namespace
Drupal\ctools\FormCode
public function __construct(SharedTempStoreFactory $tempstore, PluginManagerInterface $manager) {
$this->tempstore = $tempstore;
$this->manager = $manager;
}