You are here

public function FriendSearchForm::__construct in Heartbeat 8

Constructs a new FriendSearchForm object.

File

src/Form/FriendSearchForm.php, line 27

Class

FriendSearchForm
Class FriendSearchForm.

Namespace

Drupal\heartbeat\Form

Code

public function __construct(ConfigManager $config_manager) {
  $this->configManager = $config_manager;
}