You are here

public function Context::getTime in Price 2.0.x

Gets the time.

Return value

int The time.

File

src/Context.php, line 70

Class

Context
Contains known global information (user, time).

Namespace

Drupal\price

Code

public function getTime() : int {
  return $this->time;
}