You are here

protected property Random::$strings in Service Container 7.2

Same name and namespace in other branches
  1. 7 lib/Drupal/Component/Utility/Random.php \Drupal\Component\Utility\Random::strings

A list of unique strings generated by string().

Type: array

File

lib/Drupal/Component/Utility/Random.php, line 32
Contains \Drupal\Component\Utility\Random.

Class

Random
Defines a utility class for creating random data.

Namespace

Drupal\Component\Utility

Code

protected $strings = array();