function RelationshipConfigure::__construct
Same name in other branches
- 8.x-3.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\FormCode
public function __construct(SharedTempStoreFactory $tempstore, TypedDataResolver $resolver) {
$this->tempstore = $tempstore;
$this->resolver = $resolver;
}