getCssBuiltVersion() public method

Returns a shortened md5 of the built CSS file
public getCssBuiltVersion ( ) : string
return string
 /**
  * @return string
  */
 public function render()
 {
     return $this->backendAssetsUtility->getCssBuiltVersion();
 }