You are here

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

File

src/Form/ResolverRelationshipConfigure.php, line 40

Class

ResolverRelationshipConfigure

Namespace

Drupal\ctools\Form

Code

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