You are here

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

File

src/Form/ConditionDelete.php, line 50

Class

ConditionDelete

Namespace

Drupal\ctools\Form

Code

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