Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
StyleInterface.php
function StyleInterface::table
Formats a table.
1 method overrides
StyleInterface::table()
SymfonyStyle::table
in vendor/
symfony/
console/
Style/
SymfonyStyle.php
Formats a table.
File
vendor/
symfony/
console/
Style/
StyleInterface.php
, line 69
Class
StyleInterface
Output style helpers.
Namespace
Symfony\Component\Console\Style
Code
public
function
table
(array
$headers
, array
$rows
) : void;
RSS feed