SqlDropCommand
final class SqlDropCommand extends Command (View source)
Traits
Constants
NAME |
|
Properties
protected | $uri | from ExecTrait |
Methods
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
Starts a background browser/tab for the current site or a specified URL.
from
ExecTrait
configure()
No description
int
execute(InputInterface $input, OutputInterface $output)
No description
Details
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
Starts a background browser/tab for the current site or a specified URL.
Uses a non-blocking Process call, so Drush execution will continue.
static bool
programExists($program)
No description
static string
getEditor(string|null $editor = null)
No description
protected
configure()
No description
protected int
execute(InputInterface $input, OutputInterface $output)
No description