You are here

ThrobberWanderingCubes.php in Ajax loader 7

Class ThrobberWanderingCubes

File

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

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

  /**
   * @inheritdoc
   */
  protected function setMarkup() {
    return '<div class="ajax-throbber sk-wandering-cubes">
              <div class="sk-cube sk-cube1"></div>
              <div class="sk-cube sk-cube2"></div>
            </div>';
  }

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

  /**
   * @inheritdoc
   */
  protected function setLabel() {
    return 'Wandering cubes';
  }

}

Classes

Namesort descending Description
ThrobberWanderingCubes @file Class ThrobberWanderingCubes