You are here

public static function Quantity::getRequestTime in farmOS 2.x

File

modules/core/quantity/src/Entity/Quantity.php, line 112

Class

Quantity
Defines the Quantity entity.

Namespace

Drupal\quantity\Entity

Code

public static function getRequestTime() {
  return \Drupal::time()
    ->getRequestTime();
}