public function FancyLoginLoadFormCommand::__construct in Fancy Login 3.0.x
Same name and namespace in other branches
- 8.2 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\AjaxCode
public function __construct(array $form) {
$this->form = $form;
}