You are here

public function FancyLoginControllerInterface::ajaxCallback in Fancy Login 8.2

Same name and namespace in other branches
  1. 3.0.x src/Controller/FancyLoginControllerInterface.php \Drupal\fancy_login\Controller\FancyLoginControllerInterface::ajaxCallback()

Provides the ajax callback response for the Fancy Login module.

1 method overrides FancyLoginControllerInterface::ajaxCallback()
FancyLoginController::ajaxCallback in src/Controller/FancyLoginController.php
Provides the ajax callback response for the Fancy Login module.

File

src/Controller/FancyLoginControllerInterface.php, line 13

Class

FancyLoginControllerInterface
Interface for the ajax controller for the fancy login module.

Namespace

Drupal\fancy_login\Controller

Code

public function ajaxCallback($type);