comparison core/lib/Drupal/Component/Utility/Random.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents 4c8ae668cc8c
children
comparison
equal deleted inserted replaced
16:c2387f117808 17:129ea1e6d783
257 $output .= $this->sentences(mt_rand(20, 60)) . "\n\n"; 257 $output .= $this->sentences(mt_rand(20, 60)) . "\n\n";
258 } 258 }
259 return $output; 259 return $output;
260 } 260 }
261 261
262
263 /** 262 /**
264 * Create a placeholder image. 263 * Create a placeholder image.
265 * 264 *
266 * @param string $destination 265 * @param string $destination
267 * The absolute file path where the image should be stored. 266 * The absolute file path where the image should be stored.