You are here

public function AdvaggSettersTrait::setTime in Advanced CSS/JS Aggregation 8.4

Obtaining system time.

Parameters

\Drupal\Component\Datetime\TimeInterface $time: The system time.

Return value

$this

File

src/AdvaggSettersTrait.php, line 280

Class

AdvaggSettersTrait
The trait setters of ADVAGG module.

Namespace

Drupal\advagg

Code

public function setTime(TimeInterface $time) {
  $this->time = $time;
  return $this;
}