Random::$strings

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Component/Utility/Random.php \Drupal\Component\Utility\Random::strings
  2. 8.9.x core/lib/Drupal/Component/Utility/Random.php \Drupal\Component\Utility\Random::strings
  3. 11.x core/lib/Drupal/Component/Utility/Random.php \Drupal\Component\Utility\Random::strings

A list of unique strings generated by string().

Type: array

File

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

Class

Random
Defines a utility class for creating random data.

Namespace

Drupal\Component\Utility

Code

protected $strings = [];

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