Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ClockInterface.php
function ClockInterface::now
Returns the current epoch wall-clock timestamp in nanoseconds
2 methods override
ClockInterface::now()
SystemClock::now
in vendor/
open-telemetry/
api/
Common/
Time/
SystemClock.php
@inheritDoc
TestClock::now
in vendor/
open-telemetry/
api/
Common/
Time/
TestClock.php
Returns the current epoch wall-clock timestamp in nanoseconds
File
vendor/
open-telemetry/
api/
Common/
Time/
ClockInterface.php
, line 16
Class
ClockInterface
Namespace
OpenTelemetry\API\Common\Time
Code
public
function
now
() : int;
RSS feed