Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
TableCell.php
function TableCell::__toString
Returns the cell value.
File
vendor/
symfony/
console/
Helper/
TableCell.php
, line 46
Class
TableCell
@author Abdellatif Ait boudad <
a.aitboudad@gmail.com
>
Namespace
Symfony\Component\Console\Helper
Code
public
function
__toString
() : string {
return
$this
->
value
; }
RSS feed