diff --git a/api/Drush/Application.html b/api/Drush/Application.html index c463790662..0bdb411992 100644 --- a/api/Drush/Application.html +++ b/api/Drush/Application.html @@ -86,7 +86,7 @@
class - Application extends Application implements LoggerAwareInterface, ConfigAwareInterface (View source) + Application extends Application implements LoggerAwareInterface, ConfigAwareInterface (View source)
@@ -126,7 +126,7 @@- protected BootstrapManager|null + protected BootstrapManager | $bootstrapManager | @@ -135,7 +135,7 @@
- protected SiteAliasManager|null + protected SiteAliasManager | $aliasManager | @@ -144,7 +144,7 @@
- protected RedispatchHook|null + protected RedispatchHook | $redispatchHook | @@ -153,7 +153,7 @@
- protected TildeExpansionHook|null + protected TildeExpansionHook | $tildeExpansionHook | @@ -162,7 +162,7 @@
- protected ServiceManager|null + protected ServiceManager | $serviceManager | @@ -307,7 +307,7 @@
Command | -- |
protected
bootstrapAndFind($name)
@@ -829,7 +830,7 @@ protected
checkObsolete($command)
@@ -863,8 +864,8 @@ protected void
+
+ protected
configureIO(InputInterface $input, OutputInterface $output)
void | -- |
configureAndRegisterCommands(InputInterface $input, OutputInterface $output, $commandfileSearchpath, ClassLoader $classLoader)
@@ -954,13 +946,51 @@
+ renderException(Exception $e, OutputInterface $output)
+
+ Renders a caught exception. Omits the command docs at end.
+ void
renderThrowable(Throwable $e, OutputInterface $output)
diff --git a/api/Drush/Attributes/HookSelector.html b/api/Drush/Attributes/HookSelector.html
index 2cf6bfe631..855bfbd0ea 100644
--- a/api/Drush/Attributes/HookSelector.html
+++ b/api/Drush/Attributes/HookSelector.html
@@ -86,7 +86,7 @@ class - HookSelector extends HookSelector (View source) + HookSelector extends HookSelector (View source)
diff --git a/api/Drush/Attributes/Obsolete.html b/api/Drush/Attributes/Obsolete.html index fc673a96f1..399833dc00 100644 --- a/api/Drush/Attributes/Obsolete.html +++ b/api/Drush/Attributes/Obsolete.html @@ -86,7 +86,7 @@class - Obsolete extends NoArgumentsBase (View source) + Obsolete extends NoArgumentsBase (View source)
@@ -95,7 +95,7 @@Mark commands as obsolete. These commands are omitted from help list and when -user tries to run one, the command's description is shown. Example usage at https://github.com/drush-ops/drush/blob/13.x/src/Commands/LegacyCommands.php
string|false | +string |
string
lookup(SiteAlias $aliasRecord, $pathAlias)
@@ -285,7 +285,7 @@ string
request(SiteAlias $aliasRecord, string $pathAlias)
diff --git a/api/Drush/Boot/BaseBoot.html b/api/Drush/Boot/BaseBoot.html
index 9d13c21e72..95fd04755e 100644
--- a/api/Drush/Boot/BaseBoot.html
+++ b/api/Drush/Boot/BaseBoot.html
@@ -86,7 +86,7 @@ abstract class - BaseBoot implements Boot, LoggerAwareInterface (View source) + BaseBoot implements Boot, LoggerAwareInterface (View source)
@@ -304,7 +304,7 @@
__construct()
@@ -328,7 +328,7 @@
findUri($root, $uri)
@@ -367,7 +367,7 @@ string
getUri()
@@ -400,7 +400,7 @@
setUri(string $uri)
@@ -433,7 +433,7 @@ int
getPhase()
@@ -466,7 +466,7 @@ void
setPhase(int $phase)
@@ -509,7 +509,7 @@ bool
validRoot(string|null $path)
@@ -554,7 +554,7 @@ string|null
getVersion(string $root)
@@ -596,7 +596,7 @@
commandDefaults()
@@ -620,7 +620,7 @@
reportCommandError($command)
@@ -656,7 +656,7 @@ array
bootstrapPhaseMap()
@@ -690,7 +690,7 @@
lookUpPhaseIndex($phase)
@@ -723,7 +723,7 @@
bootstrapDrush()
@@ -747,7 +747,7 @@ protected bool
hasRegisteredSymfonyCommand($application, $name)
@@ -795,7 +795,7 @@ void
terminate()
diff --git a/api/Drush/Boot/BootstrapManager.html b/api/Drush/Boot/BootstrapManager.html
index c75ecc963a..913d355c18 100644
--- a/api/Drush/Boot/BootstrapManager.html
+++ b/api/Drush/Boot/BootstrapManager.html
@@ -86,7 +86,7 @@ class - BootstrapManager implements LoggerAwareInterface, ConfigAwareInterface (View source) + BootstrapManager implements LoggerAwareInterface, ConfigAwareInterface (View source)
@@ -121,7 +121,7 @@- protected DrushDrupalFinder|null + protected DrushDrupalFinder | $drupalFinder | @@ -139,7 +139,7 @@||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- protected Boot|null + protected Boot | $bootstrap | @@ -148,7 +148,7 @@||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- protected int|null + protected int | $phase | @@ -200,7 +200,7 @@
Boot|array | +$candidateList | -List of boot candidates |
+
DrushDrupalFinder
drupalFinder()
@@ -616,7 +616,7 @@ void
setDrupalFinder(DrushDrupalFinder $drupalFinder)
@@ -659,7 +659,7 @@ string
getRoot()
@@ -691,7 +691,7 @@ string
getComposerRoot()
@@ -723,7 +723,7 @@
getUri()
@@ -746,7 +746,7 @@
selectUri($cwd)
@@ -780,7 +780,7 @@ void
setUri($uri)
@@ -823,8 +823,8 @@ DrupalBoot8
+
+ Boot
bootstrap()
DrupalBoot8 | +Boot |
void
- injectBootstrap(DrupalBoot8 $bootstrap)
+ injectBootstrap(Boot $bootstrap)
DrupalBoot8 | +Boot | $bootstrap | ||||||||||||||
AnnotationData|null | +AnnotationData | $annotationData | Optional annotation data from the command. TRUE if the specified bootstrap phase has completed. |
@@ -1065,7 +1065,7 @@ |||||||||||||
AnnotationData|null | +AnnotationData | $annotationData | ||||||||||||||
AnnotationData|null | +AnnotationData | $annotationData |
bool|int|null | +int | $max_phase_index | (optional) Only attempt bootstrap to the specified level. |
|||||||||||||
AnnotationData|null | +AnnotationData | $annotationData | Optional annotation data from the command. The maximum phase to which we bootstrapped. |
@@ -1389,7 +1389,7 @@
string | -$root | -The full path to the site installation, with no trailing slash. |
+ + | $drupal_root | +
commandDefaults()
@@ -757,7 +763,7 @@
reportCommandError($command)
@@ -793,7 +799,7 @@ array
bootstrapPhaseMap()
@@ -828,7 +834,7 @@
lookUpPhaseIndex($phase)
@@ -862,7 +868,7 @@
bootstrapDrush()
@@ -887,7 +893,7 @@ protected bool
hasRegisteredSymfonyCommand($application, $name)
@@ -936,7 +942,7 @@ void
terminate()
@@ -968,7 +974,7 @@ protected
scanUpForUri($root, $scan)
@@ -1007,7 +1013,7 @@ string|null
confPath(bool $require_settings = true, bool $reset = false)
@@ -1055,7 +1061,7 @@ array
bootstrapPhases()
@@ -1096,7 +1102,7 @@ bool
bootstrapDrupalRootValidate(BootstrapManager $manager)
@@ -1138,7 +1144,7 @@ void
bootstrapDrupalRoot(BootstrapManager $manager)
@@ -1184,7 +1190,7 @@ string
bootstrapDrupalCore(BootstrapManager $manager, string $drupal_root)
@@ -1232,7 +1238,7 @@
bootstrapDrupalSiteValidate(BootstrapManager $manager)
@@ -1260,13 +1266,47 @@
+ bootstrapDrupalSite(BootstrapManager $manager)
+
+ Initialize a site on the Drupal root.
We now set various contexts that we determined and confirmed to be valid. +Additionally we load an optional drush.yml file in the site directory.
+
bootstrapDrupalConfiguration(BootstrapManager $manager)
@@ -1299,7 +1339,7 @@
bootstrapDrupalDatabaseValidate(BootstrapManager $manager)
@@ -1334,7 +1374,7 @@ void
bootstrapDrupalDatabase(BootstrapManager $manager)
@@ -1376,7 +1416,7 @@ void
bootstrapDrupalFull(BootstrapManager $manager)
diff --git a/api/Drush/Boot/DrupalBoot8.html b/api/Drush/Boot/DrupalBoot8.html
index 00e12a80b0..6d5158dcd1 100644
--- a/api/Drush/Boot/DrupalBoot8.html
+++ b/api/Drush/Boot/DrupalBoot8.html
@@ -86,7 +86,7 @@ class - DrupalBoot8 extends DrupalBoot (View source) + DrupalBoot8 extends DrupalBoot (View source)
@@ -240,7 +240,7 @@Given a site root directory, determine the exact version of the software.
Initialize a site on the Drupal root.
Initialize and load the Drupal configuration files.
No description
__construct(ServiceManager $serviceManager, $autoloader)
@@ -568,7 +569,7 @@
findUri($root, $cwd)
@@ -608,7 +609,7 @@ string
getUri()
@@ -642,7 +643,7 @@
setUri(string $uri)
@@ -676,7 +677,7 @@ int
getPhase()
@@ -710,7 +711,7 @@ void
setPhase(int $phase)
@@ -753,7 +754,7 @@ bool
validRoot(string|null $path)
@@ -798,9 +799,9 @@ string|null
- getVersion(string $root)
+ getVersion($drupal_root)
string | -$root | -The full path to the site installation, with no trailing slash. |
+ + | $drupal_root | +
commandDefaults()
@@ -866,7 +867,7 @@
reportCommandError($command)
@@ -903,7 +904,7 @@ array
bootstrapPhaseMap()
@@ -938,7 +939,7 @@
lookUpPhaseIndex($phase)
@@ -972,7 +973,7 @@
bootstrapDrush()
@@ -997,7 +998,7 @@ protected bool
hasRegisteredSymfonyCommand($application, $name)
@@ -1045,7 +1046,7 @@ void
terminate()
@@ -1078,7 +1079,7 @@ protected
scanUpForUri($root, $scan)
@@ -1117,7 +1118,7 @@ string|null
confPath(bool $require_settings = true, bool $reset = false)
@@ -1165,7 +1166,7 @@ array
bootstrapPhases()
@@ -1207,7 +1208,7 @@ bool
bootstrapDrupalRootValidate(BootstrapManager $manager)
@@ -1250,7 +1251,7 @@ void
bootstrapDrupalRoot(BootstrapManager $manager)
@@ -1297,7 +1298,7 @@ string
bootstrapDrupalCore(BootstrapManager $manager, string $drupal_root)
@@ -1345,7 +1346,7 @@
bootstrapDrupalSiteValidate(BootstrapManager $manager)
@@ -1373,15 +1374,50 @@
+ bootstrapDrupalSite(BootstrapManager $manager)
+
+ Initialize a site on the Drupal root.
We now set various contexts that we determined and confirmed to be valid. +Additionally we load an optional drush.yml file in the site directory.
+
- bootstrapDrupalConfiguration(BootstrapManager $manager, AnnotationData|null $annotationData = null)
+ bootstrapDrupalConfiguration(BootstrapManager $manager, AnnotationData $annotationData = null)
bootstrapDrupalDatabaseValidate(BootstrapManager $manager)
@@ -1452,7 +1488,7 @@ void
bootstrapDrupalDatabase(BootstrapManager $manager)
@@ -1494,7 +1530,7 @@ void
bootstrapDrupalFull(BootstrapManager $manager)
@@ -1536,7 +1572,7 @@ Request
getRequest()
@@ -1569,7 +1605,7 @@ void
setRequest(Request $request)
@@ -1612,7 +1648,7 @@ DrupalKernelInterface
getKernel()
@@ -1645,7 +1681,7 @@ void
bootstrapDoDrupalSite(BootstrapManager $manager)
@@ -1688,7 +1724,7 @@ bool
bootstrapDrupalConfigurationValidate(BootstrapManager $manager)
@@ -1731,7 +1767,7 @@ void
addDrupalModuleDrushCommands(BootstrapManager $manager)
@@ -1768,40 +1804,6 @@
- bootstrapDrupalSite(BootstrapManager $manager)
-
- Initialize a site on the Drupal root.
We now set various contexts that we determined and confirmed to be valid. -Additionally we load an optional drush.yml file in the site directory.
-class - GlobalOptionsEventListener implements EventSubscriberInterface (View source) + GlobalOptionsEventListener implements EventSubscriberInterface (View source)
@@ -131,7 +131,7 @@ static array
getSubscribedEvents()
@@ -164,7 +164,7 @@ void
setGlobalOptions(ConsoleCommandEvent $event)
diff --git a/api/Drush/Command/RemoteCommandProxy.html b/api/Drush/Command/RemoteCommandProxy.html
index 5e15de119e..6327f0ceee 100644
--- a/api/Drush/Command/RemoteCommandProxy.html
+++ b/api/Drush/Command/RemoteCommandProxy.html
@@ -86,7 +86,7 @@ class - RemoteCommandProxy extends Command (View source) + RemoteCommandProxy extends Command (View source)
@@ -136,7 +136,7 @@
__construct($name, RedispatchHook $redispatchHook)
@@ -192,8 +192,8 @@ protected int
+
+ protected void
execute(InputInterface $input, OutputInterface $output)
int | +void |
trait - AutowireTrait (View source) + AutowireTrait (View source)
@@ -122,7 +122,7 @@ static AutowireTrait
create(ContainerInterface $container)
diff --git a/api/Drush/Commands/DrushCommands.html b/api/Drush/Commands/DrushCommands.html
index fe997a8aed..ffacb20363 100644
--- a/api/Drush/Commands/DrushCommands.html
+++ b/api/Drush/Commands/DrushCommands.html
@@ -86,7 +86,7 @@ abstract class - DrushCommands implements IOAwareInterface, LoggerAwareInterface, ConfigAwareInterface, ProcessManagerAwareInterface (View source) + DrushCommands implements IOAwareInterface, LoggerAwareInterface, ConfigAwareInterface, ProcessManagerAwareInterface (View source)
@@ -122,11 +122,6 @@- protected - - | -$uri | -- | from -ExecTrait | -|||
protected CommandData|null
@@ -261,68 +246,33 @@ Methods
- void
-
-
- configurePrompts(InputInterface $input)
-
-
- Configure the prompt fallbacks. from
-ConfiguresPrompts
-
-
-
-
- mixed
-
-
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
-
-
- Prompt the user until the given validation callback passes. from
-ConfiguresPrompts
-
-
+ SymfonyStyle
+ Override Robo's IO function with our custom style.
- DrushStyle
+ void
- io()
+ setLoggerIfEmpty(LoggerInterface $logger)
-
+ Override Robo's IO function with our custom style. Sets a logger, if none is available yet.
@@ -358,16 +308,6 @@
@@ -404,7 +334,7 @@ Methods
-
-
- initHook($input, AnnotationData $annotationData)
-
-
-
- Persist commandData for use in primary command callback. Used by 'topic' commands.
-
-
-
printFileTopic(CommandData $commandData)
@@ -384,16 +324,6 @@
- MethodsGet a Guzzle handler stack that uses the Drush logger.
-
- ProcessManager
-
-
- processManager()
-
-
-
This method overrides the trait in order to provide a more specific return type. Details+ExecTrait at line 26 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -450,7 +380,7 @@ Return Value
Return Value+ExecTrait at line 87 static bool
programExists($program)
@@ -509,7 +439,7 @@ Return Value+ExecTrait at line 99 static string
getEditor(string|null $editor = null)
@@ -553,7 +483,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -596,54 +526,10 @@ See also
-
-
-
-
- | ||||||
LoggerInterface | +$logger | ++ |
protected DrushStyle
- io()
-
- Override Robo's IO function with our custom style.
- DrushLoggerManager|null
+
+ protected DrushLoggerManager|null
logger()
protected void
printFile(string $file)
@@ -890,7 +699,7 @@
preHook(CommandData $commandData)
@@ -917,51 +726,13 @@
- initHook($input, AnnotationData $annotationData)
-
- Persist commandData for use in primary command callback. Used by 'topic' commands.
- protected
printFileTopic(CommandData $commandData)
@@ -994,7 +765,7 @@ protected HandlerStack
getStack()
@@ -1031,38 +802,6 @@ ProcessManager
- processManager()
-
- This method overrides the trait in order to provide a more specific return type.
-final class - LegacyCommands extends DrushCommands (View source) + LegacyCommands extends DrushCommands (View source)
@@ -122,11 +122,6 @@- protected - - | -$uri | -- | from -ExecTrait | -|||
protected CommandData|null
@@ -259,51 +244,6 @@ MethodsDrushConfig as return type. Helps with IDE completion.from
ConfigAwareTrait
-
-
-
-
- void
-
-
- configurePrompts(InputInterface $input)
-
-
- Configure the prompt fallbacks. from
-ConfiguresPrompts
-
-
-
-
- mixed
-
-
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
-
-
- Prompt the user until the given validation callback passes. from
-ConfiguresPrompts
-
@@ -319,13 +259,24 @@
Methods
- DrushStyle
+ SymfonyStyle
io()
Override Robo's IO function with our custom style. from
+DrushCommands
+
+
+ void
+
+
+ setLoggerIfEmpty(LoggerInterface $logger)
+
+
+ Sets a logger, if none is available yet. from
DrushCommands
@@ -364,17 +315,6 @@ Methods
-
-
- initHook($input, AnnotationData $annotationData)
-
-
- Persist commandData for use in primary command callback. Used by 'topic' commands. from
-DrushCommands
-
-
-
-
printFileTopic(CommandData $commandData)
@@ -392,28 +332,7 @@
MethodsGet a Guzzle handler stack that uses the Drush logger. from
-DrushCommands
-
-
-
- ProcessManager
-
-
- processManager()
-
-
- This method overrides the trait in order to provide a more specific return type. from
DrushCommands
-
-
- void
-
-
- archiveRestore()
-
-
-
archive:restore has been removed. A replacement may be available from your web host.
@@ -454,7 +373,7 @@
Details+ExecTrait at line 26 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -500,7 +419,7 @@ Return Value
Return Value+ExecTrait at line 87 static bool
programExists($program)
@@ -559,7 +478,7 @@ Return Value+ExecTrait at line 99 static string
getEditor(string|null $editor = null)
@@ -603,7 +522,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -646,54 +565,11 @@ See also
-
-
-
-
- | ||||||
LoggerInterface | +$logger | ++ |
Override Robo's IO function with our custom style.
-
- initHook($input, AnnotationData $annotationData)
-
- Persist commandData for use in primary command callback. Used by 'topic' commands.
- protected
printFileTopic(CommandData $commandData)
@@ -1052,7 +812,7 @@ protected HandlerStack
getStack()
@@ -1089,78 +849,13 @@ ProcessManager
- processManager()
-
- This method overrides the trait in order to provide a more specific return type.
- void
- archiveRestore()
-
- archive:restore has been removed. A replacement may be available from your web host.
- void
saconvert()
@@ -1192,7 +887,7 @@ void
secphp()
@@ -1224,7 +919,7 @@ void
sec()
diff --git a/api/Drush/Commands/config/ConfigCommands.html b/api/Drush/Commands/config/ConfigCommands.html
index 83910bbdef..460b03e384 100644
--- a/api/Drush/Commands/config/ConfigCommands.html
+++ b/api/Drush/Commands/config/ConfigCommands.html
@@ -86,7 +86,7 @@ final class - ConfigCommands extends DrushCommands implements StdinAwareInterface (View source) + ConfigCommands extends DrushCommands implements StdinAwareInterface, SiteAliasManagerAwareInterface (View source)
@@ -100,17 +100,17 @@A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
- protected - - | -$uri | -- | from -ExecTrait | -
protected CommandData|null
@@ -284,6 +269,24 @@ Properties | from DrushCommands | +||
+ protected StorageInterface|null + + | +$configStorageExport | ++ | + |
+ protected ImportStorageTransformer|null + + | +$importStorageTransformer | ++ |
Configure the prompt fallbacks.
Prompt the user until the given validation callback passes.
No description
No description
-Override Robo's IO function with our custom style.
Override Robo's IO function with our custom style.
Persist commandData for use in primary command callback. Used by 'topic' commands.
This method overrides the trait in order to provide a more specific return type.
No description
+Instantiates a new instance of the implementing class using autowiring.
No description
+No description
+ bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -734,7 +703,7 @@ bool | -TRUE if browser was opened. FALSE if browser was disabled by the user or a + | if browser was opened. FALSE if browser was disabled by the user or a default browser could not be found. |
static bool
programExists($program)
@@ -793,7 +762,7 @@ static string
getEditor(string|null $editor = null)
@@ -837,7 +806,7 @@ DrushConfig
getConfig()
@@ -880,54 +849,10 @@ protected void
- configurePrompts(InputInterface $input)
-
- Configure the prompt fallbacks.
- protected mixed
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+
+ protected
+ __construct(ConfigFactoryInterface $configFactory, StorageInterface $configStorage)
@@ -935,39 +860,26 @@
- Prompt the user until the given validation callback passes.
+ No description
+
-
-
- protected void
- restorePrompts()
-
-
-
-
-
-
-
- Restore the prompts output.
-
-
-
-
-
-
-
-
- protected bool
- runningUnitTests()
+
+
+ protected SymfonyStyle
+ io()
@@ -1021,8 +900,7 @@
- No description
-
+ Override Robo's IO function with our custom style.
-
-
-
- __construct(ConfigFactoryInterface $configFactory, StorageCacheInterface $configStorage, SiteAliasManagerInterface $siteAliasManager, StorageManagerInterface $configStorageExport, ImportStorageTransformer $importStorageTransformer)
+
+
+ void
+ setLoggerIfEmpty(LoggerInterface $logger)
@@ -1054,70 +933,25 @@
- No description
-
+ Sets a logger, if none is available yet.
-
-
-
-
-
-
- protected DrushStyle
- io()
-
-
-
-
-
-
-
- Override Robo's IO function with our custom style.
-
-
-
-
-
-
-
-
-
- initHook($input, AnnotationData $annotationData)
-
-
-
-
-
-
-
- Persist commandData for use in primary command callback. Used by 'topic' commands.
-
-
@@ -1281,7 +1076,7 @@ Parameters
+DrushCommands at line 128
protected
printFileTopic(CommandData $commandData)
@@ -1315,7 +1110,7 @@ Parameters
+DrushCommands at line 139
protected HandlerStack
getStack()
@@ -1357,11 +1152,10 @@ See also
-
-
- ProcessManager
- processManager()
+
+
+ ConfigFactoryInterface
+ getConfigFactory()
@@ -1369,7 +1163,8 @@
- This method overrides the trait in order to provide a more specific return type.
+ No description
+
-
- static AutowireTrait
- create(ContainerInterface $container)
+
+ static ConfigCommands
+ create(ContainerInterface $container)
@@ -1402,16 +1196,17 @@
- Instantiates a new instance of the implementing class using autowiring.
+ No description
+
-
-
- ConfigFactoryInterface
- getConfigFactory()
+
+
+ void
+ setExportStorage(StorageInterface $exportStorage)
@@ -1448,12 +1243,22 @@
-
- StorageCacheInterface
+
+ StorageInterface
getConfigStorageExport()
@@ -1486,7 +1291,50 @@ Return Value
- StorageCacheInterface
+ StorageInterface
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void
+ setImportTransformer(ImportStorageTransformer $importStorageTransformer)
+
+
+
+
+
+
+
+ No description
+
+
+
-
+
bool
hasImportTransformer()
@@ -1533,7 +1381,7 @@ Return Value
-
+
ImportStorageTransformer
getImportTransformer()
@@ -1566,7 +1414,7 @@ Return Value
-
+
get($config_name, $key = '', $options = ['format' => 'yaml', 'source' => 'active', 'include-overridden' => false])
@@ -1609,7 +1457,7 @@ Parameters
-
+
set($config_name, $key, $value, $options = ['input-format' => 'string'])
@@ -1657,7 +1505,7 @@ Parameters
-
+
void
edit($config_name, $options = [])
@@ -1704,7 +1552,7 @@ Return Value
-
+
void
delete($config_name, $key = null)
@@ -1751,7 +1599,7 @@ Return Value
-
+
RowsOfFields|null
status($options = ['state' => 'Only in DB,Only in sync dir,Different', 'prefix' => self::REQ])
@@ -1793,7 +1641,7 @@ Return Value
-
+
static string
getDirectory(mixed $directory = null)
@@ -1839,7 +1687,7 @@ Return Value
-
+
array
getChanges($target_storage)
@@ -1881,7 +1729,7 @@ Return Value
-
+
getStorage($directory)
@@ -1914,7 +1762,7 @@ Parameters
-
+
static Table
configChangesTable(array $config_changes, OutputInterface $output, $use_color = true)
@@ -1966,7 +1814,7 @@ Return Value
-
+
void
configComplete(CompletionInput $input, CompletionSuggestions $suggestions)
@@ -2014,7 +1862,7 @@ Return Value
-
+
void
interactConfigName($input, $output)
@@ -2062,7 +1910,7 @@ Return Value
-
+
CommandError|null
validateConfigName(CommandData $commandData)
@@ -2104,7 +1952,7 @@ Return Value
-
+
static void
copyConfig(StorageInterface $source, StorageInterface $destination)
@@ -2160,7 +2008,7 @@ Exceptions
-
+
static string
getDiff(StorageInterface $destination_storage, StorageInterface $source_storage, OutputInterface $output)
diff --git a/api/Drush/Commands/config/ConfigExportCommands.html b/api/Drush/Commands/config/ConfigExportCommands.html
index cfdfc50f55..8e803ad81f 100644
--- a/api/Drush/Commands/config/ConfigExportCommands.html
+++ b/api/Drush/Commands/config/ConfigExportCommands.html
@@ -86,7 +86,7 @@ ConfigExportCommands
final class
- ConfigExportCommands extends DrushCommands (View source)
+ ConfigExportCommands extends DrushCommands (View source)
@@ -122,11 +122,6 @@ Traits
IO
-
-
-
-
@@ -197,16 +192,6 @@ Properties
-
- protected
-
-
- $uri
-
- from
-ExecTrait
-
-
protected CommandData|null
@@ -286,51 +271,6 @@ Methods
DrushConfig as return type. Helps with IDE completion.
from
ConfigAwareTrait
-
-
-
- void
-
-
- configurePrompts(InputInterface $input)
-
- Configure the prompt fallbacks.
- from
-ConfiguresPrompts
-
-
-
- mixed
-
-
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
-
- Prompt the user until the given validation callback passes.
- from
-ConfiguresPrompts
-
-
-
@@ -345,13 +285,24 @@ Methods
- DrushStyle
+ SymfonyStyle
io()
Override Robo's IO function with our custom style.
from
+DrushCommands
+
+
+
+ void
+
+
+ setLoggerIfEmpty(LoggerInterface $logger)
+
+ Sets a logger, if none is available yet.
+ from
DrushCommands
@@ -390,17 +341,6 @@ Methods
-
-
- initHook($input, AnnotationData $annotationData)
-
- Persist commandData for use in primary command callback. Used by 'topic' commands.
- from
-DrushCommands
-
-
-
-
printFileTopic(CommandData $commandData)
@@ -418,17 +358,6 @@ Methods
Get a Guzzle handler stack that uses the Drush logger.
from
-DrushCommands
-
-
-
- ProcessManager
-
-
- processManager()
-
- This method overrides the trait in order to provide a more specific return type.
- from
DrushCommands
@@ -502,7 +431,7 @@ Methods
static ConfigExportCommands
@@ -560,7 +489,7 @@ Details
+ExecTrait at line 26
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -606,7 +535,7 @@ Return Value
bool
- TRUE if browser was opened. FALSE if browser was disabled by the user or a
+
if browser was opened. FALSE if browser was disabled by the user or a
default browser could not be found.
@@ -621,7 +550,7 @@ Return Value
+ExecTrait at line 87
static bool
programExists($program)
@@ -665,7 +594,7 @@ Return Value
+ExecTrait at line 99
static string
getEditor(string|null $editor = null)
@@ -709,7 +638,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -752,54 +681,10 @@ See also
-
-
- protected void
- configurePrompts(InputInterface $input)
-
-
-
-
-
-
-
- Configure the prompt fallbacks.
-
-
-
-
-
-
-
-
- protected mixed
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+
+
+ __construct(ConfigManagerInterface $configManager, StorageInterface $configStorage)
@@ -807,72 +692,26 @@
- Prompt the user until the given validation callback passes.
+ No description
+
-
-
-
-
-
-
- protected void
- restorePrompts()
-
-
-
-
-
-
-
- Restore the prompts output.
-
-
-
-
- protected bool
- runningUnitTests()
+
+
+ protected SymfonyStyle
+ io()
@@ -893,8 +732,7 @@
- No description
-
+ Override Robo's IO function with our custom style.
-
-
-
- __construct(ConfigManagerInterface $configManager, StorageInterface $configStorage)
+
+
+ void
+ setLoggerIfEmpty(LoggerInterface $logger)
@@ -926,55 +765,25 @@
- No description
-
+ Sets a logger, if none is available yet.
-
-
-
-
-
-
- protected DrushStyle
- io()
-
-
-
-
-
-
-
- Override Robo's IO function with our custom style.
-
-
-
-
-
-
-
-
-
- initHook($input, AnnotationData $annotationData)
-
-
-
-
-
-
-
- Persist commandData for use in primary command callback. Used by 'topic' commands.
-
-
@@ -1138,7 +908,7 @@ Parameters
+DrushCommands at line 128
protected
printFileTopic(CommandData $commandData)
@@ -1172,7 +942,7 @@ Parameters
+DrushCommands at line 139
protected HandlerStack
getStack()
@@ -1209,46 +979,13 @@ See also
-
-
-
-
-
-
-
- ProcessManager
- processManager()
-
-
-
-
-
-
-
- This method overrides the trait in order to provide a more specific return type.
-
-
-
+
ConfigManagerInterface
getConfigManager()
@@ -1281,7 +1018,7 @@ Return Value
-
+
void
setExportStorage(StorageInterface $exportStorage)
@@ -1324,7 +1061,7 @@ Return Value
-
+
StorageInterface
getConfigStorageExport()
@@ -1357,7 +1094,7 @@ Return Value
-
+
StorageInterface
getConfigStorage()
@@ -1390,7 +1127,7 @@ Return Value
-
+
StorageInterface
getConfigStorageSync()
@@ -1423,7 +1160,7 @@ Return Value
-
+
void
setConfigStorageSync(StorageInterface|null $syncStorage)
@@ -1466,9 +1203,9 @@ Return Value
-
+
static ConfigExportCommands
- create(ContainerInterface $container)
+ create(ContainerInterface $container)
@@ -1484,7 +1221,7 @@ Parameters
- ContainerInterface
+ ContainerInterface
$container
@@ -1509,7 +1246,7 @@ Return Value
-
+
array
export($options = ['add' => false, 'commit' => false, 'message' => self::REQ, 'destination' => self::OPT, 'diff' => false, 'format' => null])
@@ -1551,7 +1288,7 @@ Return Value
-
+
doExport($options, $destination_dir)
@@ -1590,7 +1327,7 @@ Parameters
-
+
void
doAddCommit($options, $destination_dir, $preview)
@@ -1643,7 +1380,7 @@ Return Value
-
+
void
validate($commandData)
diff --git a/api/Drush/Commands/config/ConfigImportCommands.html b/api/Drush/Commands/config/ConfigImportCommands.html
index 4c89bc9a81..3f35e73ab2 100644
--- a/api/Drush/Commands/config/ConfigImportCommands.html
+++ b/api/Drush/Commands/config/ConfigImportCommands.html
@@ -86,7 +86,7 @@ ConfigImportCommands
class
- ConfigImportCommands extends DrushCommands (View source)
+ ConfigImportCommands extends DrushCommands (View source)
@@ -122,11 +122,6 @@ Traits
IO
-
-
-
-
@@ -197,16 +192,6 @@ Properties
-
- protected
-
-
- $uri
-
- from
-ExecTrait
-
-
protected CommandData|null
@@ -289,69 +274,35 @@ Methods
- void
-
-
- configurePrompts(InputInterface $input)
-
- Configure the prompt fallbacks.
- from
-ConfiguresPrompts
-
-
-
- mixed
-
-
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
-
- Prompt the user until the given validation callback passes.
- from
-ConfiguresPrompts
-
-
-
-
- bool
+
- runningUnitTests()
+ __construct(ConfigManagerInterface $configManager, StorageInterface $configStorage, CacheBackendInterface $configCache, ModuleHandlerInterface $moduleHandler, EventDispatcherInterface $eventDispatcher, LockBackendInterface $lock, TypedConfigManagerInterface $configTyped, ModuleInstallerInterface $moduleInstaller, ThemeHandlerInterface $themeHandler, TranslationInterface $stringTranslation, ModuleExtensionList $moduleExtensionList)
No description
- from
-ConfiguresPrompts
+
-
+ SymfonyStyle
- __construct(ConfigManagerInterface $configManager, StorageInterface $configStorage, CacheBackendInterface $configCache, ModuleHandlerInterface $moduleHandler, EventDispatcherInterface $eventDispatcher, LockBackendInterface $lock, TypedConfigManagerInterface $configTyped, ModuleInstallerInterface $moduleInstaller, ThemeHandlerInterface $themeHandler, TranslationInterface $stringTranslation, ModuleExtensionList $moduleExtensionList, ThemeExtensionList $themeExtensionList)
+ io()
- No description
-
-
+ Override Robo's IO function with our custom style.
+ from
+DrushCommands
- DrushStyle
+ void
- io()
+ setLoggerIfEmpty(LoggerInterface $logger)
- Override Robo's IO function with our custom style.
-
+ from
DrushCommands
@@ -390,17 +341,6 @@ Methods
-
-
- initHook($input, AnnotationData $annotationData)
-
- Persist commandData for use in primary command callback. Used by 'topic' commands.
- from
-DrushCommands
-
-
-
-
printFileTopic(CommandData $commandData)
@@ -418,17 +358,6 @@ Methods
Get a Guzzle handler stack that uses the Drush logger.
from
-DrushCommands
-
-
-
- ProcessManager
-
-
- processManager()
-
- This method overrides the trait in order to provide a more specific return type.
- from
DrushCommands
@@ -608,22 +537,11 @@ Methods
-
- ThemeExtensionList
-
-
- getThemeExtensionList()
-
- No description
-
-
-
-
static ConfigImportCommands
@@ -669,7 +587,7 @@ Details
+ExecTrait at line 26
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -715,7 +633,7 @@ Return Value
bool
- TRUE if browser was opened. FALSE if browser was disabled by the user or a
+
if browser was opened. FALSE if browser was disabled by the user or a
default browser could not be found.
@@ -730,7 +648,7 @@ Return Value
+ExecTrait at line 87
static bool
programExists($program)
@@ -774,7 +692,7 @@ Return Value
+ExecTrait at line 99
static string
getEditor(string|null $editor = null)
@@ -818,7 +736,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -856,178 +774,15 @@ See also
-
-
-
-
-
-
-
- protected void
- configurePrompts(InputInterface $input)
-
-
-
-
-
-
-
- Configure the prompt fallbacks.
-
-
-
-
-
-
-
-
- protected mixed
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
-
-
-
-
-
-
-
- Prompt the user until the given validation callback passes.
-
-
-
-
-
-
-
-
- protected void
- restorePrompts()
-
-
-
-
-
-
-
- Restore the prompts output.
-
-
-
-
-
-
-
-
- protected bool
- runningUnitTests()
-
-
-
-
-
-
-
- No description
-
-
-
-
+
- __construct(ConfigManagerInterface $configManager, StorageInterface $configStorage, CacheBackendInterface $configCache, ModuleHandlerInterface $moduleHandler, EventDispatcherInterface $eventDispatcher, LockBackendInterface $lock, TypedConfigManagerInterface $configTyped, ModuleInstallerInterface $moduleInstaller, ThemeHandlerInterface $themeHandler, TranslationInterface $stringTranslation, ModuleExtensionList $moduleExtensionList, ThemeExtensionList $themeExtensionList)
+ __construct(ConfigManagerInterface $configManager, StorageInterface $configStorage, CacheBackendInterface $configCache, ModuleHandlerInterface $moduleHandler, EventDispatcherInterface $eventDispatcher, LockBackendInterface $lock, TypedConfigManagerInterface $configTyped, ModuleInstallerInterface $moduleInstaller, ThemeHandlerInterface $themeHandler, TranslationInterface $stringTranslation, ModuleExtensionList $moduleExtensionList)
@@ -1096,11 +851,6 @@ Parameters
ModuleExtensionList
$moduleExtensionList
-
-
- ThemeExtensionList
- $themeExtensionList
-
@@ -1115,8 +865,8 @@ Parameters
- protected DrushStyle
+DrushCommands at line 60
+ protected SymfonyStyle
io()
@@ -1133,7 +883,50 @@ Return Value
- DrushStyle
+ SymfonyStyle
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void
+ setLoggerIfEmpty(LoggerInterface $logger)
+
+
+
+
+
+
+
+ Sets a logger, if none is available yet.
+
+
-
-
-
-
-
-
-
- initHook($input, AnnotationData $annotationData)
-
-
-
-
-
-
-
- Persist commandData for use in primary command callback. Used by 'topic' commands.
-
-
@@ -1297,7 +1051,7 @@ Parameters
+DrushCommands at line 128
protected
printFileTopic(CommandData $commandData)
@@ -1331,7 +1085,7 @@ Parameters
+DrushCommands at line 139
protected HandlerStack
getStack()
@@ -1368,46 +1122,13 @@ See also
ProcessManager
- processManager()
-
- This method overrides the trait in order to provide a more specific return type.
- ConfigManagerInterface
getConfigManager()
@@ -1440,7 +1161,7 @@ StorageInterface
getConfigStorage()
@@ -1473,7 +1194,7 @@ StorageInterface
getConfigStorageSync()
@@ -1506,7 +1227,7 @@ void
setConfigStorageSync(StorageInterface|null $syncStorage)
@@ -1549,7 +1270,7 @@ CacheBackendInterface
getConfigCache()
@@ -1582,7 +1303,7 @@ ModuleHandlerInterface
getModuleHandler()
@@ -1615,7 +1336,7 @@ EventDispatcherInterface
getEventDispatcher()
@@ -1648,7 +1369,7 @@ LockBackendInterface
getLock()
@@ -1681,7 +1402,7 @@ TypedConfigManagerInterface
getConfigTyped()
@@ -1714,7 +1435,7 @@ ModuleInstallerInterface
getModuleInstaller()
@@ -1747,7 +1468,7 @@ ThemeHandlerInterface
getThemeHandler()
@@ -1780,7 +1501,7 @@ TranslationInterface
getStringTranslation()
@@ -1813,7 +1534,7 @@ void
setImportTransformer(ImportStorageTransformer $importStorageTransformer)
@@ -1856,7 +1577,7 @@ bool
hasImportTransformer()
@@ -1889,7 +1610,7 @@ ImportStorageTransformer|null
getImportTransformer()
@@ -1922,7 +1643,7 @@ ModuleExtensionList
getModuleExtensionList()
@@ -1949,48 +1670,15 @@ ThemeExtensionList
- getThemeExtensionList()
-
- No description
- - static ConfigImportCommands
- create(ContainerInterface $container)
+ create(ContainerInterface $container)
ContainerInterface | +ContainerInterface | $container |
- protected - - | -$uri | -- | from -ExecTrait | -
protected CommandData|null
@@ -276,69 +261,36 @@ Methods
- void
-
-
- configurePrompts(InputInterface $input)
-
-
- Configure the prompt fallbacks. from
-ConfiguresPrompts
-
-
-
-
- mixed
-
-
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
-
-
- Prompt the user until the given validation callback passes. from
-ConfiguresPrompts
-
-
+ SymfonyStyle
-
+ Override Robo's IO function with our custom style. from
+DrushCommands
- DrushStyle
+ void
- io()
+ setLoggerIfEmpty(LoggerInterface $logger)
-
-
+ Override Robo's IO function with our custom style. from
DrushCommands
@@ -377,17 +329,6 @@ Methods
-
-
- initHook($input, AnnotationData $annotationData)
-
-
- Persist commandData for use in primary command callback. Used by 'topic' commands. from
-DrushCommands
-
-
-
-
printFileTopic(CommandData $commandData)
@@ -406,28 +347,6 @@
MethodsGet a Guzzle handler stack that uses the Drush logger. from
DrushCommands
-
-
-
- ProcessManager
-
-
- processManager()
-
-
- This method overrides the trait in order to provide a more specific return type. from
-DrushCommands
-
-
- static AutowireTrait
-
-
- create(ContainerInterface $container)
-
-
- Instantiates a new instance of the implementing class using autowiring. from
-AutowireTrait
@@ -459,7 +378,7 @@
Details+ExecTrait at line 26 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -505,7 +424,7 @@ Return Value
Return Value+ExecTrait at line 87 static bool
programExists($program)
@@ -564,7 +483,7 @@ Return Value+ExecTrait at line 99 static string
getEditor(string|null $editor = null)
@@ -608,7 +527,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -651,107 +570,11 @@ See also
-
-
-
-
- |
ProcessManager
- processManager()
-
- This method overrides the trait in order to provide a more specific return type.
- static AutowireTrait
- create(ContainerInterface $container)
-
- Instantiates a new instance of the implementing class using autowiring.
- PropertyList
pull(string $source, string $destination, array $options = ['safe' => false, 'runner' => null, 'format' => 'null'])
@@ -1237,7 +912,7 @@ void
validateConfigPull(CommandData $commandData)
diff --git a/api/Drush/Commands/core/ArchiveDumpCommands.html b/api/Drush/Commands/core/ArchiveDumpCommands.html
index 7b418d7dd0..88a7e9ceb8 100644
--- a/api/Drush/Commands/core/ArchiveDumpCommands.html
+++ b/api/Drush/Commands/core/ArchiveDumpCommands.html
@@ -86,7 +86,7 @@ final class - ArchiveDumpCommands extends DrushCommands (View source) + ArchiveDumpCommands extends DrushCommands (View source)
@@ -122,11 +122,6 @@- protected - - | -$uri | -- | from -ExecTrait | -|||
protected CommandData|null
@@ -348,51 +333,6 @@ MethodsDrushConfig as return type. Helps with IDE completion.from
ConfigAwareTrait
-
-
-
-
- void
-
-
- configurePrompts(InputInterface $input)
-
-
- Configure the prompt fallbacks. from
-ConfiguresPrompts
-
-
-
-
- mixed
-
-
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
-
-
- Prompt the user until the given validation callback passes. from
-ConfiguresPrompts
-
@@ -408,13 +348,24 @@
Methods
- DrushStyle
+ SymfonyStyle
io()
Override Robo's IO function with our custom style. from
+DrushCommands
+
+
+ void
+
+
+ setLoggerIfEmpty(LoggerInterface $logger)
+
+
+ Sets a logger, if none is available yet. from
DrushCommands
@@ -453,17 +404,6 @@ Methods
-
-
- initHook($input, AnnotationData $annotationData)
-
-
- Persist commandData for use in primary command callback. Used by 'topic' commands. from
-DrushCommands
-
-
-
-
printFileTopic(CommandData $commandData)
@@ -481,17 +421,6 @@
MethodsGet a Guzzle handler stack that uses the Drush logger. from
-DrushCommands
-
-
- ProcessManager
-
-
- processManager()
-
-
- This method overrides the trait in order to provide a more specific return type. from
DrushCommands
@@ -533,7 +462,7 @@
Details+ExecTrait at line 26 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -579,7 +508,7 @@ Return Value
Return Value+ExecTrait at line 87 static bool
programExists($program)
@@ -638,7 +567,7 @@ Return Value+ExecTrait at line 99 static string
getEditor(string|null $editor = null)
@@ -682,7 +611,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -725,54 +654,11 @@ See also
-
-
-
-
- | ||||||
LoggerInterface | +$logger | ++ |
Override Robo's IO function with our custom style.
-
- initHook($input, AnnotationData $annotationData)
-
- Persist commandData for use in primary command callback. Used by 'topic' commands.
- protected
printFileTopic(CommandData $commandData)
@@ -1131,7 +901,7 @@ protected HandlerStack
getStack()
@@ -1168,46 +938,13 @@ ProcessManager
- processManager()
-
- This method overrides the trait in order to provide a more specific return type.
- string
dump(array $options = ['code' => false, 'files' => false, 'db' => false, 'destination' => InputOption::VALUE_REQUIRED, 'overwrite' => false, 'description' => InputOption::VALUE_REQUIRED, 'tags' => InputOption::VALUE_REQUIRED, 'generator' => InputOption::VALUE_REQUIRED, 'generatorversion' => InputOption::VALUE_REQUIRED, 'exclude-code-paths' => InputOption::VALUE_REQUIRED, 'extra-dump' => self::REQ, 'convert-symlinks' => false])
@@ -1263,7 +1000,7 @@ protected void
prepareArchiveDir()
@@ -1304,7 +1041,7 @@ void
convertSymlinks(bool $convert_symlinks)
diff --git a/api/Drush/Commands/core/BrowseCommands.html b/api/Drush/Commands/core/BrowseCommands.html
index 92f37f4d2d..035d96338e 100644
--- a/api/Drush/Commands/core/BrowseCommands.html
+++ b/api/Drush/Commands/core/BrowseCommands.html
@@ -86,7 +86,7 @@ final class - BrowseCommands extends DrushCommands (View source) + BrowseCommands extends DrushCommands implements SiteAliasManagerAwareInterface (View source)
@@ -100,12 +100,12 @@A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
- protected - - | -$uri | -- | from -ExecTrait | -
protected CommandData|null
@@ -281,69 +266,36 @@ Methods
- void
-
-
- configurePrompts(InputInterface $input)
-
-
- Configure the prompt fallbacks. from
-ConfiguresPrompts
-
-
-
-
- mixed
-
-
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
-
-
- Prompt the user until the given validation callback passes. from
-ConfiguresPrompts
-
-
+ SymfonyStyle
-
+ Override Robo's IO function with our custom style. from
+DrushCommands
- DrushStyle
+ void
- io()
+ setLoggerIfEmpty(LoggerInterface $logger)
-
-
+ Override Robo's IO function with our custom style. from
DrushCommands
@@ -382,17 +334,6 @@ Methods
-
-
- initHook($input, AnnotationData $annotationData)
-
-
- Persist commandData for use in primary command callback. Used by 'topic' commands. from
-DrushCommands
-
-
-
-
printFileTopic(CommandData $commandData)
@@ -411,28 +352,6 @@
MethodsGet a Guzzle handler stack that uses the Drush logger. from
DrushCommands
-
-
-
- ProcessManager
-
-
- processManager()
-
-
- This method overrides the trait in order to provide a more specific return type. from
-DrushCommands
-
-
- static AutowireTrait
-
-
- create(ContainerInterface $container)
-
-
- Instantiates a new instance of the implementing class using autowiring. from
-AutowireTrait
@@ -453,7 +372,7 @@
Details+ExecTrait at line 26 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -499,7 +418,7 @@ Return Value
Return Value+ExecTrait at line 87 static bool
programExists($program)
@@ -558,7 +477,7 @@ Return Value+ExecTrait at line 99 static string
getEditor(string|null $editor = null)
@@ -602,7 +521,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -645,107 +564,11 @@ See also
-
-
-
-
- |
ProcessManager
- processManager()
-
- This method overrides the trait in order to provide a more specific return type.
- static AutowireTrait
- create(ContainerInterface $container)
-
- Instantiates a new instance of the implementing class using autowiring.
-
browse($path = '', array $options = ['browser' => true, 'redirect-port' => self::REQ])
diff --git a/api/Drush/Commands/core/CacheCommands.html b/api/Drush/Commands/core/CacheCommands.html
index 7e40433431..c0601a789b 100644
--- a/api/Drush/Commands/core/CacheCommands.html
+++ b/api/Drush/Commands/core/CacheCommands.html
@@ -86,7 +86,7 @@ final class - CacheCommands extends DrushCommands implements CustomEventAwareInterface, StdinAwareInterface (View source) + CacheCommands extends DrushCommands implements CustomEventAwareInterface, StdinAwareInterface (View source)
@@ -99,11 +99,6 @@A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
+ REBUILD + | +
+ + + |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
@@ -248,16 +247,6 @@ Properties
-
-
-
- |
Configure the prompt fallbacks.
+No description
+- protected - - | -$uri | -- | from -ExecTrait | -|||||||||||||||||||
protected CommandData|null
@@ -273,51 +253,6 @@ MethodsDrushConfig as return type. Helps with IDE completion.from
ConfigAwareTrait
-
-
-
-
- void
-
-
- configurePrompts(InputInterface $input)
-
-
- Configure the prompt fallbacks. from
-ConfiguresPrompts
-
-
-
-
- mixed
-
-
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
-
-
- Prompt the user until the given validation callback passes. from
-ConfiguresPrompts
-
@@ -332,13 +267,24 @@
Methods
- DrushStyle
+ SymfonyStyle
io()
Override Robo's IO function with our custom style. from
+DrushCommands
+
+
+ void
+
+
+ setLoggerIfEmpty(LoggerInterface $logger)
+
+
+ Sets a logger, if none is available yet. from
DrushCommands
@@ -377,17 +323,6 @@ Methods
-
-
- initHook($input, AnnotationData $annotationData)
-
-
- Persist commandData for use in primary command callback. Used by 'topic' commands. from
-DrushCommands
-
-
-
printFileTopic(CommandData $commandData)
@@ -409,25 +344,14 @@
Methods
- ProcessManager
-
-
- processManager()
-
-
- This method overrides the trait in order to provide a more specific return type. from
-DrushCommands
-
-
+
- static AutowireTrait
+ static CacheRebuildCommands
- create(ContainerInterface $container)
+ createEarly(ContainerInterface $drush_container)
-
- Instantiates a new instance of the implementing class using autowiring. from
-AutowireTrait
+ No description +
@@ -448,7 +372,7 @@
Details+ExecTrait at line 26 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -494,7 +418,7 @@ Return Value
Return Value+ExecTrait at line 87 static bool
programExists($program)
@@ -553,7 +477,7 @@ Return Value+ExecTrait at line 99 static string
getEditor(string|null $editor = null)
@@ -597,7 +521,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -640,54 +564,10 @@ See also
-
-
-
-
- |
- protected - - | -$uri | -- | from -ExecTrait | -
protected CommandData|null
@@ -282,51 +262,6 @@ MethodsDrushConfig as return type. Helps with IDE completion.from
ConfigAwareTrait
-
-
-
-
- void
-
-
- configurePrompts(InputInterface $input)
-
-
- Configure the prompt fallbacks. from
-ConfiguresPrompts
-
-
-
-
- mixed
-
-
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
-
-
- Prompt the user until the given validation callback passes. from
-ConfiguresPrompts
-
@@ -341,13 +276,24 @@
Methods
- DrushStyle
+ SymfonyStyle
io()
Override Robo's IO function with our custom style. from
+DrushCommands
+
+
+ void
+
+
+ setLoggerIfEmpty(LoggerInterface $logger)
+
+
+ Sets a logger, if none is available yet. from
DrushCommands
@@ -386,17 +332,6 @@ Methods
-
-
- initHook($input, AnnotationData $annotationData)
-
-
- Persist commandData for use in primary command callback. Used by 'topic' commands. from
-DrushCommands
-
-
-
printFileTopic(CommandData $commandData)
@@ -418,25 +353,14 @@
Methods
- ProcessManager
+ static CliCommands
- processManager()
+ create(ContainerInterface $container)
-
- This method overrides the trait in order to provide a more specific return type. from
-DrushCommands
-
-
+
- static AutowireTrait
-
-
- create(ContainerInterface $container)
-
-
- Instantiates a new instance of the implementing class using autowiring. from
-AutowireTrait
+ No description +
@@ -518,7 +442,7 @@
Details+ExecTrait at line 26 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -564,7 +488,7 @@ Return Value
Return Value+ExecTrait at line 87 static bool
programExists($program)
@@ -623,7 +547,7 @@ Return Value+ExecTrait at line 99 static string
getEditor(string|null $editor = null)
@@ -667,7 +591,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -710,54 +634,10 @@ See also
-
-
-
-
- |
ProcessManager
- processManager()
-
- This method overrides the trait in order to provide a more specific return type.
- static AutowireTrait
- create(ContainerInterface $container)
+
+ static CliCommands
+ create(ContainerInterface $container)
Instantiates a new instance of the implementing class using autowiring.
+No description
+ void
docs()
@@ -1276,7 +1008,7 @@ void
cli(array $options = ['version-history' => false, 'cwd' => self::REQ])
@@ -1318,7 +1050,7 @@ protected array
getDrushCommands()
@@ -1350,7 +1082,7 @@ protected array
getCasters()
@@ -1384,7 +1116,7 @@ protected string
historyPath(array $options)
@@ -1426,7 +1158,7 @@ protected array
getPhpKeywords()
@@ -1458,7 +1190,7 @@ void
makeEntitiesAvailableWithShortClassNames()
diff --git a/api/Drush/Commands/core/CoreCommands.html b/api/Drush/Commands/core/CoreCommands.html
index 6d68170d47..0d220f8a7d 100644
--- a/api/Drush/Commands/core/CoreCommands.html
+++ b/api/Drush/Commands/core/CoreCommands.html
@@ -86,7 +86,7 @@ final class - CoreCommands extends DrushCommands (View source) + CoreCommands extends DrushCommands implements SiteAliasManagerAwareInterface (View source)
@@ -99,6 +99,11 @@- protected - - | -$uri | -- | from -ExecTrait | -|||
protected CommandData|null
@@ -277,51 +267,6 @@ MethodsDrushConfig as return type. Helps with IDE completion.from
ConfigAwareTrait
-
-
-
-
- void
-
-
- configurePrompts(InputInterface $input)
-
-
- Configure the prompt fallbacks. from
-ConfiguresPrompts
-
-
-
-
- mixed
-
-
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
-
-
- Prompt the user until the given validation callback passes. from
-ConfiguresPrompts
-
@@ -337,13 +282,24 @@
Methods
- DrushStyle
+ SymfonyStyle
io()
Override Robo's IO function with our custom style. from
+DrushCommands
+
+
+ void
+
+
+ setLoggerIfEmpty(LoggerInterface $logger)
+
+
+ Sets a logger, if none is available yet. from
DrushCommands
@@ -382,17 +338,6 @@ Methods
-
-
- initHook($input, AnnotationData $annotationData)
-
-
- Persist commandData for use in primary command callback. Used by 'topic' commands. from
-DrushCommands
-
-
-
-
printFileTopic(CommandData $commandData)
@@ -410,17 +355,6 @@
MethodsGet a Guzzle handler stack that uses the Drush logger. from
-DrushCommands
-
-
- ProcessManager
-
-
- processManager()
-
-
- This method overrides the trait in order to provide a more specific return type. from
DrushCommands
@@ -452,7 +386,7 @@
Details+ExecTrait at line 26 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -498,7 +432,7 @@ Return Value
Return Value+ExecTrait at line 87 static bool
programExists($program)
@@ -557,7 +491,7 @@ Return Value+ExecTrait at line 99 static string
getEditor(string|null $editor = null)
@@ -601,7 +535,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -644,11 +578,11 @@ See also
-
-
-
+
+
|
Configure the prompt fallbacks.
+No description
+ protected mixed
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
-
- Prompt the user until the given validation callback passes.
- protected void
- restorePrompts()
+
+
+ protected SymfonyStyle
+ io()
@@ -752,7 +615,7 @@
- Restore the prompts output.
+ Override Robo's IO function with our custom style.
-
-
- protected bool
- runningUnitTests()
+
+
+ void
+ setLoggerIfEmpty(LoggerInterface $logger)
@@ -785,74 +648,25 @@
- No description
-
+ Sets a logger, if none is available yet.
-
-
-
-
-
-
-
- __construct()
-
-
-
-
-
-
-
- No description
-
-
-
-
+
+ LoggerInterface
+ $logger
+
+
+
protected DrushStyle
- io()
-
- Override Robo's IO function with our custom style.
-
- initHook($input, AnnotationData $annotationData)
-
- Persist commandData for use in primary command callback. Used by 'topic' commands.
- protected
printFileTopic(CommandData $commandData)
@@ -1050,7 +825,7 @@ protected HandlerStack
getStack()
@@ -1087,46 +862,13 @@ ProcessManager
- processManager()
-
- This method overrides the trait in order to provide a more specific return type.
- RowsOfFields
globalOptions($options = ['format' => 'table'])
@@ -1168,7 +910,7 @@ PropertyList
version($options = ['format' => 'table'])
diff --git a/api/Drush/Commands/core/DeployCommands.html b/api/Drush/Commands/core/DeployCommands.html
index 72c408bcf9..854c439aca 100644
--- a/api/Drush/Commands/core/DeployCommands.html
+++ b/api/Drush/Commands/core/DeployCommands.html
@@ -86,7 +86,7 @@ final class - DeployCommands extends DrushCommands (View source) + DeployCommands extends DrushCommands implements SiteAliasManagerAwareInterface (View source)
@@ -100,8 +100,8 @@A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
- protected - - | -$uri | -- | from -ExecTrait | -
protected CommandData|null
@@ -276,69 +261,36 @@ Methods
- void
-
-
- configurePrompts(InputInterface $input)
-
-
- Configure the prompt fallbacks. from
-ConfiguresPrompts
-
-
-
-
- mixed
-
-
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
-
-
- Prompt the user until the given validation callback passes. from
-ConfiguresPrompts
-
-
+ SymfonyStyle
-
+ Override Robo's IO function with our custom style. from
+DrushCommands
- DrushStyle
+ void
- io()
+ setLoggerIfEmpty(LoggerInterface $logger)
-
-
+ Override Robo's IO function with our custom style. from
DrushCommands
@@ -377,17 +329,6 @@ Methods
-
-
- initHook($input, AnnotationData $annotationData)
-
-
- Persist commandData for use in primary command callback. Used by 'topic' commands. from
-DrushCommands
-
-
-
-
printFileTopic(CommandData $commandData)
@@ -406,28 +347,6 @@
MethodsGet a Guzzle handler stack that uses the Drush logger. from
DrushCommands
-
-
-
- ProcessManager
-
-
- processManager()
-
-
- This method overrides the trait in order to provide a more specific return type. from
-DrushCommands
-
-
- static AutowireTrait
-
-
- create(ContainerInterface $container)
-
-
- Instantiates a new instance of the implementing class using autowiring. from
-AutowireTrait
@@ -444,7 +363,7 @@
Methodsvoid
- cacheRebuild(ProcessManager $manager, SiteAlias $self, array $redispatchOptions)
+ cacheRebuild(ProcessManager $manager, SiteAlias $self, array $redispatchOptions)
@@ -459,7 +378,7 @@ No description Details+ExecTrait at line 26 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -505,7 +424,7 @@ Return Value
Return Value+ExecTrait at line 87 static bool
programExists($program)
@@ -564,7 +483,7 @@ Return Value+ExecTrait at line 99 static string
getEditor(string|null $editor = null)
@@ -608,7 +527,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -651,107 +570,11 @@ See also
-
-
-
-
- |
ProcessManager
- processManager()
-
- This method overrides the trait in order to provide a more specific return type.
- static AutowireTrait
- create(ContainerInterface $container)
-
- Instantiates a new instance of the implementing class using autowiring.
- void
deploy()
@@ -1217,9 +892,9 @@ void
- cacheRebuild(ProcessManager $manager, SiteAlias $self, array $redispatchOptions)
+ cacheRebuild(ProcessManager $manager, SiteAlias $self, array $redispatchOptions)
ProcessManager | +ProcessManager | $manager |
- protected - - | -$uri | -- | from -ExecTrait | -
protected CommandData|null
@@ -303,69 +288,36 @@ Methods
- void
-
-
- configurePrompts(InputInterface $input)
-
-
- Configure the prompt fallbacks. from
-ConfiguresPrompts
-
-
-
-
- mixed
-
-
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
-
-
- Prompt the user until the given validation callback passes. from
-ConfiguresPrompts
-
-
+ SymfonyStyle
- __construct($root, $site_path, $module_list, KeyValueFactoryInterface $key_value_factory, ThemeHandlerInterface $theme_handler)
+ io()
-
-
+ No description -Override Robo's IO function with our custom style. from
+DrushCommands
- DrushStyle
+ void
- io()
+ setLoggerIfEmpty(LoggerInterface $logger)
-
-
+ Override Robo's IO function with our custom style. from
DrushCommands
@@ -404,17 +356,6 @@
@@ -475,7 +405,7 @@ Methods
-
-
- initHook($input, AnnotationData $annotationData)
-
-
- Persist commandData for use in primary command callback. Used by 'topic' commands. from
-DrushCommands
-
-
-
printFileTopic(CommandData $commandData)
@@ -436,34 +377,23 @@
Methods
- ProcessManager
-
-
- processManager()
-
-
- This method overrides the trait in order to provide a more specific return type. from
-DrushCommands
-
-
+
- static AutowireTrait
+ static UpdateRegistry
- create(ContainerInterface $container)
+ getRegistry()
-
- Instantiates a new instance of the implementing class using autowiring. from
-AutowireTrait
+ Get the deploy hook update registry.
- static UpdateRegistry
+ void
+ No description +Details+ExecTrait at line 26 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -521,7 +451,7 @@ Return Value
Return Value+ExecTrait at line 87 static bool
programExists($program)
@@ -580,7 +510,7 @@ Return Value+ExecTrait at line 99 static string
getEditor(string|null $editor = null)
@@ -624,7 +554,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -667,107 +597,11 @@ See also
-
-
-
-
- |
ProcessManager
- processManager()
-
- This method overrides the trait in order to provide a more specific return type.
- void
optionset($options = ['druplicon' => false])
@@ -1161,7 +908,7 @@ void
druplicon($result, CommandData $commandData)
diff --git a/api/Drush/Commands/core/EditCommands.html b/api/Drush/Commands/core/EditCommands.html
index 60eda66870..027303b760 100644
--- a/api/Drush/Commands/core/EditCommands.html
+++ b/api/Drush/Commands/core/EditCommands.html
@@ -86,7 +86,7 @@ final class - EditCommands extends DrushCommands (View source) + EditCommands extends DrushCommands implements SiteAliasManagerAwareInterface (View source)
@@ -99,6 +99,11 @@- protected - - | -$uri | -- | from -ExecTrait | -
protected CommandData|null
@@ -276,69 +266,36 @@ Methods
- void
-
-
- configurePrompts(InputInterface $input)
-
-
- Configure the prompt fallbacks. from
-ConfiguresPrompts
-
-
-
-
- mixed
-
-
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
-
-
- Prompt the user until the given validation callback passes. from
-ConfiguresPrompts
-
-
+ SymfonyStyle
-
+ Override Robo's IO function with our custom style. from
+DrushCommands
- DrushStyle
+ void
- io()
+ setLoggerIfEmpty(LoggerInterface $logger)
-
-
+ Override Robo's IO function with our custom style. from
DrushCommands
@@ -377,17 +334,6 @@ Methods
-
-
- initHook($input, AnnotationData $annotationData)
-
-
- Persist commandData for use in primary command callback. Used by 'topic' commands. from
-DrushCommands
-
-
-
-
printFileTopic(CommandData $commandData)
@@ -406,27 +352,6 @@
MethodsGet a Guzzle handler stack that uses the Drush logger. from
DrushCommands
-
-
-
- ProcessManager
-
-
- processManager()
-
-
- This method overrides the trait in order to provide a more specific return type. from
-DrushCommands
-
-
- static EditCommands
-
-
- create(ContainerInterface $container, Container $drush_container)
-
-
-
Not using Autowire in order to implicitly test backward compat.
@@ -501,7 +426,7 @@
Details+ExecTrait at line 26 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -547,7 +472,7 @@ Return Value
Return Value+ExecTrait at line 87 static bool
programExists($program)
@@ -606,7 +531,7 @@ Return Value+ExecTrait at line 99 static string
getEditor(string|null $editor = null)
@@ -650,7 +575,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -693,107 +618,11 @@ See also
-
-
-
-
- |
ProcessManager
- processManager()
-
- This method overrides the trait in order to provide a more specific return type.
- static EditCommands
- create(ContainerInterface $container, Container $drush_container)
-
- Not using Autowire in order to implicitly test backward compat.
- void
edit($filter = null, array $options = [])
@@ -1278,7 +955,7 @@ array
load($headers = true)
@@ -1321,7 +998,7 @@ static array
phpIniFiles()
@@ -1354,7 +1031,7 @@ array
bashFiles()
@@ -1387,7 +1064,7 @@ static string
findBashrc($home)
@@ -1430,7 +1107,7 @@ array
complete()
diff --git a/api/Drush/Commands/core/EntityCommands.html b/api/Drush/Commands/core/EntityCommands.html
index e629d59ef5..2bcae261d4 100644
--- a/api/Drush/Commands/core/EntityCommands.html
+++ b/api/Drush/Commands/core/EntityCommands.html
@@ -86,7 +86,7 @@ final class - EntityCommands extends DrushCommands (View source) + EntityCommands extends DrushCommands (View source)
@@ -99,11 +99,6 @@A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
- protected - - | -$uri | -- | from -ExecTrait | -
protected CommandData|null
@@ -282,51 +262,6 @@ MethodsDrushConfig as return type. Helps with IDE completion.from
ConfigAwareTrait
-
-
-
-
- void
-
-
- configurePrompts(InputInterface $input)
-
-
- Configure the prompt fallbacks. from
-ConfiguresPrompts
-
-
-
-
- mixed
-
-
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
-
-
- Prompt the user until the given validation callback passes. from
-ConfiguresPrompts
-
@@ -341,13 +276,24 @@
Methods
- DrushStyle
+ SymfonyStyle
io()
Override Robo's IO function with our custom style. from
+DrushCommands
+
+
+ void
+
+
+ setLoggerIfEmpty(LoggerInterface $logger)
+
+
+ Sets a logger, if none is available yet. from
DrushCommands
@@ -386,17 +332,6 @@ Methods
-
-
- initHook($input, AnnotationData $annotationData)
-
-
- Persist commandData for use in primary command callback. Used by 'topic' commands. from
-DrushCommands
-
-
-
printFileTopic(CommandData $commandData)
@@ -418,32 +353,21 @@
Methods
- ProcessManager
+ static EntityCommands
- processManager()
+ create(ContainerInterface $container)
-
- This method overrides the trait in order to provide a more specific return type. from
-DrushCommands
-
-
+
- static AutowireTrait
-
-
- create(ContainerInterface $container)
-
-
- Instantiates a new instance of the implementing class using autowiring. from
-AutowireTrait
+ No description +
void
- delete(string $entity_type, $ids = null, array $options = ['bundle' => self::REQ, 'exclude' => self::REQ, 'chunks' => 50, 'limit' => null])
+ delete(string $entity_type, $ids = null, array $options = ['bundle' => self::REQ, 'exclude' => self::REQ, 'chunks' => 50])
@@ -498,7 +422,7 @@ Delete content entities. Details+ExecTrait at line 26 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -544,7 +468,7 @@ Return Value
Return Value+ExecTrait at line 87 static bool
programExists($program)
@@ -603,7 +527,7 @@ Return Value+ExecTrait at line 99 static string
getEditor(string|null $editor = null)
@@ -647,7 +571,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -690,54 +614,10 @@ See also
-
-
-
-
- |
ProcessManager
- processManager()
-
- This method overrides the trait in order to provide a more specific return type.
- static AutowireTrait
- create(ContainerInterface $container)
+
+ static EntityCommands
+ create(ContainerInterface $container)
Instantiates a new instance of the implementing class using autowiring.
+No description
+ void
- delete(string $entity_type, $ids = null, array $options = ['bundle' => self::REQ, 'exclude' => self::REQ, 'chunks' => 50, 'limit' => null])
+ delete(string $entity_type, $ids = null, array $options = ['bundle' => self::REQ, 'exclude' => self::REQ, 'chunks' => 50])
void
doDelete(string $entity_type, array $ids)
@@ -1340,7 +1072,7 @@ void
loadSave(string $entity_type, $ids = null, array $options = ['bundle' => self::REQ, 'exclude' => self::REQ, 'chunks' => 50])
@@ -1392,7 +1124,7 @@ void
doSave(string $entity_type, array $ids)
@@ -1456,7 +1188,7 @@ protected QueryInterface
getQuery(string $entity_type, string|null $ids, array $options)
diff --git a/api/Drush/Commands/core/EntityCreateCommands.html b/api/Drush/Commands/core/EntityCreateCommands.html
index 1fbf8801cd..e385ded881 100644
--- a/api/Drush/Commands/core/EntityCreateCommands.html
+++ b/api/Drush/Commands/core/EntityCreateCommands.html
@@ -86,7 +86,7 @@ final class - EntityCreateCommands extends DrushCommands (View source) + EntityCreateCommands extends DrushCommands (View source)
@@ -99,11 +99,6 @@A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
- protected - - | -$uri | -- | from -ExecTrait | -
protected CommandData|null
@@ -273,51 +253,6 @@ MethodsDrushConfig as return type. Helps with IDE completion.from
ConfigAwareTrait
-
-
-
-
- void
-
-
- configurePrompts(InputInterface $input)
-
-
- Configure the prompt fallbacks. from
-ConfiguresPrompts
-
-
-
-
- mixed
-
-
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
-
-
- Prompt the user until the given validation callback passes. from
-ConfiguresPrompts
-
@@ -332,13 +267,24 @@
Methods
- DrushStyle
+ SymfonyStyle
io()
Override Robo's IO function with our custom style. from
+DrushCommands
+
+
+ void
+
+
+ setLoggerIfEmpty(LoggerInterface $logger)
+
+
+ Sets a logger, if none is available yet. from
DrushCommands
@@ -377,17 +323,6 @@ Methods
-
-
- initHook($input, AnnotationData $annotationData)
-
-
- Persist commandData for use in primary command callback. Used by 'topic' commands. from
-DrushCommands
-
-
-
printFileTopic(CommandData $commandData)
@@ -409,25 +344,14 @@
Methods
- ProcessManager
-
-
- processManager()
-
-
- This method overrides the trait in order to provide a more specific return type. from
-DrushCommands
-
-
+
- static AutowireTrait
+ static EntityCreateCommands
- create(ContainerInterface $container)
+ create(ContainerInterface $container)
-
- Instantiates a new instance of the implementing class using autowiring. from
-AutowireTrait
+ No description +
@@ -444,18 +368,7 @@
Methodsvoid
- validate()
-
-
-
- No description -
-
- void
-
-
- setValue(ContentEntityInterface $entity, int|string $name, mixed $value)
+ setValue(EntityInterface $entity, int|string $name, mixed $value)
@@ -470,7 +383,7 @@ No description Details+ExecTrait at line 26 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -516,7 +429,7 @@ Return Value
Return Value+ExecTrait at line 87 static bool
programExists($program)
@@ -575,7 +488,7 @@ Return Value+ExecTrait at line 99 static string
getEditor(string|null $editor = null)
@@ -619,7 +532,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -662,54 +575,10 @@ See also
-
-
-
-
- |
ProcessManager
- processManager()
-
- This method overrides the trait in order to provide a more specific return type.
- static AutowireTrait
- create(ContainerInterface $container)
+
+ static EntityCreateCommands
+ create(ContainerInterface $container)
Instantiates a new instance of the implementing class using autowiring.
+No description
+ string
createEntity(string $entity_type, $bundle, array $options = ['validate' => true, 'uid' => self::REQ, 'skip-fields' => self::REQ])
@@ -1255,48 +976,15 @@ void
- validate()
-
- No description
- - protected void
- setValue(ContentEntityInterface $entity, int|string $name, mixed $value)
+ setValue(EntityInterface $entity, int|string $name, mixed $value)
ContentEntityInterface | +EntityInterface | $entity |
- protected - - | -$uri | -- | from -ExecTrait | -|||
protected CommandData|null
@@ -277,51 +262,6 @@ MethodsDrushConfig as return type. Helps with IDE completion.from
ConfigAwareTrait
-
-
-
-
- void
-
-
- configurePrompts(InputInterface $input)
-
-
- Configure the prompt fallbacks. from
-ConfiguresPrompts
-
-
-
-
- mixed
-
-
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
-
-
- Prompt the user until the given validation callback passes. from
-ConfiguresPrompts
-
@@ -337,13 +277,24 @@
Methods
- DrushStyle
+ SymfonyStyle
io()
Override Robo's IO function with our custom style. from
+DrushCommands
+
+
+ void
+
+
+ setLoggerIfEmpty(LoggerInterface $logger)
+
+
+ Sets a logger, if none is available yet. from
DrushCommands
@@ -382,17 +333,6 @@ Methods
-
-
- initHook($input, AnnotationData $annotationData)
-
-
- Persist commandData for use in primary command callback. Used by 'topic' commands. from
-DrushCommands
-
-
-
-
printFileTopic(CommandData $commandData)
@@ -410,17 +350,6 @@
MethodsGet a Guzzle handler stack that uses the Drush logger. from
-DrushCommands
-
-
- ProcessManager
-
-
- processManager()
-
-
- This method overrides the trait in order to provide a more specific return type. from
DrushCommands
@@ -474,7 +403,7 @@
Details+ExecTrait at line 26 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -520,7 +449,7 @@ Return Value
Return Value+ExecTrait at line 87 static bool
programExists($program)
@@ -579,7 +508,7 @@ Return Value+ExecTrait at line 99 static string
getEditor(string|null $editor = null)
@@ -623,7 +552,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -666,54 +595,11 @@ See also
-
-
-
-
- | ||||||
LoggerInterface | +$logger | ++ |
Override Robo's IO function with our custom style.
-
- initHook($input, AnnotationData $annotationData)
-
- Persist commandData for use in primary command callback. Used by 'topic' commands.
- protected
printFileTopic(CommandData $commandData)
@@ -1072,7 +842,7 @@ protected HandlerStack
getStack()
@@ -1109,46 +879,13 @@ ProcessManager
- processManager()
-
- This method overrides the trait in order to provide a more specific return type.
- void
flush($style_names, $options = ['all' => false])
@@ -1195,7 +932,7 @@ void
interactFlush(InputInterface $input, $output)
@@ -1243,7 +980,7 @@ void
postInit(InputInterface $input, AnnotationData $annotationData)
@@ -1291,7 +1028,7 @@
derive($style_name, $source)
diff --git a/api/Drush/Commands/core/LanguageCommands.html b/api/Drush/Commands/core/LanguageCommands.html
index 43b2cf18eb..287f113dc6 100644
--- a/api/Drush/Commands/core/LanguageCommands.html
+++ b/api/Drush/Commands/core/LanguageCommands.html
@@ -86,7 +86,7 @@ final class - LanguageCommands extends DrushCommands (View source) + LanguageCommands extends DrushCommands (View source)
@@ -99,11 +99,6 @@A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
- protected - - | -$uri | -- | from -ExecTrait | -|||
protected CommandData|null
@@ -282,51 +262,6 @@ MethodsDrushConfig as return type. Helps with IDE completion.from
ConfigAwareTrait
-
-
-
-
- void
-
-
- configurePrompts(InputInterface $input)
-
-
- Configure the prompt fallbacks. from
-ConfiguresPrompts
-
-
-
-
- mixed
-
-
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
-
-
- Prompt the user until the given validation callback passes. from
-ConfiguresPrompts
-
@@ -341,13 +276,24 @@
Methods
- DrushStyle
+ SymfonyStyle
io()
Override Robo's IO function with our custom style. from
+DrushCommands
+
+
+ void
+
+
+ setLoggerIfEmpty(LoggerInterface $logger)
+
+
+ Sets a logger, if none is available yet. from
DrushCommands
@@ -386,17 +332,6 @@ Methods
-
-
- initHook($input, AnnotationData $annotationData)
-
-
- Persist commandData for use in primary command callback. Used by 'topic' commands. from
-DrushCommands
-
-
-
printFileTopic(CommandData $commandData)
@@ -418,32 +353,21 @@
Methods
- ProcessManager
-
-
- processManager()
-
-
- This method overrides the trait in order to provide a more specific return type. from
-DrushCommands
-
-
+
- static AutowireTrait
+ LanguageManagerInterface
- create(ContainerInterface $container)
+ getLanguageManager()
-
- Instantiates a new instance of the implementing class using autowiring. from
-AutowireTrait
+ No description +
- LanguageManagerInterface
+ ModuleHandlerInterface
@@ -451,10 +375,10 @@ Methods
- ModuleHandlerInterface
+ static LanguageCommands
@@ -490,7 +414,7 @@ Details+ExecTrait at line 26 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -536,7 +460,7 @@ Return Value
Return Value+ExecTrait at line 87 static bool
programExists($program)
@@ -595,7 +519,7 @@ Return Value+ExecTrait at line 99 static string
getEditor(string|null $editor = null)
@@ -639,7 +563,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -682,54 +606,10 @@ See also
-
-
-
-
- | ||||||
ContainerInterface | +$container | ++ |
No description
- - void
add($langcode, $options = ['skip-translations' => false])
@@ -1335,7 +1067,7 @@ RowsOfFields
info()
diff --git a/api/Drush/Commands/core/LinkHooks.html b/api/Drush/Commands/core/LinkHooks.html
index dd5e55a413..59360408ae 100644
--- a/api/Drush/Commands/core/LinkHooks.html
+++ b/api/Drush/Commands/core/LinkHooks.html
@@ -86,7 +86,7 @@ final class - LinkHooks extends DrushCommands (View source) + LinkHooks extends DrushCommands (View source)
@@ -99,11 +99,6 @@A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
- protected - - | -$uri | -- | from -ExecTrait | -
protected CommandData|null
@@ -264,51 +244,6 @@ MethodsDrushConfig as return type. Helps with IDE completion.from
ConfigAwareTrait
-
-
-
-
- void
-
-
- configurePrompts(InputInterface $input)
-
-
- Configure the prompt fallbacks. from
-ConfiguresPrompts
-
-
-
-
- mixed
-
-
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
-
-
- Prompt the user until the given validation callback passes. from
-ConfiguresPrompts
-
@@ -323,13 +258,24 @@
Methods
- DrushStyle
+ SymfonyStyle
io()
Override Robo's IO function with our custom style. from
+DrushCommands
+
+
+ void
+
+
+ setLoggerIfEmpty(LoggerInterface $logger)
+
+
+ Sets a logger, if none is available yet. from
DrushCommands
@@ -368,17 +314,6 @@ Methods
-
-
- initHook($input, AnnotationData $annotationData)
-
-
- Persist commandData for use in primary command callback. Used by 'topic' commands. from
-DrushCommands
-
-
-
printFileTopic(CommandData $commandData)
@@ -400,25 +335,14 @@
Methods
- ProcessManager
-
-
- processManager()
-
-
- This method overrides the trait in order to provide a more specific return type. from
-DrushCommands
-
-
+
- static AutowireTrait
+ static LinkHooks
- create(ContainerInterface $container)
+ create(ContainerInterface $container)
-
- Instantiates a new instance of the implementing class using autowiring. from
-AutowireTrait
+ No description +
@@ -495,7 +419,7 @@
Details+ExecTrait at line 26 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -541,7 +465,7 @@ Return Value
Return Value+ExecTrait at line 87 static bool
programExists($program)
@@ -600,7 +524,7 @@ Return Value+ExecTrait at line 99 static string
getEditor(string|null $editor = null)
@@ -644,7 +568,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -687,54 +611,10 @@ See also
-
-
-
-
- |
ProcessManager
- processManager()
-
- This method overrides the trait in order to provide a more specific return type.
- static AutowireTrait
- create(ContainerInterface $container)
+
+ static LinkHooks
+ create(ContainerInterface $container)
Instantiates a new instance of the implementing class using autowiring.
+No description
+ void
hookOption(Command $command, AnnotationData $annotationData)
@@ -1269,7 +1001,7 @@ void
hookSetOptions(InputInterface $input)
@@ -1312,7 +1044,7 @@ array
hookFieldConfig(array $values, InputInterface $input)
@@ -1360,7 +1092,7 @@ protected int
askLinkType()
@@ -1393,7 +1125,7 @@ protected int
askAllowLinkText()
@@ -1426,7 +1158,7 @@ protected bool
isInstalled()
diff --git a/api/Drush/Commands/core/LocaleCommands.html b/api/Drush/Commands/core/LocaleCommands.html
index 88d02fc3e7..817b1347f6 100644
--- a/api/Drush/Commands/core/LocaleCommands.html
+++ b/api/Drush/Commands/core/LocaleCommands.html
@@ -86,7 +86,7 @@ final class - LocaleCommands extends DrushCommands (View source) + LocaleCommands extends DrushCommands (View source)
@@ -99,11 +99,6 @@A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
- protected - - | -$uri | -- | from -ExecTrait | -|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
protected CommandData|null
@@ -318,51 +298,6 @@ MethodsDrushConfig as return type. Helps with IDE completion.from
ConfigAwareTrait
-
-
-
-
- void
-
-
- configurePrompts(InputInterface $input)
-
-
- Configure the prompt fallbacks. from
-ConfiguresPrompts
-
-
-
-
- mixed
-
-
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
-
-
- Prompt the user until the given validation callback passes. from
-ConfiguresPrompts
-
@@ -377,13 +312,24 @@
Methods
- DrushStyle
+ SymfonyStyle
io()
Override Robo's IO function with our custom style. from
+DrushCommands
+
+
+ void
+
+
+ setLoggerIfEmpty(LoggerInterface $logger)
+
+
+ Sets a logger, if none is available yet. from
DrushCommands
@@ -422,17 +368,6 @@
Methods
-
-
- initHook($input, AnnotationData $annotationData)
-
-
- Persist commandData for use in primary command callback. Used by 'topic' commands. from
-DrushCommands
-
-
-
printFileTopic(CommandData $commandData)
@@ -454,32 +389,32 @@
Methods
- ProcessManager
+ LanguageManagerInterface
- processManager()
+ getLanguageManager()
-
- This method overrides the trait in order to provide a more specific return type. from
-DrushCommands
+ No description +
- static AutowireTrait
+ ConfigFactoryInterface
- create(ContainerInterface $container)
+ getConfigFactory()
-
- Instantiates a new instance of the implementing class using autowiring. from
-AutowireTrait
+ No description +
- LanguageManagerInterface
+ ModuleHandlerInterface
@@ -487,10 +422,10 @@ Methods
- ConfigFactoryInterface
+ StateInterface
@@ -498,10 +433,10 @@ Methods
- StateInterface
+ static LocaleCommands
@@ -586,7 +521,7 @@ Details+ExecTrait at line 26 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -632,7 +567,7 @@ Return Value
Return Value+ExecTrait at line 87 static bool
programExists($program)
@@ -691,7 +626,7 @@ Return Value+ExecTrait at line 99 static string
getEditor(string|null $editor = null)
@@ -735,7 +670,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -778,11 +713,10 @@ See also
-
-
-
-
+
+
|
Configure the prompt fallbacks.
+No description
+LanguageManagerInterface | +ModuleHandlerInterface |
protected ConfigFactoryInterface
- getConfigFactory()
+
+
+ StateInterface
+ getState()
@@ -1379,7 +1145,7 @@ Return Value
- ConfigFactoryInterface
+ StateInterface
@@ -1392,10 +1158,10 @@ Return Value
-
-
- StateInterface
- getState()
+
+
+ static LocaleCommands
+ create(ContainerInterface $container)
@@ -1407,12 +1173,22 @@
-
+
void
check()
@@ -1458,7 +1234,7 @@ Return Value
-
+
void
clearStatus()
@@ -1490,7 +1266,7 @@ Return Value
-
+
void
update($options = ['langcodes' => self::REQ])
@@ -1563,7 +1339,7 @@ See also
-
+
void
export($langcode = null, $options = ['template' => false, 'types' => self::REQ])
@@ -1610,7 +1386,7 @@ Return Value
-
+
void
exportValidate(CommandData $commandData)
@@ -1652,7 +1428,7 @@ Return Value
-
+
importAll($directory, $options = ['type' => self::REQ, 'override' => self::REQ])
@@ -1699,7 +1475,7 @@ Exceptions
-
+
void
import($langcode, $file, $options = ['type' => 'not-customized', 'override' => self::REQ, 'autocreate-language' => false])
diff --git a/api/Drush/Commands/core/LoginCommands.html b/api/Drush/Commands/core/LoginCommands.html
index 0ab5cdd1fd..16a38fa2ee 100644
--- a/api/Drush/Commands/core/LoginCommands.html
+++ b/api/Drush/Commands/core/LoginCommands.html
@@ -86,7 +86,7 @@ LoginCommands
final class
- LoginCommands extends DrushCommands (View source)
+ LoginCommands extends DrushCommands implements SiteAliasManagerAwareInterface (View source)
@@ -102,6 +102,11 @@ Traits
A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
+
+
+
+ SiteAliasManagerAwareTrait
+
@@ -132,11 +137,6 @@ Traits
IO
-
-
-
-
@@ -207,16 +207,6 @@ Properties
-
- protected
-
-
- $uri
-
- from
-ExecTrait
-
-
protected CommandData|null
@@ -281,69 +271,35 @@ Methods
- void
-
-
- configurePrompts(InputInterface $input)
-
- Configure the prompt fallbacks.
- from
-ConfiguresPrompts
-
-
-
- mixed
-
-
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
-
- Prompt the user until the given validation callback passes.
- from
-ConfiguresPrompts
-
-
-
-
- bool
+
- from
-ConfiguresPrompts
+
-
+ SymfonyStyle
- __construct(BootstrapManager $bootstrapManager, SiteAliasManagerInterface $siteAliasManager)
+ io()
- No description
-
-
+ Override Robo's IO function with our custom style.
+ from
+DrushCommands
- DrushStyle
+ void
- io()
+ setLoggerIfEmpty(LoggerInterface $logger)
- Override Robo's IO function with our custom style.
-
+ from
DrushCommands
@@ -382,17 +338,6 @@ Methods
-
-
- initHook($input, AnnotationData $annotationData)
-
- Persist commandData for use in primary command callback. Used by 'topic' commands.
- from
-DrushCommands
-
-
-
-
printFileTopic(CommandData $commandData)
@@ -410,17 +355,6 @@ Methods
Get a Guzzle handler stack that uses the Drush logger.
from
-DrushCommands
-
-
-
- ProcessManager
-
-
- processManager()
-
- This method overrides the trait in order to provide a more specific return type.
- from
DrushCommands
@@ -453,7 +387,7 @@ Details
+ExecTrait at line 26
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -499,7 +433,7 @@ Return Value
bool
- TRUE if browser was opened. FALSE if browser was disabled by the user or a
+
if browser was opened. FALSE if browser was disabled by the user or a
default browser could not be found.
@@ -514,7 +448,7 @@ Return Value
+ExecTrait at line 87
static bool
programExists($program)
@@ -558,7 +492,7 @@ Return Value
+ExecTrait at line 99
static string
getEditor(string|null $editor = null)
@@ -602,7 +536,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -645,54 +579,10 @@ See also
-
-
- protected void
- configurePrompts(InputInterface $input)
-
-
-
-
-
-
-
- Configure the prompt fallbacks.
-
-
-
-
-
-
-
-
- protected mixed
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+
+
+ __construct(BootstrapManager $bootstrapManager)
@@ -700,72 +590,21 @@
- Prompt the user until the given validation callback passes.
+ No description
+
-
-
-
-
-
-
- protected void
- restorePrompts()
-
-
-
-
-
-
-
- Restore the prompts output.
-
-
-
-
- protected bool
- runningUnitTests()
+
+
+ protected SymfonyStyle
+ io()
@@ -786,8 +625,7 @@
- No description
-
+ Override Robo's IO function with our custom style.
-
-
-
- __construct(BootstrapManager $bootstrapManager, SiteAliasManagerInterface $siteAliasManager)
+
+
+ void
+ setLoggerIfEmpty(LoggerInterface $logger)
@@ -819,55 +658,25 @@
- No description
-
+ Sets a logger, if none is available yet.
-
-
-
-
-
-
- protected DrushStyle
- io()
-
-
-
-
-
-
-
- Override Robo's IO function with our custom style.
-
-
-
-
-
-
-
-
-
- initHook($input, AnnotationData $annotationData)
-
-
-
-
-
-
-
- Persist commandData for use in primary command callback. Used by 'topic' commands.
-
-
@@ -1031,7 +801,7 @@ Parameters
+DrushCommands at line 128
protected
printFileTopic(CommandData $commandData)
@@ -1065,7 +835,7 @@ Parameters
+DrushCommands at line 139
protected HandlerStack
getStack()
@@ -1102,39 +872,6 @@ See also
-
-
-
-
-
-
-
- ProcessManager
- processManager()
-
-
-
-
-
-
-
- This method overrides the trait in order to provide a more specific return type.
-
-
@@ -1142,7 +879,7 @@ Return Value
+AutowireTrait at line 26
static AutowireTrait
create(ContainerInterface $container)
@@ -1184,7 +921,7 @@ Return Value
-
+
login(string $path = '', $options = ['name' => null, 'uid' => null, 'mail' => null, 'browser' => true, 'redirect-port' => self::REQ])
diff --git a/api/Drush/Commands/core/MaintCommands.html b/api/Drush/Commands/core/MaintCommands.html
index 80263c9aa6..3140be0bc5 100644
--- a/api/Drush/Commands/core/MaintCommands.html
+++ b/api/Drush/Commands/core/MaintCommands.html
@@ -86,7 +86,7 @@ MaintCommands
final class
- MaintCommands extends DrushCommands (View source)
+ MaintCommands extends DrushCommands (View source)
@@ -127,11 +127,6 @@ Traits
IO
-
-
-
-
@@ -229,16 +224,6 @@ Properties
-
- protected
-
-
- $uri
-
- from
-ExecTrait
-
-
protected CommandData|null
@@ -300,51 +285,6 @@ Methods
DrushConfig as return type. Helps with IDE completion.
from
ConfigAwareTrait
-
-
-
- void
-
-
- configurePrompts(InputInterface $input)
-
- Configure the prompt fallbacks.
- from
-ConfiguresPrompts
-
-
-
- mixed
-
-
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
-
- Prompt the user until the given validation callback passes.
- from
-ConfiguresPrompts
-
-
-
@@ -359,13 +299,24 @@ Methods
- DrushStyle
+ SymfonyStyle
io()
Override Robo's IO function with our custom style.
from
+DrushCommands
+
+
+
+ void
+
+
+ setLoggerIfEmpty(LoggerInterface $logger)
+
+ Sets a logger, if none is available yet.
+ from
DrushCommands
@@ -404,17 +355,6 @@ Methods
-
-
- initHook($input, AnnotationData $annotationData)
-
- Persist commandData for use in primary command callback. Used by 'topic' commands.
- from
-DrushCommands
-
-
-
-
printFileTopic(CommandData $commandData)
@@ -432,17 +372,6 @@ Methods
Get a Guzzle handler stack that uses the Drush logger.
from
-DrushCommands
-
-
-
- ProcessManager
-
-
- processManager()
-
- This method overrides the trait in order to provide a more specific return type.
- from
DrushCommands
@@ -506,7 +435,7 @@ Details
+ExecTrait at line 26
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -552,7 +481,7 @@ Return Value
bool
- TRUE if browser was opened. FALSE if browser was disabled by the user or a
+
if browser was opened. FALSE if browser was disabled by the user or a
default browser could not be found.
@@ -567,7 +496,7 @@ Return Value
+ExecTrait at line 87
static bool
programExists($program)
@@ -611,7 +540,7 @@ Return Value
+ExecTrait at line 99
static string
getEditor(string|null $editor = null)
@@ -655,7 +584,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -698,54 +627,10 @@ See also
-
-
- protected void
- configurePrompts(InputInterface $input)
-
-
-
-
-
-
-
- Configure the prompt fallbacks.
-
-
-
-
-
-
-
-
- protected mixed
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+
+
+ __construct(StateInterface $state)
@@ -753,72 +638,21 @@
- Prompt the user until the given validation callback passes.
+ No description
+
-
-
-
-
-
-
- protected void
- restorePrompts()
-
-
-
-
-
-
-
- Restore the prompts output.
-
-
-
-
- protected bool
- runningUnitTests()
+
+
+ protected SymfonyStyle
+ io()
@@ -839,8 +673,7 @@
- No description
-
+ Override Robo's IO function with our custom style.
-
-
-
- __construct(StateInterface $state)
+
+
+ void
+ setLoggerIfEmpty(LoggerInterface $logger)
@@ -872,50 +706,25 @@
- No description
-
+ Sets a logger, if none is available yet.
-
-
-
-
-
-
- protected DrushStyle
- io()
-
-
-
-
-
-
-
- Override Robo's IO function with our custom style.
-
-
-
-
-
-
-
-
-
- initHook($input, AnnotationData $annotationData)
-
-
-
-
-
-
-
- Persist commandData for use in primary command callback. Used by 'topic' commands.
-
-
@@ -1079,7 +849,7 @@ Parameters
+DrushCommands at line 128
protected
printFileTopic(CommandData $commandData)
@@ -1113,7 +883,7 @@ Parameters
+DrushCommands at line 139
protected HandlerStack
getStack()
@@ -1150,39 +920,6 @@ See also
-
-
-
-
-
-
-
- ProcessManager
- processManager()
-
-
-
-
-
-
-
- This method overrides the trait in order to provide a more specific return type.
-
-
@@ -1190,7 +927,7 @@ Return Value
+AutowireTrait at line 26
static AutowireTrait
create(ContainerInterface $container)
@@ -1232,7 +969,7 @@ Return Value
-
+
StateInterface
getState()
@@ -1265,7 +1002,7 @@ Return Value
-
+
string
get()
@@ -1297,7 +1034,7 @@ Return Value
-
+
void
set(string $value)
@@ -1339,7 +1076,7 @@ Return Value
-
+
int
status()
diff --git a/api/Drush/Commands/core/MessengerCommands.html b/api/Drush/Commands/core/MessengerCommands.html
index ed5deb62e1..c194fbb4ce 100644
--- a/api/Drush/Commands/core/MessengerCommands.html
+++ b/api/Drush/Commands/core/MessengerCommands.html
@@ -86,7 +86,7 @@ MessengerCommands
final class
- MessengerCommands extends DrushCommands (View source)
+ MessengerCommands extends DrushCommands (View source)
@@ -99,11 +99,6 @@ Traits
-
- A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
-
-
ProcessManagerAwareTrait
@@ -127,11 +122,6 @@ Traits
IO
-
-
-
-
@@ -193,16 +183,6 @@ Properties
-
- protected
-
-
- $uri
-
- from
-ExecTrait
-
-
protected CommandData|null
@@ -264,51 +244,6 @@ Methods
DrushConfig as return type. Helps with IDE completion.
from
ConfigAwareTrait
-
-
-
- void
-
-
- configurePrompts(InputInterface $input)
-
- Configure the prompt fallbacks.
- from
-ConfiguresPrompts
-
-
-
- mixed
-
-
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
-
- Prompt the user until the given validation callback passes.
- from
-ConfiguresPrompts
-
-
-
@@ -323,13 +258,24 @@ Methods
- DrushStyle
+ SymfonyStyle
io()
Override Robo's IO function with our custom style.
from
+DrushCommands
+
+
+
+ void
+
+
+ setLoggerIfEmpty(LoggerInterface $logger)
+
+ Sets a logger, if none is available yet.
+ from
DrushCommands
@@ -368,17 +314,6 @@ Methods
-
-
- initHook($input, AnnotationData $annotationData)
-
- Persist commandData for use in primary command callback. Used by 'topic' commands.
- from
-DrushCommands
-
-
-
-
printFileTopic(CommandData $commandData)
@@ -400,25 +335,14 @@ Methods
- ProcessManager
+ static MessengerCommands
- processManager()
+ create(ContainerInterface $container)
- This method overrides the trait in order to provide a more specific return type.
- from
-DrushCommands
-
-
-
- static AutowireTrait
-
-
- create(ContainerInterface $container)
-
- Instantiates a new instance of the implementing class using autowiring.
- from
-AutowireTrait
+ No description
+
+
@@ -462,7 +386,7 @@ Details
+ExecTrait at line 26
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -508,7 +432,7 @@ Return Value
bool
- TRUE if browser was opened. FALSE if browser was disabled by the user or a
+
if browser was opened. FALSE if browser was disabled by the user or a
default browser could not be found.
@@ -523,7 +447,7 @@ Return Value
+ExecTrait at line 87
static bool
programExists($program)
@@ -567,7 +491,7 @@ Return Value
+ExecTrait at line 99
static string
getEditor(string|null $editor = null)
@@ -611,7 +535,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -654,54 +578,10 @@ See also
-
-
- protected void
- configurePrompts(InputInterface $input)
-
-
-
-
-
-
-
- Configure the prompt fallbacks.
-
-
-
-
-
-
-
-
- protected mixed
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+
+
+ __construct(MessengerInterface $messenger)
@@ -709,39 +589,21 @@
- Prompt the user until the given validation callback passes.
+ No description
+
-
-
- protected void
- restorePrompts()
-
-
-
-
-
-
-
- Restore the prompts output.
-
-
-
-
-
-
-
-
- protected bool
- runningUnitTests()
+
+
+ protected SymfonyStyle
+ io()
@@ -795,8 +624,7 @@
- No description
-
+ Override Robo's IO function with our custom style.
-
-
-
- __construct(MessengerInterface $messenger)
+
+
+ void
+ setLoggerIfEmpty(LoggerInterface $logger)
@@ -828,50 +657,25 @@
- No description
-
+ Sets a logger, if none is available yet.
-
-
-
-
-
-
- protected DrushStyle
- io()
-
-
-
-
-
-
-
- Override Robo's IO function with our custom style.
-
-
-
-
-
-
-
-
-
- initHook($input, AnnotationData $annotationData)
-
-
-
-
-
-
-
- Persist commandData for use in primary command callback. Used by 'topic' commands.
-
-
@@ -1035,7 +800,7 @@ Parameters
+DrushCommands at line 128
protected
printFileTopic(CommandData $commandData)
@@ -1069,7 +834,7 @@ Parameters
+DrushCommands at line 139
protected HandlerStack
getStack()
@@ -1106,49 +871,15 @@ See also
-
-
-
-
-
-
-
- ProcessManager
- processManager()
-
-
-
-
-
-
-
- This method overrides the trait in order to provide a more specific return type.
-
-
-
- static AutowireTrait
- create(ContainerInterface $container)
+
+ static MessengerCommands
+ create(ContainerInterface $container)
@@ -1156,16 +887,17 @@
- Instantiates a new instance of the implementing class using autowiring.
+ No description
+
-
+
void
pre()
@@ -1221,7 +953,7 @@ Return Value
-
+
void
post()
@@ -1254,7 +986,7 @@ Return Value
-
+
void
log()
diff --git a/api/Drush/Commands/core/MigrateRunnerCommands.html b/api/Drush/Commands/core/MigrateRunnerCommands.html
index 2ce342bdb0..54036bdd1a 100644
--- a/api/Drush/Commands/core/MigrateRunnerCommands.html
+++ b/api/Drush/Commands/core/MigrateRunnerCommands.html
@@ -85,14 +85,16 @@ MigrateRunnerCommands
-
final class
- MigrateRunnerCommands extends DrushCommands (View source)
+
class
+ MigrateRunnerCommands extends DrushCommands implements ConfigAwareInterface (View source)
+
+ Migrate runner commands.
Traits
@@ -100,8 +102,13 @@ Traits
- A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
+ ConfigAwareTrait
+
+
+
+
+ ConfigAwareTrait
+
@@ -127,11 +134,6 @@ Traits
IO
-
-
-
-
@@ -193,16 +195,6 @@ Properties
-
- protected
-
-
- $uri
-
- from
-ExecTrait
-
-
protected CommandData|null
@@ -213,20 +205,20 @@ Properties
DrushCommands
-
- protected MigrationPluginManagerInterface|null
+
+ protected KeyValueStoreInterface
- $migrationPluginManager
-
+ $keyValue
+ The key-value store service.
-
- protected KeyValueStoreInterface
+
+ protected MigrationPluginManagerInterface|null
- $keyValue
+ $migrationPluginManager
@@ -282,51 +274,6 @@ Methods
DrushConfig as return type. Helps with IDE completion.
from
ConfigAwareTrait
-
-
-
- void
-
-
- configurePrompts(InputInterface $input)
-
- Configure the prompt fallbacks.
- from
-ConfiguresPrompts
-
-
-
- mixed
-
-
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
-
- Prompt the user until the given validation callback passes.
- from
-ConfiguresPrompts
-
-
-
@@ -341,13 +288,24 @@ Methods
- DrushStyle
+ SymfonyStyle
io()
Override Robo's IO function with our custom style.
from
+DrushCommands
+
+
+
+ void
+
+
+ setLoggerIfEmpty(LoggerInterface $logger)
+
+ Sets a logger, if none is available yet.
+ from
DrushCommands
@@ -386,17 +344,6 @@ Methods
-
-
- initHook($input, AnnotationData $annotationData)
-
- Persist commandData for use in primary command callback. Used by 'topic' commands.
- from
-DrushCommands
-
-
-
-
printFileTopic(CommandData $commandData)
@@ -418,25 +365,14 @@ Methods
- ProcessManager
+ static MigrateRunnerCommands
- processManager()
+ create(ContainerInterface $container)
- This method overrides the trait in order to provide a more specific return type.
- from
-DrushCommands
-
-
-
- static AutowireTrait
-
-
- create(ContainerInterface $container)
-
- Instantiates a new instance of the implementing class using autowiring.
- from
-AutowireTrait
+ No description
+
+
@@ -647,7 +583,7 @@ Details
+ExecTrait at line 26
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -693,7 +629,7 @@ Return Value
bool
- TRUE if browser was opened. FALSE if browser was disabled by the user or a
+
if browser was opened. FALSE if browser was disabled by the user or a
default browser could not be found.
@@ -708,7 +644,7 @@ Return Value
+ExecTrait at line 87
static bool
programExists($program)
@@ -752,7 +688,7 @@ Return Value
+ExecTrait at line 99
static string
getEditor(string|null $editor = null)
@@ -796,7 +732,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -839,54 +775,10 @@ See also
-
-
- protected void
- configurePrompts(InputInterface $input)
-
-
-
-
-
-
-
- Configure the prompt fallbacks.
-
-
-
-
-
-
-
-
- protected mixed
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+
+
+ __construct(DateFormatterInterface $dateFormatter, KeyValueFactoryInterface $keyValueFactory)
@@ -894,72 +786,26 @@
- Prompt the user until the given validation callback passes.
+ No description
+
-
-
-
-
-
-
- protected void
- restorePrompts()
-
-
-
-
-
-
-
- Restore the prompts output.
-
-
-
-
- protected bool
- runningUnitTests()
+
+
+ protected SymfonyStyle
+ io()
@@ -980,8 +826,7 @@
- No description
-
+ Override Robo's IO function with our custom style.
-
-
-
- __construct(DateFormatterInterface $dateFormatter, KeyValueFactoryInterface $keyValueFactory)
+
+
+ void
+ setLoggerIfEmpty(LoggerInterface $logger)
@@ -1013,55 +859,25 @@
- No description
-
+ Sets a logger, if none is available yet.
-
-
-
-
-
-
- protected DrushStyle
- io()
-
-
-
-
-
-
-
- Override Robo's IO function with our custom style.
-
-
-
-
-
-
-
-
-
- initHook($input, AnnotationData $annotationData)
-
-
-
-
-
-
-
- Persist commandData for use in primary command callback. Used by 'topic' commands.
-
-
@@ -1225,7 +1002,7 @@ Parameters
+DrushCommands at line 128
protected
printFileTopic(CommandData $commandData)
@@ -1259,7 +1036,7 @@ Parameters
+DrushCommands at line 139
protected HandlerStack
getStack()
@@ -1296,49 +1073,15 @@ See also
-
-
-
-
-
-
-
- ProcessManager
- processManager()
-
-
-
-
-
-
-
- This method overrides the trait in order to provide a more specific return type.
-
-
-
- static AutowireTrait
- create(ContainerInterface $container)
+
+ static MigrateRunnerCommands
+ create(ContainerInterface $container)
@@ -1346,16 +1089,17 @@
- Instantiates a new instance of the implementing class using autowiring.
+ No description
+
-
+
setMigrationPluginManager(MigrationPluginManagerInterface $migrationPluginManager)
@@ -1411,7 +1155,7 @@ Parameters
-
+
RowsOfFields
status(string|null $migrationIds = null, array $options = ['tag' => self::REQ, 'format' => 'table'])
@@ -1458,7 +1202,7 @@ Return Value
-
+
protected int|null
getMigrationSourceRowsCount(MigrationInterface $migration)
@@ -1501,7 +1245,7 @@ Return Value
-
+
protected int
getMigrationNeedingUpdateCount(MigrationInterface $migration)
@@ -1543,7 +1287,7 @@ Return Value
-
+
protected int|null
getMigrationUnprocessedCount(MigrationInterface $migration)
@@ -1585,7 +1329,7 @@ Return Value
-
+
protected int|null
getMigrationImportedCount(MigrationInterface $migration)
@@ -1627,7 +1371,7 @@ Return Value
-
+
protected string
getMigrationLastImportedTime(MigrationInterface $migration)
@@ -1669,7 +1413,7 @@ Return Value
-
+
protected array
padTableRow(array $row, array $fields)
@@ -1716,7 +1460,7 @@ Return Value
-
+
void
import(string|null $migrationIds = null, array $options = ['all' => false, 'tag' => self::REQ, 'limit' => self::REQ, 'feedback' => self::REQ, 'idlist' => self::REQ, 'update' => false, 'force' => false, 'execute-dependencies' => false, 'timestamp' => false, 'total' => false, 'progress' => true, 'delete' => false])
@@ -1772,7 +1516,7 @@ Exceptions
-
+
protected void
executeMigration(MigrationInterface $migration, string $migrationId, array $userData)
@@ -1834,7 +1578,7 @@ Exceptions
-
+
void
rollback(string|null $migrationIds = null, array $options = ['all' => false, 'tag' => self::REQ, 'feedback' => self::REQ, 'idlist' => self::REQ, 'progress' => true])
@@ -1890,7 +1634,7 @@ Exceptions
-
+
void
stop(string $migrationId)
@@ -1941,7 +1685,7 @@ Exceptions
-
+
void
resetStatus(string $migrationId)
@@ -1992,7 +1736,7 @@ Exceptions
-
+
RowsOfFields
messages(string $migrationId, array $options = ['idlist' => self::REQ, 'format' => 'table'])
@@ -2048,7 +1792,7 @@ Exceptions
-
+
protected array
preprocessMessageRow(StdClass $row, array $sourceIdKeys)
@@ -2107,7 +1851,7 @@ See also
-
+
RowsOfFields
fieldsSource(string $migrationId, $options = ['format' => 'table'])
@@ -2163,7 +1907,7 @@ Exceptions
-
+
protected array
getMigrationList(string|null $migrationIds, string|null $tags)
@@ -2221,7 +1965,7 @@ Exceptions
-
+
protected MigrateMessageInterface
getMigrateMessage()
@@ -2253,7 +1997,7 @@ Return Value
-
+
protected array
getSourceIdKeys(MigrateIdMapInterface $idMap)
@@ -2295,7 +2039,7 @@ Return Value
-
+
CommandError|null
validateMigrationId(CommandData $commandData)
diff --git a/api/Drush/Commands/core/MkCommands.html b/api/Drush/Commands/core/MkCommands.html
index b51c51841d..d0a0b95144 100644
--- a/api/Drush/Commands/core/MkCommands.html
+++ b/api/Drush/Commands/core/MkCommands.html
@@ -86,7 +86,7 @@ MkCommands
final class
- MkCommands extends DrushCommands (View source)
+ MkCommands extends DrushCommands implements SiteAliasManagerAwareInterface (View source)
@@ -99,6 +99,11 @@ Traits
+
+ SiteAliasManagerAwareTrait
+
+
+
ProcessManagerAwareTrait
@@ -122,11 +127,6 @@ Traits
IO
-
-
-
-
@@ -188,16 +188,6 @@ Properties
-
- protected
-
-
- $uri
-
- from
-ExecTrait
-
-
protected CommandData|null
@@ -262,70 +252,35 @@ Methods
- void
-
-
- configurePrompts(InputInterface $input)
-
- Configure the prompt fallbacks.
- from
-ConfiguresPrompts
-
-
-
- mixed
-
-
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
-
- Prompt the user until the given validation callback passes.
- from
-ConfiguresPrompts
-
-
-
-
- bool
+
- runningUnitTests()
+ __construct(ContainerInterface $container, ContainerInterface $drush_container)
No description
- from
-ConfiguresPrompts
+
-
+ SymfonyStyle
-
+ from
DrushCommands
- DrushStyle
+ void
- io()
+ setLoggerIfEmpty(LoggerInterface $logger)
- Override Robo's IO function with our custom style.
-
+ from
DrushCommands
@@ -364,17 +319,6 @@ Methods
-
-
- initHook($input, AnnotationData $annotationData)
-
- Persist commandData for use in primary command callback. Used by 'topic' commands.
- from
-DrushCommands
-
-
-
-
printFileTopic(CommandData $commandData)
@@ -396,14 +340,14 @@ Methods
- ProcessManager
+ static MkCommands
- processManager()
+ create(ContainerInterface $container, ContainerInterface $drush_container)
- This method overrides the trait in order to provide a more specific return type.
- from
-DrushCommands
+ No description
+
+
@@ -615,7 +559,7 @@ Details
+ExecTrait at line 26
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -661,7 +605,7 @@ Return Value
bool
- TRUE if browser was opened. FALSE if browser was disabled by the user or a
+
if browser was opened. FALSE if browser was disabled by the user or a
default browser could not be found.
@@ -676,7 +620,7 @@ Return Value
+ExecTrait at line 87
static bool
programExists($program)
@@ -720,7 +664,7 @@ Return Value
+ExecTrait at line 99
static string
getEditor(string|null $editor = null)
@@ -764,7 +708,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -807,54 +751,10 @@ See also
-
-
- protected void
- configurePrompts(InputInterface $input)
-
-
-
-
-
-
-
- Configure the prompt fallbacks.
-
-
-
-
-
-
-
-
- protected mixed
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+
+ protected
+ __construct(ContainerInterface $container, ContainerInterface $drush_container)
@@ -862,39 +762,26 @@
- Prompt the user until the given validation callback passes.
+ No description
+
-
-
- protected void
- restorePrompts()
+
+
+ protected SymfonyStyle
+ io()
@@ -915,7 +802,7 @@
- Restore the prompts output.
+ Override Robo's IO function with our custom style.
-
-
- protected bool
- runningUnitTests()
+
+
+ void
+ setLoggerIfEmpty(LoggerInterface $logger)
@@ -948,74 +835,25 @@
- No description
-
+ Sets a logger, if none is available yet.
-
-
-
-
-
-
-
- __construct()
-
-
-
-
-
-
-
- No description
-
-
-
-
-
-
-
-
-
- protected DrushStyle
- io()
-
-
-
-
-
+
+ LoggerInterface
+ $logger
+
+
+
-
- Override Robo's IO function with our custom style.
-
-
-
-
-
-
-
-
-
- initHook($input, AnnotationData $annotationData)
-
-
-
-
-
-
-
- Persist commandData for use in primary command callback. Used by 'topic' commands.
-
-
@@ -1179,7 +978,7 @@ Parameters
+DrushCommands at line 128
protected
printFileTopic(CommandData $commandData)
@@ -1213,7 +1012,7 @@ Parameters
+DrushCommands at line 139
protected HandlerStack
getStack()
@@ -1255,11 +1054,10 @@ See also
-
-
- ProcessManager
- processManager()
+
+
+ static MkCommands
+ create(ContainerInterface $container, ContainerInterface $drush_container)
@@ -1267,15 +1065,31 @@
- This method overrides the trait in order to provide a more specific return type.
+ No description
+
-
+
void
docs()
@@ -1299,7 +1113,7 @@
- Build a Markdown document for each available Drush command/generator.
This command is an early step when building the www.drush.org static site. Adapt it to build a similar site listing the commands that are available on your site. Also see Drush's Github Actions workflow.
+ Build a Markdown document for each available Drush command/generator.
This command is an early step when building the www.drush.org static site. Adapt it to build a similar site listing the commands that are available on your site. Also see Drush's Github Actions workflow.
-
+
array
createAnnotatedCommands(Application $application_generate, Application $application_drush)
@@ -1368,7 +1182,7 @@ Return Value
-
+
static protected string
appendPostAmble()
@@ -1401,7 +1215,7 @@ Return Value
-
+
static protected string
appendAliases($command)
@@ -1444,7 +1258,7 @@ Return Value
-
+
static protected string
appendTopics(AnnotatedCommand $command, string $dir_commands)
@@ -1492,7 +1306,7 @@ Return Value
-
+
static protected string
appendOptions($command)
@@ -1535,7 +1349,7 @@ Return Value
-
+
static protected string
appendOptionsGlobal($application)
@@ -1578,7 +1392,7 @@ Return Value
-
+
static protected string
appendArguments($command)
@@ -1621,7 +1435,7 @@ Return Value
-
+
static protected string
appendUsages(AnnotatedCommand $command)
@@ -1664,7 +1478,7 @@ Return Value
-
+
static protected string
appendPreamble($command, $root)
@@ -1712,7 +1526,7 @@ Return Value
-
+
protected void
writeYml(array $nav_commands, array $nav_generators, array $map_commands, array $map_generators, string $dest)
@@ -1775,7 +1589,7 @@ Return Value
-
+
protected void
writeAllMd(array $pages_all, string $destination_path, string $title)
@@ -1828,7 +1642,7 @@ Return Value
-
+
protected void
prepare($destination)
@@ -1870,7 +1684,7 @@ Return Value
-
+
static iterable
argToArray(InputArgument $arg)
@@ -1912,7 +1726,7 @@ Return Value
-
+
static iterable
optionToArray(InputOption $opt)
@@ -1954,7 +1768,7 @@ Return Value
-
+
static string
cliTextToMarkdown(string $text)
@@ -1996,7 +1810,7 @@ Return Value
-
+
array
writeContentFilesAndBuildNavAndBuildRedirectMap(array $namespaced, string $destination, string $dir_root, string $destination_path)
@@ -2053,7 +1867,7 @@ Return Value
-
+
protected array
getRedirectMap(Command $command, string $destination)
@@ -2101,7 +1915,7 @@ Return Value
-
+
string
getFilename(string $name)
diff --git a/api/Drush/Commands/core/NotifyCommands.html b/api/Drush/Commands/core/NotifyCommands.html
index 26e56e317f..f5114a0f97 100644
--- a/api/Drush/Commands/core/NotifyCommands.html
+++ b/api/Drush/Commands/core/NotifyCommands.html
@@ -86,7 +86,7 @@ NotifyCommands
final class
- NotifyCommands extends DrushCommands (View source)
+ NotifyCommands extends DrushCommands (View source)
@@ -122,11 +122,6 @@ Traits
IO
-
-
-
-
@@ -188,16 +183,6 @@ Properties
-
- protected
-
-
- $uri
-
- from
-ExecTrait
-
-
protected CommandData|null
@@ -259,51 +244,6 @@ Methods
DrushConfig as return type. Helps with IDE completion.
from
ConfigAwareTrait
-
-
-
- void
-
-
- configurePrompts(InputInterface $input)
-
- Configure the prompt fallbacks.
- from
-ConfiguresPrompts
-
-
-
- mixed
-
-
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
-
- Prompt the user until the given validation callback passes.
- from
-ConfiguresPrompts
-
-
-
@@ -319,13 +259,24 @@ Methods
- DrushStyle
+ SymfonyStyle
io()
Override Robo's IO function with our custom style.
from
+DrushCommands
+
+
+
+ void
+
+
+ setLoggerIfEmpty(LoggerInterface $logger)
+
+ Sets a logger, if none is available yet.
+ from
DrushCommands
@@ -364,17 +315,6 @@ Methods
-
-
- initHook($input, AnnotationData $annotationData)
-
- Persist commandData for use in primary command callback. Used by 'topic' commands.
- from
-DrushCommands
-
-
-
-
printFileTopic(CommandData $commandData)
@@ -392,17 +332,6 @@ Methods
Get a Guzzle handler stack that uses the Drush logger.
from
-DrushCommands
-
-
-
- ProcessManager
-
-
- processManager()
-
- This method overrides the trait in order to provide a more specific return type.
- from
DrushCommands
@@ -477,7 +406,7 @@ Details
+ExecTrait at line 26
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -523,7 +452,7 @@ Return Value
bool
- TRUE if browser was opened. FALSE if browser was disabled by the user or a
+
if browser was opened. FALSE if browser was disabled by the user or a
default browser could not be found.
@@ -538,7 +467,7 @@ Return Value
+ExecTrait at line 87
static bool
programExists($program)
@@ -582,7 +511,7 @@ Return Value
+ExecTrait at line 99
static string
getEditor(string|null $editor = null)
@@ -626,7 +555,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -669,54 +598,11 @@ See also
-
-
- protected void
- configurePrompts(InputInterface $input)
-
-
-
-
-
-
-
- Configure the prompt fallbacks.
-
-
-
-
-
-
-
-
- protected mixed
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+
+
+ __construct()
@@ -724,39 +610,11 @@
- Prompt the user until the given validation callback passes.
+ No description
+
-
-
- protected void
- restorePrompts()
+
+
+ protected SymfonyStyle
+ io()
@@ -777,7 +635,7 @@
- Restore the prompts output.
+ Override Robo's IO function with our custom style.
-
-
- protected bool
- runningUnitTests()
+
+
+ void
+ setLoggerIfEmpty(LoggerInterface $logger)
@@ -810,74 +668,25 @@
- No description
-
+ Sets a logger, if none is available yet.
-
-
-
-
-
-
-
- __construct()
-
-
-
-
-
-
-
- No description
-
-
-
-
-
-
-
-
-
- protected DrushStyle
- io()
-
-
-
-
-
+
+ LoggerInterface
+ $logger
+
+
+
-
- Override Robo's IO function with our custom style.
-
-
-
-
-
-
-
-
-
- initHook($input, AnnotationData $annotationData)
-
-
-
-
-
-
-
- Persist commandData for use in primary command callback. Used by 'topic' commands.
-
-
@@ -1041,7 +811,7 @@ Parameters
+DrushCommands at line 128
protected
printFileTopic(CommandData $commandData)
@@ -1075,7 +845,7 @@ Parameters
+DrushCommands at line 139
protected HandlerStack
getStack()
@@ -1112,46 +882,13 @@ See also
ProcessManager
- processManager()
-
- This method overrides the trait in order to provide a more specific return type.
- void
optionsetNotify()
@@ -1184,7 +921,7 @@ void
registerShutdown(CommandData $commandData)
@@ -1227,7 +964,7 @@ void
shutdown(CommandData $commandData)
@@ -1270,7 +1007,7 @@ static void
shutdownSend(string $msg, CommandData $commandData)
@@ -1318,7 +1055,7 @@ static bool
shutdownSendText(string $msg, CommandData $commandData)
@@ -1366,7 +1103,7 @@ static bool
isAllowed()
diff --git a/api/Drush/Commands/core/PhpCommands.html b/api/Drush/Commands/core/PhpCommands.html
index 5d3058770b..ba456b813e 100644
--- a/api/Drush/Commands/core/PhpCommands.html
+++ b/api/Drush/Commands/core/PhpCommands.html
@@ -86,7 +86,7 @@ final class - PhpCommands extends DrushCommands implements StdinAwareInterface (View source) + PhpCommands extends DrushCommands implements StdinAwareInterface (View source)
@@ -127,11 +127,6 @@- protected - - | -$uri | -- | from -ExecTrait | -|||
protected CommandData|null
@@ -282,51 +267,6 @@ MethodsDrushConfig as return type. Helps with IDE completion.from
ConfigAwareTrait
-
-
-
-
- void
-
-
- configurePrompts(InputInterface $input)
-
-
- Configure the prompt fallbacks. from
-ConfiguresPrompts
-
-
-
-
- mixed
-
-
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
-
-
- Prompt the user until the given validation callback passes. from
-ConfiguresPrompts
-
@@ -342,13 +282,24 @@
Methods
- DrushStyle
+ SymfonyStyle
io()
Override Robo's IO function with our custom style. from
+DrushCommands
+
+
+ void
+
+
+ setLoggerIfEmpty(LoggerInterface $logger)
+
+
+ Sets a logger, if none is available yet. from
DrushCommands
@@ -387,17 +338,6 @@ Methods
-
-
- initHook($input, AnnotationData $annotationData)
-
-
- Persist commandData for use in primary command callback. Used by 'topic' commands. from
-DrushCommands
-
-
-
printFileTopic(CommandData $commandData)
@@ -419,17 +359,6 @@
Methods
- ProcessManager
-
-
- processManager()
-
-
- This method overrides the trait in order to provide a more specific return type. from
-DrushCommands
-
-
@@ -457,7 +386,7 @@
Details+ExecTrait at line 26 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -503,7 +432,7 @@ Return Value
Return Value+ExecTrait at line 87 static bool
programExists($program)
@@ -562,7 +491,7 @@ Return Value+ExecTrait at line 99 static string
getEditor(string|null $editor = null)
@@ -606,7 +535,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -649,11 +578,11 @@ See also
-
-
-
+
+
|
Configure the prompt fallbacks.
+No description
+ protected mixed
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
-
- Prompt the user until the given validation callback passes.
- protected void
- restorePrompts()
+
+
+ protected SymfonyStyle
+ io()
@@ -757,7 +615,7 @@
- Restore the prompts output.
+ Override Robo's IO function with our custom style.
-
-
- protected bool
- runningUnitTests()
+
+
+ void
+ setLoggerIfEmpty(LoggerInterface $logger)
@@ -790,74 +648,25 @@
- No description
-
+ Sets a logger, if none is available yet.
-
-
-
-
-
-
-
- __construct()
-
-
-
-
-
-
-
- No description
-
-
-
-
+
+ LoggerInterface
+ $logger
+
+
+
protected DrushStyle
- io()
-
- Override Robo's IO function with our custom style.
-
- initHook($input, AnnotationData $annotationData)
-
- Persist commandData for use in primary command callback. Used by 'topic' commands.
- protected
printFileTopic(CommandData $commandData)
@@ -1055,7 +825,7 @@ protected HandlerStack
getStack()
@@ -1092,46 +862,13 @@ ProcessManager
- processManager()
-
- This method overrides the trait in order to provide a more specific return type.
-
evaluate($code, $options = ['format' => 'var_dump'])
@@ -1169,7 +906,7 @@
script(array $extra, $options = ['format' => 'var_export', 'script-path' => self::REQ])
diff --git a/api/Drush/Commands/core/QueueCommands.html b/api/Drush/Commands/core/QueueCommands.html
index ec2d56b87f..c608a22cfe 100644
--- a/api/Drush/Commands/core/QueueCommands.html
+++ b/api/Drush/Commands/core/QueueCommands.html
@@ -86,7 +86,7 @@ final class - QueueCommands extends DrushCommands (View source) + QueueCommands extends DrushCommands (View source)
@@ -99,11 +99,6 @@A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
+ VALIDATE_QUEUE + | +
+ + + |
||||||||||||||||||||||
@@ -220,16 +219,6 @@ Properties
MethodsDrushConfig as return type. Helps with IDE completion.from
ConfigAwareTrait
-
-
-
-
- void
-
-
- configurePrompts(InputInterface $input)
-
-
- Configure the prompt fallbacks. from
-ConfiguresPrompts
-
-
-
-
- mixed
-
-
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
-
-
- Prompt the user until the given validation callback passes. from
-ConfiguresPrompts
-
@@ -359,13 +321,24 @@
Methods
- DrushStyle
+ SymfonyStyle
io()
Override Robo's IO function with our custom style. from
+DrushCommands
+
+
+ void
+
+
+ setLoggerIfEmpty(LoggerInterface $logger)
+
+
+ Sets a logger, if none is available yet. from
DrushCommands
@@ -404,17 +377,6 @@ Methods
-
-
- initHook($input, AnnotationData $annotationData)
-
-
- Persist commandData for use in primary command callback. Used by 'topic' commands. from
-DrushCommands
-
-
-
printFileTopic(CommandData $commandData)
@@ -436,25 +398,14 @@
Methods
- ProcessManager
-
-
- processManager()
-
-
- This method overrides the trait in order to provide a more specific return type. from
-DrushCommands
-
-
+
- static AutowireTrait
+ static QueueCommands
- create(ContainerInterface $container)
+ create(ContainerInterface $container)
-
- Instantiates a new instance of the implementing class using autowiring. from
-AutowireTrait
+ No description +
@@ -510,6 +461,16 @@
Methods
+
+
+
+ validateQueueName(CommandData $commandData)
+
+
+
+ Validate that a queue exists.
+
array
@@ -550,7 +511,7 @@
Details+ExecTrait at line 26 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -596,7 +557,7 @@ Return Value
Return Value+ExecTrait at line 87 static bool
programExists($program)
@@ -655,7 +616,7 @@ Return Value+ExecTrait at line 99 static string
getEditor(string|null $editor = null)
@@ -699,7 +660,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -742,54 +703,10 @@ See also
-
-
-
-
- |
ProcessManager
- processManager()
-
- This method overrides the trait in order to provide a more specific return type.
- static AutowireTrait
- create(ContainerInterface $container)
+
+ static QueueCommands
+ create(ContainerInterface $container)
Instantiates a new instance of the implementing class using autowiring.
+No description
+ QueueWorkerManagerInterface
getWorkerManager()
@@ -1314,7 +1083,7 @@ QueueFactory
getQueueService()
@@ -1347,7 +1116,7 @@ void
run(string $name, $options = ['time-limit' => self::REQ, 'items-limit' => self::REQ, 'lease-time' => self::REQ])
@@ -1394,7 +1163,7 @@ RowsOfFields
qList($options = ['format' => 'table'])
@@ -1436,7 +1205,7 @@ void
delete($name)
@@ -1472,13 +1241,46 @@
+ validateQueueName(CommandData $commandData)
+
+ Validate that a queue exists.
+ array
getQueues()
@@ -1511,7 +1313,7 @@ QueueInterface
getQueue($name)
@@ -1554,7 +1356,7 @@ void
queueComplete(CompletionInput $input, CompletionSuggestions $suggestions)
diff --git a/api/Drush/Commands/core/RoleCommands.html b/api/Drush/Commands/core/RoleCommands.html
index a209cee140..fd20439ed8 100644
--- a/api/Drush/Commands/core/RoleCommands.html
+++ b/api/Drush/Commands/core/RoleCommands.html
@@ -86,7 +86,7 @@ final class - RoleCommands extends DrushCommands (View source) + RoleCommands extends DrushCommands implements SiteAliasManagerAwareInterface (View source)
@@ -100,8 +100,8 @@A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
- protected - - | -$uri | -- | from -ExecTrait | -
protected CommandData|null
@@ -312,69 +297,36 @@ Methods
- void
-
-
- configurePrompts(InputInterface $input)
-
-
- Configure the prompt fallbacks. from
-ConfiguresPrompts
-
-
-
-
- mixed
-
-
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
-
-
- Prompt the user until the given validation callback passes. from
-ConfiguresPrompts
-
-
+ SymfonyStyle
-
+ Override Robo's IO function with our custom style. from
+DrushCommands
- DrushStyle
+ void
- io()
+ setLoggerIfEmpty(LoggerInterface $logger)
-
-
+ Override Robo's IO function with our custom style. from
DrushCommands
@@ -413,17 +365,6 @@ Methods
-
-
- initHook($input, AnnotationData $annotationData)
-
-
- Persist commandData for use in primary command callback. Used by 'topic' commands. from
-DrushCommands
-
-
-
-
printFileTopic(CommandData $commandData)
@@ -442,35 +383,13 @@
MethodsGet a Guzzle handler stack that uses the Drush logger. from
DrushCommands
-
-
-
- ProcessManager
-
-
- processManager()
-
-
- This method overrides the trait in order to provide a more specific return type. from
-DrushCommands
-
-
- static AutowireTrait
-
-
- create(ContainerInterface $container)
-
-
- Instantiates a new instance of the implementing class using autowiring. from
-AutowireTrait
- createRole($machine_name, $human_readable_name = null)
+ create($machine_name, $human_readable_name = null)
@@ -546,7 +465,7 @@ Create a new role. Details+ExecTrait at line 26 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -592,7 +511,7 @@ Return Value
Return Value+ExecTrait at line 87 static bool
programExists($program)
@@ -651,7 +570,7 @@ Return Value+ExecTrait at line 99 static string
getEditor(string|null $editor = null)
@@ -695,7 +614,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -738,107 +657,11 @@ See also
-
-
-
-
- |
ProcessManager
- processManager()
-
- This method overrides the trait in order to provide a more specific return type.
- static AutowireTrait
- create(ContainerInterface $container)
-
- Instantiates a new instance of the implementing class using autowiring.
-
- createRole($machine_name, $human_readable_name = null)
+ create($machine_name, $human_readable_name = null)
void
delete($machine_name)
@@ -1352,7 +1027,7 @@ void
roleAddPerm($machine_name, $permissions)
@@ -1399,7 +1074,7 @@ void
roleRemovePerm($machine_name, $permissions)
@@ -1446,7 +1121,7 @@ RowsOfFields
roleList($options = ['format' => 'yaml'])
@@ -1488,7 +1163,7 @@ string
renderPermsCell($key, $cellData, FormatterOptions $options)
@@ -1541,7 +1216,7 @@ void
roleComplete(CompletionInput $input, CompletionSuggestions $suggestions)
diff --git a/api/Drush/Commands/core/RsyncCommands.html b/api/Drush/Commands/core/RsyncCommands.html
index 14bf1c1bab..4187113771 100644
--- a/api/Drush/Commands/core/RsyncCommands.html
+++ b/api/Drush/Commands/core/RsyncCommands.html
@@ -86,7 +86,7 @@ final class - RsyncCommands extends DrushCommands (View source) + RsyncCommands extends DrushCommands implements SiteAliasManagerAwareInterface (View source)
@@ -100,8 +100,8 @@A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
- protected - - | -$uri | -- | from -ExecTrait | -
protected CommandData|null
@@ -303,69 +288,35 @@ Methods
- void
-
-
- configurePrompts(InputInterface $input)
-
-
- Configure the prompt fallbacks. from
-ConfiguresPrompts
-
-
-
-
- mixed
-
-
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
-
-
- Prompt the user until the given validation callback passes. from
-ConfiguresPrompts
-
-
+ SymfonyStyle
-
+ Override Robo's IO function with our custom style. from
+DrushCommands
- DrushStyle
+ void
- io()
+ setLoggerIfEmpty(LoggerInterface $logger)
-
-
+ Override Robo's IO function with our custom style. from
DrushCommands
@@ -404,17 +355,6 @@ Methods
-
-
- initHook($input, AnnotationData $annotationData)
-
-
- Persist commandData for use in primary command callback. Used by 'topic' commands. from
-DrushCommands
-
-
-
-
printFileTopic(CommandData $commandData)
@@ -433,28 +373,6 @@
MethodsGet a Guzzle handler stack that uses the Drush logger. from
DrushCommands
-
-
-
- ProcessManager
-
-
- processManager()
-
-
- This method overrides the trait in order to provide a more specific return type. from
-DrushCommands
-
-
- static AutowireTrait
-
-
- create(ContainerInterface $container)
-
-
- Instantiates a new instance of the implementing class using autowiring. from
-AutowireTrait
@@ -521,7 +439,7 @@
Details+ExecTrait at line 26 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -567,7 +485,7 @@ Return Value
Return Value+ExecTrait at line 87 static bool
programExists($program)
@@ -626,7 +544,7 @@ Return Value+ExecTrait at line 99 static string
getEditor(string|null $editor = null)
@@ -670,7 +588,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -713,107 +631,10 @@ See also
-
-
-
-
- |
ProcessManager
- processManager()
-
- This method overrides the trait in order to provide a more specific return type.
- static AutowireTrait
- create(ContainerInterface $container)
-
- Instantiates a new instance of the implementing class using autowiring.
- void
rsync($source, $target, array $extra, $options = ['exclude-paths' => self::REQ, 'include-paths' => self::REQ, 'mode' => 'akz'])
@@ -1304,7 +977,7 @@ string
rsyncOptions($options)
@@ -1347,7 +1020,7 @@ void
preCommandEvent(ConsoleCommandEvent $event)
@@ -1393,7 +1066,7 @@ protected
injectAliasPathParameterOptions($input, $parameterName)
@@ -1432,7 +1105,7 @@ void
validate(CommandData $commandData)
diff --git a/api/Drush/Commands/core/RunserverCommands.html b/api/Drush/Commands/core/RunserverCommands.html
index a89db26e06..0b602889bb 100644
--- a/api/Drush/Commands/core/RunserverCommands.html
+++ b/api/Drush/Commands/core/RunserverCommands.html
@@ -86,7 +86,7 @@ final class - RunserverCommands extends DrushCommands (View source) + RunserverCommands extends DrushCommands implements ConfigAwareInterface (View source)
@@ -102,6 +102,16 @@- protected - - | -$uri | -- | - |
protected CommandData|null
@@ -219,6 +215,15 @@ Properties | from DrushCommands | +||
+ protected + + | +$uri | ++ |
Configure the prompt fallbacks.
Prompt the user until the given validation callback passes.
Override Robo's IO function with our custom style.
Sets a logger, if none is available yet.
Persist commandData for use in primary command callback. Used by 'topic' commands.
This method overrides the trait in order to provide a more specific return type.
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -503,7 +452,7 @@ bool | -TRUE if browser was opened. FALSE if browser was disabled by the user or a + | if browser was opened. FALSE if browser was disabled by the user or a default browser could not be found. |
static bool
programExists($program)
@@ -562,7 +511,7 @@ static string
getEditor(string|null $editor = null)
@@ -606,7 +555,7 @@ DrushConfig
getConfig()
@@ -649,11 +598,11 @@ protected void
- configurePrompts(InputInterface $input)
+
+
+
+ __construct()
@@ -661,29 +610,11 @@
- Configure the prompt fallbacks.
+ No description
+
-
-
- protected mixed
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
-
-
-
-
-
-
-
- Prompt the user until the given validation callback passes.
-
-
-
-
-
-
-
-
- protected void
- restorePrompts()
+
+
+ protected SymfonyStyle
+ io()
@@ -757,7 +635,7 @@
- Restore the prompts output.
+ Override Robo's IO function with our custom style.
-
-
- protected bool
- runningUnitTests()
+
+
+ void
+ setLoggerIfEmpty(LoggerInterface $logger)
@@ -790,74 +668,25 @@
- No description
-
+ Sets a logger, if none is available yet.
-
-
-
-
-
-
-
- __construct()
-
-
-
-
-
-
-
- No description
-
-
-
-
+
+ LoggerInterface
+ $logger
+
+
+
protected DrushStyle
- io()
-
- Override Robo's IO function with our custom style.
-
- initHook($input, AnnotationData $annotationData)
-
- Persist commandData for use in primary command callback. Used by 'topic' commands.
- protected
printFileTopic(CommandData $commandData)
@@ -1055,7 +845,7 @@ protected HandlerStack
getStack()
@@ -1092,47 +882,14 @@ ProcessManager
- processManager()
-
- This method overrides the trait in order to provide a more specific return type.
- void
+
+
runserver($uri = null, $options = ['default-server' => self::REQ, 'browser' => true, 'dns' => false])
void | -- |
array
uri($uri, $options)
@@ -1229,7 +977,7 @@ array
parseUri(string|null $uri)
diff --git a/api/Drush/Commands/core/SiteCommands.html b/api/Drush/Commands/core/SiteCommands.html
index 028c77ba9b..a429b3fe92 100644
--- a/api/Drush/Commands/core/SiteCommands.html
+++ b/api/Drush/Commands/core/SiteCommands.html
@@ -86,7 +86,7 @@ final class - SiteCommands extends DrushCommands (View source) + SiteCommands extends DrushCommands implements SiteAliasManagerAwareInterface (View source)
@@ -100,8 +100,8 @@A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
- protected - - | -$uri | -- | from -ExecTrait | -
protected CommandData|null
@@ -285,69 +270,36 @@ Methods
- void
-
-
- configurePrompts(InputInterface $input)
-
-
- Configure the prompt fallbacks. from
-ConfiguresPrompts
-
-
-
-
- mixed
-
-
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
-
-
- Prompt the user until the given validation callback passes. from
-ConfiguresPrompts
-
-
+ SymfonyStyle
-
+ Override Robo's IO function with our custom style. from
+DrushCommands
- DrushStyle
+ void
- io()
+ setLoggerIfEmpty(LoggerInterface $logger)
-
-
+ Override Robo's IO function with our custom style. from
DrushCommands
@@ -386,17 +338,6 @@ Methods
-
-
- initHook($input, AnnotationData $annotationData)
-
-
- Persist commandData for use in primary command callback. Used by 'topic' commands. from
-DrushCommands
-
-
-
-
printFileTopic(CommandData $commandData)
@@ -415,28 +356,6 @@
MethodsGet a Guzzle handler stack that uses the Drush logger. from
DrushCommands
-
-
-
- ProcessManager
-
-
- processManager()
-
-
- This method overrides the trait in order to provide a more specific return type. from
-DrushCommands
-
-
- static AutowireTrait
-
-
- create(ContainerInterface $container)
-
-
- Instantiates a new instance of the implementing class using autowiring. from
-AutowireTrait
@@ -478,7 +397,7 @@
Details+ExecTrait at line 26 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -524,7 +443,7 @@ Return Value
Return Value+ExecTrait at line 87 static bool
programExists($program)
@@ -583,7 +502,7 @@ Return Value+ExecTrait at line 99 static string
getEditor(string|null $editor = null)
@@ -627,7 +546,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -670,107 +589,11 @@ See also
-
-
-
-
- |
ProcessManager
- processManager()
-
- This method overrides the trait in order to provide a more specific return type.
- static AutowireTrait
- create(ContainerInterface $container)
-
- Instantiates a new instance of the implementing class using autowiring.
- void
siteSet(string $site = '@none')
@@ -1247,7 +922,7 @@ UnstructuredListData|null
siteAlias($site = null, array $options = ['format' => 'yaml'])
@@ -1294,7 +969,7 @@ protected array
siteAliasExportList(array $aliasList, $options)
diff --git a/api/Drush/Commands/core/SiteInstallCommands.html b/api/Drush/Commands/core/SiteInstallCommands.html
index b482eae5aa..2bfb86e65c 100644
--- a/api/Drush/Commands/core/SiteInstallCommands.html
+++ b/api/Drush/Commands/core/SiteInstallCommands.html
@@ -86,7 +86,7 @@ final class - SiteInstallCommands extends DrushCommands (View source) + SiteInstallCommands extends DrushCommands (View source)
@@ -99,11 +99,6 @@A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
- protected - - | -$uri | -- | from -ExecTrait | -||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
protected CommandData|null
@@ -281,69 +261,35 @@ Methods
- void
-
-
- configurePrompts(InputInterface $input)
-
-
- Configure the prompt fallbacks. from
-ConfiguresPrompts
-
-
-
-
- mixed
-
-
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
-
-
- Prompt the user until the given validation callback passes. from
-ConfiguresPrompts
-
-
- bool
+
- runningUnitTests()
+ __construct(BootstrapManager $bootstrapManager, SiteAliasManager $siteAliasManager, ClassLoader $autoloader)
- No description from
-ConfiguresPrompts
+
-
+ SymfonyStyle
- __construct(BootstrapManager $bootstrapManager, SiteAliasManagerInterface $siteAliasManager, ClassLoader $autoloader)
+ io()
-
-
+ No description -Override Robo's IO function with our custom style. from
+DrushCommands
- DrushStyle
+ void
- io()
+ setLoggerIfEmpty(LoggerInterface $logger)
-
-
+ Override Robo's IO function with our custom style. from
DrushCommands
@@ -382,17 +328,6 @@
- Methods
-
-
- initHook($input, AnnotationData $annotationData)
-
-
- Persist commandData for use in primary command callback. Used by 'topic' commands. from
-DrushCommands
-
-
-
printFileTopic(CommandData $commandData)
@@ -414,32 +349,21 @@
Methods
- ProcessManager
-
-
- processManager()
-
-
- This method overrides the trait in order to provide a more specific return type. from
-DrushCommands
-
-
+
- static AutowireTrait
+ static SiteInstallCommands
- create(ContainerInterface $container)
+ createEarly(ContainerInterface $drush_container)
-
- Instantiates a new instance of the implementing class using autowiring. from
-AutowireTrait
+ No description +
void
- install(array $recipeOrProfile, $options = ['db-url' => self::REQ, 'db-prefix' => self::REQ, 'db-su' => self::REQ, 'db-su-pw' => self::REQ, 'account-name' => 'admin', 'account-mail' => 'admin@example.com', 'site-mail' => 'admin@example.com', 'account-pass' => self::REQ, 'locale' => 'en', 'site-name' => 'Drush Site-Install', 'site-pass' => self::REQ, 'sites-subdir' => self::REQ, 'config-dir' => self::REQ, 'existing-config' => false])
+ install(array $profile, $options = ['db-url' => self::REQ, 'db-prefix' => self::REQ, 'db-su' => self::REQ, 'db-su-pw' => self::REQ, 'account-name' => 'admin', 'account-mail' => 'admin@example.com', 'site-mail' => 'admin@example.com', 'account-pass' => self::REQ, 'locale' => 'en', 'site-name' => 'Drush Site-Install', 'site-pass' => self::REQ, 'sites-subdir' => self::REQ, 'config-dir' => self::REQ, 'existing-config' => false])
@@ -454,36 +378,6 @@ Install Drupal along with modules/themes/configuration/profile. MethodsNo description
-
-
- array
-
-
- determineRecipeOrProfile($recipeOrProfile, $options)
-
-
-
- Determine if the passed parameter is a recipe directory, or a profile name.
-
-
-
-
-
- isValidProfileName(string $profile)
-
-
-
- Determine whether the provided profile name meets naming conventions.
-
- bool
-
-
- validateRecipe(string $recipe)
-
-
-
Validates a user provided recipe.
@@ -567,7 +461,7 @@
Details+ExecTrait at line 26 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -613,7 +507,7 @@ Return Value
Return Value+ExecTrait at line 87 static bool
programExists($program)
@@ -672,7 +566,7 @@ Return Value+ExecTrait at line 99 static string
getEditor(string|null $editor = null)
@@ -716,7 +610,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -759,54 +653,10 @@ See also
-
-
-
-
- |
array | -$recipeOrProfile | +$profile | ||||||||||||||||||||||||||||||||
- protected - - | -$uri | -- | from -ExecTrait | -
protected CommandData|null
@@ -276,69 +261,36 @@ Methods
- void
-
-
- configurePrompts(InputInterface $input)
-
-
- Configure the prompt fallbacks. from
-ConfiguresPrompts
-
-
-
-
- mixed
-
-
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
-
-
- Prompt the user until the given validation callback passes. from
-ConfiguresPrompts
-
-
+ SymfonyStyle
-
+ Override Robo's IO function with our custom style. from
+DrushCommands
- DrushStyle
+ void
- io()
+ setLoggerIfEmpty(LoggerInterface $logger)
-
-
+ Override Robo's IO function with our custom style. from
DrushCommands
@@ -377,17 +329,6 @@ Methods
-
-
- initHook($input, AnnotationData $annotationData)
-
-
- Persist commandData for use in primary command callback. Used by 'topic' commands. from
-DrushCommands
-
-
-
-
printFileTopic(CommandData $commandData)
@@ -406,28 +347,6 @@
MethodsGet a Guzzle handler stack that uses the Drush logger. from
DrushCommands
-
-
-
- ProcessManager
-
-
- processManager()
-
-
- This method overrides the trait in order to provide a more specific return type. from
-DrushCommands
-
-
- static AutowireTrait
-
-
- create(ContainerInterface $container)
-
-
- Instantiates a new instance of the implementing class using autowiring. from
-AutowireTrait
@@ -448,7 +367,7 @@
Details+ExecTrait at line 26 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -494,7 +413,7 @@ Return Value
Return Value+ExecTrait at line 87 static bool
programExists($program)
@@ -553,7 +472,7 @@ Return Value+ExecTrait at line 99 static string
getEditor(string|null $editor = null)
@@ -597,7 +516,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -640,107 +559,11 @@ See also
-
-
-
-
- |
ProcessManager
- processManager()
-
- This method overrides the trait in order to provide a more specific return type.
- static AutowireTrait
- create(ContainerInterface $container)
-
- Instantiates a new instance of the implementing class using autowiring.
- void
ssh(array $code, $options = ['cd' => self::REQ])
diff --git a/api/Drush/Commands/core/StateCommands.html b/api/Drush/Commands/core/StateCommands.html
index afe6e85972..50237687ac 100644
--- a/api/Drush/Commands/core/StateCommands.html
+++ b/api/Drush/Commands/core/StateCommands.html
@@ -86,7 +86,7 @@ final class - StateCommands extends DrushCommands implements StdinAwareInterface (View source) + StateCommands extends DrushCommands implements StdinAwareInterface (View source)
@@ -99,11 +99,6 @@A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
- protected - - | -$uri | -- | from -ExecTrait | -
protected CommandData|null
@@ -296,51 +276,6 @@ MethodsDrushConfig as return type. Helps with IDE completion.from
ConfigAwareTrait
-
-
-
-
- void
-
-
- configurePrompts(InputInterface $input)
-
-
- Configure the prompt fallbacks. from
-ConfiguresPrompts
-
-
-
-
- mixed
-
-
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
-
-
- Prompt the user until the given validation callback passes. from
-ConfiguresPrompts
-
@@ -355,13 +290,24 @@
Methods
- DrushStyle
+ SymfonyStyle
io()
Override Robo's IO function with our custom style. from
+DrushCommands
+
+
+ void
+
+
+ setLoggerIfEmpty(LoggerInterface $logger)
+
+
+ Sets a logger, if none is available yet. from
DrushCommands
@@ -400,17 +346,6 @@ Methods
-
-
- initHook($input, AnnotationData $annotationData)
-
-
- Persist commandData for use in primary command callback. Used by 'topic' commands. from
-DrushCommands
-
-
-
printFileTopic(CommandData $commandData)
@@ -432,25 +367,14 @@
Methods
- ProcessManager
+ static StateCommands
- processManager()
+ create(ContainerInterface $container)
-
- This method overrides the trait in order to provide a more specific return type. from
-DrushCommands
-
-
+
- static AutowireTrait
-
-
- create(ContainerInterface $container)
-
-
- Instantiates a new instance of the implementing class using autowiring. from
-AutowireTrait
+ No description +
@@ -513,7 +437,7 @@
Details+ExecTrait at line 26 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -559,7 +483,7 @@ Return Value
Return Value+ExecTrait at line 87 static bool
programExists($program)
@@ -618,7 +542,7 @@ Return Value+ExecTrait at line 99 static string
getEditor(string|null $editor = null)
@@ -662,7 +586,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -705,54 +629,10 @@ See also
-
-
-
-
- |
ProcessManager
- processManager()
-
- This method overrides the trait in order to provide a more specific return type.
- static AutowireTrait
- create(ContainerInterface $container)
+
+ static StateCommands
+ create(ContainerInterface $container)
Instantiates a new instance of the implementing class using autowiring.
+No description
+ StateInterface
getState()
@@ -1272,7 +1004,7 @@ PropertyList
get(string $key, $options = ['format' => 'string'])
@@ -1319,7 +1051,7 @@ void
set(string $key, $value, $options = ['input-format' => 'auto'])
@@ -1371,7 +1103,7 @@ void
delete(string $key)
@@ -1413,7 +1145,7 @@ static mixed
format(mixed $value, string $format)
diff --git a/api/Drush/Commands/core/StatusCommands.html b/api/Drush/Commands/core/StatusCommands.html
index fc4176b3b3..2733087a1c 100644
--- a/api/Drush/Commands/core/StatusCommands.html
+++ b/api/Drush/Commands/core/StatusCommands.html
@@ -86,7 +86,7 @@ final class - StatusCommands extends DrushCommands (View source) + StatusCommands extends DrushCommands implements SiteAliasManagerAwareInterface (View source)
@@ -99,6 +99,11 @@- protected - - | -$uri | -- | from -ExecTrait | -
protected CommandData|null
@@ -271,69 +261,36 @@ Methods
- void
-
-
- configurePrompts(InputInterface $input)
-
-
- Configure the prompt fallbacks. from
-ConfiguresPrompts
-
-
-
-
- mixed
-
-
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
-
-
- Prompt the user until the given validation callback passes. from
-ConfiguresPrompts
-
-
+ SymfonyStyle
-
+ Override Robo's IO function with our custom style. from
+DrushCommands
- DrushStyle
+ void
- io()
+ setLoggerIfEmpty(LoggerInterface $logger)
-
-
+ Override Robo's IO function with our custom style. from
DrushCommands
@@ -372,17 +329,6 @@ Methods
-
-
- initHook($input, AnnotationData $annotationData)
-
-
- Persist commandData for use in primary command callback. Used by 'topic' commands. from
-DrushCommands
-
-
-
-
printFileTopic(CommandData $commandData)
@@ -401,27 +347,6 @@
MethodsGet a Guzzle handler stack that uses the Drush logger. from
DrushCommands
-
-
-
- ProcessManager
-
-
- processManager()
-
-
- This method overrides the trait in order to provide a more specific return type. from
-DrushCommands
-
-
- static StatusCommands
-
-
- createEarly(Container $drush_container)
-
-
-
Not using Autowire in order to implicitly test backward compat.
@@ -486,7 +411,7 @@
Details+ExecTrait at line 26 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -532,7 +457,7 @@ Return Value
Return Value+ExecTrait at line 87 static bool
programExists($program)
@@ -591,7 +516,7 @@ Return Value+ExecTrait at line 99 static string
getEditor(string|null $editor = null)
@@ -635,7 +560,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -678,107 +603,11 @@ See also
-
-
-
-
- |
ProcessManager
- processManager()
-
- This method overrides the trait in order to provide a more specific return type.
- static StatusCommands
- createEarly(Container $drush_container)
-
- Not using Autowire in order to implicitly test backward compat.
- PropertyList
status($options = ['project' => self::REQ, 'format' => 'table'])
@@ -1253,7 +935,7 @@ array
getPropertyList($options)
@@ -1296,7 +978,7 @@
renderStatusCell($key, $cellData, FormatterOptions $options)
@@ -1340,7 +1022,7 @@ void
adjustStatusOptions(CommandData $commandData)
@@ -1383,7 +1065,7 @@ static array
pathAliases(array $options, BootstrapManager $boot_manager, $boot)
diff --git a/api/Drush/Commands/core/TopicCommands.html b/api/Drush/Commands/core/TopicCommands.html
index fd323a7e7d..1f5a0a9813 100644
--- a/api/Drush/Commands/core/TopicCommands.html
+++ b/api/Drush/Commands/core/TopicCommands.html
@@ -86,7 +86,7 @@ final class - TopicCommands extends DrushCommands (View source) + TopicCommands extends DrushCommands (View source)
@@ -122,11 +122,6 @@- protected - - | -$uri | -- | from -ExecTrait | -|||
protected CommandData|null
@@ -268,51 +253,6 @@ MethodsDrushConfig as return type. Helps with IDE completion.from
ConfigAwareTrait
-
-
-
-
- void
-
-
- configurePrompts(InputInterface $input)
-
-
- Configure the prompt fallbacks. from
-ConfiguresPrompts
-
-
-
-
- mixed
-
-
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
-
-
- Prompt the user until the given validation callback passes. from
-ConfiguresPrompts
-
@@ -328,13 +268,24 @@
Methods
- DrushStyle
+ SymfonyStyle
io()
Override Robo's IO function with our custom style. from
+DrushCommands
+
+
+ void
+
+
+ setLoggerIfEmpty(LoggerInterface $logger)
+
+
+ Sets a logger, if none is available yet. from
DrushCommands
@@ -373,17 +324,6 @@ Methods
-
-
- initHook($input, AnnotationData $annotationData)
-
-
- Persist commandData for use in primary command callback. Used by 'topic' commands. from
-DrushCommands
-
-
-
-
printFileTopic(CommandData $commandData)
@@ -401,17 +341,6 @@
MethodsGet a Guzzle handler stack that uses the Drush logger. from
-DrushCommands
-
-
- ProcessManager
-
-
- processManager()
-
-
- This method overrides the trait in order to provide a more specific return type. from
DrushCommands
@@ -476,7 +405,7 @@
Details+ExecTrait at line 26 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -522,7 +451,7 @@ Return Value
Return Value+ExecTrait at line 87 static bool
programExists($program)
@@ -581,7 +510,7 @@ Return Value+ExecTrait at line 99 static string
getEditor(string|null $editor = null)
@@ -625,7 +554,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -668,11 +597,11 @@ See also
-
-
-
+
+
|
Configure the prompt fallbacks.
+No description
+ protected mixed
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
-
- Prompt the user until the given validation callback passes.
- protected void
- restorePrompts()
+
+
+ protected SymfonyStyle
+ io()
@@ -776,7 +634,7 @@
- Restore the prompts output.
+ Override Robo's IO function with our custom style.
-
-
- protected bool
- runningUnitTests()
+
+
+ void
+ setLoggerIfEmpty(LoggerInterface $logger)
@@ -809,74 +667,25 @@
- No description
-
+ Sets a logger, if none is available yet.
-
-
-
-
-
-
-
- __construct()
-
-
-
-
-
-
-
- No description
-
-
-
-
+
+ LoggerInterface
+ $logger
+
+
+
protected DrushStyle
- io()
-
- Override Robo's IO function with our custom style.
-
- initHook($input, AnnotationData $annotationData)
-
- Persist commandData for use in primary command callback. Used by 'topic' commands.
- protected
printFileTopic(CommandData $commandData)
@@ -1074,7 +844,7 @@ protected HandlerStack
getStack()
@@ -1111,46 +881,13 @@ ProcessManager
- processManager()
-
- This method overrides the trait in order to provide a more specific return type.
- int
topic($topic_name)
@@ -1192,7 +929,7 @@ void
interact(InputInterface $input, OutputInterface $output)
@@ -1240,7 +977,7 @@ void
validate(CommandData $commandData)
@@ -1283,7 +1020,7 @@ void
topicComplete(CompletionInput $input, CompletionSuggestions $suggestions)
@@ -1331,7 +1068,7 @@ static array
getAllTopics()
diff --git a/api/Drush/Commands/core/TwigCommands.html b/api/Drush/Commands/core/TwigCommands.html
index 806e0089a0..040f5a0cc1 100644
--- a/api/Drush/Commands/core/TwigCommands.html
+++ b/api/Drush/Commands/core/TwigCommands.html
@@ -86,7 +86,7 @@ final class - TwigCommands extends DrushCommands (View source) + TwigCommands extends DrushCommands (View source)
@@ -99,11 +99,6 @@A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
- protected - - | -$uri | -- | from -ExecTrait | -
protected CommandData|null
@@ -294,69 +274,35 @@ Methods
- void
-
-
- configurePrompts(InputInterface $input)
-
-
- Configure the prompt fallbacks. from
-ConfiguresPrompts
-
-
-
-
- mixed
-
-
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
-
-
- Prompt the user until the given validation callback passes. from
-ConfiguresPrompts
-
-
- bool
+
- runningUnitTests()
+ __construct(TwigEnvironment $twig, ModuleHandlerInterface $moduleHandler, ExtensionList $extensionList, StateInterface $state, DrupalKernelInterface $kernel)
- No description from
-ConfiguresPrompts
+
-
+ SymfonyStyle
- __construct(TwigEnvironment $twig, ModuleHandlerInterface $moduleHandler, ModuleExtensionList $extensionList, StateInterface $state, DrupalKernelInterface $kernel)
+ io()
-
-
+ No description -Override Robo's IO function with our custom style. from
+DrushCommands
- DrushStyle
+ void
- io()
+ setLoggerIfEmpty(LoggerInterface $logger)
-
-
+ Override Robo's IO function with our custom style. from
DrushCommands
@@ -395,17 +341,6 @@ Methods
-
-
- initHook($input, AnnotationData $annotationData)
-
-
- Persist commandData for use in primary command callback. Used by 'topic' commands. from
-DrushCommands
-
-
-
printFileTopic(CommandData $commandData)
@@ -427,25 +362,14 @@
Methods
- ProcessManager
+ static TwigCommands
- processManager()
+ create(ContainerInterface $container)
-
- This method overrides the trait in order to provide a more specific return type. from
-DrushCommands
-
-
+
- static AutowireTrait
-
-
- create(ContainerInterface $container)
-
-
- Instantiates a new instance of the implementing class using autowiring. from
-AutowireTrait
+ No description +
@@ -508,7 +432,7 @@
Details+ExecTrait at line 26 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -554,7 +478,7 @@ Return Value
Return Value+ExecTrait at line 87 static bool
programExists($program)
@@ -613,7 +537,7 @@ Return Value+ExecTrait at line 99 static string
getEditor(string|null $editor = null)
@@ -657,7 +581,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -700,11 +624,10 @@ See also
-
-
-
-
+
+
|
Configure the prompt fallbacks.
+No description
+ ProcessManager
- processManager()
-
- This method overrides the trait in order to provide a more specific return type.
- static AutowireTrait
- create(ContainerInterface $container)
+
+ static TwigCommands
+ create(ContainerInterface $container)
Instantiates a new instance of the implementing class using autowiring.
+No description
+ TwigEnvironment
getTwig()
@@ -1287,7 +1019,7 @@ ModuleHandlerInterface
getModuleHandler()
@@ -1320,7 +1052,7 @@ RowsOfFields
unused($searchpaths)
@@ -1363,7 +1095,7 @@ void
twigCompile()
@@ -1395,7 +1127,7 @@ void
twigDebug(string $mode)
diff --git a/api/Drush/Commands/core/UpdateDBCommands.html b/api/Drush/Commands/core/UpdateDBCommands.html
index e2a95ce11e..b0e2a85519 100644
--- a/api/Drush/Commands/core/UpdateDBCommands.html
+++ b/api/Drush/Commands/core/UpdateDBCommands.html
@@ -86,7 +86,7 @@ final class - UpdateDBCommands extends DrushCommands (View source) + UpdateDBCommands extends DrushCommands implements SiteAliasManagerAwareInterface (View source)
@@ -100,8 +100,8 @@A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
- protected - - | -$uri | -- | from -ExecTrait | -
protected CommandData|null
@@ -294,69 +279,36 @@ Methods
- void
-
-
- configurePrompts(InputInterface $input)
-
-
- Configure the prompt fallbacks. from
-ConfiguresPrompts
-
-
-
-
- mixed
-
-
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
-
-
- Prompt the user until the given validation callback passes. from
-ConfiguresPrompts
-
-
+ SymfonyStyle
-
+ Override Robo's IO function with our custom style. from
+DrushCommands
- DrushStyle
+ void
- io()
+ setLoggerIfEmpty(LoggerInterface $logger)
-
-
+ Override Robo's IO function with our custom style. from
DrushCommands
@@ -395,17 +347,6 @@ Methods
-
-
- initHook($input, AnnotationData $annotationData)
-
-
- Persist commandData for use in primary command callback. Used by 'topic' commands. from
-DrushCommands
-
-
-
-
printFileTopic(CommandData $commandData)
@@ -424,28 +365,6 @@
MethodsGet a Guzzle handler stack that uses the Drush logger. from
DrushCommands
-
-
-
- ProcessManager
-
-
- processManager()
-
-
- This method overrides the trait in order to provide a more specific return type. from
-DrushCommands
-
-
- static AutowireTrait
-
-
- create(ContainerInterface $container)
-
-
- Instantiates a new instance of the implementing class using autowiring. from
-AutowireTrait
@@ -579,7 +498,7 @@
Details+ExecTrait at line 26 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -625,7 +544,7 @@ Return Value
Return Value+ExecTrait at line 87 static bool
programExists($program)
@@ -684,7 +603,7 @@ Return Value+ExecTrait at line 99 static string
getEditor(string|null $editor = null)
@@ -728,7 +647,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -771,107 +690,11 @@ See also
-
-
-
-
- |
ProcessManager
- processManager()
-
- This method overrides the trait in order to provide a more specific return type.
- static AutowireTrait
- create(ContainerInterface $container)
-
- Instantiates a new instance of the implementing class using autowiring.
- int
updatedb($options = ['cache-clear' => true])
@@ -1347,7 +1022,7 @@ RowsOfFields|null
updatedbStatus($options = ['format' => 'table'])
@@ -1389,7 +1064,7 @@ UnstructuredListData
process(string $batch_id, $options = ['format' => 'json'])
@@ -1436,7 +1111,7 @@ static void
updateDoOne(string $module, int $number, array $dependency_map, array $context)
@@ -1500,7 +1175,7 @@ static void
updateDoOnePostUpdate(string $function, array $context)
@@ -1548,7 +1223,7 @@ void
updateFinished(bool $success, array $results, array $operations)
@@ -1600,7 +1275,7 @@ bool
updateBatch()
@@ -1632,7 +1307,7 @@ static void
restoreMaintMode($status)
@@ -1675,7 +1350,7 @@ array
getUpdateList()
@@ -1708,7 +1383,7 @@ static void
cacheRebuild()
@@ -1756,7 +1431,7 @@ array
getUpdatedbStatus(array $options)
@@ -1804,7 +1479,7 @@ bool
updateCheckRequirements()
diff --git a/api/Drush/Commands/core/UserCommands.html b/api/Drush/Commands/core/UserCommands.html
index 63d8e54ba8..cf6650f2e7 100644
--- a/api/Drush/Commands/core/UserCommands.html
+++ b/api/Drush/Commands/core/UserCommands.html
@@ -86,7 +86,7 @@ final class - UserCommands extends DrushCommands (View source) + UserCommands extends DrushCommands (View source)
@@ -99,11 +99,6 @@A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
- protected - - | -$uri | -- | from -ExecTrait | -
protected CommandData|null
@@ -354,51 +334,6 @@ MethodsDrushConfig as return type. Helps with IDE completion.from
ConfigAwareTrait
-
-
-
-
- void
-
-
- configurePrompts(InputInterface $input)
-
-
- Configure the prompt fallbacks. from
-ConfiguresPrompts
-
-
-
-
- mixed
-
-
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
-
-
- Prompt the user until the given validation callback passes. from
-ConfiguresPrompts
-
@@ -413,13 +348,24 @@
Methods
- DrushStyle
+ SymfonyStyle
io()
Override Robo's IO function with our custom style. from
+DrushCommands
+
+
+ void
+
+
+ setLoggerIfEmpty(LoggerInterface $logger)
+
+
+ Sets a logger, if none is available yet. from
DrushCommands
@@ -458,17 +404,6 @@ Methods
-
-
- initHook($input, AnnotationData $annotationData)
-
-
- Persist commandData for use in primary command callback. Used by 'topic' commands. from
-DrushCommands
-
-
-
printFileTopic(CommandData $commandData)
@@ -490,25 +425,14 @@
Methods
- ProcessManager
-
-
- processManager()
-
-
- This method overrides the trait in order to provide a more specific return type. from
-DrushCommands
-
-
+
- static AutowireTrait
+ static UserCommands
- create(ContainerInterface $container)
+ create(ContainerInterface $container)
-
- Instantiates a new instance of the implementing class using autowiring. from
-AutowireTrait
+ No description +
@@ -651,7 +575,7 @@
Details+ExecTrait at line 26 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -697,7 +621,7 @@ Return Value
Return Value+ExecTrait at line 87 static bool
programExists($program)
@@ -756,7 +680,7 @@ Return Value+ExecTrait at line 99 static string
getEditor(string|null $editor = null)
@@ -800,7 +724,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -843,54 +767,10 @@ See also
-
-
-
-
- |
ProcessManager
- processManager()
-
- This method overrides the trait in order to provide a more specific return type.
- static AutowireTrait
- create(ContainerInterface $container)
+
+ static UserCommands
+ create(ContainerInterface $container)
Instantiates a new instance of the implementing class using autowiring.
+No description
+ RowsOfFields
information(string $names = '', $options = ['format' => 'table', 'uid' => self::REQ, 'mail' => self::REQ])
@@ -1424,7 +1156,7 @@
renderRolesCell($key, $cellData, FormatterOptions $options)
@@ -1468,7 +1200,7 @@ void
block(string $names = '', $options = ['uid' => self::REQ, 'mail' => self::REQ])
@@ -1515,7 +1247,7 @@ void
unblock(string $names = '', $options = ['uid' => self::REQ, 'mail' => self::REQ])
@@ -1562,7 +1294,7 @@ void
addRole(string $role, string $names = '', $options = ['uid' => self::REQ, 'mail' => self::REQ])
@@ -1614,7 +1346,7 @@ void
removeRole(string $role, string $names = '', $options = ['uid' => self::REQ, 'mail' => self::REQ])
@@ -1666,7 +1398,7 @@ CommandError
createUser(string $name, $options = ['format' => 'table', 'password' => self::REQ, 'mail' => self::REQ])
@@ -1713,7 +1445,7 @@ void
createValidate(CommandData $commandData)
@@ -1755,7 +1487,7 @@ void
cancel(string $names = '', $options = ['delete-content' => false, 'reassign-content' => false, 'uid' => self::REQ, 'mail' => self::REQ])
@@ -1806,7 +1538,7 @@ void
password(string $name, string $password)
@@ -1853,7 +1585,7 @@ array
infoArray($account)
@@ -1895,7 +1627,7 @@ protected array
getAccounts(string $names = '', array $options = [])
@@ -1951,7 +1683,7 @@ void
roleComplete(CompletionInput $input, CompletionSuggestions $suggestions)
diff --git a/api/Drush/Commands/core/ViewsCommands.html b/api/Drush/Commands/core/ViewsCommands.html
index 1a6a86d6f8..4c87e984f9 100644
--- a/api/Drush/Commands/core/ViewsCommands.html
+++ b/api/Drush/Commands/core/ViewsCommands.html
@@ -86,7 +86,7 @@ final class - ViewsCommands extends DrushCommands (View source) + ViewsCommands extends DrushCommands (View source)
@@ -99,11 +99,6 @@A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
- protected - - | -$uri | -- | from -ExecTrait | -
protected CommandData|null
@@ -309,51 +289,6 @@ MethodsDrushConfig as return type. Helps with IDE completion.from
ConfigAwareTrait
-
-
-
-
- void
-
-
- configurePrompts(InputInterface $input)
-
-
- Configure the prompt fallbacks. from
-ConfiguresPrompts
-
-
-
-
- mixed
-
-
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
-
-
- Prompt the user until the given validation callback passes. from
-ConfiguresPrompts
-
@@ -368,13 +303,24 @@
Methods
- DrushStyle
+ SymfonyStyle
io()
Override Robo's IO function with our custom style. from
+DrushCommands
+
+
+ void
+
+
+ setLoggerIfEmpty(LoggerInterface $logger)
+
+
+ Sets a logger, if none is available yet. from
DrushCommands
@@ -413,17 +359,6 @@ Methods
-
-
- initHook($input, AnnotationData $annotationData)
-
-
- Persist commandData for use in primary command callback. Used by 'topic' commands. from
-DrushCommands
-
-
-
printFileTopic(CommandData $commandData)
@@ -445,25 +380,14 @@
Methods
- ProcessManager
+ static ViewsCommands
- processManager()
+ create(ContainerInterface $container)
-
- This method overrides the trait in order to provide a more specific return type. from
-DrushCommands
-
-
+
- static AutowireTrait
-
-
- create(ContainerInterface $container)
-
-
- Instantiates a new instance of the implementing class using autowiring. from
-AutowireTrait
+ No description +
@@ -588,7 +512,7 @@
Details+ExecTrait at line 26 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -634,7 +558,7 @@ Return Value
Return Value+ExecTrait at line 87 static bool
programExists($program)
@@ -693,7 +617,7 @@ Return Value+ExecTrait at line 99 static string
getEditor(string|null $editor = null)
@@ -737,7 +661,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -780,11 +704,10 @@ See also
-
-
-
-
+
+
|
Configure the prompt fallbacks.
+No description
+ ProcessManager
- processManager()
-
- This method overrides the trait in order to provide a more specific return type.
- static AutowireTrait
- create(ContainerInterface $container)
+
+ static ViewsCommands
+ create(ContainerInterface $container)
Instantiates a new instance of the implementing class using autowiring.
+No description
+ ConfigFactoryInterface
getConfigFactory()
@@ -1362,7 +1094,7 @@ ModuleHandlerInterface
getModuleHandler()
@@ -1395,7 +1127,7 @@ EntityTypeManagerInterface
getEntityTypeManager()
@@ -1428,7 +1160,7 @@ RendererInterface
getRenderer()
@@ -1461,7 +1193,7 @@ void
dev()
@@ -1493,7 +1225,7 @@ RowsOfFields|null
vlist($options = ['name' => self::REQ, 'tags' => self::REQ, 'status' => self::REQ, 'format' => 'table'])
@@ -1535,7 +1267,7 @@ string|null
execute(string $view_name, $display = null, $view_args = null, $options = ['count' => 0, 'show-admin-links' => false])
@@ -1592,7 +1324,7 @@ RowsOfFields|null
analyze()
@@ -1624,7 +1356,7 @@ void
enable(string $views)
@@ -1666,7 +1398,7 @@ void
disable(string $views)
@@ -1708,7 +1440,7 @@ void
cacheClear($types, $include_bootstrapped_types)
diff --git a/api/Drush/Commands/core/WatchdogCommands.html b/api/Drush/Commands/core/WatchdogCommands.html
index 3a7ffa7527..3932e449f9 100644
--- a/api/Drush/Commands/core/WatchdogCommands.html
+++ b/api/Drush/Commands/core/WatchdogCommands.html
@@ -86,7 +86,7 @@ final class - WatchdogCommands extends DrushCommands (View source) + WatchdogCommands extends DrushCommands (View source)
@@ -99,11 +99,6 @@A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
- protected - - | -$uri | -- | from -ExecTrait | -
protected CommandData|null
@@ -309,51 +289,6 @@ MethodsDrushConfig as return type. Helps with IDE completion.from
ConfigAwareTrait
-
-
-
-
- void
-
-
- configurePrompts(InputInterface $input)
-
-
- Configure the prompt fallbacks. from
-ConfiguresPrompts
-
-
-
-
- mixed
-
-
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
-
-
- Prompt the user until the given validation callback passes. from
-ConfiguresPrompts
-
@@ -368,13 +303,24 @@
Methods
- DrushStyle
+ SymfonyStyle
io()
Override Robo's IO function with our custom style. from
+DrushCommands
+
+
+ void
+
+
+ setLoggerIfEmpty(LoggerInterface $logger)
+
+
+ Sets a logger, if none is available yet. from
DrushCommands
@@ -413,17 +359,6 @@ Methods
-
-
- initHook($input, AnnotationData $annotationData)
-
-
- Persist commandData for use in primary command callback. Used by 'topic' commands. from
-DrushCommands
-
-
-
printFileTopic(CommandData $commandData)
@@ -445,25 +380,14 @@
Methods
- ProcessManager
+ static WatchdogCommands
- processManager()
+ create(ContainerInterface $container)
-
- This method overrides the trait in order to provide a more specific return type. from
-DrushCommands
-
-
+
- static AutowireTrait
-
-
- create(ContainerInterface $container)
-
-
- Instantiates a new instance of the implementing class using autowiring. from
-AutowireTrait
+ No description +
@@ -531,17 +455,17 @@
Methodsarray
- where(string|null $type = null, $severity = null, string|null $filter = null, string $criteria = 'AND', int|string|null $severity_min = null)
+ where(string|null $type = null, $severity = null, string|null $filter = null, string $criteria = 'AND', int|string $severity_min = null)
Build a WHERE snippet based on given parameters.
- stdClass
+
- formatResult(stdClass $result, bool $extended = false)
+ formatResult($result, bool $extended = false)
@@ -576,7 +500,7 @@ Format a watchdog database row. Details+ExecTrait at line 26 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -622,7 +546,7 @@ Return Value
Return Value+ExecTrait at line 87 static bool
programExists($program)
@@ -681,7 +605,7 @@ Return Value+ExecTrait at line 99 static string
getEditor(string|null $editor = null)
@@ -725,7 +649,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -768,54 +692,10 @@ See also
-
-
-
-
- |
ProcessManager
- processManager()
-
- This method overrides the trait in order to provide a more specific return type.
- static AutowireTrait
- create(ContainerInterface $container)
+
+ static WatchdogCommands
+ create(ContainerInterface $container)
Instantiates a new instance of the implementing class using autowiring.
+No description
+ RowsOfFields|null
show($substring = '', $options = ['format' => 'table', 'count' => 10, 'severity' => self::REQ, 'severity-min' => self::REQ, 'type' => self::REQ, 'extended' => false])
@@ -1349,7 +1081,7 @@ RowsOfFields|null
watchdogList($substring = '', $options = ['format' => 'table', 'count' => 10, 'extended' => false])
@@ -1396,7 +1128,7 @@ void
tail(OutputInterface $output, $substring = '', $options = ['severity' => self::REQ, 'severity-min' => self::REQ, 'type' => self::REQ, 'extended' => false])
@@ -1448,7 +1180,7 @@ void
interactList($input, $output)
@@ -1496,7 +1228,7 @@ void
delete($substring = '', $options = ['severity' => self::REQ, 'type' => self::REQ])
@@ -1543,7 +1275,7 @@ PropertyList
showOne($id, $options = ['format' => 'yaml'])
@@ -1590,9 +1322,9 @@ protected array
- where(string|null $type = null, $severity = null, string|null $filter = null, string $criteria = 'AND', int|string|null $severity_min = null)
+ where(string|null $type = null, $severity = null, string|null $filter = null, string $criteria = 'AND', int|string $severity_min = null)
('AND', 'OR'). Criteria for the WHERE snippet.
Int or String for the minimum severity to return.
protected stdClass
- formatResult(stdClass $result, bool $extended = false)
+
+ protected
+ formatResult($result, bool $extended = false)
stdClass | +$result | -A database result object. |
+ Array. A database result object. |
|
bool | $extended | -Return extended message details. |
+ Boolean. Return extended message details. |
stdClass | -The result object with some attributes themed. |
-
static array
messageTypes()
@@ -1731,7 +1454,7 @@ void
watchdogComplete(CompletionInput $input, CompletionSuggestions $suggestions)
diff --git a/api/Drush/Commands/field/EntityTypeBundleAskTrait.html b/api/Drush/Commands/field/EntityTypeBundleAskTrait.html
index 8cf869f7bc..0839b045c3 100644
--- a/api/Drush/Commands/field/EntityTypeBundleAskTrait.html
+++ b/api/Drush/Commands/field/EntityTypeBundleAskTrait.html
@@ -86,7 +86,7 @@ trait - EntityTypeBundleAskTrait (View source) + EntityTypeBundleAskTrait (View source)
@@ -173,7 +173,7 @@ protected array
getFieldableEntityTypes()
@@ -206,7 +206,7 @@ protected string|null
askEntityType()
@@ -239,7 +239,7 @@ protected string|null
askBundle()
diff --git a/api/Drush/Commands/field/FieldBaseInfoCommands.html b/api/Drush/Commands/field/FieldBaseInfoCommands.html
index af206d6b7a..0072faab6b 100644
--- a/api/Drush/Commands/field/FieldBaseInfoCommands.html
+++ b/api/Drush/Commands/field/FieldBaseInfoCommands.html
@@ -85,8 +85,8 @@ final class - FieldBaseInfoCommands extends DrushCommands (View source) +
class + FieldBaseInfoCommands extends DrushCommands (View source)
@@ -99,11 +99,6 @@A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
- BASE_INFO - | -
- - - |
- protected - - | -$uri | -- | from -ExecTrait | -
protected CommandData|null
@@ -318,51 +289,6 @@ MethodsDrushConfig as return type. Helps with IDE completion.from
ConfigAwareTrait
-
-
-
-
- void
-
-
- configurePrompts(InputInterface $input)
-
-
- Configure the prompt fallbacks. from
-ConfiguresPrompts
-
-
-
-
- mixed
-
-
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
-
-
- Prompt the user until the given validation callback passes. from
-ConfiguresPrompts
-
@@ -377,13 +303,24 @@
Methods
- DrushStyle
+ SymfonyStyle
io()
Override Robo's IO function with our custom style. from
+DrushCommands
+
+
+ void
+
+
+ setLoggerIfEmpty(LoggerInterface $logger)
+
+
+ Sets a logger, if none is available yet. from
DrushCommands
@@ -422,17 +359,6 @@ Methods
-
-
- initHook($input, AnnotationData $annotationData)
-
-
- Persist commandData for use in primary command callback. Used by 'topic' commands. from
-DrushCommands
-
-
-
-
printFileTopic(CommandData $commandData)
@@ -451,28 +377,6 @@
MethodsGet a Guzzle handler stack that uses the Drush logger. from
DrushCommands
-
-
-
- ProcessManager
-
-
- processManager()
-
-
- This method overrides the trait in order to provide a more specific return type. from
-DrushCommands
-
-
- static AutowireTrait
-
-
- create(ContainerInterface $container)
-
-
- Instantiates a new instance of the implementing class using autowiring. from
-AutowireTrait
@@ -569,6 +473,17 @@
+ Methods
+
+ static FieldBaseInfoCommands
+
+
+ create(ContainerInterface $container)
+
+
+
No description +
@@ -600,7 +515,7 @@
Details+ExecTrait at line 26 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -646,7 +561,7 @@ Return Value
Return Value+ExecTrait at line 87 static bool
programExists($program)
@@ -705,7 +620,7 @@ Return Value+ExecTrait at line 99 static string
getEditor(string|null $editor = null)
@@ -749,7 +664,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -792,54 +707,10 @@ See also
-
-
-
-
- |
ProcessManager
- processManager()
-
- This method overrides the trait in order to provide a more specific return type.
- static AutowireTrait
- create(ContainerInterface $container)
-
- Instantiates a new instance of the implementing class using autowiring.
- protected array
getFieldableEntityTypes()
@@ -1371,7 +1051,7 @@ protected string|null
askEntityType()
@@ -1405,7 +1085,7 @@ protected string|null
askBundle()
@@ -1439,7 +1119,7 @@ protected void
validateEntityType(string $entityTypeId)
@@ -1483,7 +1163,7 @@ protected void
validateBundle(string $entityTypeId, string $bundle)
@@ -1532,7 +1212,7 @@
renderArray($key, $value, FormatterOptions $options)
@@ -1577,7 +1257,7 @@
renderBoolean($key, $value, FormatterOptions $options)
@@ -1622,7 +1302,7 @@ protected RowsOfFields
getRowsOfFieldsByFieldDefinitions(array $fieldDefinitions)
@@ -1659,13 +1339,56 @@ static FieldBaseInfoCommands
+ create(ContainerInterface $container)
+
+ No description
+ + RowsOfFields
info(string|null $entityType = null, array $options = ['format' => 'table'])
@@ -1712,7 +1435,7 @@ void
complete(CompletionInput $input, CompletionSuggestions $suggestions)
diff --git a/api/Drush/Commands/field/FieldBaseOverrideCreateCommands.html b/api/Drush/Commands/field/FieldBaseOverrideCreateCommands.html
index 5397093526..ec48f4534a 100644
--- a/api/Drush/Commands/field/FieldBaseOverrideCreateCommands.html
+++ b/api/Drush/Commands/field/FieldBaseOverrideCreateCommands.html
@@ -85,8 +85,8 @@ final class - FieldBaseOverrideCreateCommands extends DrushCommands (View source) +
class + FieldBaseOverrideCreateCommands extends DrushCommands (View source)
@@ -99,11 +99,6 @@A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
- BASE_OVERRIDE_CREATE - | -
- - - |
- protected - - | -$uri | -- | from -ExecTrait | -
protected CommandData|null
@@ -313,51 +284,6 @@ MethodsDrushConfig as return type. Helps with IDE completion.from
ConfigAwareTrait
-
-
-
-
- void
-
-
- configurePrompts(InputInterface $input)
-
-
- Configure the prompt fallbacks. from
-ConfiguresPrompts
-
-
-
-
- mixed
-
-
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
-
-
- Prompt the user until the given validation callback passes. from
-ConfiguresPrompts
-
@@ -372,13 +298,24 @@
Methods
- DrushStyle
+ SymfonyStyle
io()
Override Robo's IO function with our custom style. from
+DrushCommands
+
+
+ void
+
+
+ setLoggerIfEmpty(LoggerInterface $logger)
+
+
+ Sets a logger, if none is available yet. from
DrushCommands
@@ -417,17 +354,6 @@ Methods
-
-
- initHook($input, AnnotationData $annotationData)
-
-
- Persist commandData for use in primary command callback. Used by 'topic' commands. from
-DrushCommands
-
-
-
-
printFileTopic(CommandData $commandData)
@@ -446,28 +372,6 @@
MethodsGet a Guzzle handler stack that uses the Drush logger. from
DrushCommands
-
-
-
- ProcessManager
-
-
- processManager()
-
-
- This method overrides the trait in order to provide a more specific return type. from
-DrushCommands
-
-
- static AutowireTrait
-
-
- create(ContainerInterface $container)
-
-
- Instantiates a new instance of the implementing class using autowiring. from
-AutowireTrait
@@ -528,6 +432,17 @@
+ Methods
+
+ static FieldBaseOverrideCreateCommands
+
+
+ create(ContainerInterface $container)
+
+
+
No description +
@@ -636,7 +551,7 @@
Details+ExecTrait at line 26 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -682,7 +597,7 @@ Return Value
Return Value+ExecTrait at line 87 static bool
programExists($program)
@@ -741,7 +656,7 @@ Return Value+ExecTrait at line 99 static string
getEditor(string|null $editor = null)
@@ -785,7 +700,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -828,54 +743,10 @@ See also
-
-
-
-
- |
ProcessManager
- processManager()
-
- This method overrides the trait in order to provide a more specific return type.
- static AutowireTrait
- create(ContainerInterface $container)
-
- Instantiates a new instance of the implementing class using autowiring.
- protected array
getFieldableEntityTypes()
@@ -1407,7 +1087,7 @@ protected string|null
askEntityType()
@@ -1441,7 +1121,7 @@ protected string|null
askBundle()
@@ -1475,7 +1155,7 @@ protected void
validateEntityType(string $entityTypeId)
@@ -1519,7 +1199,7 @@ protected void
validateBundle(string $entityTypeId, string $bundle)
@@ -1561,13 +1241,56 @@ static FieldBaseOverrideCreateCommands
+ create(ContainerInterface $container)
+
+ No description
+ + void
baseOverrideCreateField(string|null $entityType = null, string|null $bundle = null, array $options = ['field-name' => InputOption::VALUE_REQUIRED, 'field-label' => InputOption::VALUE_REQUIRED, 'field-description' => InputOption::VALUE_REQUIRED, 'is-required' => InputOption::VALUE_REQUIRED, 'show-machine-names' => InputOption::VALUE_OPTIONAL])
@@ -1636,7 +1359,7 @@ void
complete(CompletionInput $input, CompletionSuggestions $suggestions)
@@ -1684,7 +1407,7 @@ protected string|null
askFieldName(string $entityType)
@@ -1727,7 +1450,7 @@ protected string
askFieldLabel(string $default)
@@ -1770,7 +1493,7 @@ protected string|null
askFieldDescription(string|null $default)
@@ -1813,7 +1536,7 @@ protected bool
askRequired(bool $default)
@@ -1856,7 +1579,7 @@ protected BaseFieldOverride
createBaseFieldOverride(string $entityType, string $bundle, string $fieldName, $fieldLabel, $fieldDescription, bool $isRequired)
@@ -1924,7 +1647,7 @@ protected void
logResult(BaseFieldOverride $baseFieldOverride)
@@ -1967,7 +1690,7 @@ protected BaseFieldDefinition|null
getBaseFieldDefinition(string $entityType, string $fieldName)
diff --git a/api/Drush/Commands/field/FieldCreateCommands.html b/api/Drush/Commands/field/FieldCreateCommands.html
index b7f27837a3..4b30b90edf 100644
--- a/api/Drush/Commands/field/FieldCreateCommands.html
+++ b/api/Drush/Commands/field/FieldCreateCommands.html
@@ -86,7 +86,7 @@ class - FieldCreateCommands extends DrushCommands implements CustomEventAwareInterface (View source) + FieldCreateCommands extends DrushCommands implements CustomEventAwareInterface (View source)
@@ -137,11 +137,6 @@- protected - - | -$uri | -- | from -ExecTrait | -
protected CommandData|null
@@ -322,51 +307,6 @@ MethodsDrushConfig as return type. Helps with IDE completion.from
ConfigAwareTrait
-
-
-
-
- void
-
-
- configurePrompts(InputInterface $input)
-
-
- Configure the prompt fallbacks. from
-ConfiguresPrompts
-
-
-
-
- mixed
-
-
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
-
-
- Prompt the user until the given validation callback passes. from
-ConfiguresPrompts
-
@@ -381,13 +321,24 @@
Methods
- DrushStyle
+ SymfonyStyle
io()
Override Robo's IO function with our custom style. from
+DrushCommands
+
+
+ void
+
+
+ setLoggerIfEmpty(LoggerInterface $logger)
+
+
+ Sets a logger, if none is available yet. from
DrushCommands
@@ -426,17 +377,6 @@
Methods
-
-
- initHook($input, AnnotationData $annotationData)
-
-
- Persist commandData for use in primary command callback. Used by 'topic' commands. from
-DrushCommands
-
-
-
-
printFileTopic(CommandData $commandData)
@@ -454,17 +394,6 @@
MethodsGet a Guzzle handler stack that uses the Drush logger. from
-DrushCommands
-
-
- ProcessManager
-
-
- processManager()
-
-
- This method overrides the trait in order to provide a more specific return type. from
DrushCommands
@@ -532,7 +461,7 @@
@@ -543,7 +472,7 @@ Methodsstatic FieldCreateCommandsMethodsvoid
- setContentTranslationManager(ContentTranslationManagerInterface|null $manager = null)
+ setContentTranslationManager(ContentTranslationManagerInterface $manager = null)
@@ -799,7 +728,7 @@ No description Details+ExecTrait at line 26 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -845,7 +774,7 @@ Return Value
Return Value+ExecTrait at line 87 static bool
programExists($program)
@@ -904,7 +833,7 @@ Return Value+ExecTrait at line 99 static string
getEditor(string|null $editor = null)
@@ -948,7 +877,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -991,11 +920,10 @@ See also
-
-
-
-
+
+
|
Configure the prompt fallbacks.
+No description
+ ProcessManager
- processManager()
-
- This method overrides the trait in order to provide a more specific return type.
- protected array
getFieldableEntityTypes()
@@ -1547,7 +1284,7 @@ protected string|null
askEntityType()
@@ -1581,7 +1318,7 @@ protected string|null
askBundle()
@@ -1615,7 +1352,7 @@ protected void
validateEntityType(string $entityTypeId)
@@ -1659,7 +1396,7 @@ protected void
validateBundle(string $entityTypeId, string $bundle)
@@ -1707,9 +1444,9 @@ static FieldCreateCommands
- create(ContainerInterface $container)
+ create(ContainerInterface $container)
ContainerInterface | +ContainerInterface | $container |
ContentTranslationManagerInterface|null | +ContentTranslationManagerInterface | $manager |
- protected - - | -$uri | -- | from -ExecTrait | -
protected CommandData|null
@@ -291,51 +271,6 @@ MethodsDrushConfig as return type. Helps with IDE completion.from
ConfigAwareTrait
-
-
-
-
- void
-
-
- configurePrompts(InputInterface $input)
-
-
- Configure the prompt fallbacks. from
-ConfiguresPrompts
-
-
-
-
- mixed
-
-
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
-
-
- Prompt the user until the given validation callback passes. from
-ConfiguresPrompts
-
@@ -350,13 +285,24 @@
Methods
- DrushStyle
+ SymfonyStyle
io()
Override Robo's IO function with our custom style. from
+DrushCommands
+
+
+ void
+
+
+ setLoggerIfEmpty(LoggerInterface $logger)
+
+
+ Sets a logger, if none is available yet. from
DrushCommands
@@ -395,17 +341,6 @@ Methods
-
-
- initHook($input, AnnotationData $annotationData)
-
-
- Persist commandData for use in primary command callback. Used by 'topic' commands. from
-DrushCommands
-
-
-
printFileTopic(CommandData $commandData)
@@ -427,25 +362,14 @@
Methods
- ProcessManager
-
-
- processManager()
-
-
- This method overrides the trait in order to provide a more specific return type. from
-DrushCommands
-
-
+
- static AutowireTrait
+ static FieldDefinitionCommands
- create(ContainerInterface $container)
+ create(ContainerInterface $container)
-
- Instantiates a new instance of the implementing class using autowiring. from
-AutowireTrait
+ No description +
@@ -500,7 +424,7 @@
Details+ExecTrait at line 26 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -546,7 +470,7 @@ Return Value
Return Value+ExecTrait at line 87 static bool
programExists($program)
@@ -605,7 +529,7 @@ Return Value+ExecTrait at line 99 static string
getEditor(string|null $editor = null)
@@ -649,7 +573,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -692,54 +616,10 @@ See also
-
-
-
-
- |
ProcessManager
- processManager()
-
- This method overrides the trait in order to provide a more specific return type.
- static AutowireTrait
- create(ContainerInterface $container)
+
+ static FieldDefinitionCommands
+ create(ContainerInterface $container)
Instantiates a new instance of the implementing class using autowiring.
+No description
+ UnstructuredListData
types(array $options = ['format' => 'yaml'])
@@ -1279,7 +1011,7 @@ UnstructuredListData
widgets(array $options = ['format' => 'yaml', 'field-type' => self::REQ])
@@ -1322,7 +1054,7 @@ UnstructuredListData
formatters(array $options = ['format' => 'yaml', 'field-type' => self::REQ])
@@ -1365,7 +1097,7 @@ void
complete(CompletionInput $input, CompletionSuggestions $suggestions)
diff --git a/api/Drush/Commands/field/FieldDeleteCommands.html b/api/Drush/Commands/field/FieldDeleteCommands.html
index 8079be1633..7a27c87513 100644
--- a/api/Drush/Commands/field/FieldDeleteCommands.html
+++ b/api/Drush/Commands/field/FieldDeleteCommands.html
@@ -85,8 +85,8 @@ final class - FieldDeleteCommands extends DrushCommands (View source) +
class + FieldDeleteCommands extends DrushCommands (View source)
@@ -99,11 +99,6 @@A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
- DELETE - | -
- - - |
- protected - - | -$uri | -- | from -ExecTrait | -
protected CommandData|null
@@ -316,69 +287,35 @@ Methods
- void
-
-
- configurePrompts(InputInterface $input)
-
-
- Configure the prompt fallbacks. from
-ConfiguresPrompts
-
-
-
-
- mixed
-
-
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
-
-
- Prompt the user until the given validation callback passes. from
-ConfiguresPrompts
-
-
- bool
+
- runningUnitTests()
+ __construct(EntityTypeManagerInterface $entityTypeManager, EntityTypeBundleInfo $entityTypeBundleInfo)
- No description from
-ConfiguresPrompts
+
-
+ SymfonyStyle
- __construct(EntityTypeManagerInterface $entityTypeManager, EntityTypeBundleInfoInterface $entityTypeBundleInfo)
+ io()
-
-
+ No description -Override Robo's IO function with our custom style. from
+DrushCommands
- DrushStyle
+ void
- io()
+ setLoggerIfEmpty(LoggerInterface $logger)
-
-
+ Override Robo's IO function with our custom style. from
DrushCommands
@@ -417,17 +354,6 @@ Methods
-
-
- initHook($input, AnnotationData $annotationData)
-
-
- Persist commandData for use in primary command callback. Used by 'topic' commands. from
-DrushCommands
-
-
-
-
printFileTopic(CommandData $commandData)
@@ -446,28 +372,6 @@
MethodsGet a Guzzle handler stack that uses the Drush logger. from
DrushCommands
-
-
-
- ProcessManager
-
-
- processManager()
-
-
- This method overrides the trait in order to provide a more specific return type. from
-DrushCommands
-
-
- static AutowireTrait
-
-
- create(ContainerInterface $container)
-
-
- Instantiates a new instance of the implementing class using autowiring. from
-AutowireTrait
@@ -527,6 +431,17 @@
+ Methods
+
+ static FieldDeleteCommands
+
+
+ create(ContainerInterface $container)
+
+
+
No description +
@@ -590,7 +505,7 @@
Details+ExecTrait at line 26 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -636,7 +551,7 @@ Return Value
Return Value+ExecTrait at line 87 static bool
programExists($program)
@@ -695,7 +610,7 @@ Return Value+ExecTrait at line 99 static string
getEditor(string|null $editor = null)
@@ -739,7 +654,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -782,54 +697,10 @@ See also
-
-
-
-
- |
ProcessManager
- processManager()
-
- This method overrides the trait in order to provide a more specific return type.
- static AutowireTrait
- create(ContainerInterface $container)
-
- Instantiates a new instance of the implementing class using autowiring.
- protected array
getFieldableEntityTypes()
@@ -1356,7 +1036,7 @@ protected string|null
askEntityType()
@@ -1389,7 +1069,7 @@ protected string|null
askBundle()
@@ -1423,7 +1103,7 @@ protected void
validateEntityType(string $entityTypeId)
@@ -1467,7 +1147,7 @@ protected void
validateBundle(string $entityTypeId, string $bundle)
@@ -1509,13 +1189,56 @@ static FieldDeleteCommands
+ create(ContainerInterface $container)
+
+ No description
+ + void
delete(string|null $entityType = null, string|null $bundle = null, array $options = ['field-name' => InputOption::VALUE_REQUIRED, 'show-machine-names' => InputOption::VALUE_OPTIONAL, 'all-bundles' => InputOption::VALUE_OPTIONAL])
@@ -1578,7 +1301,7 @@ void
complete(CompletionInput $input, CompletionSuggestions $suggestions)
@@ -1626,7 +1349,7 @@ protected string|null
askExisting(string $entityType, string|null $bundle)
@@ -1674,7 +1397,7 @@ protected array
getFieldConfigs(string $entityType, string|null $bundle)
@@ -1721,7 +1444,7 @@ protected void
deleteFieldConfig(FieldConfigInterface $fieldConfig)
diff --git a/api/Drush/Commands/field/FieldEntityReferenceHooks.html b/api/Drush/Commands/field/FieldEntityReferenceHooks.html
index 3b22503d24..6310b849d9 100644
--- a/api/Drush/Commands/field/FieldEntityReferenceHooks.html
+++ b/api/Drush/Commands/field/FieldEntityReferenceHooks.html
@@ -85,8 +85,8 @@ final class - FieldEntityReferenceHooks extends DrushCommands (View source) +
class + FieldEntityReferenceHooks extends DrushCommands (View source)
@@ -99,11 +99,6 @@A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
- protected - - | -$uri | -- | from -ExecTrait | -|||
protected CommandData|null
@@ -279,51 +259,6 @@ MethodsDrushConfig as return type. Helps with IDE completion.from
ConfigAwareTrait
-
-
-
-
- void
-
-
- configurePrompts(InputInterface $input)
-
-
- Configure the prompt fallbacks. from
-ConfiguresPrompts
-
-
-
-
- mixed
-
-
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
-
-
- Prompt the user until the given validation callback passes. from
-ConfiguresPrompts
-
@@ -338,13 +273,24 @@
Methods
- DrushStyle
+ SymfonyStyle
io()
Override Robo's IO function with our custom style. from
+DrushCommands
+
+
+ void
+
+
+ setLoggerIfEmpty(LoggerInterface $logger)
+
+
+ Sets a logger, if none is available yet. from
DrushCommands
@@ -383,17 +329,6 @@ Methods
-
-
- initHook($input, AnnotationData $annotationData)
-
-
- Persist commandData for use in primary command callback. Used by 'topic' commands. from
-DrushCommands
-
-
-
-
printFileTopic(CommandData $commandData)
@@ -412,28 +347,6 @@
MethodsGet a Guzzle handler stack that uses the Drush logger. from
DrushCommands
-
-
-
- ProcessManager
-
-
- processManager()
-
-
- This method overrides the trait in order to provide a more specific return type. from
-DrushCommands
-
-
- static AutowireTrait
-
-
- create(ContainerInterface $container)
-
-
- Instantiates a new instance of the implementing class using autowiring. from
-AutowireTrait
@@ -458,6 +371,17 @@
+ Methods
+
+ static FieldEntityReferenceHooks
+
+
+ create(ContainerInterface $container)
+
+
+
No description +
@@ -534,7 +458,7 @@
Details+ExecTrait at line 26 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -580,7 +504,7 @@ Return Value
Return Value+ExecTrait at line 87 static bool
programExists($program)
@@ -639,7 +563,7 @@ Return Value+ExecTrait at line 99 static string
getEditor(string|null $editor = null)
@@ -683,7 +607,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -726,54 +650,10 @@ See also
-
-
-
-
- | string | $entityTypeId | + | |||
string | +$bundle | +
protected void
- validateBundle(string $entityTypeId, string $bundle)
+
+
+ static FieldEntityReferenceHooks
+ create(ContainerInterface $container)
@@ -1328,13 +1065,8 @@ Parameters
- string
- $entityTypeId
-
-
-
- string
- $bundle
+ ContainerInterface
+ $container
@@ -1344,7 +1076,7 @@ Return Value
- void
+ FieldEntityReferenceHooks
@@ -1358,7 +1090,7 @@ Return Value
-
+
array
hookFieldStorage(array $values, InputInterface $input)
@@ -1406,7 +1138,7 @@ Return Value
-
+
array
hookFieldConfig(array $values, InputInterface $input)
@@ -1454,7 +1186,7 @@ Return Value
-
+
protected string
getTargetType(InputInterface $input)
@@ -1497,7 +1229,7 @@ Return Value
-
+
protected array|null
getTargetBundles(InputInterface $input)
@@ -1540,7 +1272,7 @@ Return Value
-
+
protected string
askReferencedEntityType()
@@ -1573,7 +1305,7 @@ Return Value
-
+
protected array|null
askReferencedBundles(string $targetType)
diff --git a/api/Drush/Commands/field/FieldInfoCommands.html b/api/Drush/Commands/field/FieldInfoCommands.html
index 73d274bddf..9432f9b847 100644
--- a/api/Drush/Commands/field/FieldInfoCommands.html
+++ b/api/Drush/Commands/field/FieldInfoCommands.html
@@ -85,8 +85,8 @@ FieldInfoCommands
- final class
- FieldInfoCommands extends DrushCommands (View source)
+
class
+ FieldInfoCommands extends DrushCommands (View source)
@@ -99,11 +99,6 @@ Traits
-
- A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
-
-
-
-
-
@@ -200,15 +190,6 @@ Constants
-
-
-
- INFO
-
-
-
-
-
@@ -217,16 +198,6 @@ Properties
-
- protected
-
-
- $uri
-
- from
-ExecTrait
-
-
protected CommandData|null
@@ -318,51 +289,6 @@ Methods
DrushConfig as return type. Helps with IDE completion.
from
ConfigAwareTrait
-
-
-
- void
-
-
- configurePrompts(InputInterface $input)
-
- Configure the prompt fallbacks.
- from
-ConfiguresPrompts
-
-
-
- mixed
-
-
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
-
- Prompt the user until the given validation callback passes.
- from
-ConfiguresPrompts
-
-
-
@@ -377,13 +303,24 @@ Methods
- DrushStyle
+ SymfonyStyle
io()
Override Robo's IO function with our custom style.
from
+DrushCommands
+
+
+
+ void
+
+
+ setLoggerIfEmpty(LoggerInterface $logger)
+
+ Sets a logger, if none is available yet.
+ from
DrushCommands
@@ -422,17 +359,6 @@ Methods
-
-
- initHook($input, AnnotationData $annotationData)
-
- Persist commandData for use in primary command callback. Used by 'topic' commands.
- from
-DrushCommands
-
-
-
-
printFileTopic(CommandData $commandData)
@@ -451,28 +377,6 @@ Methods
Get a Guzzle handler stack that uses the Drush logger.
from
DrushCommands
-
-
-
- ProcessManager
-
-
- processManager()
-
- This method overrides the trait in order to provide a more specific return type.
- from
-DrushCommands
-
-
-
- static AutowireTrait
-
-
- create(ContainerInterface $container)
-
- Instantiates a new instance of the implementing class using autowiring.
- from
-AutowireTrait
@@ -569,6 +473,17 @@ Methods
+
+
+
+ static FieldInfoCommands
+
+
+ create(ContainerInterface $container)
+
+ No description
+
+
@@ -600,7 +515,7 @@ Details
+ExecTrait at line 26
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -646,7 +561,7 @@ Return Value
bool
- TRUE if browser was opened. FALSE if browser was disabled by the user or a
+
if browser was opened. FALSE if browser was disabled by the user or a
default browser could not be found.
@@ -661,7 +576,7 @@ Return Value
+ExecTrait at line 87
static bool
programExists($program)
@@ -705,7 +620,7 @@ Return Value
+ExecTrait at line 99
static string
getEditor(string|null $editor = null)
@@ -749,7 +664,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -792,54 +707,10 @@ See also
-
-
- protected void
- configurePrompts(InputInterface $input)
-
-
-
-
-
-
-
- Configure the prompt fallbacks.
-
-
-
-
-
-
-
-
- protected mixed
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+
+
+ __construct(EntityTypeManagerInterface $entityTypeManager, EntityTypeBundleInfoInterface $entityTypeBundleInfo)
@@ -847,39 +718,26 @@
- Prompt the user until the given validation callback passes.
+ No description
+
-
-
- protected void
- restorePrompts()
-
-
-
-
-
-
-
- Restore the prompts output.
-
-
-
-
-
-
-
-
- protected bool
- runningUnitTests()
+
+
+ protected SymfonyStyle
+ io()
@@ -933,8 +758,7 @@
- No description
-
+ Override Robo's IO function with our custom style.
-
-
-
- __construct(EntityTypeManagerInterface $entityTypeManager, EntityTypeBundleInfoInterface $entityTypeBundleInfo)
+
+
+ void
+ setLoggerIfEmpty(LoggerInterface $logger)
@@ -966,55 +791,25 @@
- No description
-
+ Sets a logger, if none is available yet.
-
-
-
-
-
-
- protected DrushStyle
- io()
-
-
-
-
-
-
-
- Override Robo's IO function with our custom style.
-
-
-
-
-
-
-
-
-
- initHook($input, AnnotationData $annotationData)
-
-
-
-
-
-
-
- Persist commandData for use in primary command callback. Used by 'topic' commands.
-
-
@@ -1178,7 +934,7 @@ Parameters
+DrushCommands at line 128
protected
printFileTopic(CommandData $commandData)
@@ -1212,7 +968,7 @@ Parameters
+DrushCommands at line 139
protected HandlerStack
getStack()
@@ -1249,82 +1005,6 @@ See also
-
-
-
-
-
-
-
- ProcessManager
- processManager()
-
-
-
-
-
-
-
- This method overrides the trait in order to provide a more specific return type.
-
-
-
-
-
-
-
-
- static AutowireTrait
- create(ContainerInterface $container)
-
-
-
-
-
-
-
- Instantiates a new instance of the implementing class using autowiring.
-
-
@@ -1332,7 +1012,7 @@ Return Value
+EntityTypeBundleAskTrait at line 22
protected array
getFieldableEntityTypes()
@@ -1366,7 +1046,7 @@ Return Value
+EntityTypeBundleAskTrait at line 32
protected string|null
askEntityType()
@@ -1400,7 +1080,7 @@ Return Value
+EntityTypeBundleAskTrait at line 50
protected string|null
askBundle()
@@ -1434,7 +1114,7 @@ Return Value
+EntityTypeBundleValidationTrait at line 16
protected void
validateEntityType(string $entityTypeId)
@@ -1478,7 +1158,7 @@ Return Value
+EntityTypeBundleValidationTrait at line 25
protected void
validateBundle(string $entityTypeId, string $bundle)
@@ -1527,7 +1207,7 @@ Return Value
+FieldDefinitionRowsOfFieldsTrait at line 13
renderArray($key, $value, FormatterOptions $options)
@@ -1572,7 +1252,7 @@ Parameters
+FieldDefinitionRowsOfFieldsTrait at line 22
renderBoolean($key, $value, FormatterOptions $options)
@@ -1617,7 +1297,7 @@ Parameters
+FieldDefinitionRowsOfFieldsTrait at line 31
protected RowsOfFields
getRowsOfFieldsByFieldDefinitions(array $fieldDefinitions)
@@ -1654,13 +1334,56 @@ Return Value
+
+
static FieldInfoCommands
+ create(ContainerInterface $container)
+
+ No description
+ + RowsOfFields
info(string|null $entityType = null, string|null $bundle = null, array $options = ['format' => 'table'])
@@ -1712,7 +1435,7 @@ void
complete(CompletionInput $input, CompletionSuggestions $suggestions)
diff --git a/api/Drush/Commands/field/FieldTextHooks.html b/api/Drush/Commands/field/FieldTextHooks.html
index 035ff889af..cd5705ff46 100644
--- a/api/Drush/Commands/field/FieldTextHooks.html
+++ b/api/Drush/Commands/field/FieldTextHooks.html
@@ -85,8 +85,8 @@ final class - FieldTextHooks extends DrushCommands (View source) +
class + FieldTextHooks extends DrushCommands (View source)
@@ -99,11 +99,6 @@A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
- protected - - | -$uri | -- | from -ExecTrait | -|||
protected CommandData|null
@@ -279,51 +259,6 @@ MethodsDrushConfig as return type. Helps with IDE completion.from
ConfigAwareTrait
-
-
-
-
- void
-
-
- configurePrompts(InputInterface $input)
-
-
- Configure the prompt fallbacks. from
-ConfiguresPrompts
-
-
-
-
- mixed
-
-
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
-
-
- Prompt the user until the given validation callback passes. from
-ConfiguresPrompts
-
@@ -338,13 +273,24 @@
Methods
- DrushStyle
+ SymfonyStyle
io()
Override Robo's IO function with our custom style. from
+DrushCommands
+
+
+ void
+
+
+ setLoggerIfEmpty(LoggerInterface $logger)
+
+
+ Sets a logger, if none is available yet. from
DrushCommands
@@ -383,17 +329,6 @@ Methods
-
-
- initHook($input, AnnotationData $annotationData)
-
-
- Persist commandData for use in primary command callback. Used by 'topic' commands. from
-DrushCommands
-
-
-
-
printFileTopic(CommandData $commandData)
@@ -412,28 +347,6 @@
MethodsGet a Guzzle handler stack that uses the Drush logger. from
DrushCommands
-
-
-
- ProcessManager
-
-
- processManager()
-
-
- This method overrides the trait in order to provide a more specific return type. from
-DrushCommands
-
-
- static AutowireTrait
-
-
- create(ContainerInterface $container)
-
-
- Instantiates a new instance of the implementing class using autowiring. from
-AutowireTrait
@@ -458,6 +371,17 @@
+ Methods
+
+ static FieldTextHooks
+
+
+ create(ContainerInterface $container)
+
+
+
No description +
@@ -533,7 +457,7 @@
Details+ExecTrait at line 26 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -579,7 +503,7 @@ Return Value
Return Value+ExecTrait at line 87 static bool
programExists($program)
@@ -638,7 +562,7 @@ Return Value+ExecTrait at line 99 static string
getEditor(string|null $editor = null)
@@ -682,7 +606,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -725,54 +649,10 @@ See also
-
-
-
-
- | string | $entityTypeId | + | |||
string | +$bundle | +
protected void
- validateBundle(string $entityTypeId, string $bundle)
+
+
+ static FieldTextHooks
+ create(ContainerInterface $container)
@@ -1327,13 +1064,8 @@ Parameters
- string
- $entityTypeId
-
-
-
- string
- $bundle
+ ContainerInterface
+ $container
@@ -1343,7 +1075,7 @@ Return Value
- void
+ FieldTextHooks
@@ -1357,7 +1089,7 @@ Return Value
-
+
void
hookOption(Command $command, AnnotationData $annotationData)
@@ -1405,7 +1137,7 @@ Return Value
-
+
void
hookValidate(CommandData $commandData)
@@ -1448,7 +1180,7 @@ Return Value
-
+
void
hookSetOptions(InputInterface $input)
@@ -1491,7 +1223,7 @@ Return Value
-
+
array
hookFieldConfig(array $values, InputInterface $input)
@@ -1539,7 +1271,7 @@ Return Value
-
+
protected bool
hasAllowedFormats(string|null $fieldType = null)
@@ -1582,7 +1314,7 @@ Return Value
-
+
protected array
askAllowedFormats()
diff --git a/api/Drush/Commands/generate/ApplicationFactory.html b/api/Drush/Commands/generate/ApplicationFactory.html
index 712fd9d96f..5fe407c686 100644
--- a/api/Drush/Commands/generate/ApplicationFactory.html
+++ b/api/Drush/Commands/generate/ApplicationFactory.html
@@ -86,7 +86,7 @@ ApplicationFactory
class
- ApplicationFactory (View source)
+ ApplicationFactory (View source)
@@ -105,7 +105,7 @@ Methods
- __construct(ContainerInterface $drush_container, LoggerInterface $logger)
+ __construct(ContainerInterface $container, ContainerInterface $drush_container, LoggerInterface $logger)
No description
@@ -137,7 +137,7 @@ Methods
array
Check each class for existence.
- __construct(ContainerInterface $drush_container, LoggerInterface $logger)
+ __construct(ContainerInterface $container, ContainerInterface $drush_container, LoggerInterface $logger)
ContainerInterface | +$container | ++ | ||||||||||||||||||||||||||
ContainerInterface | $drush_container | @@ -210,7 +215,7 @@ |
- protected - - | -$uri | -- | from -ExecTrait | -
protected CommandData|null
@@ -271,69 +256,35 @@ Methods
- void
-
-
- configurePrompts(InputInterface $input)
-
-
- Configure the prompt fallbacks. from
-ConfiguresPrompts
-
-
-
-
- mixed
-
-
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
-
-
- Prompt the user until the given validation callback passes. from
-ConfiguresPrompts
-
-
- bool
+
- runningUnitTests()
+ __construct(ContainerInterface $container, ContainerInterface $drush_container)
- No description from
-ConfiguresPrompts
+
-
+ SymfonyStyle
-
+ Override Robo's IO function with our custom style. from
+DrushCommands
- DrushStyle
+ void
- io()
+ setLoggerIfEmpty(LoggerInterface $logger)
-
-
+ Override Robo's IO function with our custom style. from
DrushCommands
@@ -372,17 +323,6 @@
Methods
-
-
- initHook($input, AnnotationData $annotationData)
-
-
- Persist commandData for use in primary command callback. Used by 'topic' commands. from
-DrushCommands
-
-
-
-
printFileTopic(CommandData $commandData)
@@ -400,17 +340,6 @@
MethodsGet a Guzzle handler stack that uses the Drush logger. from
-DrushCommands
-
-
- ProcessManager
-
-
- processManager()
-
-
- This method overrides the trait in order to provide a more specific return type. from
DrushCommands
@@ -418,7 +347,7 @@
Methodsstatic GenerateCommands
- create(ContainerInterface $container)
+ create(ContainerInterface $container, ContainerInterface $drush_container)
@@ -453,7 +382,7 @@ No description Details+ExecTrait at line 26 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -499,7 +428,7 @@ Return Value
Return Value+ExecTrait at line 87 static bool
programExists($program)
@@ -558,7 +487,7 @@ Return Value+ExecTrait at line 99 static string
getEditor(string|null $editor = null)
@@ -602,7 +531,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -645,54 +574,10 @@ See also
-
-
-
-
- |
ProcessManager
- processManager()
-
- This method overrides the trait in order to provide a more specific return type.
- static GenerateCommands
- create(ContainerInterface $container)
+ create(ContainerInterface $container, ContainerInterface $drush_container)
ContainerInterface | +ContainerInterface | $container | + |
ContainerInterface | +$drush_container | +
int
generate(string $generator = '', $options = ['replace' => false, 'working-dir' => self::REQ, 'answer' => [], 'destination' => self::REQ, 'dry-run' => false])
@@ -1228,7 +975,7 @@ void
generatorNameComplete(CompletionInput $input, CompletionSuggestions $suggestions)
diff --git a/api/Drush/Commands/help/ListCommands.html b/api/Drush/Commands/help/ListCommands.html
index c6bd44d644..d98de5bd01 100644
--- a/api/Drush/Commands/help/ListCommands.html
+++ b/api/Drush/Commands/help/ListCommands.html
@@ -86,7 +86,7 @@ class - ListCommands extends DrushCommands (View source) + ListCommands extends DrushCommands (View source)
@@ -122,11 +122,6 @@- protected - - | -$uri | -- | from -ExecTrait | -|||
protected CommandData|null
@@ -268,51 +253,6 @@ MethodsDrushConfig as return type. Helps with IDE completion.from
ConfigAwareTrait
-
-
-
-
- void
-
-
- configurePrompts(InputInterface $input)
-
-
- Configure the prompt fallbacks. from
-ConfiguresPrompts
-
-
-
-
- mixed
-
-
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
-
-
- Prompt the user until the given validation callback passes. from
-ConfiguresPrompts
-
@@ -328,13 +268,24 @@
Methods
- DrushStyle
+ SymfonyStyle
io()
Override Robo's IO function with our custom style. from
+DrushCommands
+
+
+ void
+
+
+ setLoggerIfEmpty(LoggerInterface $logger)
+
+
+ Sets a logger, if none is available yet. from
DrushCommands
@@ -373,17 +324,6 @@ Methods
-
-
- initHook($input, AnnotationData $annotationData)
-
-
- Persist commandData for use in primary command callback. Used by 'topic' commands. from
-DrushCommands
-
-
-
-
printFileTopic(CommandData $commandData)
@@ -401,17 +341,6 @@
MethodsGet a Guzzle handler stack that uses the Drush logger. from
-DrushCommands
-
-
- ProcessManager
-
-
- processManager()
-
-
- This method overrides the trait in order to provide a more specific return type. from
DrushCommands
@@ -488,7 +417,7 @@
Details+ExecTrait at line 26 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -534,7 +463,7 @@ Return Value
Return Value+ExecTrait at line 87 static bool
programExists($program)
@@ -593,7 +522,7 @@ Return Value+ExecTrait at line 99 static string
getEditor(string|null $editor = null)
@@ -637,7 +566,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -680,54 +609,11 @@ See also
-
-
-
-
- | ||||||
LoggerInterface | +$logger | ++ |
Override Robo's IO function with our custom style.
-
- initHook($input, AnnotationData $annotationData)
-
- Persist commandData for use in primary command callback. Used by 'topic' commands.
- protected
printFileTopic(CommandData $commandData)
@@ -1086,7 +856,7 @@ protected HandlerStack
getStack()
@@ -1123,46 +893,13 @@ ProcessManager
- processManager()
-
- This method overrides the trait in order to provide a more specific return type.
- string|null
helpList($options = ['format' => 'listcli', 'raw' => false, 'filter' => self::REQ])
@@ -1204,7 +941,7 @@ DOMDocument
buildDom($namespaced, $application)
@@ -1252,7 +989,7 @@ static void
renderListCLI(Application $application, array $namespaced, OutputInterface $output, string $preamble)
@@ -1310,7 +1047,7 @@ static int
getTerminalWidth()
@@ -1343,7 +1080,7 @@ void
renderListRaw(array $namespaced)
@@ -1386,7 +1123,7 @@ static array
categorize(array $all, string $separator = ':')
diff --git a/api/Drush/Commands/pm/PmCommands.html b/api/Drush/Commands/pm/PmCommands.html
index 609e4d0e1a..a66b125c67 100644
--- a/api/Drush/Commands/pm/PmCommands.html
+++ b/api/Drush/Commands/pm/PmCommands.html
@@ -86,7 +86,7 @@ final class - PmCommands extends DrushCommands (View source) + PmCommands extends DrushCommands (View source)
@@ -99,11 +99,6 @@A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
- protected - - | -$uri | -- | from -ExecTrait | -
protected CommandData|null
@@ -291,51 +271,6 @@ MethodsDrushConfig as return type. Helps with IDE completion.from
ConfigAwareTrait
-
-
-
-
- void
-
-
- configurePrompts(InputInterface $input)
-
-
- Configure the prompt fallbacks. from
-ConfiguresPrompts
-
-
-
-
- mixed
-
-
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
-
-
- Prompt the user until the given validation callback passes. from
-ConfiguresPrompts
-
@@ -350,13 +285,24 @@
Methods
- DrushStyle
+ SymfonyStyle
io()
Override Robo's IO function with our custom style. from
+DrushCommands
+
+
+ void
+
+
+ setLoggerIfEmpty(LoggerInterface $logger)
+
+
+ Sets a logger, if none is available yet. from
DrushCommands
@@ -395,17 +341,6 @@ Methods
-
-
- initHook($input, AnnotationData $annotationData)
-
-
- Persist commandData for use in primary command callback. Used by 'topic' commands. from
-DrushCommands
-
-
-
printFileTopic(CommandData $commandData)
@@ -427,25 +362,14 @@
Methods
- ProcessManager
+ static PmCommands
- processManager()
+ create(ContainerInterface $container)
-
- This method overrides the trait in order to provide a more specific return type. from
-DrushCommands
-
-
+
- static AutowireTrait
-
-
- create(ContainerInterface $container)
-
-
- Instantiates a new instance of the implementing class using autowiring. from
-AutowireTrait
+ No description +
@@ -594,7 +518,7 @@
Details+ExecTrait at line 26 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -640,7 +564,7 @@ Return Value
Return Value+ExecTrait at line 87 static bool
programExists($program)
@@ -699,7 +623,7 @@ Return Value+ExecTrait at line 99 static string
getEditor(string|null $editor = null)
@@ -743,7 +667,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -786,11 +710,10 @@ See also
-
-
-
-
+
+
|
Configure the prompt fallbacks.
+No description
+ ProcessManager
- processManager()
-
- This method overrides the trait in order to provide a more specific return type.
- static AutowireTrait
- create(ContainerInterface $container)
+
+ static PmCommands
+ create(ContainerInterface $container)
Instantiates a new instance of the implementing class using autowiring.
+No description
+ ConfigFactoryInterface
getConfigFactory()
@@ -1373,7 +1105,7 @@ ModuleInstallerInterface
getModuleInstaller()
@@ -1406,7 +1138,7 @@ ModuleHandlerInterface
getModuleHandler()
@@ -1439,7 +1171,7 @@ ThemeHandlerInterface
getThemeHandler()
@@ -1472,7 +1204,7 @@ ModuleExtensionList
getExtensionListModule()
@@ -1505,7 +1237,7 @@ void
install(array $modules)
@@ -1547,7 +1279,7 @@ void
validateEnableModules(CommandData $commandData)
@@ -1600,7 +1332,7 @@ void
uninstall(array $modules)
@@ -1642,7 +1374,7 @@ void
validateUninstall(CommandData $commandData)
@@ -1685,7 +1417,7 @@ RowsOfFields
pmList($options = ['format' => 'table', 'type' => 'module,theme', 'status' => 'enabled,disabled', 'package' => self::REQ, 'core' => false, 'no-core' => false])
@@ -1727,7 +1459,7 @@ string
extensionStatus($extension)
@@ -1756,7 +1488,7 @@ string | -Status. Values: enabled|disabled. |
+ describing extension status. Values: enabled|disabled. |
array
addInstallDependencies($modules)
@@ -1812,7 +1544,7 @@
addUninstallDependencies($modules)
diff --git a/api/Drush/Commands/pm/ThemeCommands.html b/api/Drush/Commands/pm/ThemeCommands.html
index 4fda93ef7f..2485d02783 100644
--- a/api/Drush/Commands/pm/ThemeCommands.html
+++ b/api/Drush/Commands/pm/ThemeCommands.html
@@ -86,7 +86,7 @@ final class - ThemeCommands extends DrushCommands (View source) + ThemeCommands extends DrushCommands (View source)
@@ -99,11 +99,6 @@A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
- protected - - | -$uri | -- | from -ExecTrait | -
protected CommandData|null
@@ -282,51 +262,6 @@ MethodsDrushConfig as return type. Helps with IDE completion.from
ConfigAwareTrait
-
-
-
-
- void
-
-
- configurePrompts(InputInterface $input)
-
-
- Configure the prompt fallbacks. from
-ConfiguresPrompts
-
-
-
-
- mixed
-
-
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
-
-
- Prompt the user until the given validation callback passes. from
-ConfiguresPrompts
-
@@ -341,13 +276,24 @@
Methods
- DrushStyle
+ SymfonyStyle
io()
Override Robo's IO function with our custom style. from
+DrushCommands
+
+
+ void
+
+
+ setLoggerIfEmpty(LoggerInterface $logger)
+
+
+ Sets a logger, if none is available yet. from
DrushCommands
@@ -386,17 +332,6 @@ Methods
-
-
- initHook($input, AnnotationData $annotationData)
-
-
- Persist commandData for use in primary command callback. Used by 'topic' commands. from
-DrushCommands
-
-
-
printFileTopic(CommandData $commandData)
@@ -418,25 +353,14 @@
Methods
- ProcessManager
+ static ThemeCommands
- processManager()
+ create(ContainerInterface $container)
-
- This method overrides the trait in order to provide a more specific return type. from
-DrushCommands
-
-
+
- static AutowireTrait
-
-
- create(ContainerInterface $container)
-
-
- Instantiates a new instance of the implementing class using autowiring. from
-AutowireTrait
+ No description +
@@ -478,7 +402,7 @@
Details+ExecTrait at line 26 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -524,7 +448,7 @@ Return Value
Return Value+ExecTrait at line 87 static bool
programExists($program)
@@ -583,7 +507,7 @@ Return Value+ExecTrait at line 99 static string
getEditor(string|null $editor = null)
@@ -627,7 +551,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -670,54 +594,10 @@ See also
-
-
-
-
- |
ProcessManager
- processManager()
-
- This method overrides the trait in order to provide a more specific return type.
- static AutowireTrait
- create(ContainerInterface $container)
+
+ static ThemeCommands
+ create(ContainerInterface $container)
Instantiates a new instance of the implementing class using autowiring.
+No description
+ ThemeInstallerInterface
getThemeInstaller()
@@ -1237,7 +969,7 @@ void
install(array $themes)
@@ -1279,7 +1011,7 @@ void
uninstall(array $themes)
diff --git a/api/Drush/Commands/sql/SqlSyncCommands.html b/api/Drush/Commands/sql/SqlSyncCommands.html
index d8a9b7972c..eedde0101d 100644
--- a/api/Drush/Commands/sql/SqlSyncCommands.html
+++ b/api/Drush/Commands/sql/SqlSyncCommands.html
@@ -86,7 +86,7 @@ final class - SqlSyncCommands extends DrushCommands (View source) + SqlSyncCommands extends DrushCommands implements SiteAliasManagerAwareInterface (View source)
@@ -100,8 +100,8 @@A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
- protected - - | -$uri | -- | from -ExecTrait | -
protected CommandData|null
@@ -276,69 +261,36 @@ Methods
- void
-
-
- configurePrompts(InputInterface $input)
-
-
- Configure the prompt fallbacks. from
-ConfiguresPrompts
-
-
-
-
- mixed
-
-
- promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
-
-
- Prompt the user until the given validation callback passes. from
-ConfiguresPrompts
-
-
+ SymfonyStyle
-
+ Override Robo's IO function with our custom style. from
+DrushCommands
- DrushStyle
+ void
- io()
+ setLoggerIfEmpty(LoggerInterface $logger)
-
-
+ Override Robo's IO function with our custom style. from
DrushCommands
@@ -377,17 +329,6 @@ Methods
-
-
- initHook($input, AnnotationData $annotationData)
-
-
- Persist commandData for use in primary command callback. Used by 'topic' commands. from
-DrushCommands
-
-
-
-
printFileTopic(CommandData $commandData)
@@ -406,28 +347,6 @@
MethodsGet a Guzzle handler stack that uses the Drush logger. from
DrushCommands
-
-
-
- ProcessManager
-
-
- processManager()
-
-
- This method overrides the trait in order to provide a more specific return type. from
-DrushCommands
-
-
- static AutowireTrait
-
-
- create(ContainerInterface $container)
-
-
- Instantiates a new instance of the implementing class using autowiring. from
-AutowireTrait
@@ -501,7 +420,7 @@
Details+ExecTrait at line 26 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -547,7 +466,7 @@ Return Value
Return Value+ExecTrait at line 87 static bool
programExists($program)
@@ -606,7 +525,7 @@ Return Value+ExecTrait at line 99 static string
getEditor(string|null $editor = null)
@@ -650,7 +569,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -693,107 +612,11 @@ See also
-
-
-
-
- |
ProcessManager
- processManager()
-
- This method overrides the trait in order to provide a more specific return type.
- static AutowireTrait
- create(ContainerInterface $container)
-
- Instantiates a new instance of the implementing class using autowiring.
- void
sqlsync($source, $target, $options = ['no-dump' => false, 'no-sync' => false, 'runner' => self::REQ, 'create-db' => false, 'db-su' => self::REQ, 'db-su-pw' => self::REQ, 'target-dump' => self::REQ, 'source-dump' => self::OPT, 'extra-dump' => self::REQ])
@@ -1279,7 +954,7 @@ void
validate(CommandData $commandData)
@@ -1322,7 +997,7 @@ string
databaseName(SiteAlias $record)
@@ -1365,7 +1040,7 @@ string
dump(array $options, array $global_options, SiteAlias $sourceRecord)
@@ -1417,7 +1092,7 @@ string
rsync(array $options, SiteAlias $sourceRecord, SiteAlias $targetRecord, $source_dump_path)
@@ -1484,7 +1159,7 @@ void
import($global_options, $target_dump_path, $targetRecord)
diff --git a/api/Drush/Config/ConfigAwareTrait.html b/api/Drush/Config/ConfigAwareTrait.html
index 3da2ba2824..8a9621c892 100644
--- a/api/Drush/Config/ConfigAwareTrait.html
+++ b/api/Drush/Config/ConfigAwareTrait.html
@@ -86,7 +86,7 @@ trait - ConfigAwareTrait (View source) + ConfigAwareTrait (View source)
@@ -129,7 +129,7 @@ DrushConfig
getConfig()
diff --git a/api/Drush/Config/ConfigLocator.html b/api/Drush/Config/ConfigLocator.html
index 5bf300c0e6..5e8d68b98f 100644
--- a/api/Drush/Config/ConfigLocator.html
+++ b/api/Drush/Config/ConfigLocator.html
@@ -86,7 +86,7 @@ class - ConfigLocator (View source) + ConfigLocator (View source)
@@ -192,7 +192,7 @@- protected DrushConfig + protected ConfigInterface | $config | @@ -201,7 +201,7 @@||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- protected bool + protected | $isLocal | @@ -334,7 +334,7 @@
DrushConfig | +ConfigInterface |
ConfigLocator
addEnvironment(Environment $environment)
@@ -866,9 +866,9 @@ ConfigLocator
- addPreflightConfigFiles(array $filepaths)
+ addPreflightConfigFiles($filepaths)
array | +$filepaths |
string | +$siteRoot | ||
ConfigLoader | +ConfigLoaderInterface | $loader |
array | -The first item is an array of files, and the second item is an + | array whose first item is an array of files, and the second item is an array of dirs. |
static bool
addSiteSpecificConfig(DrushConfig $config, $siteConfig)
@@ -1671,7 +1671,7 @@ bool | -Whether the config exists and was processed. |
+ the config exists and was processed. |
class - Environment (View source) + Environment (View source)
@@ -487,7 +487,7 @@
__construct(string $homeDir, string $cwd, string $autoloadFile)
@@ -530,7 +530,7 @@ protected string
getUsername()
@@ -562,7 +562,7 @@ protected string
getTmp()
@@ -595,7 +595,7 @@ array
exportConfigData()
@@ -645,7 +645,7 @@ string
drushBasePath()
@@ -678,7 +678,7 @@ bool|string
getSiteSetAliasName()
@@ -710,7 +710,7 @@ string
homeDir()
@@ -742,7 +742,7 @@ string
userConfigPath()
@@ -774,7 +774,7 @@ void
setConfigFileVariant($variant)
@@ -817,7 +817,7 @@
getConfigFileVariant()
@@ -842,7 +842,7 @@ string
cwd()
@@ -874,7 +874,7 @@ string
vendorPath()
@@ -906,7 +906,7 @@ ClassLoader|null
loader()
@@ -938,7 +938,7 @@ void
setLoader(ClassLoader $loader)
@@ -980,7 +980,7 @@ Environment
applyEnvironment()
@@ -1012,7 +1012,7 @@ Environment
setEtcPrefix(mixed $etcPrefix)
@@ -1055,7 +1055,7 @@ Environment
setSharePrefix(string $sharePrefix)
@@ -1098,7 +1098,7 @@ string|null
docsPath()
@@ -1133,7 +1133,7 @@ protected string|bool
findDocsPath(string $drushBasePath)
@@ -1176,7 +1176,7 @@ protected bool|string
findFromCandidates(array $candidates)
@@ -1218,7 +1218,7 @@ static protected string
systemPathPrefix(string $override = '', string $defaultPrefix = '')
@@ -1265,7 +1265,7 @@ string
systemConfigPath()
@@ -1297,7 +1297,7 @@ string
systemCommandFilePath()
@@ -1329,7 +1329,7 @@ static bool
isWindows($os = null)
@@ -1371,7 +1371,7 @@ bool
verifyCLI()
@@ -1404,7 +1404,7 @@ int
calculateColumns()
@@ -1436,7 +1436,7 @@ protected string|false
getSiteSetAliasFilePath(string $filename_prefix = 'drush-drupal-site-')
diff --git a/api/Drush/Drupal/Commands/sql/SanitizePluginInterface.html b/api/Drush/Drupal/Commands/sql/SanitizePluginInterface.html
index 1f9364876a..8b7ca68e5d 100644
--- a/api/Drush/Drupal/Commands/sql/SanitizePluginInterface.html
+++ b/api/Drush/Drupal/Commands/sql/SanitizePluginInterface.html
@@ -80,26 +80,21 @@
interface - SanitizePluginInterface implements SanitizePluginInterface (View source) + SanitizePluginInterface (View source)
-- deprecated -
Implement this interface when building a Drush sql-sanitize plugin.
Run your sanitization logic using standard Drupal APIs.
Use #[CLI\Hook(type: HookManager::ON_EVENT, target: SanitizeCommands::CONFIRMS)]
sanitize($result, CommandData $commandData)
@@ -177,9 +169,8 @@
+
+ string[]
messages(array $messages, InputInterface $input)
An array of messages to show during confirmation. Make changes by reference.
An array of messages to show during confirmation.
string[] | +An array of messages. |
+
class - DrupalKernel extends DrupalKernel (View source) + DrupalKernel extends DrupalKernel (View source)
@@ -96,9 +96,254 @@Overridden version of DrupalKernel adapted to the needs of Drush.
Common functionality for overridden kernels.
+ protected ServiceModifierInterface[] + + | +$serviceModifiers | ++ | from +DrupalKernelTrait | +
+ protected + + | +$serviceFinder | ++ | from +DrupalKernelTrait | +
Add a service modifier to the container builder.
Initializes the service container.
+ addServiceModifier(ServiceModifierInterface $serviceModifier)
+
+ Add a service modifier to the container builder.
The container is not compiled until $kernel->boot(), so there is a chance +for clients to add compiler passes et. al. before then.
+ protected
+ getContainerBuilder()
+
+ No description
+ + protected ContainerInterface
+ initializeContainer()
+
+ Initializes the service container.
+ protected
+ shouldDrushInvalidateContainer()
+
+ No description
+ +
+ discoverServiceProviders()
+
+ {@inheritdoc}
+class - InstallerKernel extends InstallerKernel (View source) + InstallerKernel extends InstallerKernel (View source)
@@ -96,9 +96,254 @@Overridden version of InstallerKernel adapted to the needs of Drush.
Common functionality for overridden kernels.
+ protected ServiceModifierInterface[] + + | +$serviceModifiers | ++ | from +DrupalKernelTrait | +
+ protected + + | +$serviceFinder | ++ | from +DrupalKernelTrait | +
Add a service modifier to the container builder.
Initializes the service container.
+ addServiceModifier(ServiceModifierInterface $serviceModifier)
+
+ Add a service modifier to the container builder.
The container is not compiled until $kernel->boot(), so there is a chance +for clients to add compiler passes et. al. before then.
+ protected
+ getContainerBuilder()
+
+ No description
+ + protected ContainerInterface
+ initializeContainer()
+
+ Initializes the service container.
+ protected
+ shouldDrushInvalidateContainer()
+
+ No description
+ +
+ discoverServiceProviders()
+
+ {@inheritdoc}
+class - MigrateExecutable extends MigrateExecutable (View source) + MigrateExecutable extends MigrateExecutable (View source)
@@ -137,7 +137,7 @@
__construct(MigrationInterface $migration, MigrateMessageInterface $message, OutputInterface $output, array $options = [])
@@ -575,7 +575,7 @@ void
onMapSave(MigrateMapSaveEvent $event)
@@ -617,7 +617,7 @@ void
onMapDelete(MigrateMapDeleteEvent $event)
@@ -659,7 +659,7 @@ void
onPreImport(MigrateImportEvent $event)
@@ -701,7 +701,7 @@ protected void
handleMissingSourceRows(MigrationInterface $migration)
@@ -765,7 +765,7 @@ void
onMissingSourceRows(MigrateMissingSourceRowsEvent $event)
@@ -810,7 +810,7 @@ void
onPostImport(MigrateImportEvent $event)
@@ -852,7 +852,7 @@ protected void
importFeedbackMessage(bool $done = true)
@@ -894,7 +894,7 @@ void
onPreRollback(MigrateRollbackEvent $event)
@@ -936,7 +936,7 @@ void
onPostRollback(MigrateRollbackEvent $event)
@@ -978,7 +978,7 @@ protected void
rollbackFeedbackMessage(bool $done = true)
@@ -1020,7 +1020,7 @@ void
onPreRowSave(MigratePreRowSaveEvent $event)
@@ -1062,7 +1062,7 @@ void
onPostRowSave(MigratePostRowSaveEvent $event)
@@ -1104,7 +1104,7 @@ void
onPostRowDelete(MigrateRowDeleteEvent $event)
@@ -1146,7 +1146,7 @@ void
onPrepareRow(MigratePrepareRowEvent $event)
@@ -1197,7 +1197,7 @@ protected MigrateIdMapFilter
getIdMap()
@@ -1229,7 +1229,7 @@ int
getCreatedCount()
@@ -1261,7 +1261,7 @@ int
getUpdatedCount()
@@ -1293,7 +1293,7 @@ int
getIgnoredCount()
@@ -1325,7 +1325,7 @@ int
getFailedCount()
@@ -1357,7 +1357,7 @@ int
getProcessedCount()
@@ -1390,7 +1390,7 @@ int
getRollbackCount()
@@ -1422,7 +1422,7 @@ protected void
resetCounters()
@@ -1454,7 +1454,7 @@ protected void
initProgressBar(MigrationInterface $migration)
@@ -1496,7 +1496,7 @@ void
updateProgressBar()
@@ -1528,7 +1528,7 @@ void
progressFinish()
@@ -1560,7 +1560,7 @@ void
unregisterListeners()
diff --git a/api/Drush/Drupal/Migrate/MigrateMessage.html b/api/Drush/Drupal/Migrate/MigrateMessage.html
index d717ef3b9e..233fe04879 100644
--- a/api/Drush/Drupal/Migrate/MigrateMessage.html
+++ b/api/Drush/Drupal/Migrate/MigrateMessage.html
@@ -86,7 +86,7 @@ class - MigrateMessage implements MigrateMessageInterface, LoggerAwareInterface (View source) + MigrateMessage implements MigrateMessageInterface, LoggerAwareInterface (View source)
@@ -140,7 +140,7 @@
__construct(LoggerInterface $logger)
@@ -173,7 +173,7 @@ void
display(string $message, string $type = 'status')
diff --git a/api/Drush/Drupal/Migrate/MigrateUtils.html b/api/Drush/Drupal/Migrate/MigrateUtils.html
index 0f3aeb48c0..4430e85980 100644
--- a/api/Drush/Drupal/Migrate/MigrateUtils.html
+++ b/api/Drush/Drupal/Migrate/MigrateUtils.html
@@ -86,7 +86,7 @@ class - MigrateUtils (View source) + MigrateUtils (View source)
@@ -120,7 +120,7 @@ static array
parseIdList(string|null $idlist)
diff --git a/api/Drush/Drupal/UpdateKernel.html b/api/Drush/Drupal/UpdateKernel.html
index 80fd1ebe57..7f82f2017d 100644
--- a/api/Drush/Drupal/UpdateKernel.html
+++ b/api/Drush/Drupal/UpdateKernel.html
@@ -86,7 +86,7 @@ class - UpdateKernel extends UpdateKernel (View source) + UpdateKernel extends UpdateKernel (View source)
@@ -96,9 +96,254 @@Overridden version of UpdateKernel adapted to the needs of Drush.
Common functionality for overridden kernels.
+ protected ServiceModifierInterface[] + + | +$serviceModifiers | ++ | from +DrupalKernelTrait | +
+ protected + + | +$serviceFinder | ++ | from +DrupalKernelTrait | +
Add a service modifier to the container builder.
Initializes the service container.
+ addServiceModifier(ServiceModifierInterface $serviceModifier)
+
+ Add a service modifier to the container builder.
The container is not compiled until $kernel->boot(), so there is a chance +for clients to add compiler passes et. al. before then.
+ protected
+ getContainerBuilder()
+
+ No description
+ + protected ContainerInterface
+ initializeContainer()
+
+ Initializes the service container.
+ protected
+ shouldDrushInvalidateContainer()
+
+ No description
+ +
+ discoverServiceProviders()
+
+ {@inheritdoc}
+class - DrushDrupalFinder (View source) + DrushDrupalFinder (View source)
@@ -151,7 +151,7 @@
__construct(Environment $environment)
@@ -185,7 +185,7 @@ string|bool
getDrupalRoot()
@@ -217,7 +217,7 @@ string|bool
getComposerRoot()
@@ -249,7 +249,7 @@ string|bool
getVendorDir()
diff --git a/api/Drush/Drush.html b/api/Drush/Drush.html
index 6508b28004..c7fb1cfef2 100644
--- a/api/Drush/Drush.html
+++ b/api/Drush/Drush.html
@@ -86,7 +86,7 @@ class - Drush (View source) + Drush (View source)
@@ -124,16 +124,16 @@- static protected string|false + static protected string|false | $version | -The version of Drush from Composer Runtime, or FALSE if not populated yet. |
+ The version of Drush from the drush.info file, or FALSE if not read yet. |
|
- static protected string|false + static protected | $majorVersion | @@ -142,7 +142,7 @@|||
- static protected string|false + static protected | $minorVersion | @@ -177,7 +177,7 @@
string | -- |
static string
getMajorVersion()
@@ -639,7 +621,7 @@ static string
getMinorVersion()
@@ -672,7 +654,7 @@ static void
setContainer($container)
@@ -714,7 +696,7 @@ static void
unsetContainer()
@@ -746,7 +728,7 @@ static ContainerInterface
getContainer()
@@ -787,7 +769,7 @@ static bool
hasContainer()
@@ -819,7 +801,7 @@ static Application
getApplication()
@@ -851,7 +833,7 @@ static Runner
runner()
@@ -883,7 +865,7 @@ static
service(string $id)
@@ -918,7 +900,7 @@ static bool
hasService(string $id)
@@ -960,7 +942,7 @@ static AnnotatedCommandFactory
commandFactory()
@@ -992,7 +974,7 @@ static LoggerInterface
logger()
@@ -1031,7 +1013,7 @@ static DrushConfig
config()
@@ -1070,7 +1052,7 @@ static SiteAliasManager
aliasManager()
@@ -1110,7 +1092,7 @@ static ProcessManager
processManager()
@@ -1150,7 +1132,7 @@ static InputInterface
input()
@@ -1182,7 +1164,7 @@ static OutputInterface
output()
@@ -1214,7 +1196,7 @@ static SiteProcess
drush(SiteAliasInterface $siteAlias, string $command, array $args = [], array $options = [], array $options_double_dash = [])
@@ -1240,7 +1222,29 @@ Note, however, that an alias record is required to use the drush
method.
-Dependency inject the site alias manager to get an alias record.
use Consolidation\SiteAlias\SiteAliasManagerAwareInterface;
+ use Consolidation\SiteAlias\SiteAliasManagerAwareTrait;
+
+ class SiteInstallCommands extends DrushCommands implements SiteAliasManagerAwareInterface
+ {
+ use SiteAliasManagerAwareTrait;
+
+ public function install(array $profile, ...)
+ {
+ $selfRecord = $this->siteAliasManager()->getSelf();
+ $args = ['system.site', ...];
+ $options = ['yes' => true];
+ $process = $this->processManager()->drush($selfRecord, 'config-set', $args, $options);
+ $process->mustRun();
+ }
+ }
+Objects that are fetched from the DI container, or any Drush command will +automatically be given a reference to the alias manager if SiteAliasManagerAwareTrait +is used. Other objects will need to be manually provided with a reference +to the alias manager once it is created (call $obj->setAliasManager($aliasManager);).
Clients that are using Drush::drush(), and need a reference to the alias manager may use Drush::aliasManager().
static ProcessBase
siteProcess(SiteAliasInterface $siteAlias, array $args = [], array $options = [], array $options_double_dash = [])
@@ -1352,9 +1356,9 @@ static ProcessBase
- process(string|array $commandline, string|null $cwd = null, array|null $env = null, mixed $input = null, int|float|null $timeout = 60)
+ process(string|array $commandline, string|null $cwd = null, array|null $env = null, mixed|null $input = null, int|float|null $timeout = 60)
Run a bash fragment locally.
The timeout parameter on this method doesn't work. It exists for compatibility with parent. Call this method to get a Process and then call setters as needed.
-Tip: Commandfiles should use processmanager() instead of this method.
+Tip: Consider using injected process manager instead of this method.
No description
- __construct($message = "Failed.", $code = 1, Throwable|null $previous = null)
+ __construct($message = "Failed.", $code = 1, Throwable $previous = null)
class - UserAbortException extends Exception (View source) + UserAbortException extends Exception (View source)
@@ -107,7 +107,7 @@No description
- __construct($message = "Cancelled.", $code = 0, Exception|null $previous = null)
+ __construct($message = "Cancelled.", $code = 0, Exception $previous = null)
trait - ExecTrait (View source) + ExecTrait (View source)
@@ -96,20 +96,6 @@- protected - - | -$uri | -- | - |
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -200,7 +186,7 @@ bool | -TRUE if browser was opened. FALSE if browser was disabled by the user or a + | if browser was opened. FALSE if browser was disabled by the user or a default browser could not be found. |
static bool
programExists($program)
@@ -257,7 +243,7 @@ static string
getEditor(string|null $editor = null)
diff --git a/api/Drush/Log/DrushLog.html b/api/Drush/Log/DrushLog.html
index c1117b77a2..5a115e7a0e 100644
--- a/api/Drush/Log/DrushLog.html
+++ b/api/Drush/Log/DrushLog.html
@@ -86,7 +86,7 @@ class - DrushLog implements LoggerInterface, LoggerAwareInterface (View source) + DrushLog implements LoggerInterface, LoggerAwareInterface (View source)
@@ -162,7 +162,7 @@
__construct(LogMessageParserInterface $parser)
@@ -195,7 +195,7 @@ void
log($level, $message, array $context = [])
diff --git a/api/Drush/Preflight/ArgsPreprocessor.html b/api/Drush/Preflight/ArgsPreprocessor.html
index 99d182ba0b..99edbec149 100644
--- a/api/Drush/Preflight/ArgsPreprocessor.html
+++ b/api/Drush/Preflight/ArgsPreprocessor.html
@@ -86,7 +86,7 @@ class - ArgsPreprocessor (View source) + ArgsPreprocessor (View source)
@@ -107,7 +107,7 @@- protected SiteSpecParser|null + protected SiteSpecParser | $specParser | @@ -116,7 +116,7 @@|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- protected ArgsRemapper|null + protected ArgsRemapper | $remapper | @@ -212,7 +212,7 @@
array | -[$methodName, $optionValue, $acceptsValueFromNextArg] |
+
protected array
checkMatchingOption(string $opt, string $keyParam, string $methodName)
@@ -494,7 +494,7 @@ array | -[$methodName, $optionValue, $acceptsValueFromNextArg] |
+
class - ArgsRemapper (View source) + ArgsRemapper (View source)
@@ -197,7 +197,7 @@
__construct($remapOptions, $remapCommandAliases)
@@ -235,7 +235,7 @@ array
remap(array $argv)
@@ -278,7 +278,7 @@ protected string
checkRemap(string $arg, bool $sawCommand)
@@ -326,7 +326,7 @@ protected
remapOptions($arg)
@@ -360,7 +360,7 @@ protected
remapCommandAlias($arg)
@@ -394,7 +394,7 @@ protected bool
matches(string $arg, string $candidate)
diff --git a/api/Drush/Preflight/Preflight.html b/api/Drush/Preflight/Preflight.html
index 4cd7f8cb2d..462df1c94d 100644
--- a/api/Drush/Preflight/Preflight.html
+++ b/api/Drush/Preflight/Preflight.html
@@ -86,7 +86,7 @@ class - Preflight (View source) + Preflight (View source)
@@ -338,8 +338,7 @@No description
-Return the Drupal Finder
__construct(Environment $environment, $verify = null, $configLocator = null, $preflightLog = null)
@@ -420,7 +417,7 @@ PreflightLog
logger()
@@ -453,7 +450,7 @@ void
setLogger(PreflightLog $logger)
@@ -496,7 +493,7 @@ void
init()
@@ -529,7 +526,7 @@ protected array
remapOptions()
@@ -573,7 +570,7 @@ protected array
remapCommandAliases()
@@ -609,7 +606,7 @@ PreflightArgs
preflightArgs($argv)
@@ -652,7 +649,7 @@ void
prepareConfig(Environment $environment)
@@ -695,7 +692,7 @@ InputInterface
createInput()
@@ -728,7 +725,7 @@ array
getCommandFilePaths()
@@ -761,7 +758,7 @@ ClassLoader
loadSymfonyCompatabilityAutoloader()
@@ -794,7 +791,7 @@ DrushConfig
config()
@@ -827,7 +824,7 @@ array
preflight($argv)
@@ -870,7 +867,7 @@ protected
preferredSite()
@@ -894,7 +891,7 @@ DrushDrupalFinder
drupalFinder()
@@ -904,8 +901,7 @@ No description
- +Return the Drupal Finder
SiteAliasManager
aliasManager()
@@ -937,8 +933,7 @@ No description
- +Return the alias manager
Environment
environment()
@@ -970,8 +965,7 @@ No description
- +Return the environment
Set the coverage file path.
string
homeDir()
@@ -730,7 +730,7 @@ void
setHomeDir(string $homeDir)
@@ -773,7 +773,7 @@
__construct(array $data = [])
@@ -806,7 +806,7 @@ array
optionsWithValues()
@@ -839,7 +839,7 @@ void
adjustHelpOption()
@@ -873,7 +873,7 @@ protected array
optionConfigMap()
@@ -907,7 +907,7 @@ protected array
optionConfigPathMap()
@@ -941,7 +941,7 @@
applyToConfig(ConfigInterface $config)
@@ -992,7 +992,7 @@
args()
@@ -1016,7 +1016,7 @@
applicationPath()
@@ -1040,7 +1040,7 @@
commandName()
@@ -1064,7 +1064,7 @@
setCommandName($commandName)
@@ -1098,7 +1098,7 @@
addArg(string $arg)
@@ -1132,7 +1132,7 @@
passArgs($args)
@@ -1166,7 +1166,7 @@
alias()
@@ -1190,7 +1190,7 @@
hasAlias()
@@ -1214,7 +1214,7 @@
setAlias(string $alias)
@@ -1248,7 +1248,7 @@
selectedSite($default = false)
@@ -1281,7 +1281,7 @@ void
setDebug($value)
@@ -1324,7 +1324,7 @@ PreflightArgs
setSelectedSite($root)
@@ -1366,7 +1366,7 @@
uri($default = false)
@@ -1399,7 +1399,7 @@ bool
hasUri()
@@ -1432,7 +1432,7 @@ PreflightArgs
setUri($uri)
@@ -1474,7 +1474,7 @@
configPaths()
@@ -1497,7 +1497,7 @@ PreflightArgs
addConfigPath(string $path)
@@ -1539,7 +1539,7 @@ PreflightArgs
mergeConfigPaths(array $configPaths)
@@ -1581,7 +1581,7 @@
aliasPaths()
@@ -1604,7 +1604,7 @@ PreflightArgs
addAliasPath(string $path)
@@ -1646,7 +1646,7 @@
commandPaths()
@@ -1669,7 +1669,7 @@ PreflightArgs
addCommandPath(string $path)
@@ -1711,7 +1711,7 @@ PreflightArgs
mergeCommandPaths($commandPaths)
@@ -1753,7 +1753,7 @@
isLocal()
@@ -1776,7 +1776,7 @@ PreflightArgs
setLocal(bool $isLocal)
@@ -1818,7 +1818,7 @@
isSimulated()
@@ -1841,9 +1841,9 @@ PreflightArgs
- setSimulate(bool $simulate)
+ setSimulate($simulate)
bool | +$simulate |
string | +$coverageFile |
PreflightArgs | +PreflightArgsInterface | $preflightArgs | An alias name or site specification |
PreflightArgs | +PreflightArgsInterface | $preflightArgs |
PreflightArgs | +PreflightArgsInterface | $preflightArgs |
+ protected Command + + | +$command | +The currently set subcommand. |
+ + |
Helper for setting a subcommand to retrieve help for.
protected void
configure()
@@ -169,14 +193,56 @@ void
+ setCommand(Command $command)
+
+ Helper for setting a subcommand to retrieve help for.
+ protected int
+
+ protected void
execute(InputInterface $input, OutputInterface $output)
int | +void |
class - Shell extends Shell (View source) + Shell extends Shell (View source)
@@ -102,7 +102,7 @@ protected Command|null
+
+ protected null|string
getCommand(string $input)
Command|null | +null|string |
protected bool
hasCommand(string $input)
@@ -222,7 +222,7 @@ protected string|null
getCommandFromInput(string $input)
diff --git a/api/Drush/Runtime/DependencyInjection.html b/api/Drush/Runtime/DependencyInjection.html
index b8580fbeb2..ac6fa74cc0 100644
--- a/api/Drush/Runtime/DependencyInjection.html
+++ b/api/Drush/Runtime/DependencyInjection.html
@@ -86,7 +86,7 @@ class - DependencyInjection (View source) + DependencyInjection (View source)
@@ -100,7 +100,7 @@- SITE_ALIAS_MANAGER + BOOTSTRAP_MANAGER |
@@ -109,7 +109,7 @@ Constants
Return Value
-
+
| ||||||||||||||||||||||||||||||||||||||||
array | $services | -List of drush services |
+ |||||||||||||||||||||||||||||||||||||||
array | $calls | -Method names and arguments to call after object is instantiated |
+
object|null | -Instantiated command handler from the service file or empty result |
+ object | +Instantiated command handler from the service file |
instantiateObject(string $class, array $arguments)
@@ -627,7 +627,7 @@
call(object $object, string $method, array $arguments)
@@ -670,7 +670,7 @@ protected array
resolveArguments(array $arguments)
@@ -713,8 +713,8 @@ protected mixed
+
+ protected object
resolveArgument($arg)
Argument to resolve
mixed | +object | Argument after it has been resolved by DI container |
protected ?object
+
+ protected
resolveFromContainer(Container $container, string $arg)
?object | -Resolved object from DI container |
-
protected array
+
+ protected
isRequired(string $arg)
array | -- |
protected bool
- atLeastOneValue(array $args)
+ atLeastOneValue($args)
array | +$args | -Names of references |
+
class - RedispatchHook implements InitializeHookInterface, ConfigAwareInterface, SiteAliasManagerAwareInterface (View source) + RedispatchHook implements InitializeHookInterface, ConfigAwareInterface, SiteAliasManagerAwareInterface (View source)
@@ -142,7 +142,7 @@No description
DrushConfig
getConfig()
@@ -253,9 +253,9 @@
- __construct(ProcessManager $processManager)
+ __construct(ProcessManager $processManager)
ProcessManager | +ProcessManager | $processManager | |
array | $commandClasses | -Associative array mapping path => class. |
+
array
bootstrapCommandClasses()
@@ -477,7 +467,7 @@ array
discover(array $commandfileSearchpath, string $baseNamespace)
@@ -528,7 +518,7 @@ array
discoverCommandsFromConfiguration()
@@ -560,7 +550,7 @@ array
discoverCommands(array $directoryList, string $baseNamespace)
@@ -608,7 +598,7 @@ array
discoverPsr4Commands()
@@ -641,7 +631,7 @@ array
discoverPsr4Generators()
@@ -673,7 +663,7 @@ array
discoverModuleCommands(array $directoryList, string $baseNamespace)
@@ -721,7 +711,7 @@ array
discoverModuleCommandInfoAlterers(array $directoryList, string $baseNamespace)
@@ -769,7 +759,7 @@ array
instantiateYamlCliCommands()
@@ -796,48 +786,15 @@ array
- instantiateDrupalCoreBootstrappedCommands()
-
- Instantiate commands from Drupal Core that we want to expose -as Drush commands.
These require a bootstrapped Drupal.
- array
- instantiateServices(array $bootstrapCommandClasses, Container $drushContainer, ContainerInterface|null $container = null)
+ instantiateServices(array $bootstrapCommandClasses, ContainerInterface $drushContainer, ContainerInterface|null $container = null)
Instantiate objects given a list of classes. For each class, if it has +
Instantiate objects given a lsit of classes. For each class, if it has
a static create
factory, use that to instantiate it, passing both the
Drupal and Drush DI containers. If there is no static factory, then
instantiate it via 'new $class'
Classes to instantiate.
protected bool
supportsCompoundContainer($class, $drush_container)
@@ -937,7 +894,7 @@ protected bool
hasStaticCreateFactory(string $class)
@@ -956,7 +913,7 @@ The name of the class to check
bool | -+ | True if class has a static |
protected int|null
bootStrapAttributeValue(string $class)
@@ -989,7 +946,8 @@ Does the provided class have a Bootstrap Attribute, indicating early loading.
+No description
+ protected bool
requiresBootstrap(string $class)
@@ -1062,10 +1020,10 @@ protected bool
- hasStaticMethod(string $class, string $methodName)
+ hasStaticCreateEarlyFactory(string $class)
Check to see if the provided class has the specified static method.
+Check to see if the provided class has a static createEarly
method.
bool | -+ | True if class has a static |
protected bool
- hasStaticCreateEarlyFactory(string $class)
+ hasStaticMethod(string $class, string $methodName)
Check to see if the provided class has a static createEarly
method.
Check to see if the provided class has the specified static method.
bool | -True if class has a static |
+ True if class has a static method with the specified name. |
array
discoverModuleGenerators(array $directoryList, string $baseNamespace)
@@ -1199,9 +1157,9 @@ void
- inflect(Container $container, mixed $object)
+ inflect(ContainerInterface $container, mixed $object)
Container | +ContainerInterface | $container | The DI contaner |
The working directory or null to use the working dir of the current PHP process |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
array|null | +array | $env | The environment variables or null to use the same environment as the current PHP process |
The working directory or null to use the working dir of the current PHP process |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
array|null | +array | $env | The environment variables or null to use the same environment as the current PHP process |
array | -An array of tables with each table name in the appropriate + | array of tables with each table name in the appropriate element of the array. |
array
expandAndFilterTables(array $tables, array $db_tables)
@@ -705,7 +705,7 @@ array | -An array of tables with non-existent tables removed. |
+ array of tables with non-existant tables removed. |
array
expandWildcardTables(array $tables, array $db_tables)
@@ -753,7 +753,7 @@ array | -$tables array with wildcards resolved to real table names. |
+
array
filterTables(array $tables, array $db_tables)
@@ -801,7 +801,7 @@ array | -An array with only valid table names (i.e. all of which actually exist in + | array with only valid table names (i.e. all of which actually exist in the database). |
array
getTableSelection(array $options)
@@ -852,7 +852,7 @@ array | -An array of table names with each table name in the appropriate + | array of table names with each table name in the appropriate element of the array. |
array
getRawTableList(string $option_name, array $options)
@@ -886,8 +886,7 @@ The option name to check: skip-tables, structure-tables -or tables. This function will check both -key and -list.
array | -Returns an array of tables based on the first option + | an array of tables based on the first option found, or an empty array if there were no matches. |
DrushConfig
getConfig()
@@ -961,7 +960,7 @@
__construct(array $dbSpec, array $options)
@@ -999,7 +998,7 @@ array
getEnv()
@@ -1031,7 +1030,7 @@ Process
getProcess()
@@ -1063,7 +1062,7 @@ void
setProcess(Process $process)
@@ -1106,7 +1105,7 @@ static SqlBase|null
create(array $options = [])
@@ -1148,7 +1147,7 @@ static SqlBase|null
getInstance($db_spec, $options)
@@ -1196,7 +1195,7 @@ array
getDbSpec()
@@ -1229,7 +1228,7 @@ void
setDbSpec(array $dbSpec)
@@ -1271,7 +1270,7 @@ string
command()
@@ -1303,7 +1302,7 @@ string
connect(bool $hide_password = true)
@@ -1346,7 +1345,7 @@ string|bool|null
dump()
@@ -1379,7 +1378,7 @@ protected string
addPipeFail(string $cmd, string $pipefail)
@@ -1435,7 +1434,7 @@ string
dumpCmd($table_selection)
@@ -1478,7 +1477,7 @@ string|null
dumpFile($file)
@@ -1521,7 +1520,7 @@ bool|null
query(string $query, $input_file = null, $result_file = '')
@@ -1574,7 +1573,7 @@ bool
alwaysQuery(string $query, $input_file = null, string|null $result_file = '')
@@ -1614,7 +1613,7 @@ bool | -TRUE on success, FALSE on failure. |
+ on success, FALSE on failure. |
protected void
logQueryInDebugMode($query, $input_file_original)
@@ -1674,7 +1673,7 @@ string|null
silent()
@@ -1707,7 +1706,7 @@ string|null
queryPrefix($query)
@@ -1750,7 +1749,7 @@
queryFormat($query)
@@ -1784,7 +1783,7 @@ bool|null
drop(array $tables)
@@ -1827,9 +1826,9 @@ string
- createdbSql(string $dbname, bool $quoted = false)
+ createdbSql($dbname, bool $quoted = false)
string | +$dbname | -The database name. |
+ |||||
bool | @@ -1875,7 +1874,7 @@
array | -An array of table names which exist in the current database, + | array of table names which exist in the current database, appropriately quoted for the RDMS. |
string
paramsToOptions($parameters)
@@ -2168,7 +2167,7 @@ void
su()
@@ -2200,7 +2199,7 @@ array
getOptions()
@@ -2233,7 +2232,7 @@
getOption($name, $default = null)
@@ -2272,7 +2271,7 @@ static array
dbSpecFromDbUrl($db_url)
@@ -2291,9 +2290,7 @@ A Drupal 6 db url string to convert, or an array with a 'default' element. -An array of database values containing only the 'default' element of -the db url. If the parse fails the array is empty.
array
alwaysQueryCommand($input_file)
diff --git a/api/Drush/Sql/SqlMysql.html b/api/Drush/Sql/SqlMysql.html
index 372454db65..ec3c25689c 100644
--- a/api/Drush/Sql/SqlMysql.html
+++ b/api/Drush/Sql/SqlMysql.html
@@ -86,7 +86,7 @@ class - SqlMysql extends SqlBase (View source) + SqlMysql extends SqlBase (View source)
@@ -488,7 +488,7 @@Build a SQL string for dropping and creating a database.
array
getExpandedTableSelection(array $options, array $all_tables)
@@ -722,7 +722,7 @@ array | -An array of tables with each table name in the appropriate + | array of tables with each table name in the appropriate element of the array. |
array
expandAndFilterTables(array $tables, array $db_tables)
@@ -774,7 +774,7 @@ array | -An array of tables with non-existent tables removed. |
+ array of tables with non-existant tables removed. |
array
expandWildcardTables(array $tables, array $db_tables)
@@ -822,7 +822,7 @@ array | -$tables array with wildcards resolved to real table names. |
+
array
filterTables(array $tables, array $db_tables)
@@ -870,7 +870,7 @@ array | -An array with only valid table names (i.e. all of which actually exist in + | array with only valid table names (i.e. all of which actually exist in the database). |
array
getTableSelection(array $options)
@@ -921,7 +921,7 @@ array | -An array of table names with each table name in the appropriate + | array of table names with each table name in the appropriate element of the array. |
array
getRawTableList(string $option_name, array $options)
@@ -955,8 +955,7 @@ The option name to check: skip-tables, structure-tables -or tables. This function will check both -key and -list.
array | -Returns an array of tables based on the first option + | an array of tables based on the first option found, or an empty array if there were no matches. |
DrushConfig
getConfig()
@@ -1031,7 +1030,7 @@
__construct(array $dbSpec, array $options)
@@ -1070,7 +1069,7 @@ array
getEnv()
@@ -1103,7 +1102,7 @@ Process
getProcess()
@@ -1136,7 +1135,7 @@ void
setProcess(Process $process)
@@ -1180,7 +1179,7 @@ static SqlBase|null
create(array $options = [])
@@ -1223,7 +1222,7 @@ static SqlBase|null
getInstance($db_spec, $options)
@@ -1272,7 +1271,7 @@ array
getDbSpec()
@@ -1306,7 +1305,7 @@ void
setDbSpec(array $dbSpec)
@@ -1348,7 +1347,7 @@ string
command()
@@ -1381,7 +1380,7 @@ string
connect(bool $hide_password = true)
@@ -1425,7 +1424,7 @@ string|bool|null
dump()
@@ -1459,7 +1458,7 @@ protected string
addPipeFail(string $cmd, string $pipefail)
@@ -1515,7 +1514,7 @@ string
dumpCmd($table_selection)
@@ -1559,7 +1558,7 @@ string|null
dumpFile($file)
@@ -1603,7 +1602,7 @@ bool|null
query(string $query, $input_file = null, $result_file = '')
@@ -1657,7 +1656,7 @@ bool
alwaysQuery(string $query, $input_file = null, string|null $result_file = '')
@@ -1697,7 +1696,7 @@ bool | -TRUE on success, FALSE on failure. |
+ on success, FALSE on failure. |
protected void
logQueryInDebugMode($query, $input_file_original)
@@ -1758,7 +1757,7 @@ string|null
silent()
@@ -1792,7 +1791,7 @@ string|null
queryPrefix($query)
@@ -1836,7 +1835,7 @@
queryFormat($query)
@@ -1871,7 +1870,7 @@ bool|null
drop(array $tables)
@@ -1914,9 +1913,9 @@ string
- createdbSql(string $dbname, bool $quoted = false)
+ createdbSql($dbname, bool $quoted = false)
string | +$dbname | -The database name. |
+ |||||
bool | @@ -1963,7 +1962,7 @@
array | -An array of table names which exist in the current database, + | array of table names which exist in the current database, appropriately quoted for the RDMS. |
string
paramsToOptions($parameters)
@@ -2260,7 +2259,7 @@ void
su()
@@ -2293,7 +2292,7 @@ array
getOptions()
@@ -2327,7 +2326,7 @@
getOption($name, $default = null)
@@ -2367,7 +2366,7 @@ static array
dbSpecFromDbUrl($db_url)
@@ -2386,9 +2385,7 @@ A Drupal 6 db url string to convert, or an array with a 'default' element. -An array of database values containing only the 'default' element of -the db url. If the parse fails the array is empty.
array
alwaysQueryCommand($input_file)
@@ -2454,7 +2451,7 @@ static
make(array $dbSpec, array $options)
@@ -2492,7 +2489,7 @@ string
dumpProgram()
@@ -2525,7 +2522,7 @@ string
getVersion()
@@ -2557,7 +2554,7 @@ void
setVersion(string $version)
diff --git a/api/Drush/Sql/SqlPgsql.html b/api/Drush/Sql/SqlPgsql.html
index 2adcaf389b..bdc814ecc3 100644
--- a/api/Drush/Sql/SqlPgsql.html
+++ b/api/Drush/Sql/SqlPgsql.html
@@ -86,7 +86,7 @@ class - SqlPgsql extends SqlBase (View source) + SqlPgsql extends SqlBase (View source)
@@ -476,7 +476,7 @@Build a SQL string for dropping and creating a database.
array
getExpandedTableSelection(array $options, array $all_tables)
@@ -679,7 +679,7 @@ array | -An array of tables with each table name in the appropriate + | array of tables with each table name in the appropriate element of the array. |
array
expandAndFilterTables(array $tables, array $db_tables)
@@ -731,7 +731,7 @@ array | -An array of tables with non-existent tables removed. |
+ array of tables with non-existant tables removed. |
array
expandWildcardTables(array $tables, array $db_tables)
@@ -779,7 +779,7 @@ array | -$tables array with wildcards resolved to real table names. |
+
array
filterTables(array $tables, array $db_tables)
@@ -827,7 +827,7 @@ array | -An array with only valid table names (i.e. all of which actually exist in + | array with only valid table names (i.e. all of which actually exist in the database). |
array
getTableSelection(array $options)
@@ -878,7 +878,7 @@ array | -An array of table names with each table name in the appropriate + | array of table names with each table name in the appropriate element of the array. |
array
getRawTableList(string $option_name, array $options)
@@ -912,8 +912,7 @@ The option name to check: skip-tables, structure-tables -or tables. This function will check both -key and -list.
array | -Returns an array of tables based on the first option + | an array of tables based on the first option found, or an empty array if there were no matches. |
DrushConfig
getConfig()
@@ -988,7 +987,7 @@
__construct(array $dbSpec, array $options)
@@ -1026,7 +1025,7 @@ array
getEnv()
@@ -1059,7 +1058,7 @@ Process
getProcess()
@@ -1092,7 +1091,7 @@ void
setProcess(Process $process)
@@ -1136,7 +1135,7 @@ static SqlBase|null
create(array $options = [])
@@ -1179,7 +1178,7 @@ static SqlBase|null
getInstance($db_spec, $options)
@@ -1228,7 +1227,7 @@ array
getDbSpec()
@@ -1262,7 +1261,7 @@ void
setDbSpec(array $dbSpec)
@@ -1304,7 +1303,7 @@ string
command()
@@ -1337,7 +1336,7 @@ string
connect(bool $hide_password = true)
@@ -1381,7 +1380,7 @@ string|bool|null
dump()
@@ -1415,7 +1414,7 @@ protected string
addPipeFail(string $cmd, string $pipefail)
@@ -1471,7 +1470,7 @@ string
dumpCmd($table_selection)
@@ -1515,7 +1514,7 @@ string|null
dumpFile($file)
@@ -1559,7 +1558,7 @@ bool|null
query(string $query, $input_file = null, $result_file = '')
@@ -1613,7 +1612,7 @@ bool
alwaysQuery(string $query, $input_file = null, string|null $result_file = '')
@@ -1653,7 +1652,7 @@ bool | -TRUE on success, FALSE on failure. |
+ on success, FALSE on failure. |
protected void
logQueryInDebugMode($query, $input_file_original)
@@ -1715,7 +1714,7 @@ string|null
silent()
@@ -1749,7 +1748,7 @@ string|null
queryPrefix($query)
@@ -1792,7 +1791,7 @@
queryFormat($query)
@@ -1826,7 +1825,7 @@ bool|null
drop(array $tables)
@@ -1869,9 +1868,9 @@ string
- createdbSql(string $dbname, bool $quoted = false)
+ createdbSql($dbname, bool $quoted = false)
string | +$dbname | -The database name. |
+ |||||
bool | @@ -1917,7 +1916,7 @@
array | -An array of table names which exist in the current database, + | array of table names which exist in the current database, appropriately quoted for the RDMS. |
string
paramsToOptions($parameters)
@@ -2215,7 +2214,7 @@ void
su()
@@ -2248,7 +2247,7 @@ array
getOptions()
@@ -2282,7 +2281,7 @@
getOption($name, $default = null)
@@ -2322,7 +2321,7 @@ static array
dbSpecFromDbUrl($db_url)
@@ -2341,9 +2340,7 @@ A Drupal 6 db url string to convert, or an array with a 'default' element. -An array of database values containing only the 'default' element of -the db url. If the parse fails the array is empty.
array
alwaysQueryCommand($input_file)
@@ -2409,7 +2406,7 @@ string|null
getPasswordFile()
diff --git a/api/Drush/Sql/SqlSqlite.html b/api/Drush/Sql/SqlSqlite.html
index 0ee6dad656..3ce5be8d68 100644
--- a/api/Drush/Sql/SqlSqlite.html
+++ b/api/Drush/Sql/SqlSqlite.html
@@ -86,7 +86,7 @@ class - SqlSqlite extends SqlBase (View source) + SqlSqlite extends SqlBase (View source)
@@ -480,7 +480,7 @@Build a SQL string for dropping and creating a database.
array
getExpandedTableSelection(array $options, array $all_tables)
@@ -672,7 +672,7 @@ array | -An array of tables with each table name in the appropriate + | array of tables with each table name in the appropriate element of the array. |
array
expandAndFilterTables(array $tables, array $db_tables)
@@ -724,7 +724,7 @@ array | -An array of tables with non-existent tables removed. |
+ array of tables with non-existant tables removed. |
array
expandWildcardTables(array $tables, array $db_tables)
@@ -772,7 +772,7 @@ array | -$tables array with wildcards resolved to real table names. |
+
array
filterTables(array $tables, array $db_tables)
@@ -820,7 +820,7 @@ array | -An array with only valid table names (i.e. all of which actually exist in + | array with only valid table names (i.e. all of which actually exist in the database). |
array
getTableSelection(array $options)
@@ -871,7 +871,7 @@ array | -An array of table names with each table name in the appropriate + | array of table names with each table name in the appropriate element of the array. |
array
getRawTableList(string $option_name, array $options)
@@ -905,8 +905,7 @@ The option name to check: skip-tables, structure-tables -or tables. This function will check both -key and -list.
array | -Returns an array of tables based on the first option + | an array of tables based on the first option found, or an empty array if there were no matches. |
DrushConfig
getConfig()
@@ -981,7 +980,7 @@
__construct(array $dbSpec, array $options)
@@ -1020,7 +1019,7 @@ array
getEnv()
@@ -1053,7 +1052,7 @@ Process
getProcess()
@@ -1086,7 +1085,7 @@ void
setProcess(Process $process)
@@ -1130,7 +1129,7 @@ static SqlBase|null
create(array $options = [])
@@ -1173,7 +1172,7 @@ static SqlBase|null
getInstance($db_spec, $options)
@@ -1222,7 +1221,7 @@ array
getDbSpec()
@@ -1256,7 +1255,7 @@ void
setDbSpec(array $dbSpec)
@@ -1298,7 +1297,7 @@ string
command()
@@ -1331,7 +1330,7 @@ string
connect(bool $hide_password = true)
@@ -1375,7 +1374,7 @@ string|bool|null
dump()
@@ -1409,7 +1408,7 @@ protected string
addPipeFail(string $cmd, string $pipefail)
@@ -1465,7 +1464,7 @@ string
dumpCmd($table_selection)
@@ -1509,7 +1508,7 @@ string|null
dumpFile($file)
@@ -1553,7 +1552,7 @@ bool|null
query(string $query, $input_file = null, $result_file = '')
@@ -1607,7 +1606,7 @@ bool
alwaysQuery(string $query, $input_file = null, string|null $result_file = '')
@@ -1647,7 +1646,7 @@ bool | -TRUE on success, FALSE on failure. |
+ on success, FALSE on failure. |
protected void
logQueryInDebugMode($query, $input_file_original)
@@ -1709,7 +1708,7 @@ string|null
silent()
@@ -1743,7 +1742,7 @@ string|null
queryPrefix($query)
@@ -1787,7 +1786,7 @@
queryFormat($query)
@@ -1821,7 +1820,7 @@ bool|null
drop(array $tables)
@@ -1864,9 +1863,9 @@ string
- createdbSql(string $dbname, bool $quoted = false)
+ createdbSql($dbname, bool $quoted = false)
string | +$dbname | -The database name. |
+ |||||
bool | @@ -1912,7 +1911,7 @@
array | -An array of table names which exist in the current database, + | array of table names which exist in the current database, appropriately quoted for the RDMS. |
string
paramsToOptions($parameters)
@@ -2210,7 +2209,7 @@ void
su()
@@ -2243,7 +2242,7 @@ array
getOptions()
@@ -2277,7 +2276,7 @@
getOption($name, $default = null)
@@ -2317,7 +2316,7 @@ static array
dbSpecFromDbUrl($db_url)
@@ -2336,9 +2335,7 @@ A Drupal 6 db url string to convert, or an array with a 'default' element. -An array of database values containing only the 'default' element of -the db url. If the parse fails the array is empty.
array
alwaysQueryCommand($input_file)
diff --git a/api/Drush/Sql/SqlTableSelectionTrait.html b/api/Drush/Sql/SqlTableSelectionTrait.html
index 0de9d9ff3a..cedf0f4986 100644
--- a/api/Drush/Sql/SqlTableSelectionTrait.html
+++ b/api/Drush/Sql/SqlTableSelectionTrait.html
@@ -86,7 +86,7 @@ trait - SqlTableSelectionTrait (View source) + SqlTableSelectionTrait (View source)
@@ -175,7 +175,7 @@ array
getExpandedTableSelection(array $options, array $all_tables)
@@ -210,7 +210,7 @@ array | -An array of tables with each table name in the appropriate + | array of tables with each table name in the appropriate element of the array. |
array
expandAndFilterTables(array $tables, array $db_tables)
@@ -261,7 +261,7 @@ array | -An array of tables with non-existent tables removed. |
+ array of tables with non-existant tables removed. |
array
expandWildcardTables(array $tables, array $db_tables)
@@ -308,7 +308,7 @@ array | -$tables array with wildcards resolved to real table names. |
+
array
filterTables(array $tables, array $db_tables)
@@ -355,7 +355,7 @@ array | -An array with only valid table names (i.e. all of which actually exist in + | array with only valid table names (i.e. all of which actually exist in the database). |
array
getTableSelection(array $options)
@@ -405,7 +405,7 @@ array | -An array of table names with each table name in the appropriate + | array of table names with each table name in the appropriate element of the array. |
array
getRawTableList(string $option_name, array $options)
@@ -438,8 +438,7 @@ The option name to check: skip-tables, structure-tables -or tables. This function will check both -key and -list.
array | -Returns an array of tables based on the first option + | an array of tables based on the first option found, or an empty array if there were no matches. |
trait - DrushTestTrait (View source) + DrushTestTrait (View source)
@@ -95,7 +95,7 @@DrushTestTrait provides a drush()
method that may be
-used to write functional tests for Drush extensions.
More information is available at https://github.com/drush-ops/drush/blob/13.x/docs/contribute/unish.md#drush-test-traits.
More information is available at https://github.com/drush-ops/drush/blob/12.x/docs/contribute/unish.md#drush-test-traits.
Accessor for the last output, decoded from json.
abstract string
getOutputRaw()
@@ -451,7 +451,7 @@ abstract string
getErrorOutputRaw()
@@ -484,7 +484,7 @@ protected string
getSimplifiedOutput()
@@ -517,7 +517,7 @@ protected string
getSimplifiedErrorOutput()
@@ -551,7 +551,7 @@ protected string
simplifyOutput(string $output)
@@ -594,7 +594,7 @@ array
pathsToSimplify()
@@ -628,7 +628,7 @@ string
getOutput()
@@ -661,7 +661,7 @@ string
getErrorOutput()
@@ -694,7 +694,7 @@ array
getOutputAsList()
@@ -727,7 +727,7 @@ array
getErrorOutputAsList()
@@ -760,9 +760,9 @@ mixed
- getOutputFromJSON(string|int|null $key = null)
+ getOutputFromJSON(string|int $key = null)
string|int|null | +string|int | $key | Optionally return only a top level element from the json object. |
string|int|null | +string|int | $key | Optionally return only a top level element from the json object. |