You are here

protected function ThrobberChasingDots::setCssFile in Ajax loader 8

Function to set css file.

@inheritdoc

Overrides ThrobberPluginBase::setCssFile

File

src/Plugin/ajax_loader/ThrobberChasingDots.php, line 34

Class

ThrobberChasingDots
Class ThrobberChasingDots.

Namespace

Drupal\ajax_loader\Plugin\ajax_loader

Code

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