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\EntityCode
public static function getCurrentUserId() {
return [
\Drupal::currentUser()
->id(),
];
}