You are here

protected property RandomGeneratorTrait::$randomGenerator in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/simpletest/src/RandomGeneratorTrait.php \Drupal\simpletest\RandomGeneratorTrait::randomGenerator

The random generator.

Type: \Drupal\Component\Utility\Random

File

core/modules/simpletest/src/RandomGeneratorTrait.php, line 22
Contains \Drupal\simpletest\RandomGeneratorTrait.

Class

RandomGeneratorTrait
Provides random generator utility methods.

Namespace

Drupal\simpletest

Code

protected $randomGenerator;