You are here

interface ThrobberPluginInterface in Ajax loader 8

Interface ThrobberInterface.

Hierarchy

Expanded class hierarchy of ThrobberPluginInterface

All classes that implement ThrobberPluginInterface

File

src/ThrobberPluginInterface.php, line 8

Namespace

Drupal\ajax_loader
View source
interface ThrobberPluginInterface {

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

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

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

}

Members

Namesort descending Modifiers Type Description Overrides
ThrobberPluginInterface::getCssFile public function Returns path to css file. 1
ThrobberPluginInterface::getLabel public function Returns human readable label. 1
ThrobberPluginInterface::getMarkup public function Returns markup for throbber. 1