You are here

interface FancyLoginControllerInterface in Fancy Login 3.0.x

Same name and namespace in other branches
  1. 8.2 src/Controller/FancyLoginControllerInterface.php \Drupal\fancy_login\Controller\FancyLoginControllerInterface

Interface for the ajax controller for the fancy login module.

Hierarchy

Expanded class hierarchy of FancyLoginControllerInterface

All classes that implement FancyLoginControllerInterface

File

src/Controller/FancyLoginControllerInterface.php, line 8

Namespace

Drupal\fancy_login\Controller
View source
interface FancyLoginControllerInterface {

  /**
   * Provides the ajax callback response for the Fancy Login module.
   */
  public function ajaxCallback($type);

}

Members

Namesort descending Modifiers Type Description Overrides
FancyLoginControllerInterface::ajaxCallback public function Provides the ajax callback response for the Fancy Login module. 1