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