EditCommand
final class EditCommand extends Command (View source)
Traits
A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
Constants
| NAME |
|
Properties
| protected | $uri | from ExecTrait |
Methods
Instantiates a new instance of the implementing class using autowiring.
Starts a background browser/tab for the current site or a specified URL.
No description
No description
No description
No description
No description
No description
Determine which .bashrc file is best to use on this platform.
No description
Details
static AutowireTrait
create(ContainerInterface $container)
Instantiates a new instance of the implementing class using autowiring.
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
__construct(BootstrapManager $bootstrapManager, DrushConfig $drushConfig, ProcessManager $processManager, SiteAliasManagerInterface $siteAliasManager)
No description
protected void
configure()
No description
int
execute(InputInterface $input, OutputInterface $output)
No description
array
load($headers = true)
No description
static array
phpIniFiles()
No description
array
bashFiles()
No description
static string
findBashrc(string $home)
Determine which .bashrc file is best to use on this platform.
void
complete(CompletionInput $input, CompletionSuggestions $suggestions)
No description