You are here

public function ThrobberPluginBase::getCssFile in Ajax loader 8

Function to get css file.

Return value

mixed Return the css file.

Overrides ThrobberPluginInterface::getCssFile

File

src/ThrobberPluginBase.php, line 52

Class

ThrobberPluginBase
Class ThrobberBase.

Namespace

Drupal\ajax_loader

Code

public function getCssFile() {
  return $this->css_file;
}