You are here

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

Parameters

\Drupal\Core\TempStore\SharedTempStoreFactory $tempstore: The shared tempstore.

\Drupal\ctools\TypedDataResolver $resolver: The typed data resolver.

File

src/Form/ResolverRelationshipDelete.php, line 53

Class

ResolverRelationshipDelete

Namespace

Drupal\ctools\Form

Code

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