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

Breadcrumb

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

function BigNumberConverter::__construct

File

vendor/ramsey/uuid/src/Converter/Number/BigNumberConverter.php, line 32

Class

BigNumberConverter
Previously used to integrate moontoast/math as a bignum arithmetic library, BigNumberConverter is deprecated in favor of GenericNumberConverter

Namespace

Ramsey\Uuid\Converter\Number

Code

public function __construct() {
    $this->converter = new GenericNumberConverter(new BrickMathCalculator());
}

API Navigation

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