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\priceCode
public function getTime() : int {
return $this->time;
}