public function ContextConfigure::__construct in Chaos Tool Suite (ctools) 8.3
File
- src/
Form/ ContextConfigure.php, line 55
Class
Namespace
Drupal\ctools\FormCode
public function __construct(SharedTempStoreFactory $tempstore, EntityTypeManagerInterface $entity_type_manager) {
$this->tempstore = $tempstore;
$this->entityTypeManager = $entity_type_manager;
}