Random::$machineNames

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Component/Utility/Random.php \Drupal\Component\Utility\Random::machineNames

A list of unique names generated by machineName().

Type: string[]

File

core/lib/Drupal/Component/Utility/Random.php, line 41

Class

Random
Defines a utility class for creating random data.

Namespace

Drupal\Component\Utility

Code

protected array $machineNames = [];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.