You are here

protected function ThrobberWave::setCssFile in Ajax loader 8

Function to set css file.

@inheritdoc

Overrides ThrobberPluginBase::setCssFile

File

src/Plugin/ajax_loader/ThrobberWave.php, line 37

Class

ThrobberWave
Class ThrobberWave.

Namespace

Drupal\ajax_loader\Plugin\ajax_loader

Code

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