You are here

public function FancyLoginLoadFormCommand::__construct in Fancy Login 8.2

Same name and namespace in other branches
  1. 3.0.x src/Ajax/FancyLoginLoadFormCommand.php \Drupal\fancy_login\Ajax\FancyLoginLoadFormCommand::__construct()

Constructs a FancyLoginLoadFormCommand object.

File

src/Ajax/FancyLoginLoadFormCommand.php, line 22

Class

FancyLoginLoadFormCommand
Defines the load form ajax command.

Namespace

Drupal\fancy_login\Ajax

Code

public function __construct(array $form) {
  $this->form = $form;
}