You are here

public function WishlistSearchForm::__construct in UC Wish List 8

Parameters

\Drupal\Core\Session\AccountInterface $account:

File

src/Form/WishlistSearchForm.php, line 25

Class

WishlistSearchForm

Namespace

Drupal\uc_wishlist\Form

Code

public function __construct(AccountInterface $account) {
  $this->account = $account;
}