Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Clock.php

function Clock::setDefault

1 call to Clock::setDefault()
ClockFactory::setDefault in vendor/open-telemetry/sdk/Common/Time/ClockFactory.php

File

vendor/open-telemetry/api/Common/Time/Clock.php, line 16

Class

Clock

Namespace

OpenTelemetry\API\Common\Time

Code

public static function setDefault(ClockInterface $clock) : void {
    self::$clock = $clock;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal