You are here

public function GeneratorInterface::sentence in Style Guide 8

Same name and namespace in other branches
  1. 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\styleguide

Code

public function sentence($link = FALSE);