ThrobberTest.php in Ajax loader 7
Class ThrobberTest
File
modules/ajax_loader_test/ThrobberTest.phpView source
<?php
/**
* @file
* Class ThrobberTest
*/
class ThrobberTest extends ThrobberBase {
/**
* @inheritdoc
*/
protected function setMarkup() {
return '<div class="ajax-throbber"></div>';
}
/**
* @inheritdoc
*/
protected function setCssFile() {
return $this->path . '/css/test.css';
}
/**
* @inheritdoc
*/
protected function setLabel() {
return 'Test throbber';
}
}
Classes
Name | Description |
---|---|
ThrobberTest | @file Class ThrobberTest |