You are here

ThrobberInterface.php in Ajax loader 7

Interface ThrobberInterface

File

lib/throbber/ThrobberInterface.php
View source
<?php

/**
 * @file
 * Interface ThrobberInterface
 */
interface ThrobberInterface {

  /**
   * Returns markup for throbber.
   */
  public function getMarkup();

  /**
   * Returns path to css file.
   */
  public function getCssFile();

  /**
   * Returns human readable label.
   */
  public function getLabel();

}

Interfaces

Namesort descending Description
ThrobberInterface @file Interface ThrobberInterface