You are here

ThrobberRotatingPlane.php in Ajax loader 7

Class ThrobberRotatingPlane

File

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

/**
 * @file
 * Class ThrobberRotatingPlane
 */
class ThrobberRotatingPlane extends ThrobberBase {

  /**
   * @inheritdoc
   */
  protected function setMarkup() {
    return '<div class="ajax-throbber sk-rotating-plane"></div>';
  }

  /**
   * @inheritdoc
   */
  protected function setCssFile() {
    return $this->path . '/css/rotating-plane.css';
  }

  /**
   * @inheritdoc
   */
  protected function setLabel() {
    return 'Rotating plane';
  }

}

Classes

Namesort descending Description
ThrobberRotatingPlane @file Class ThrobberRotatingPlane