You are here

public function GeneratorInterface::tableRows in Style Guide 8

Same name and namespace in other branches
  1. 2.x src/GeneratorInterface.php \Drupal\styleguide\GeneratorInterface::tableRows()

Return a random table row array.

Parameters

int $size: The size of the list to return.

Return value

array An array of row elements.

1 method overrides GeneratorInterface::tableRows()
Generator::tableRows in src/Generator.php
Return a random table row array.

File

src/GeneratorInterface.php, line 58

Class

GeneratorInterface
Interface GeneratorInterface.

Namespace

Drupal\styleguide

Code

public function tableRows($size = 5);