Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. 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,
];

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal