function Time::getCurrentMicroTime
Overrides TimeInterface::getCurrentMicroTime
2 calls to Time::getCurrentMicroTime()
- Time::getProxyRequestMicroTime in core/
lib/ Drupal/ Component/ Datetime/ Time.php - Returns a mimic of the timestamp of the current request.
- Time::getProxyRequestTime in core/
lib/ Drupal/ Component/ Datetime/ Time.php - Returns a mimic of the timestamp of the current request.
File
-
core/
lib/ Drupal/ Component/ Datetime/ Time.php, line 74
Class
- Time
- Provides a class for obtaining system time.
Namespace
Drupal\Component\DatetimeCode
public function getCurrentMicroTime() {
return microtime(TRUE);
}