You are here

protected function ThrobberThreeBounce::setCssFile in Ajax loader 8

Function to set css file.

@inheritdoc

Overrides ThrobberPluginBase::setCssFile

File

src/Plugin/ajax_loader/ThrobberThreeBounce.php, line 35

Class

ThrobberThreeBounce
Class ThrobberThreeBounce.

Namespace

Drupal\ajax_loader\Plugin\ajax_loader

Code

protected function setCssFile() {
  return $this->path . '/css/three-bounce.css';
}