You are here

public function Context::getTime in Commerce Core 8.2

Gets the time.

Return value

int The time.

File

src/Context.php, line 91

Class

Context
Contains known global information (customer, store, time).

Namespace

Drupal\commerce

Code

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