function 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;
}