public function GeneratorInterface::sentence in Style Guide 8
Same name and namespace in other branches
- 2.x src/GeneratorInterface.php \Drupal\styleguide\GeneratorInterface::sentence()
Generate a random sentence.
Parameters
string $link: The link to add to the sentence.
1 method overrides GeneratorInterface::sentence()
- Generator::sentence in src/
Generator.php - Generate a random sentence.
File
- src/
GeneratorInterface.php, line 113
Class
- GeneratorInterface
- Interface GeneratorInterface.
Namespace
Drupal\styleguideCode
public function sentence($link = FALSE);