Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Cursor.php
function Cursor::show
Return value
$this
File
vendor/
symfony/
console/
Cursor.php
, line 127
Class
Cursor
@author Pierre du Plessis <
pdples@gmail.com
>
Namespace
Symfony\Component\Console
Code
public
function
show
() : static {
$this
->
output
->
write
(
"\x1b[?25h\x1b[?0c"
);
return
$this
; }
RSS feed