public function GeneratorInterface::tableHeader in Style Guide 8
Same name and namespace in other branches
- 2.x src/GeneratorInterface.php \Drupal\styleguide\GeneratorInterface::tableHeader()
Return a random table header array.
Parameters
int $size: The size of the list to return.
Return value
array An array of header elements.
1 method overrides GeneratorInterface::tableHeader()
- Generator::tableHeader in src/
Generator.php - Return a random table header array.
File
- src/
GeneratorInterface.php, line 47
Class
- GeneratorInterface
- Interface GeneratorInterface.
Namespace
Drupal\styleguideCode
public function tableHeader($size = 5);