public function SubscriptionsBlockForm::setUniqueId in Simplenews 8
Same name and namespace in other branches
- 8.2 src/Form/SubscriptionsBlockForm.php \Drupal\simplenews\Form\SubscriptionsBlockForm::setUniqueId()
 - 3.x src/Form/SubscriptionsBlockForm.php \Drupal\simplenews\Form\SubscriptionsBlockForm::setUniqueId()
 
File
- src/
Form/ SubscriptionsBlockForm.php, line 34  
Class
- SubscriptionsBlockForm
 - Configure simplenews subscriptions of the logged user.
 
Namespace
Drupal\simplenews\FormCode
public function setUniqueId($id) {
  $this->uniqueId = $id;
}