interface ThrobberPluginInterface in Ajax loader 8
Interface ThrobberInterface.
Hierarchy
- interface \Drupal\ajax_loader\ThrobberPluginInterface
Expanded class hierarchy of ThrobberPluginInterface
All classes that implement ThrobberPluginInterface
File
- src/
ThrobberPluginInterface.php, line 8
Namespace
Drupal\ajax_loaderView 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
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ThrobberPluginInterface:: |
public | function | Returns path to css file. | 1 |
ThrobberPluginInterface:: |
public | function | Returns human readable label. | 1 |
ThrobberPluginInterface:: |
public | function | Returns markup for throbber. | 1 |