public function WishlistSearchForm::__construct in UC Wish List 8
Parameters
\Drupal\Core\Session\AccountInterface $account:
File
- src/
Form/ WishlistSearchForm.php, line 25
Class
Namespace
Drupal\uc_wishlist\FormCode
public function __construct(AccountInterface $account) {
$this->account = $account;
}