You are here

protected function ThrobberRotatingPlane::setMarkup in Ajax loader 7

@inheritdoc

Overrides ThrobberBase::setMarkup

File

lib/throbber/ThrobberRotatingPlane.php, line 13
Class ThrobberRotatingPlane

Class

ThrobberRotatingPlane
@file Class ThrobberRotatingPlane

Code

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