You are here

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

File

src/Form/ContextConfigure.php, line 55

Class

ContextConfigure

Namespace

Drupal\ctools\Form

Code

public function __construct(SharedTempStoreFactory $tempstore, EntityTypeManagerInterface $entity_type_manager) {
  $this->tempstore = $tempstore;
  $this->entityTypeManager = $entity_type_manager;
}