You are here

FancyLoginControllerInterface.php in Fancy Login 8.2

Same filename and directory in other branches
  1. 3.0.x src/Controller/FancyLoginControllerInterface.php

File

src/Controller/FancyLoginControllerInterface.php
View source
<?php

namespace Drupal\fancy_login\Controller;


/**
 * Interface for the ajax controller for the fancy login module.
 */
interface FancyLoginControllerInterface {

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

}

Interfaces

Namesort descending Description
FancyLoginControllerInterface Interface for the ajax controller for the fancy login module.