You are here

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

File

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

Class

Quantity
Defines the Quantity entity.

Namespace

Drupal\quantity\Entity

Code

public static function getCurrentUserId() {
  return [
    \Drupal::currentUser()
      ->id(),
  ];
}