You are here

public function SubscriptionsBlockForm::setUniqueId in Simplenews 8.2

Same name and namespace in other branches
  1. 8 src/Form/SubscriptionsBlockForm.php \Drupal\simplenews\Form\SubscriptionsBlockForm::setUniqueId()
  2. 3.x src/Form/SubscriptionsBlockForm.php \Drupal\simplenews\Form\SubscriptionsBlockForm::setUniqueId()

Setup unique ID.

Parameters

string $id: Subscription block unique form ID.

File

src/Form/SubscriptionsBlockForm.php, line 42

Class

SubscriptionsBlockForm
Configure simplenews subscriptions of the logged user.

Namespace

Drupal\simplenews\Form

Code

public function setUniqueId($id) {
  $this->uniqueId = $id;
}