You are here

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

File

src/Form/RelationshipConfigure.php, line 46

Class

RelationshipConfigure

Namespace

Drupal\ctools\Form

Code

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