function RelationshipConfigure::__construct

Same name in other branches
  1. 4.0.x src/Form/RelationshipConfigure.php \Drupal\ctools\Form\RelationshipConfigure::__construct()

Configure Relationship Form constructor.

Parameters

\Drupal\Core\TempStore\SharedTempStoreFactory $tempstore: Tempstore Service.

\Drupal\ctools\TypedDataResolver $resolver: Typed Data Resolver Service.

File

src/Form/RelationshipConfigure.php, line 63

Class

RelationshipConfigure
Configure Relationship Form.

Namespace

Drupal\ctools\Form

Code

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