function ConditionDelete::__construct
Same name in other branches
- 8.x-3.x src/Form/ConditionDelete.php \Drupal\ctools\Form\ConditionDelete::__construct()
Condition Delete Confirmation Form Constructor.
Parameters
\Drupal\Core\TempStore\SharedTempStoreFactory $tempstore: The Tempstore Factory.
\Drupal\Component\Plugin\PluginManagerInterface $manager: The Plugin Manager.
File
-
src/
Form/ ConditionDelete.php, line 59
Class
- ConditionDelete
- Delete Condition Confirmation Form.
Namespace
Drupal\ctools\FormCode
public function __construct(SharedTempStoreFactory $tempstore, PluginManagerInterface $manager) {
$this->tempstore = $tempstore;
$this->manager = $manager;
}