Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
TableCell.php
TableCell::$options
Type:
options
File
vendor/
symfony/
console/
Helper/
TableCell.php
, line 21
Class
TableCell
@author Abdellatif Ait boudad <
a.aitboudad@gmail.com
>
Namespace
Symfony\Component\Console\Helper
Code
private array $options = [
'rowspan'
=>
1
,
'colspan'
=>
1
,
'style'
=>
null
, ];
RSS feed