diff --git a/api/Drush/Application.html b/api/Drush/Application.html index 0bdb411992..1328aae40e 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)
@@ -307,7 +307,7 @@Renders a caught exception. Omits the command docs at end.
DrushConfig
getConfig()
@@ -432,7 +422,7 @@
configureGlobalOptions()
@@ -455,7 +445,7 @@
bootstrapManager()
@@ -479,7 +469,7 @@
setBootstrapManager(BootstrapManager $bootstrapManager)
@@ -513,7 +503,7 @@
aliasManager()
@@ -537,7 +527,7 @@
setAliasManager($aliasManager)
@@ -571,7 +561,7 @@
setRedispatchHook(RedispatchHook $redispatchHook)
@@ -605,7 +595,7 @@
setTildeExpansionHook(TildeExpansionHook $tildeExpansionHook)
@@ -639,7 +629,7 @@
setServiceManager(ServiceManager $serviceManager)
@@ -673,7 +663,7 @@
getUri()
@@ -696,7 +686,7 @@
refineUriSelection($cwd)
@@ -730,7 +720,7 @@
selectUri($cwd)
@@ -763,8 +753,8 @@
+
+ Command
find($name)
Command | ++ |
protected
bootstrapAndFind($name)
@@ -830,7 +829,7 @@ protected
checkObsolete($command)
@@ -864,8 +863,8 @@ protected
+
+ protected void
configureIO(InputInterface $input, OutputInterface $output)
void | ++ |
configureAndRegisterCommands(InputInterface $input, OutputInterface $output, $commandfileSearchpath, ClassLoader $classLoader)
@@ -946,51 +954,13 @@
- 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 855bfbd0ea..2cf6bfe631 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 399833dc00..fc673a96f1 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/12.x/src/Commands/LegacyCommands.php
+ | 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 @@ Boot
+
+ DrupalBoot8
bootstrap()
Boot | +DrupalBoot8 |
void
- injectBootstrap(Boot $bootstrap)
+ injectBootstrap(DrupalBoot8 $bootstrap)
Boot | +DrupalBoot8 | $bootstrap | |||||||
AnnotationData | +AnnotationData|null | $annotationData | Optional annotation data from the command. TRUE if the specified bootstrap phase has completed. |
@@ -1065,7 +1065,7 @@ ||||||
AnnotationData | +AnnotationData|null | $annotationData | |||||||
AnnotationData | +AnnotationData|null | $annotationData |
int | +bool|int|null | $max_phase_index | (optional) Only attempt bootstrap to the specified level. |
||||||
AnnotationData | +AnnotationData|null | $annotationData | Optional annotation data from the command. The maximum phase to which we bootstrapped. |
@@ -1389,7 +1389,7 @@
- | $drupal_root | -+ | string | +$root | +The full path to the site installation, with no trailing slash. |
commandDefaults()
@@ -763,7 +757,7 @@
reportCommandError($command)
@@ -799,7 +793,7 @@ array
bootstrapPhaseMap()
@@ -834,7 +828,7 @@
lookUpPhaseIndex($phase)
@@ -868,7 +862,7 @@
bootstrapDrush()
@@ -893,7 +887,7 @@ protected bool
hasRegisteredSymfonyCommand($application, $name)
@@ -942,7 +936,7 @@ void
terminate()
@@ -974,7 +968,7 @@ protected
scanUpForUri($root, $scan)
@@ -1013,7 +1007,7 @@ string|null
confPath(bool $require_settings = true, bool $reset = false)
@@ -1061,7 +1055,7 @@ array
bootstrapPhases()
@@ -1102,7 +1096,7 @@ bool
bootstrapDrupalRootValidate(BootstrapManager $manager)
@@ -1144,7 +1138,7 @@ void
bootstrapDrupalRoot(BootstrapManager $manager)
@@ -1190,7 +1184,7 @@ string
bootstrapDrupalCore(BootstrapManager $manager, string $drupal_root)
@@ -1238,7 +1232,7 @@
bootstrapDrupalSiteValidate(BootstrapManager $manager)
@@ -1266,47 +1260,13 @@
- 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)
@@ -1339,7 +1299,7 @@
bootstrapDrupalDatabaseValidate(BootstrapManager $manager)
@@ -1374,7 +1334,7 @@ void
bootstrapDrupalDatabase(BootstrapManager $manager)
@@ -1416,7 +1376,7 @@ void
bootstrapDrupalFull(BootstrapManager $manager)
diff --git a/api/Drush/Boot/DrupalBoot8.html b/api/Drush/Boot/DrupalBoot8.html
index cfa2c807dd..6d1b5fabf1 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)
@@ -131,7 +131,7 @@Given a site root directory, determine the exact version of the software.
Initialize and load the Drupal configuration files.
No description
__construct(ServiceManager $serviceManager, $autoloader)
@@ -594,7 +593,7 @@
findUri($root, $cwd)
@@ -634,7 +633,7 @@ string
getUri()
@@ -668,7 +667,7 @@
setUri(string $uri)
@@ -702,7 +701,7 @@ int
getPhase()
@@ -736,7 +735,7 @@ void
setPhase(int $phase)
@@ -779,7 +778,7 @@ bool
validRoot(string|null $path)
@@ -824,9 +823,9 @@ string|null
- getVersion($drupal_root)
+ getVersion(string $root)
- | $drupal_root | -+ | string | +$root | +The full path to the site installation, with no trailing slash. |
commandDefaults()
@@ -892,7 +891,7 @@
reportCommandError($command)
@@ -929,7 +928,7 @@ array
bootstrapPhaseMap()
@@ -964,7 +963,7 @@
lookUpPhaseIndex($phase)
@@ -998,7 +997,7 @@
bootstrapDrush()
@@ -1023,7 +1022,7 @@ protected bool
hasRegisteredSymfonyCommand($application, $name)
@@ -1071,7 +1070,7 @@ void
terminate()
@@ -1104,7 +1103,7 @@ protected
scanUpForUri($root, $scan)
@@ -1143,7 +1142,7 @@ string|null
confPath(bool $require_settings = true, bool $reset = false)
@@ -1191,7 +1190,7 @@ array
bootstrapPhases()
@@ -1233,7 +1232,7 @@ bool
bootstrapDrupalRootValidate(BootstrapManager $manager)
@@ -1276,7 +1275,7 @@ void
bootstrapDrupalRoot(BootstrapManager $manager)
@@ -1323,7 +1322,7 @@ string
bootstrapDrupalCore(BootstrapManager $manager, string $drupal_root)
@@ -1371,7 +1370,7 @@
bootstrapDrupalSiteValidate(BootstrapManager $manager)
@@ -1399,50 +1398,15 @@
- 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 $annotationData = null)
+ bootstrapDrupalConfiguration(BootstrapManager $manager, AnnotationData|null $annotationData = null)
bootstrapDrupalDatabaseValidate(BootstrapManager $manager)
@@ -1513,7 +1477,7 @@ void
bootstrapDrupalDatabase(BootstrapManager $manager)
@@ -1555,7 +1519,7 @@ void
bootstrapDrupalFull(BootstrapManager $manager)
@@ -1597,7 +1561,7 @@ Request
getRequest()
@@ -1630,7 +1594,7 @@ void
setRequest(Request $request)
@@ -1673,7 +1637,7 @@ DrupalKernelInterface
getKernel()
@@ -1706,7 +1670,7 @@ void
setLogger(LoggerInterface $logger)
@@ -1754,7 +1718,7 @@ void
bootstrapDoDrupalSite(BootstrapManager $manager)
@@ -1797,7 +1761,7 @@ bool
bootstrapDrupalConfigurationValidate(BootstrapManager $manager)
@@ -1840,7 +1804,7 @@ void
addDrupalModuleDrushCommands(BootstrapManager $manager)
@@ -1877,6 +1841,40 @@
+ 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 6327f0ceee..5e15de119e 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 void
+
+ protected int
execute(InputInterface $input, OutputInterface $output)
void | +int |
trait - AutowireTrait (View source) + AutowireTrait (View source)
@@ -122,7 +122,7 @@ static AutowireTrait
create(ContainerInterface $container)
diff --git a/api/Drush/Commands/ConfiguresPrompts.html b/api/Drush/Commands/ConfiguresPrompts.html
index 8982a3f117..e5aa2e2580 100644
--- a/api/Drush/Commands/ConfiguresPrompts.html
+++ b/api/Drush/Commands/ConfiguresPrompts.html
@@ -191,7 +191,7 @@ protected mixed
promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
@@ -243,7 +243,7 @@ protected void
restorePrompts()
@@ -275,7 +275,7 @@ protected bool
runningUnitTests()
diff --git a/api/Drush/Commands/DrushCommands.html b/api/Drush/Commands/DrushCommands.html
index ffacb20363..5de316f3bb 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,6 +122,11 @@+ protected + + | +$uri | ++ | from +ExecTrait | +
protected CommandData|null
@@ -246,33 +261,68 @@ Methods
-
+ void
+ from
+ConfiguresPrompts
+
+
+
+
+ mixed
+
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+
+ Prompt the user until the given validation callback passes. from
+ConfiguresPrompts
+
- SymfonyStyle
+
+ No description +
- void
+ DrushStyle
+ Override Robo's IO function with our custom style.
@@ -308,6 +358,16 @@
@@ -334,7 +404,7 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+
+
+
printFileTopic(CommandData $commandData)
@@ -324,6 +384,16 @@
+ 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 28 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -380,7 +450,7 @@ Return Value
Return Value+ExecTrait at line 92 static bool
programExists($program)
@@ -439,7 +509,7 @@ Return Value+ExecTrait at line 104 static string
getEditor(string|null $editor = null)
@@ -483,7 +553,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -526,10 +596,11 @@ See also
-
-
-
+
+
|
No description
- +Configure the prompt fallbacks.
protected SymfonyStyle
- io()
+
+
+ protected mixed
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
@@ -561,15 +651,35 @@
- Override Robo's IO function with our custom style.
+ Prompt the user until the given validation callback passes.
-
-
- void
- setLoggerIfEmpty(LoggerInterface $logger)
+
+
+ protected void
+ restorePrompts()
@@ -593,25 +704,105 @@
- Sets a logger, if none is available yet.
+ Restore the prompts output.
protected bool
+ runningUnitTests()
+
+ No description
+ +
+ __construct()
+
+ No description
+ + protected DrushStyle
+ io()
+
+ Override Robo's IO function with our custom style.
+ protected DrushLoggerManager|null
+
+ DrushLoggerManager|null
logger()
protected void
printFile(string $file)
@@ -699,7 +890,7 @@
preHook(CommandData $commandData)
@@ -726,13 +917,51 @@
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ protected
printFileTopic(CommandData $commandData)
@@ -765,7 +994,7 @@ protected HandlerStack
getStack()
@@ -802,6 +1031,38 @@ 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,6 +122,11 @@+ protected + + | +$uri | ++ | from +ExecTrait | +
protected CommandData|null
@@ -244,6 +259,51 @@ 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
+
@@ -259,7 +319,7 @@
Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -304,6 +364,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands. from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -322,6 +393,27 @@
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.
@@ -362,7 +454,7 @@ Details+ExecTrait at line 28 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -408,7 +500,7 @@ Return Value
Return Value+ExecTrait at line 92 static bool
programExists($program)
@@ -467,7 +559,7 @@ Return Value+ExecTrait at line 104 static string
getEditor(string|null $editor = null)
@@ -511,7 +603,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -549,6 +641,169 @@ 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()
@@ -581,8 +836,8 @@ protected SymfonyStyle
+DrushCommands at line 60
protected DrushStyle
io()
SymfonyStyle | +DrushStyle |
protected DrushLoggerManager|null
+DrushCommands at line 72
DrushLoggerManager|null
logger()
@@ -647,7 +902,7 @@ protected void
printFile(string $file)
@@ -690,7 +945,7 @@
preHook(CommandData $commandData)
@@ -717,6 +972,45 @@
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ protected
printFileTopic(CommandData $commandData)
@@ -758,7 +1052,7 @@ protected HandlerStack
getStack()
@@ -795,13 +1089,78 @@ 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()
@@ -833,7 +1192,7 @@ void
secphp()
@@ -865,7 +1224,7 @@ void
sec()
diff --git a/api/Drush/Commands/config/ConfigCommands.html b/api/Drush/Commands/config/ConfigCommands.html
index e7fe894c82..5d461978f5 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, SiteAliasManagerAwareInterface (View source) + ConfigCommands extends DrushCommands implements StdinAwareInterface (View source)
@@ -100,17 +100,17 @@A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
- protected CommandData|null + | + protected | -$commandData | -- | from -DrushCommands | -||
- protected StorageInterface|null - - | -$configStorageExport | +$uri | - | + | from +ExecTrait | |
- protected ImportStorageTransformer|null + | + protected CommandData|null | -$importStorageTransformer | +$commandData | - | + | from +DrushCommands |
Configure the prompt fallbacks.
Prompt the user until the given validation callback passes.
No description
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.
Instantiates a new instance of the implementing class using autowiring.
No description
- bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -692,7 +734,7 @@ bool | -if browser was opened. FALSE if browser was disabled by the user or a + | TRUE if browser was opened. FALSE if browser was disabled by the user or a default browser could not be found. |
static bool
programExists($program)
@@ -751,7 +793,7 @@ static string
getEditor(string|null $editor = null)
@@ -795,7 +837,7 @@ DrushConfig
getConfig()
@@ -833,15 +875,178 @@ 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
+ + protected
- __construct(ConfigFactoryInterface $configFactory, StorageInterface $configStorage)
+
+
+ __construct(ConfigFactoryInterface $configFactory, StorageCacheInterface $configStorage, SiteAliasManagerInterface $siteAliasManager, StorageManagerInterface $configStorageExport, ImportStorageTransformer $importStorageTransformer)
protected SymfonyStyle
+DrushCommands at line 60
protected DrushStyle
io()
@@ -897,7 +1117,7 @@ SymfonyStyle | +DrushStyle |
protected DrushLoggerManager|null
+DrushCommands at line 72
DrushLoggerManager|null
logger()
@@ -945,7 +1165,7 @@ protected void
printFile(string $file)
@@ -988,7 +1208,7 @@
preHook(CommandData $commandData)
@@ -1015,6 +1235,45 @@
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ protected
printFileTopic(CommandData $commandData)
@@ -1056,7 +1315,7 @@ protected HandlerStack
getStack()
@@ -1098,10 +1357,11 @@ ConfigFactoryInterface
- getConfigFactory()
+
+
+ ProcessManager
+ processManager()
@@ -1109,8 +1369,7 @@
- No description
-
+ This method overrides the trait in order to provide a more specific return type.
-
- static ConfigCommands
- create(ContainerInterface $container)
+
+ static AutowireTrait
+ create(ContainerInterface $container)
@@ -1142,17 +1402,16 @@
- No description
-
+ Instantiates a new instance of the implementing class using autowiring.
-
-
- void
- setExportStorage(StorageInterface $exportStorage)
+
+
+ ConfigFactoryInterface
+ getConfigFactory()
@@ -1189,22 +1448,12 @@
-
+
StorageInterface
getConfigStorageExport()
@@ -1245,56 +1494,13 @@ Return Value
-
-
-
-
-
-
-
- void
- setImportTransformer(ImportStorageTransformer $importStorageTransformer)
-
-
-
-
-
-
-
- No description
-
-
-
-
+
bool
hasImportTransformer()
@@ -1327,7 +1533,7 @@ Return Value
-
+
ImportStorageTransformer
getImportTransformer()
@@ -1360,7 +1566,7 @@ Return Value
-
+
get($config_name, $key = '', $options = ['format' => 'yaml', 'source' => 'active', 'include-overridden' => false])
@@ -1403,7 +1609,7 @@ Parameters
-
+
set($config_name, $key, $value, $options = ['input-format' => 'string'])
@@ -1451,7 +1657,7 @@ Parameters
-
+
void
edit($config_name, $options = [])
@@ -1498,7 +1704,7 @@ Return Value
-
+
void
delete($config_name, $key = null)
@@ -1545,7 +1751,7 @@ Return Value
-
+
RowsOfFields|null
status($options = ['state' => 'Only in DB,Only in sync dir,Different', 'prefix' => self::REQ])
@@ -1587,7 +1793,7 @@ Return Value
-
+
static string
getDirectory(mixed $directory = null)
@@ -1633,7 +1839,7 @@ Return Value
-
+
array
getChanges($target_storage)
@@ -1675,7 +1881,7 @@ Return Value
-
+
getStorage($directory)
@@ -1708,7 +1914,7 @@ Parameters
-
+
static Table
configChangesTable(array $config_changes, OutputInterface $output, $use_color = true)
@@ -1760,7 +1966,7 @@ Return Value
-
+
void
configComplete(CompletionInput $input, CompletionSuggestions $suggestions)
@@ -1808,7 +2014,7 @@ Return Value
-
+
void
interactConfigName($input, $output)
@@ -1856,7 +2062,7 @@ Return Value
-
+
CommandError|null
validateConfigName(CommandData $commandData)
@@ -1898,7 +2104,7 @@ Return Value
-
+
static void
copyConfig(StorageInterface $source, StorageInterface $destination)
@@ -1954,7 +2160,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 ba91c2feb3..6042b972d7 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,6 +122,11 @@ Traits
IO
+
+
+
+
@@ -192,6 +197,16 @@ Properties
+
+ protected
+
+
+ $uri
+
+ from
+ExecTrait
+
+
protected CommandData|null
@@ -271,6 +286,51 @@ 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
+
+
+
@@ -285,7 +345,7 @@ Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -330,6 +390,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -347,6 +418,17 @@ 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
@@ -420,7 +502,7 @@ Methods
static ConfigExportCommands
@@ -478,7 +560,7 @@ Details
+ExecTrait at line 28
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -524,7 +606,7 @@ Return Value
bool
- if browser was opened. FALSE if browser was disabled by the user or a
+
TRUE if browser was opened. FALSE if browser was disabled by the user or a
default browser could not be found.
@@ -539,7 +621,7 @@ Return Value
+ExecTrait at line 92
static bool
programExists($program)
@@ -583,7 +665,7 @@ Return Value
+ExecTrait at line 104
static string
getEditor(string|null $editor = null)
@@ -627,7 +709,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -665,13 +747,176 @@ 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)
@@ -711,8 +956,8 @@ Parameters
- protected SymfonyStyle
+DrushCommands at line 60
+ protected DrushStyle
io()
@@ -729,7 +974,7 @@ Return Value
- SymfonyStyle
+ DrushStyle
@@ -744,8 +989,8 @@ Return Value
- protected DrushLoggerManager|null
+DrushCommands at line 72
+ DrushLoggerManager|null
logger()
@@ -777,7 +1022,7 @@ Return Value
+DrushCommands at line 83
protected void
printFile(string $file)
@@ -820,7 +1065,7 @@ Return Value
+DrushCommands at line 105
preHook(CommandData $commandData)
@@ -847,6 +1092,45 @@ Parameters
+
+
+
+
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ protected
printFileTopic(CommandData $commandData)
@@ -888,7 +1172,7 @@ protected HandlerStack
getStack()
@@ -925,13 +1209,46 @@ ProcessManager
+ processManager()
+
+ This method overrides the trait in order to provide a more specific return type.
+ ConfigManagerInterface
getConfigManager()
@@ -964,7 +1281,7 @@ void
setExportStorage(StorageInterface $exportStorage)
@@ -1007,7 +1324,7 @@ StorageInterface
getConfigStorageExport()
@@ -1040,7 +1357,7 @@ StorageInterface
getConfigStorage()
@@ -1073,7 +1390,7 @@ StorageInterface
getConfigStorageSync()
@@ -1106,7 +1423,7 @@ void
setConfigStorageSync(StorageInterface|null $syncStorage)
@@ -1149,9 +1466,9 @@ static ConfigExportCommands
- create(ContainerInterface $container)
+ create(ContainerInterface $container)
ContainerInterface | +ContainerInterface | $container |
+ protected + + | +$uri | ++ | from +ExecTrait | +
protected CommandData|null
@@ -271,13 +286,58 @@ 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
+
- __construct(ConfigManagerInterface $configManager, StorageInterface $configStorage, CacheBackendInterface $configCache, ModuleHandlerInterface $moduleHandler, EventDispatcherInterface $eventDispatcher, LockBackendInterface $lock, TypedConfigManagerInterface $configTyped, ModuleInstallerInterface $moduleInstaller, ThemeHandlerInterface $themeHandler, TranslationInterface $stringTranslation, ModuleExtensionList $moduleExtensionList)
+ __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)
@@ -285,7 +345,7 @@ No description Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -330,6 +390,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands. from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -347,6 +418,17 @@
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
@@ -526,11 +608,22 @@
Methods
+
+
+ ThemeExtensionList
+
+
+ getThemeExtensionList()
+
+
+
+ No description +
static ConfigImportCommands
@@ -576,7 +669,7 @@ Details+ExecTrait at line 28 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -622,7 +715,7 @@ Return Value
Return Value+ExecTrait at line 92 static bool
programExists($program)
@@ -681,7 +774,7 @@ Return Value+ExecTrait at line 104 static string
getEditor(string|null $editor = null)
@@ -725,7 +818,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -763,15 +856,178 @@ 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)
+ __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)
protected SymfonyStyle
+DrushCommands at line 60
protected DrushStyle
io()
@@ -872,7 +1133,7 @@ SymfonyStyle | +DrushStyle |
protected DrushLoggerManager|null
+DrushCommands at line 72
DrushLoggerManager|null
logger()
@@ -920,7 +1181,7 @@ protected void
printFile(string $file)
@@ -963,7 +1224,7 @@
preHook(CommandData $commandData)
@@ -990,6 +1251,45 @@
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ protected
printFileTopic(CommandData $commandData)
@@ -1031,7 +1331,7 @@ protected HandlerStack
getStack()
@@ -1068,13 +1368,46 @@ ProcessManager
+ processManager()
+
+ This method overrides the trait in order to provide a more specific return type.
+ ConfigManagerInterface
getConfigManager()
@@ -1107,7 +1440,7 @@ StorageInterface
getConfigStorage()
@@ -1140,7 +1473,7 @@ StorageInterface
getConfigStorageSync()
@@ -1173,7 +1506,7 @@ void
setConfigStorageSync(StorageInterface|null $syncStorage)
@@ -1216,7 +1549,7 @@ CacheBackendInterface
getConfigCache()
@@ -1249,7 +1582,7 @@ ModuleHandlerInterface
getModuleHandler()
@@ -1282,7 +1615,7 @@ EventDispatcherInterface
getEventDispatcher()
@@ -1315,7 +1648,7 @@ LockBackendInterface
getLock()
@@ -1348,7 +1681,7 @@ TypedConfigManagerInterface
getConfigTyped()
@@ -1381,7 +1714,7 @@ ModuleInstallerInterface
getModuleInstaller()
@@ -1414,7 +1747,7 @@ ThemeHandlerInterface
getThemeHandler()
@@ -1447,7 +1780,7 @@ TranslationInterface
getStringTranslation()
@@ -1480,7 +1813,7 @@ void
setImportTransformer(ImportStorageTransformer $importStorageTransformer)
@@ -1523,7 +1856,7 @@ bool
hasImportTransformer()
@@ -1556,7 +1889,7 @@ ImportStorageTransformer|null
getImportTransformer()
@@ -1589,7 +1922,7 @@ ModuleExtensionList
getModuleExtensionList()
@@ -1616,15 +1949,48 @@ ThemeExtensionList
+ getThemeExtensionList()
+
+ No description
+ + static ConfigImportCommands
- create(ContainerInterface $container)
+ create(ContainerInterface $container)
ContainerInterface | +ContainerInterface | $container |
+ protected + + | +$uri | ++ | from +ExecTrait | +
protected CommandData|null
@@ -258,22 +273,66 @@ 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
+ from
-DrushCommands
+
- SymfonyStyle
+ DrushStyle
io()
@@ -318,6 +377,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands. from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -336,6 +406,28 @@
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
@@ -367,7 +459,7 @@ Details+ExecTrait at line 28 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -413,7 +505,7 @@ Return Value
Return Value+ExecTrait at line 92 static bool
programExists($program)
@@ -472,7 +564,7 @@ Return Value+ExecTrait at line 104 static string
getEditor(string|null $editor = null)
@@ -516,7 +608,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -554,16 +646,178 @@ 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()
+ __construct(SiteAliasManagerInterface $siteAliasManager)
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ protected
printFileTopic(CommandData $commandData)
@@ -763,7 +1066,7 @@ protected HandlerStack
getStack()
@@ -800,13 +1103,89 @@ 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'])
@@ -858,7 +1237,7 @@ void
validateConfigPull(CommandData $commandData)
diff --git a/api/Drush/Commands/core/ArchiveDumpCommands.html b/api/Drush/Commands/core/ArchiveDumpCommands.html
index 1cc919534f..a64b296a27 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,6 +122,11 @@+ protected + + | +$uri | ++ | from +ExecTrait | +
protected CommandData|null
@@ -333,6 +348,51 @@ 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
+
@@ -348,7 +408,7 @@
Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -393,6 +453,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands. from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -410,6 +481,17 @@
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
@@ -441,7 +523,7 @@ Details+ExecTrait at line 28 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -487,7 +569,7 @@ Return Value
Return Value+ExecTrait at line 92 static bool
programExists($program)
@@ -546,7 +628,7 @@ Return Value+ExecTrait at line 104 static string
getEditor(string|null $editor = null)
@@ -590,7 +672,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -628,6 +710,169 @@ 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()
@@ -660,8 +905,8 @@ protected SymfonyStyle
+DrushCommands at line 60
protected DrushStyle
io()
SymfonyStyle | +DrushStyle |
protected DrushLoggerManager|null
+DrushCommands at line 72
DrushLoggerManager|null
logger()
@@ -726,7 +971,7 @@ protected void
printFile(string $file)
@@ -769,7 +1014,7 @@
preHook(CommandData $commandData)
@@ -796,6 +1041,45 @@
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ protected
printFileTopic(CommandData $commandData)
@@ -837,7 +1121,7 @@ protected HandlerStack
getStack()
@@ -874,13 +1158,46 @@ 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])
@@ -936,7 +1253,7 @@ protected void
prepareArchiveDir()
diff --git a/api/Drush/Commands/core/BrowseCommands.html b/api/Drush/Commands/core/BrowseCommands.html
index d27303e709..9ec8893386 100644
--- a/api/Drush/Commands/core/BrowseCommands.html
+++ b/api/Drush/Commands/core/BrowseCommands.html
@@ -86,7 +86,7 @@ final class - BrowseCommands extends DrushCommands implements SiteAliasManagerAwareInterface (View source) + BrowseCommands extends DrushCommands (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
@@ -263,22 +278,66 @@ 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
+ from
-DrushCommands
+
- SymfonyStyle
+ DrushStyle
io()
@@ -323,6 +382,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands. from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -341,6 +411,28 @@
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
@@ -361,7 +453,7 @@ Details+ExecTrait at line 28 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -407,7 +499,7 @@ Return Value
Return Value+ExecTrait at line 92 static bool
programExists($program)
@@ -466,7 +558,7 @@ Return Value+ExecTrait at line 104 static string
getEditor(string|null $editor = null)
@@ -510,7 +602,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -548,16 +640,178 @@ 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()
+ __construct(SiteAliasManagerInterface $siteAliasManager)
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ protected
printFileTopic(CommandData $commandData)
@@ -757,7 +1060,7 @@ protected HandlerStack
getStack()
@@ -794,13 +1097,89 @@ 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 e27b5f4ee7..62293ef841 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,6 +99,11 @@A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
- REBUILD - | -
- - - |
||||||||
@@ -247,6 +248,16 @@ Properties
+
+
+
+
+ | |||||||||
+ | Registry | $themeRegistry | |||||||
+ | RouteBuilderInterface | $routerBuilder | |||||||
+ | JsCollectionOptimizerLazy | $jsOptimizer | |||||||
+ | CachedDiscoveryClearerInterface | $pluginCacheClearer | ClassLoader | $autoloader | + + | ||||
AssetQueryStringInterface | +$assetQueryString | +
protected SymfonyStyle
+DrushCommands at line 60
protected DrushStyle
io()
@@ -855,7 +1101,7 @@ SymfonyStyle | +DrushStyle |
protected DrushLoggerManager|null
+DrushCommands at line 72
DrushLoggerManager|null
logger()
@@ -903,7 +1149,7 @@ protected void
printFile(string $file)
@@ -946,7 +1192,7 @@
preHook(CommandData $commandData)
@@ -973,6 +1219,45 @@
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ protected
printFileTopic(CommandData $commandData)
@@ -1014,7 +1299,7 @@ protected HandlerStack
getStack()
@@ -1051,15 +1336,49 @@ ProcessManager
+ processManager()
+
+ This method overrides the trait in order to provide a more specific return type.
+ static CacheCommands
- create(ContainerInterface $container, $drush_container)
+
+ static AutowireTrait
+ create(ContainerInterface $container)
No description
- +Instantiates a new instance of the implementing class using autowiring.
PropertyList
get($cid, $bin = 'default', $options = ['format' => 'json'])
@@ -1157,7 +1470,7 @@ void
tags(string $tags)
@@ -1199,7 +1512,7 @@
clear(string $type, array $args, $options = ['cache-clear' => true])
@@ -1242,7 +1555,7 @@ void
interact($input, $output)
@@ -1290,7 +1603,7 @@
set($cid, $data, $bin = 'default', $expire = null, $tags = null, $options = ['input-format' => 'string', 'cache-get' => false])
@@ -1348,7 +1661,7 @@ protected
setPrepareData($data, $options)
@@ -1387,7 +1700,7 @@ void
validate(CommandData $commandData)
@@ -1430,7 +1743,7 @@ array
getTypes($include_bootstrapped_types = false)
@@ -1472,7 +1785,7 @@ void
clearDrush()
@@ -1504,7 +1817,7 @@ void
clearBins($args = ['default'])
@@ -1546,7 +1859,7 @@ void
clearThemeRegistry()
@@ -1579,7 +1892,7 @@ void
clearRouter()
@@ -1612,7 +1925,7 @@ void
clearCssJs()
@@ -1645,7 +1958,7 @@ void
clearContainer()
@@ -1678,7 +1991,7 @@ void
clearRender()
@@ -1710,7 +2023,7 @@ void
clearPlugin()
diff --git a/api/Drush/Commands/core/CacheRebuildCommands.html b/api/Drush/Commands/core/CacheRebuildCommands.html
index bfd26d8cf6..50593ea7db 100644
--- a/api/Drush/Commands/core/CacheRebuildCommands.html
+++ b/api/Drush/Commands/core/CacheRebuildCommands.html
@@ -86,7 +86,7 @@ final class - CacheRebuildCommands extends DrushCommands (View source) + CacheRebuildCommands extends DrushCommands (View source)
@@ -99,6 +99,11 @@A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
+ protected + + | +$uri | ++ | from +ExecTrait | +
protected CommandData|null
@@ -253,6 +273,51 @@ 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
+
@@ -267,7 +332,7 @@
Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -312,6 +377,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands. from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -333,14 +409,25 @@
Methods
- static CacheRebuildCommands
+ 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
@@ -361,7 +448,7 @@ Details+ExecTrait at line 28 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -407,7 +494,7 @@ Return Value
Return Value+ExecTrait at line 92 static bool
programExists($program)
@@ -466,7 +553,7 @@ Return Value+ExecTrait at line 104 static string
getEditor(string|null $editor = null)
@@ -510,7 +597,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -548,13 +635,176 @@ 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(BootstrapManager $bootstrapManager, ClassLoader $autoloader)
@@ -594,8 +844,8 @@ protected SymfonyStyle
+DrushCommands at line 60
protected DrushStyle
io()
SymfonyStyle | +DrushStyle |
protected DrushLoggerManager|null
+DrushCommands at line 72
DrushLoggerManager|null
logger()
@@ -660,7 +910,7 @@ protected void
printFile(string $file)
@@ -703,7 +953,7 @@
preHook(CommandData $commandData)
@@ -730,6 +980,45 @@
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ protected
printFileTopic(CommandData $commandData)
@@ -771,7 +1060,7 @@ protected HandlerStack
getStack()
@@ -813,10 +1102,11 @@ static CacheRebuildCommands
- createEarly(ContainerInterface $drush_container)
+
+
+ ProcessManager
+ processManager()
@@ -824,8 +1114,40 @@
- No description
-
+ 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.
rebuild($options = ['cache-clear' => true])
diff --git a/api/Drush/Commands/core/CliCommands.html b/api/Drush/Commands/core/CliCommands.html
index 21b80bc34a..adf356ef4b 100644
--- a/api/Drush/Commands/core/CliCommands.html
+++ b/api/Drush/Commands/core/CliCommands.html
@@ -86,7 +86,7 @@ final class - CliCommands extends DrushCommands (View source) + CliCommands extends DrushCommands (View source)
@@ -99,6 +99,11 @@A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
+ protected + + | +$uri | ++ | from +ExecTrait | +
protected CommandData|null
@@ -262,6 +282,51 @@ 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
+
@@ -276,7 +341,7 @@
Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -321,6 +386,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands. from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -342,14 +418,25 @@
Methods
- static CliCommands
+ 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
@@ -431,7 +518,7 @@ Details+ExecTrait at line 28 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -477,7 +564,7 @@ Return Value
Return Value+ExecTrait at line 92 static bool
programExists($program)
@@ -536,7 +623,7 @@ Return Value+ExecTrait at line 104 static string
getEditor(string|null $editor = null)
@@ -580,7 +667,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -618,13 +705,176 @@ 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(EntityTypeManagerInterface $entityTypeManager)
@@ -659,8 +909,8 @@ protected SymfonyStyle
+DrushCommands at line 60
protected DrushStyle
io()
SymfonyStyle | +DrushStyle |
protected DrushLoggerManager|null
+DrushCommands at line 72
DrushLoggerManager|null
logger()
@@ -725,7 +975,7 @@ protected void
printFile(string $file)
@@ -768,7 +1018,7 @@
preHook(CommandData $commandData)
@@ -795,6 +1045,45 @@
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ protected
printFileTopic(CommandData $commandData)
@@ -836,7 +1125,7 @@ protected HandlerStack
getStack()
@@ -873,15 +1162,49 @@ ProcessManager
+ processManager()
+
+ This method overrides the trait in order to provide a more specific return type.
+ static CliCommands
- create(ContainerInterface $container)
+
+ static AutowireTrait
+ create(ContainerInterface $container)
No description
- +Instantiates a new instance of the implementing class using autowiring.
void
docs()
@@ -954,7 +1276,7 @@ void
cli(array $options = ['version-history' => false, 'cwd' => self::REQ])
@@ -996,7 +1318,7 @@ protected array
getDrushCommands()
@@ -1028,7 +1350,7 @@ protected array
getCasters()
@@ -1062,7 +1384,7 @@ protected string
historyPath(array $options)
@@ -1104,7 +1426,7 @@ protected array
getPhpKeywords()
@@ -1136,7 +1458,7 @@ void
makeEntitiesAvailableWithShortClassNames()
diff --git a/api/Drush/Commands/core/CoreCommands.html b/api/Drush/Commands/core/CoreCommands.html
index 83a2ed7f1a..a98f1ecc39 100644
--- a/api/Drush/Commands/core/CoreCommands.html
+++ b/api/Drush/Commands/core/CoreCommands.html
@@ -86,7 +86,7 @@ final class - CoreCommands extends DrushCommands implements SiteAliasManagerAwareInterface (View source) + CoreCommands extends DrushCommands (View source)
@@ -99,11 +99,6 @@+ protected + + | +$uri | ++ | from +ExecTrait | +
protected CommandData|null
@@ -267,6 +277,51 @@ 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
+
@@ -282,7 +337,7 @@
Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -327,6 +382,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands. from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -344,6 +410,17 @@
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
@@ -375,7 +452,7 @@ Details+ExecTrait at line 28 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -421,7 +498,7 @@ Return Value
Return Value+ExecTrait at line 92 static bool
programExists($program)
@@ -480,7 +557,7 @@ Return Value+ExecTrait at line 104 static string
getEditor(string|null $editor = null)
@@ -524,7 +601,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -562,6 +639,169 @@ 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()
@@ -594,8 +834,8 @@ protected SymfonyStyle
+DrushCommands at line 60
protected DrushStyle
io()
SymfonyStyle | +DrushStyle |
protected DrushLoggerManager|null
+DrushCommands at line 72
DrushLoggerManager|null
logger()
@@ -660,7 +900,7 @@ protected void
printFile(string $file)
@@ -703,7 +943,7 @@
preHook(CommandData $commandData)
@@ -730,6 +970,45 @@
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ protected
printFileTopic(CommandData $commandData)
@@ -771,7 +1050,7 @@ protected HandlerStack
getStack()
@@ -808,13 +1087,46 @@ ProcessManager
+ processManager()
+
+ This method overrides the trait in order to provide a more specific return type.
+ RowsOfFields
globalOptions($options = ['format' => 'table'])
@@ -856,7 +1168,7 @@ PropertyList
version($options = ['format' => 'table'])
diff --git a/api/Drush/Commands/core/DeployCommands.html b/api/Drush/Commands/core/DeployCommands.html
index 8c66dab18f..db5ba3ac0a 100644
--- a/api/Drush/Commands/core/DeployCommands.html
+++ b/api/Drush/Commands/core/DeployCommands.html
@@ -86,7 +86,7 @@ final class - DeployCommands extends DrushCommands implements SiteAliasManagerAwareInterface (View source) + DeployCommands extends DrushCommands (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
@@ -258,22 +273,66 @@ 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
+ from
-DrushCommands
+
- SymfonyStyle
+ DrushStyle
io()
@@ -318,6 +377,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands. from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -336,6 +406,28 @@
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
@@ -352,7 +444,7 @@
Methodsvoid
- cacheRebuild(ProcessManager $manager, SiteAlias $self, array $redispatchOptions)
+ cacheRebuild(ProcessManager $manager, SiteAlias $self, array $redispatchOptions)
@@ -367,7 +459,7 @@ No description Details+ExecTrait at line 28 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -413,7 +505,7 @@ Return Value
Return Value+ExecTrait at line 92 static bool
programExists($program)
@@ -472,7 +564,7 @@ Return Value+ExecTrait at line 104 static string
getEditor(string|null $editor = null)
@@ -516,7 +608,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -554,16 +646,178 @@ 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()
+ __construct(SiteAliasManagerInterface $siteAliasManager)
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ protected
printFileTopic(CommandData $commandData)
@@ -763,7 +1066,7 @@ protected HandlerStack
getStack()
@@ -800,13 +1103,89 @@ 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()
@@ -838,9 +1217,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
@@ -285,22 +300,66 @@ 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
+
- __construct()
+ __construct($root, $site_path, $module_list, KeyValueFactoryInterface $key_value_factory, ThemeHandlerInterface $theme_handler)
- No description from
-DrushCommands
+
- SymfonyStyle
+ DrushStyle
io()
@@ -345,6 +404,17 @@
+ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands. from
+DrushCommands
+
+
+
printFileTopic(CommandData $commandData)
@@ -366,23 +436,34 @@
Methods
- static UpdateRegistry
+ ProcessManager
-
+ This method overrides the trait in order to provide a more specific return type. from
+DrushCommands
- void
+ static AutowireTrait
+ Instantiates a new instance of the implementing class using autowiring. from
+AutowireTrait
+
+
+ static UpdateRegistry
+
+
+ getRegistry()
+
+
Get the deploy hook update registry. Details+ExecTrait at line 28 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -440,7 +521,7 @@ Return Value
Return Value+ExecTrait at line 92 static bool
programExists($program)
@@ -499,7 +580,7 @@ Return Value+ExecTrait at line 104 static string
getEditor(string|null $editor = null)
@@ -543,7 +624,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -581,16 +662,178 @@ 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()
+ __construct($root, $site_path, $module_list, KeyValueFactoryInterface $key_value_factory, ThemeHandlerInterface $theme_handler)
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ protected
printFileTopic(CommandData $commandData)
@@ -790,7 +1102,7 @@ protected HandlerStack
getStack()
@@ -832,10 +1144,11 @@ static UpdateRegistry
- getRegistry()
+
+
+ ProcessManager
+ processManager()
@@ -843,7 +1156,7 @@
- Get the deploy hook update registry.
+ This method overrides the trait in order to provide a more specific return type.
-
-
- void
- setUpdateType(string $type)
+
+
+ static AutowireTrait
+ create(ContainerInterface $container)
@@ -875,17 +1189,16 @@
- No description
-
+ Instantiates a new instance of the implementing class using autowiring.
+
+
+
+
+
+
+ static UpdateRegistry
+ getRegistry()
+
+
+
+
+
+
+
+ Get the deploy hook update registry.
+
+
+
+
+
+
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+
+
+
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+
+
@@ -813,7 +1102,7 @@ Parameters
+DrushCommands at line 127
protected
printFileTopic(CommandData $commandData)
@@ -847,7 +1136,7 @@ Parameters
+DrushCommands at line 138
protected HandlerStack
getStack()
@@ -889,10 +1178,11 @@ See also
-
-
- CronInterface
- getCron()
+
+
+ ProcessManager
+ processManager()
@@ -900,8 +1190,7 @@
- No description
-
+ This method overrides the trait in order to provide a more specific return type.
-
-
- ModuleHandlerInterface
- getModuleHandler()
+
+
+ static AutowireTrait
+ create(ContainerInterface $container)
@@ -933,16 +1223,25 @@
- No description
-
+ Instantiates a new instance of the implementing class using autowiring.
-
-
- RouteProviderInterface
- getRouteProvider()
+
+
+ CronInterface
+ getCron()
@@ -975,7 +1274,7 @@ Return Value
- RouteProviderInterface
+ CronInterface
@@ -988,10 +1287,10 @@ Return Value
-
-
- static DrupalCommands
- create(ContainerInterface $container)
+
+
+ ModuleHandlerInterface
+ getModuleHandler()
@@ -1003,22 +1302,45 @@
RouteProviderInterface
+ getRouteProvider()
+
+ No description
+ + void
+
+ bool
cron()
void | +bool |
RowsOfFields
requirements($options = ['format' => 'table', 'severity' => -1, 'ignore' => ''])
@@ -1106,7 +1428,7 @@
route($options = ['name' => self::REQ, 'path' => self::REQ, 'format' => 'yaml'])
diff --git a/api/Drush/Commands/core/DrupalDirectoryCommands.html b/api/Drush/Commands/core/DrupalDirectoryCommands.html
index d5fa05d850..9b23dcc4fc 100644
--- a/api/Drush/Commands/core/DrupalDirectoryCommands.html
+++ b/api/Drush/Commands/core/DrupalDirectoryCommands.html
@@ -86,7 +86,7 @@ final class - DrupalDirectoryCommands extends DrushCommands implements SiteAliasManagerAwareInterface (View source) + DrupalDirectoryCommands extends DrushCommands (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
@@ -267,13 +282,58 @@ 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
+ Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -326,6 +386,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands. from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -344,6 +415,28 @@
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
@@ -374,7 +467,7 @@ Details+ExecTrait at line 28 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -420,7 +513,7 @@ Return Value
Return Value+ExecTrait at line 92 static bool
programExists($program)
@@ -479,7 +572,7 @@ Return Value+ExecTrait at line 104 static string
getEditor(string|null $editor = null)
@@ -523,7 +616,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -561,15 +654,178 @@ 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()
+ __construct(SiteAliasManagerInterface $siteAliasManager)
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ protected
printFileTopic(CommandData $commandData)
@@ -769,7 +1074,7 @@ protected HandlerStack
getStack()
@@ -806,13 +1111,89 @@ 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.
+ string
drupalDirectory(string $target = 'root', $options = ['local-only' => false])
@@ -859,7 +1240,7 @@ protected
getPath($target = 'root', $local_only = false)
diff --git a/api/Drush/Commands/core/DrupliconCommands.html b/api/Drush/Commands/core/DrupliconCommands.html
index 3bf7373e68..b5ed0f5dbc 100644
--- a/api/Drush/Commands/core/DrupliconCommands.html
+++ b/api/Drush/Commands/core/DrupliconCommands.html
@@ -86,7 +86,7 @@ final class - DrupliconCommands extends DrushCommands implements ConfigAwareInterface (View source) + DrupliconCommands extends DrushCommands (View source)
@@ -99,16 +99,6 @@+ protected + + | +$uri | ++ | from +ExecTrait | +
protected CommandData|null
@@ -263,6 +268,51 @@ 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
+
@@ -278,7 +328,7 @@
Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -323,6 +373,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands. from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -340,6 +401,17 @@
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
@@ -372,7 +444,7 @@ Details+ExecTrait at line 28 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -418,7 +490,7 @@ Return Value
Return Value+ExecTrait at line 92 static bool
programExists($program)
@@ -477,7 +549,7 @@ Return Value+ExecTrait at line 104 static string
getEditor(string|null $editor = null)
@@ -521,7 +593,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -559,6 +631,169 @@ 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()
@@ -591,8 +826,8 @@ protected SymfonyStyle
+DrushCommands at line 60
protected DrushStyle
io()
SymfonyStyle | +DrushStyle |
protected DrushLoggerManager|null
+DrushCommands at line 72
DrushLoggerManager|null
logger()
@@ -657,7 +892,7 @@ protected void
printFile(string $file)
@@ -700,7 +935,7 @@
preHook(CommandData $commandData)
@@ -727,6 +962,45 @@
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ protected
printFileTopic(CommandData $commandData)
@@ -768,7 +1042,7 @@ protected HandlerStack
getStack()
@@ -805,13 +1079,46 @@ ProcessManager
+ processManager()
+
+ This method overrides the trait in order to provide a more specific return type.
+ void
optionset($options = ['druplicon' => false])
@@ -854,7 +1161,7 @@ void
druplicon($result, CommandData $commandData)
diff --git a/api/Drush/Commands/core/EditCommands.html b/api/Drush/Commands/core/EditCommands.html
index 8857311624..16ff240eec 100644
--- a/api/Drush/Commands/core/EditCommands.html
+++ b/api/Drush/Commands/core/EditCommands.html
@@ -86,7 +86,7 @@ final class - EditCommands extends DrushCommands implements SiteAliasManagerAwareInterface (View source) + EditCommands extends DrushCommands (View source)
@@ -99,11 +99,6 @@+ protected + + | +$uri | ++ | from +ExecTrait | +
protected CommandData|null
@@ -263,22 +273,66 @@ 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
+ from
-DrushCommands
+
- SymfonyStyle
+ DrushStyle
io()
@@ -323,6 +377,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands. from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -341,6 +406,27 @@
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.
@@ -415,7 +501,7 @@ Details+ExecTrait at line 28 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -461,7 +547,7 @@ Return Value
Return Value+ExecTrait at line 92 static bool
programExists($program)
@@ -520,7 +606,7 @@ Return Value+ExecTrait at line 104 static string
getEditor(string|null $editor = null)
@@ -564,7 +650,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -602,16 +688,178 @@ 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()
+ __construct(SiteAliasManagerInterface $siteAliasManager)
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ protected
printFileTopic(CommandData $commandData)
@@ -811,7 +1108,7 @@ protected HandlerStack
getStack()
@@ -848,13 +1145,93 @@ 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 = [])
@@ -901,7 +1278,7 @@ array
load($headers = true)
@@ -944,7 +1321,7 @@ static array
phpIniFiles()
@@ -977,7 +1354,7 @@ array
bashFiles()
@@ -1010,7 +1387,7 @@ static string
findBashrc($home)
@@ -1053,7 +1430,7 @@ array
complete()
diff --git a/api/Drush/Commands/core/EntityCommands.html b/api/Drush/Commands/core/EntityCommands.html
index 5609f421e4..70da6ec993 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,6 +99,11 @@A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
+ protected + + | +$uri | ++ | from +ExecTrait | +
protected CommandData|null
@@ -262,6 +282,51 @@ 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
+
@@ -276,7 +341,7 @@
Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -321,6 +386,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands. from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -342,14 +418,25 @@
Methods
- static EntityCommands
+ 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
@@ -411,7 +498,7 @@ Details+ExecTrait at line 28 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -457,7 +544,7 @@ Return Value
Return Value+ExecTrait at line 92 static bool
programExists($program)
@@ -516,7 +603,7 @@ Return Value+ExecTrait at line 104 static string
getEditor(string|null $editor = null)
@@ -560,7 +647,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -598,13 +685,176 @@ 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(EntityTypeManagerInterface $entityTypeManager)
@@ -639,8 +889,8 @@ protected SymfonyStyle
+DrushCommands at line 60
protected DrushStyle
io()
SymfonyStyle | +DrushStyle |
protected DrushLoggerManager|null
+DrushCommands at line 72
DrushLoggerManager|null
logger()
@@ -705,7 +955,7 @@ protected void
printFile(string $file)
@@ -748,7 +998,7 @@
preHook(CommandData $commandData)
@@ -775,6 +1025,45 @@
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ protected
printFileTopic(CommandData $commandData)
@@ -816,7 +1105,7 @@ protected HandlerStack
getStack()
@@ -853,15 +1142,49 @@ ProcessManager
+ processManager()
+
+ This method overrides the trait in order to provide a more specific return type.
+ static EntityCommands
- create(ContainerInterface $container)
+
+ static AutowireTrait
+ create(ContainerInterface $container)
No description
- +Instantiates a new instance of the implementing class using autowiring.
void
delete(string $entity_type, $ids = null, array $options = ['bundle' => self::REQ, 'exclude' => self::REQ, 'chunks' => 50])
@@ -954,7 +1276,7 @@ void
doDelete(string $entity_type, array $ids)
@@ -1018,7 +1340,7 @@ void
loadSave(string $entity_type, $ids = null, array $options = ['bundle' => self::REQ, 'exclude' => self::REQ, 'chunks' => 50])
@@ -1070,7 +1392,7 @@ void
doSave(string $entity_type, array $ids)
@@ -1134,7 +1456,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 626f4e4f51..63df8c3fbf 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,6 +99,11 @@A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
+ protected + + | +$uri | ++ | from +ExecTrait | +
protected CommandData|null
@@ -253,6 +273,51 @@ 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
+
@@ -267,7 +332,7 @@
Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -312,6 +377,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands. from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -333,14 +409,25 @@
Methods
- static EntityCreateCommands
+ 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
@@ -357,7 +444,7 @@
Methodsvoid
- setValue(EntityInterface $entity, int|string $name, mixed $value)
+ setValue(ContentEntityInterface $entity, int|string $name, mixed $value)
@@ -372,7 +459,7 @@ No description Details+ExecTrait at line 28 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -418,7 +505,7 @@ Return Value
Return Value+ExecTrait at line 92 static bool
programExists($program)
@@ -477,7 +564,7 @@ Return Value+ExecTrait at line 104 static string
getEditor(string|null $editor = null)
@@ -521,7 +608,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -559,13 +646,176 @@ 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(EntityTypeManagerInterface $entityTypeManager, EntityFieldManagerInterface $entityFieldManager, AccountSwitcherInterface $accountSwitcher)
@@ -610,8 +860,8 @@ protected SymfonyStyle
+DrushCommands at line 60
protected DrushStyle
io()
SymfonyStyle | +DrushStyle |
protected DrushLoggerManager|null
+DrushCommands at line 72
DrushLoggerManager|null
logger()
@@ -676,7 +926,7 @@ protected void
printFile(string $file)
@@ -719,7 +969,7 @@
preHook(CommandData $commandData)
@@ -746,6 +996,45 @@
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ protected
printFileTopic(CommandData $commandData)
@@ -787,7 +1076,7 @@ protected HandlerStack
getStack()
@@ -824,15 +1113,49 @@ ProcessManager
+ processManager()
+
+ This method overrides the trait in order to provide a more specific return type.
+ static EntityCreateCommands
- create(ContainerInterface $container)
+
+ static AutowireTrait
+ create(ContainerInterface $container)
No description
- +Instantiates a new instance of the implementing class using autowiring.
string
createEntity(string $entity_type, $bundle, array $options = ['validate' => true, 'uid' => self::REQ, 'skip-fields' => self::REQ])
@@ -928,9 +1250,9 @@ protected void
- setValue(EntityInterface $entity, int|string $name, mixed $value)
+ setValue(ContentEntityInterface $entity, int|string $name, mixed $value)
EntityInterface | +ContentEntityInterface | $entity |
+ protected + + | +$uri | ++ | from +ExecTrait | +
protected CommandData|null
@@ -262,6 +277,51 @@ 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
+
@@ -277,7 +337,7 @@
Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -322,6 +382,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands. from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -339,6 +410,17 @@
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
@@ -392,7 +474,7 @@ Details+ExecTrait at line 28 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -438,7 +520,7 @@ Return Value
Return Value+ExecTrait at line 92 static bool
programExists($program)
@@ -497,7 +579,7 @@ Return Value+ExecTrait at line 104 static string
getEditor(string|null $editor = null)
@@ -541,7 +623,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -579,6 +661,169 @@ 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()
@@ -611,8 +856,8 @@ protected SymfonyStyle
+DrushCommands at line 60
protected DrushStyle
io()
SymfonyStyle | +DrushStyle |
protected DrushLoggerManager|null
+DrushCommands at line 72
DrushLoggerManager|null
logger()
@@ -677,7 +922,7 @@ protected void
printFile(string $file)
@@ -720,7 +965,7 @@
preHook(CommandData $commandData)
@@ -747,6 +992,45 @@
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ protected
printFileTopic(CommandData $commandData)
@@ -788,7 +1072,7 @@ protected HandlerStack
getStack()
@@ -825,13 +1109,46 @@ ProcessManager
+ processManager()
+
+ This method overrides the trait in order to provide a more specific return type.
+ void
flush($style_names, $options = ['all' => false])
@@ -878,7 +1195,7 @@ void
interactFlush(InputInterface $input, $output)
@@ -926,7 +1243,7 @@ void
postInit(InputInterface $input, AnnotationData $annotationData)
@@ -974,7 +1291,7 @@
derive($style_name, $source)
diff --git a/api/Drush/Commands/core/LanguageCommands.html b/api/Drush/Commands/core/LanguageCommands.html
index a2687418fa..e615a73a18 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,6 +99,11 @@A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
+ protected + + | +$uri | ++ | from +ExecTrait | +
protected CommandData|null
@@ -262,6 +282,51 @@ 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
+
@@ -276,7 +341,7 @@
Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -321,6 +386,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands. from
+DrushCommands
+
+
+
printFileTopic(CommandData $commandData)
@@ -342,21 +418,32 @@
Methods
- LanguageManagerInterface
+ ProcessManager
-
+ This method overrides the trait in order to provide a more specific return type. from
+DrushCommands
- ModuleHandlerInterface
+ static AutowireTrait
- getModuleHandler()
+ create(ContainerInterface $container)
+
+
+ Instantiates a new instance of the implementing class using autowiring. from
+AutowireTrait
+
+
+ LanguageManagerInterface
+
+
+ getLanguageManager()
@@ -364,10 +451,10 @@ No description Methods
- static LanguageCommands
+ ModuleHandlerInterface
@@ -403,7 +490,7 @@ Details+ExecTrait at line 28 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -449,7 +536,7 @@ Return Value
Return Value+ExecTrait at line 92 static bool
programExists($program)
@@ -508,7 +595,7 @@ Return Value+ExecTrait at line 104 static string
getEditor(string|null $editor = null)
@@ -552,7 +639,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -590,13 +677,176 @@ 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(LanguageManagerInterface $languageManager, ModuleHandlerInterface $moduleHandler)
@@ -636,8 +886,8 @@ protected SymfonyStyle
+DrushCommands at line 60
protected DrushStyle
io()
SymfonyStyle | +DrushStyle |
protected DrushLoggerManager|null
+DrushCommands at line 72
DrushLoggerManager|null
logger()
@@ -702,7 +952,7 @@ protected void
printFile(string $file)
@@ -745,7 +995,7 @@
preHook(CommandData $commandData)
@@ -772,6 +1022,45 @@
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ protected
printFileTopic(CommandData $commandData)
@@ -813,7 +1102,7 @@ protected HandlerStack
getStack()
@@ -855,10 +1144,11 @@ LanguageManagerInterface
- getLanguageManager()
+
+
+ ProcessManager
+ processManager()
@@ -866,8 +1156,7 @@
- No description
-
+ This method overrides the trait in order to provide a more specific return type.
-
-
- ModuleHandlerInterface
- getModuleHandler()
+
+
+ static AutowireTrait
+ create(ContainerInterface $container)
@@ -899,16 +1189,25 @@
- No description
-
+ Instantiates a new instance of the implementing class using autowiring.
-
-
- static LanguageCommands
- create(ContainerInterface $container)
+
+
+ LanguageManagerInterface
+ getLanguageManager()
@@ -936,22 +1235,45 @@
+
+
+
+
+
+
+ ModuleHandlerInterface
+ getModuleHandler()
+
+
+
+
+
+
+ No description
+
+
+
-
+
void
add($langcode, $options = ['skip-translations' => false])
@@ -1013,7 +1335,7 @@ Return Value
-
+
RowsOfFields
info()
diff --git a/api/Drush/Commands/core/LinkHooks.html b/api/Drush/Commands/core/LinkHooks.html
index 4087d5cd7d..77076ee856 100644
--- a/api/Drush/Commands/core/LinkHooks.html
+++ b/api/Drush/Commands/core/LinkHooks.html
@@ -86,7 +86,7 @@ LinkHooks
final class
- LinkHooks extends DrushCommands (View source)
+ LinkHooks extends DrushCommands (View source)
@@ -99,6 +99,11 @@ Traits
+
+ A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
+
+
ProcessManagerAwareTrait
@@ -122,6 +127,11 @@ Traits
IO
+
+
+
+
@@ -183,6 +193,16 @@ Properties
+
+ protected
+
+
+ $uri
+
+ from
+ExecTrait
+
+
protected CommandData|null
@@ -244,6 +264,51 @@ 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
+
+
+
@@ -258,7 +323,7 @@ Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -303,6 +368,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -324,14 +400,25 @@ Methods
- static LinkHooks
+ 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
@@ -408,7 +495,7 @@ Details
+ExecTrait at line 28
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -454,7 +541,7 @@ Return Value
bool
- if browser was opened. FALSE if browser was disabled by the user or a
+
TRUE if browser was opened. FALSE if browser was disabled by the user or a
default browser could not be found.
@@ -469,7 +556,7 @@ Return Value
+ExecTrait at line 92
static bool
programExists($program)
@@ -513,7 +600,7 @@ Return Value
+ExecTrait at line 104
static string
getEditor(string|null $editor = null)
@@ -557,7 +644,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -595,13 +682,176 @@ 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(ModuleHandlerInterface $moduleHandler)
@@ -636,8 +886,8 @@ Parameters
- protected SymfonyStyle
+DrushCommands at line 60
+ protected DrushStyle
io()
@@ -654,7 +904,7 @@ Return Value
- SymfonyStyle
+ DrushStyle
@@ -669,8 +919,8 @@ Return Value
- protected DrushLoggerManager|null
+DrushCommands at line 72
+ DrushLoggerManager|null
logger()
@@ -702,7 +952,7 @@ Return Value
+DrushCommands at line 83
protected void
printFile(string $file)
@@ -745,7 +995,7 @@ Return Value
+DrushCommands at line 105
preHook(CommandData $commandData)
@@ -772,6 +1022,45 @@ Parameters
+
+
+
+
+
+
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+
+
+
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+
+
@@ -779,7 +1068,7 @@ Parameters
+DrushCommands at line 127
protected
printFileTopic(CommandData $commandData)
@@ -813,7 +1102,7 @@ Parameters
+DrushCommands at line 138
protected HandlerStack
getStack()
@@ -850,15 +1139,49 @@ See also
+
+
+
+
+
+
+
+ ProcessManager
+ processManager()
+
+
+
+
+
+
+
+ This method overrides the trait in order to provide a more specific return type.
+
+
-
- static LinkHooks
- create(ContainerInterface $container)
+
+ static AutowireTrait
+ create(ContainerInterface $container)
@@ -866,17 +1189,16 @@
- No description
-
+ Instantiates a new instance of the implementing class using autowiring.
-
+
void
hookOption(Command $command, AnnotationData $annotationData)
@@ -947,7 +1269,7 @@ Return Value
-
+
void
hookSetOptions(InputInterface $input)
@@ -990,7 +1312,7 @@ Return Value
-
+
array
hookFieldConfig(array $values, InputInterface $input)
@@ -1038,7 +1360,7 @@ Return Value
-
+
protected int
askLinkType()
@@ -1071,7 +1393,7 @@ Return Value
-
+
protected int
askAllowLinkText()
@@ -1104,7 +1426,7 @@ Return Value
-
+
protected bool
isInstalled()
diff --git a/api/Drush/Commands/core/LocaleCommands.html b/api/Drush/Commands/core/LocaleCommands.html
index 74827d3666..e73bab3ba8 100644
--- a/api/Drush/Commands/core/LocaleCommands.html
+++ b/api/Drush/Commands/core/LocaleCommands.html
@@ -86,7 +86,7 @@ LocaleCommands
final class
- LocaleCommands extends DrushCommands (View source)
+ LocaleCommands extends DrushCommands (View source)
@@ -99,6 +99,11 @@ Traits
+
+ A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
+
+
ProcessManagerAwareTrait
@@ -122,6 +127,11 @@ Traits
IO
+
+
+
+
@@ -237,6 +247,16 @@ Properties
+
+ protected
+
+
+ $uri
+
+ from
+ExecTrait
+
+
protected CommandData|null
@@ -298,6 +318,51 @@ 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
+
+
+
@@ -312,7 +377,7 @@ Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -357,6 +422,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -378,32 +454,32 @@ Methods
- LanguageManagerInterface
+ ProcessManager
-
+ This method overrides the trait in order to provide a more specific return type.
+ from
+DrushCommands
- ConfigFactoryInterface
+ static AutowireTrait
-
+ Instantiates a new instance of the implementing class using autowiring.
+ from
+AutowireTrait
- ModuleHandlerInterface
+ LanguageManagerInterface
@@ -411,10 +487,10 @@ Methods
- StateInterface
+ ConfigFactoryInterface
@@ -422,10 +498,10 @@ Methods
- static LocaleCommands
+ StateInterface
@@ -510,7 +586,7 @@ Details
+ExecTrait at line 28
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -556,7 +632,7 @@ Return Value
bool
- if browser was opened. FALSE if browser was disabled by the user or a
+
TRUE if browser was opened. FALSE if browser was disabled by the user or a
default browser could not be found.
@@ -571,7 +647,7 @@ Return Value
+ExecTrait at line 92
static bool
programExists($program)
@@ -615,7 +691,7 @@ Return Value
+ExecTrait at line 104
static string
getEditor(string|null $editor = null)
@@ -659,7 +735,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -697,13 +773,176 @@ 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(LanguageManagerInterface $languageManager, ConfigFactoryInterface $configFactory, ModuleHandlerInterface $moduleHandler, StateInterface $state)
@@ -753,8 +992,8 @@ Parameters
- protected SymfonyStyle
+DrushCommands at line 60
+ protected DrushStyle
io()
@@ -771,7 +1010,7 @@ Return Value
- SymfonyStyle
+ DrushStyle
@@ -786,8 +1025,8 @@ Return Value
- protected DrushLoggerManager|null
+DrushCommands at line 72
+ DrushLoggerManager|null
logger()
@@ -819,7 +1058,7 @@ Return Value
+DrushCommands at line 83
protected void
printFile(string $file)
@@ -862,7 +1101,7 @@ Return Value
+DrushCommands at line 105
preHook(CommandData $commandData)
@@ -889,6 +1128,45 @@ Parameters
+
+
+
+
+
+
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+
+
+
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+
+
@@ -896,7 +1174,7 @@ Parameters
+DrushCommands at line 127
protected
printFileTopic(CommandData $commandData)
@@ -930,7 +1208,7 @@ Parameters
+DrushCommands at line 138
protected HandlerStack
getStack()
@@ -972,10 +1250,11 @@ See also
-
-
- protected LanguageManagerInterface
- getLanguageManager()
+
+
+ ProcessManager
+ processManager()
@@ -983,8 +1262,7 @@
- No description
-
+ This method overrides the trait in order to provide a more specific return type.
-
-
- protected ConfigFactoryInterface
- getConfigFactory()
+
+
+ static AutowireTrait
+ create(ContainerInterface $container)
@@ -1016,16 +1295,25 @@
- No description
-
+ Instantiates a new instance of the implementing class using autowiring.
-
-
- ModuleHandlerInterface
- getModuleHandler()
+
+
+ protected LanguageManagerInterface
+ getLanguageManager()
@@ -1058,7 +1346,7 @@ Return Value
- ModuleHandlerInterface
+ LanguageManagerInterface
@@ -1071,10 +1359,10 @@ Return Value
-
-
- StateInterface
- getState()
+
+
+ protected ConfigFactoryInterface
+ getConfigFactory()
@@ -1091,7 +1379,7 @@ Return Value
- StateInterface
+ ConfigFactoryInterface
@@ -1104,10 +1392,10 @@ Return Value
-
-
- static LocaleCommands
- create(ContainerInterface $container)
+
+
+ StateInterface
+ getState()
@@ -1119,22 +1407,12 @@
-
+
void
check()
@@ -1180,7 +1458,7 @@ Return Value
-
+
void
clearStatus()
@@ -1212,7 +1490,7 @@ Return Value
-
+
void
update($options = ['langcodes' => self::REQ])
@@ -1285,7 +1563,7 @@ See also
-
+
void
export($langcode = null, $options = ['template' => false, 'types' => self::REQ])
@@ -1332,7 +1610,7 @@ Return Value
-
+
void
exportValidate(CommandData $commandData)
@@ -1374,7 +1652,7 @@ Return Value
-
+
importAll($directory, $options = ['type' => self::REQ, 'override' => self::REQ])
@@ -1421,7 +1699,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 6e9ed85551..ef28c0bf29 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 implements SiteAliasManagerAwareInterface (View source)
+ LoginCommands extends DrushCommands (View source)
@@ -102,11 +102,6 @@ Traits
A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
-
-
-
- SiteAliasManagerAwareTrait
-
@@ -137,6 +132,11 @@ Traits
IO
+
+
+
+
@@ -207,6 +207,16 @@ Properties
+
+ protected
+
+
+ $uri
+
+ from
+ExecTrait
+
+
protected CommandData|null
@@ -268,13 +278,58 @@ 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
+
+
+
- __construct(BootstrapManager $bootstrapManager)
+ __construct(BootstrapManager $bootstrapManager, SiteAliasManagerInterface $siteAliasManager)
No description
@@ -282,7 +337,7 @@ Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -327,6 +382,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -344,6 +410,17 @@ 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
@@ -376,7 +453,7 @@ Details
+ExecTrait at line 28
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -422,7 +499,7 @@ Return Value
bool
- if browser was opened. FALSE if browser was disabled by the user or a
+
TRUE if browser was opened. FALSE if browser was disabled by the user or a
default browser could not be found.
@@ -437,7 +514,7 @@ Return Value
+ExecTrait at line 92
static bool
programExists($program)
@@ -481,7 +558,7 @@ Return Value
+ExecTrait at line 104
static string
getEditor(string|null $editor = null)
@@ -525,7 +602,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -563,15 +640,178 @@ 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(BootstrapManager $bootstrapManager)
+ __construct(BootstrapManager $bootstrapManager, SiteAliasManagerInterface $siteAliasManager)
@@ -590,6 +830,11 @@ Parameters
BootstrapManager
$bootstrapManager
+
+
+ SiteAliasManagerInterface
+ $siteAliasManager
+
@@ -604,8 +849,8 @@ Parameters
- protected SymfonyStyle
+DrushCommands at line 60
+ protected DrushStyle
io()
@@ -622,7 +867,7 @@ Return Value
- SymfonyStyle
+ DrushStyle
@@ -637,8 +882,8 @@ Return Value
- protected DrushLoggerManager|null
+DrushCommands at line 72
+ DrushLoggerManager|null
logger()
@@ -670,7 +915,7 @@ Return Value
+DrushCommands at line 83
protected void
printFile(string $file)
@@ -713,7 +958,7 @@ Return Value
+DrushCommands at line 105
preHook(CommandData $commandData)
@@ -740,6 +985,45 @@ Parameters
+
+
+
+
+
+
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+
+
+
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+
+
@@ -747,7 +1031,7 @@ Parameters
+DrushCommands at line 127
protected
printFileTopic(CommandData $commandData)
@@ -781,7 +1065,7 @@ Parameters
+DrushCommands at line 138
protected HandlerStack
getStack()
@@ -818,6 +1102,39 @@ See also
+
+
+
+
+
+
+
+ ProcessManager
+ processManager()
+
+
+
+
+
+
+
+ This method overrides the trait in order to provide a more specific return type.
+
+
@@ -825,7 +1142,7 @@ See also
+AutowireTrait at line 27
static AutowireTrait
create(ContainerInterface $container)
@@ -867,7 +1184,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 5b51b6bbd2..071cea405e 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,6 +127,11 @@ Traits
IO
+
+
+
+
@@ -224,6 +229,16 @@ Properties
+
+ protected
+
+
+ $uri
+
+ from
+ExecTrait
+
+
protected CommandData|null
@@ -285,6 +300,51 @@ 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
+
+
+
@@ -299,7 +359,7 @@ Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -344,6 +404,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -361,6 +432,17 @@ 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
@@ -424,7 +506,7 @@ Details
+ExecTrait at line 28
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -470,7 +552,7 @@ Return Value
bool
- if browser was opened. FALSE if browser was disabled by the user or a
+
TRUE if browser was opened. FALSE if browser was disabled by the user or a
default browser could not be found.
@@ -485,7 +567,7 @@ Return Value
+ExecTrait at line 92
static bool
programExists($program)
@@ -529,7 +611,7 @@ Return Value
+ExecTrait at line 104
static string
getEditor(string|null $editor = null)
@@ -573,7 +655,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -611,13 +693,176 @@ 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(StateInterface $state)
@@ -652,8 +897,8 @@ Parameters
- protected SymfonyStyle
+DrushCommands at line 60
+ protected DrushStyle
io()
@@ -670,7 +915,7 @@ Return Value
- SymfonyStyle
+ DrushStyle
@@ -685,8 +930,8 @@ Return Value
- protected DrushLoggerManager|null
+DrushCommands at line 72
+ DrushLoggerManager|null
logger()
@@ -718,7 +963,7 @@ Return Value
+DrushCommands at line 83
protected void
printFile(string $file)
@@ -761,7 +1006,7 @@ Return Value
+DrushCommands at line 105
preHook(CommandData $commandData)
@@ -788,6 +1033,45 @@ Parameters
+
+
+
+
+
+
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+
+
+
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+
+
@@ -795,7 +1079,7 @@ Parameters
+DrushCommands at line 127
protected
printFileTopic(CommandData $commandData)
@@ -829,7 +1113,7 @@ Parameters
+DrushCommands at line 138
protected HandlerStack
getStack()
@@ -866,6 +1150,39 @@ See also
+
+
+
+
+
+
+
+ ProcessManager
+ processManager()
+
+
+
+
+
+
+
+ This method overrides the trait in order to provide a more specific return type.
+
+
@@ -873,7 +1190,7 @@ See also
+AutowireTrait at line 27
static AutowireTrait
create(ContainerInterface $container)
@@ -915,7 +1232,7 @@ Return Value
-
+
StateInterface
getState()
@@ -948,7 +1265,7 @@ Return Value
-
+
string
get()
@@ -980,7 +1297,7 @@ Return Value
-
+
void
set(string $value)
@@ -1022,7 +1339,7 @@ Return Value
-
+
int
status()
diff --git a/api/Drush/Commands/core/MessengerCommands.html b/api/Drush/Commands/core/MessengerCommands.html
index 1307985198..9329247a32 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,6 +99,11 @@ Traits
+
+ A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
+
+
ProcessManagerAwareTrait
@@ -122,6 +127,11 @@ Traits
IO
+
+
+
+
@@ -183,6 +193,16 @@ Properties
+
+ protected
+
+
+ $uri
+
+ from
+ExecTrait
+
+
protected CommandData|null
@@ -244,6 +264,51 @@ 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
+
+
+
@@ -258,7 +323,7 @@ Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -303,6 +368,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -324,14 +400,25 @@ Methods
- static MessengerCommands
+ 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
@@ -375,7 +462,7 @@ Details
+ExecTrait at line 28
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -421,7 +508,7 @@ Return Value
bool
- if browser was opened. FALSE if browser was disabled by the user or a
+
TRUE if browser was opened. FALSE if browser was disabled by the user or a
default browser could not be found.
@@ -436,7 +523,7 @@ Return Value
+ExecTrait at line 92
static bool
programExists($program)
@@ -480,7 +567,7 @@ Return Value
+ExecTrait at line 104
static string
getEditor(string|null $editor = null)
@@ -524,7 +611,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -562,13 +649,176 @@ 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(MessengerInterface $messenger)
@@ -603,8 +853,8 @@ Parameters
- protected SymfonyStyle
+DrushCommands at line 60
+ protected DrushStyle
io()
@@ -621,7 +871,7 @@ Return Value
- SymfonyStyle
+ DrushStyle
@@ -636,8 +886,8 @@ Return Value
- protected DrushLoggerManager|null
+DrushCommands at line 72
+ DrushLoggerManager|null
logger()
@@ -669,7 +919,7 @@ Return Value
+DrushCommands at line 83
protected void
printFile(string $file)
@@ -712,7 +962,7 @@ Return Value
+DrushCommands at line 105
preHook(CommandData $commandData)
@@ -739,6 +989,45 @@ Parameters
+
+
+
+
+
+
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+
+
+
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+
+
@@ -746,7 +1035,7 @@ Parameters
+DrushCommands at line 127
protected
printFileTopic(CommandData $commandData)
@@ -780,7 +1069,7 @@ Parameters
+DrushCommands at line 138
protected HandlerStack
getStack()
@@ -817,15 +1106,49 @@ See also
+
+
ProcessManager
+ processManager()
+
+ This method overrides the trait in order to provide a more specific return type.
+ static MessengerCommands
- create(ContainerInterface $container)
+
+ static AutowireTrait
+ create(ContainerInterface $container)
No description
- +Instantiates a new instance of the implementing class using autowiring.
void
pre()
@@ -899,7 +1221,7 @@ void
post()
@@ -932,7 +1254,7 @@ void
log()
diff --git a/api/Drush/Commands/core/MigrateRunnerCommands.html b/api/Drush/Commands/core/MigrateRunnerCommands.html
index fe3c146a77..c4149662cb 100644
--- a/api/Drush/Commands/core/MigrateRunnerCommands.html
+++ b/api/Drush/Commands/core/MigrateRunnerCommands.html
@@ -86,15 +86,13 @@ class - MigrateRunnerCommands extends DrushCommands implements ConfigAwareInterface (View source) + MigrateRunnerCommands extends DrushCommands (View source)
-Migrate runner commands.
A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
+ protected + + | +$uri | ++ | from +ExecTrait | +|||
protected CommandData|null
@@ -205,20 +213,20 @@ PropertiesDrushCommands |
||||||
- protected KeyValueStoreInterface + | + protected MigrationPluginManagerInterface|null | -$keyValue | -The key-value store service. |
+ $migrationPluginManager | +||
- protected MigrationPluginManagerInterface|null + | + protected KeyValueStoreInterface | -$migrationPluginManager | +$keyValue |
bool | -if browser was opened. FALSE if browser was disabled by the user or a + | TRUE if browser was opened. FALSE if browser was disabled by the user or a default browser could not be found. |
static bool
programExists($program)
@@ -677,7 +752,7 @@ static string
getEditor(string|null $editor = null)
@@ -721,7 +796,7 @@ DrushConfig
getConfig()
@@ -759,13 +834,176 @@ 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(DateFormatterInterface $dateFormatter, KeyValueFactoryInterface $keyValueFactory)
@@ -805,8 +1043,8 @@ protected SymfonyStyle
+DrushCommands at line 60
protected DrushStyle
io()
SymfonyStyle | +DrushStyle |
protected DrushLoggerManager|null
+DrushCommands at line 72
DrushLoggerManager|null
logger()
@@ -871,7 +1109,7 @@ protected void
printFile(string $file)
@@ -914,7 +1152,7 @@
preHook(CommandData $commandData)
@@ -941,6 +1179,45 @@
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ protected
printFileTopic(CommandData $commandData)
@@ -982,7 +1259,7 @@ protected HandlerStack
getStack()
@@ -1019,15 +1296,49 @@ ProcessManager
+ processManager()
+
+ This method overrides the trait in order to provide a more specific return type.
+ static MigrateRunnerCommands
- create(ContainerInterface $container)
+
+ static AutowireTrait
+ create(ContainerInterface $container)
No description
- +Instantiates a new instance of the implementing class using autowiring.
setMigrationPluginManager(MigrationPluginManagerInterface $migrationPluginManager)
@@ -1101,7 +1411,7 @@ RowsOfFields
status(string|null $migrationIds = null, array $options = ['tag' => self::REQ, 'format' => 'table'])
@@ -1148,7 +1458,7 @@ protected int|null
getMigrationSourceRowsCount(MigrationInterface $migration)
@@ -1191,7 +1501,7 @@ protected int
getMigrationNeedingUpdateCount(MigrationInterface $migration)
@@ -1233,7 +1543,7 @@ protected int|null
getMigrationUnprocessedCount(MigrationInterface $migration)
@@ -1275,7 +1585,7 @@ protected int|null
getMigrationImportedCount(MigrationInterface $migration)
@@ -1317,7 +1627,7 @@ protected string
getMigrationLastImportedTime(MigrationInterface $migration)
@@ -1359,7 +1669,7 @@ protected array
padTableRow(array $row, array $fields)
@@ -1406,7 +1716,7 @@ 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])
@@ -1462,7 +1772,7 @@ protected void
executeMigration(MigrationInterface $migration, string $migrationId, array $userData)
@@ -1524,7 +1834,7 @@ void
rollback(string|null $migrationIds = null, array $options = ['all' => false, 'tag' => self::REQ, 'feedback' => self::REQ, 'idlist' => self::REQ, 'progress' => true])
@@ -1580,7 +1890,7 @@ void
stop(string $migrationId)
@@ -1631,7 +1941,7 @@ void
resetStatus(string $migrationId)
@@ -1682,7 +1992,7 @@ RowsOfFields
messages(string $migrationId, array $options = ['idlist' => self::REQ, 'format' => 'table'])
@@ -1738,7 +2048,7 @@ protected array
preprocessMessageRow(StdClass $row, array $sourceIdKeys)
@@ -1797,7 +2107,7 @@ RowsOfFields
fieldsSource(string $migrationId, $options = ['format' => 'table'])
@@ -1853,7 +2163,7 @@ protected array
getMigrationList(string|null $migrationIds, string|null $tags)
@@ -1911,7 +2221,7 @@ protected MigrateMessageInterface
getMigrateMessage()
@@ -1943,7 +2253,7 @@ protected array
getSourceIdKeys(MigrateIdMapInterface $idMap)
@@ -1985,7 +2295,7 @@ CommandError|null
validateMigrationId(CommandData $commandData)
diff --git a/api/Drush/Commands/core/MkCommands.html b/api/Drush/Commands/core/MkCommands.html
index 6f6d2ee84d..4780be7057 100644
--- a/api/Drush/Commands/core/MkCommands.html
+++ b/api/Drush/Commands/core/MkCommands.html
@@ -86,7 +86,7 @@ final class - MkCommands extends DrushCommands implements SiteAliasManagerAwareInterface (View source) + MkCommands extends DrushCommands (View source)
@@ -99,11 +99,6 @@+ protected + + | +$uri | ++ | from +ExecTrait | +|||||||||||
protected CommandData|null
@@ -249,21 +259,67 @@ 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
+
- __construct(ContainerInterface $container, ContainerInterface $drush_container)
+ __construct()
-
+ No description from
+DrushCommands
- SymfonyStyle
+ DrushStyle
io()
@@ -308,6 +364,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands. from
+DrushCommands
+
+
+
printFileTopic(CommandData $commandData)
@@ -329,14 +396,14 @@
Methods
- static MkCommands
+ ProcessManager
- create(ContainerInterface $container, ContainerInterface $drush_container)
+ processManager()
-
-
+ No description -This method overrides the trait in order to provide a more specific return type. from
+DrushCommands
@@ -548,7 +615,7 @@
Details+ExecTrait at line 28 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -594,7 +661,7 @@ Return Value
Return Value+ExecTrait at line 92 static bool
programExists($program)
@@ -653,7 +720,7 @@ Return Value+ExecTrait at line 104 static string
getEditor(string|null $editor = null)
@@ -697,7 +764,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -740,10 +807,11 @@ See also
-
+
-
-
+
+
|
No description
- +Configure the prompt fallbacks.
++ protected + + | +$uri | ++ | from +ExecTrait | +
protected CommandData|null
@@ -244,6 +259,51 @@ 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
+
@@ -259,7 +319,7 @@
Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -304,6 +364,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands. from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -321,6 +392,17 @@
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
@@ -395,7 +477,7 @@ Details+ExecTrait at line 28 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -441,7 +523,7 @@ Return Value
Return Value+ExecTrait at line 92 static bool
programExists($program)
@@ -500,7 +582,7 @@ Return Value+ExecTrait at line 104 static string
getEditor(string|null $editor = null)
@@ -544,7 +626,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -582,6 +664,169 @@ 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()
@@ -614,8 +859,8 @@ protected SymfonyStyle
+DrushCommands at line 60
protected DrushStyle
io()
SymfonyStyle | +DrushStyle |
protected DrushLoggerManager|null
+DrushCommands at line 72
DrushLoggerManager|null
logger()
@@ -680,7 +925,7 @@ protected void
printFile(string $file)
@@ -723,7 +968,7 @@
preHook(CommandData $commandData)
@@ -750,6 +995,45 @@
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ protected
printFileTopic(CommandData $commandData)
@@ -791,7 +1075,7 @@ protected HandlerStack
getStack()
@@ -828,13 +1112,46 @@ ProcessManager
+ processManager()
+
+ This method overrides the trait in order to provide a more specific return type.
+ void
optionsetNotify()
@@ -867,7 +1184,7 @@ void
registerShutdown(CommandData $commandData)
@@ -910,7 +1227,7 @@ void
shutdown(CommandData $commandData)
@@ -953,7 +1270,7 @@ static void
shutdownSend(string $msg, CommandData $commandData)
@@ -1001,7 +1318,7 @@ static bool
shutdownSendText(string $msg, CommandData $commandData)
@@ -1049,7 +1366,7 @@ static bool
isAllowed()
diff --git a/api/Drush/Commands/core/PhpCommands.html b/api/Drush/Commands/core/PhpCommands.html
index 1a18c97b57..480b5b5b5b 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,6 +127,11 @@+ protected + + | +$uri | ++ | from +ExecTrait | +
protected CommandData|null
@@ -267,6 +282,51 @@ 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
+
@@ -282,7 +342,7 @@
Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -327,6 +387,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands. from
+DrushCommands
+
+
+
printFileTopic(CommandData $commandData)
@@ -348,6 +419,17 @@
Methods
+ ProcessManager
+
+
+ processManager()
+
+
+ This method overrides the trait in order to provide a more specific return type. from
+DrushCommands
+
+
@@ -375,7 +457,7 @@ Details+ExecTrait at line 28 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -421,7 +503,7 @@ Return Value
Return Value+ExecTrait at line 92 static bool
programExists($program)
@@ -480,7 +562,7 @@ Return Value+ExecTrait at line 104 static string
getEditor(string|null $editor = null)
@@ -524,7 +606,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -562,6 +644,169 @@ 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()
@@ -594,8 +839,8 @@ protected SymfonyStyle
+DrushCommands at line 60
protected DrushStyle
io()
SymfonyStyle | +DrushStyle |
protected DrushLoggerManager|null
+DrushCommands at line 72
DrushLoggerManager|null
logger()
@@ -660,7 +905,7 @@ protected void
printFile(string $file)
@@ -703,7 +948,7 @@
preHook(CommandData $commandData)
@@ -730,6 +975,45 @@
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ protected
printFileTopic(CommandData $commandData)
@@ -771,7 +1055,7 @@ protected HandlerStack
getStack()
@@ -808,13 +1092,46 @@ ProcessManager
+ processManager()
+
+ This method overrides the trait in order to provide a more specific return type.
+
evaluate($code, $options = ['format' => 'var_dump'])
@@ -852,7 +1169,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 a31fb98fa7..01bb966f6a 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,6 +99,11 @@A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
- VALIDATE_QUEUE - | -
- - - |
|||||||||||||||||||||||||
@@ -219,32 +220,24 @@ 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
+
@@ -321,7 +359,7 @@
Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -366,6 +404,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands. from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -387,14 +436,25 @@
Methods
- static QueueCommands
+ 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
@@ -450,16 +510,6 @@
Methods
-
-
-
- validateQueueName(CommandData $commandData)
-
-
-
- Validate that a queue exists.
-
array
@@ -500,7 +550,7 @@ Details+ExecTrait at line 28 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -546,7 +596,7 @@ Return Value
Return Value+ExecTrait at line 92 static bool
programExists($program)
@@ -605,7 +655,7 @@ Return Value+ExecTrait at line 104 static string
getEditor(string|null $editor = null)
@@ -649,7 +699,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -687,13 +737,176 @@ 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(QueueWorkerManagerInterface $workerManager, QueueFactory $queueService)
@@ -733,8 +946,8 @@ protected SymfonyStyle
+DrushCommands at line 60
protected DrushStyle
io()
SymfonyStyle | +DrushStyle |
protected DrushLoggerManager|null
+DrushCommands at line 72
DrushLoggerManager|null
logger()
@@ -799,7 +1012,7 @@ protected void
printFile(string $file)
@@ -842,7 +1055,7 @@
preHook(CommandData $commandData)
@@ -869,6 +1082,45 @@
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ protected
printFileTopic(CommandData $commandData)
@@ -910,7 +1162,7 @@ protected HandlerStack
getStack()
@@ -947,15 +1199,49 @@ ProcessManager
+ processManager()
+
+ This method overrides the trait in order to provide a more specific return type.
+ static QueueCommands
- create(ContainerInterface $container)
+
+ static AutowireTrait
+ create(ContainerInterface $container)
No description
- +Instantiates a new instance of the implementing class using autowiring.
QueueWorkerManagerInterface
getWorkerManager()
@@ -1029,7 +1314,7 @@ QueueFactory
getQueueService()
@@ -1062,7 +1347,7 @@ void
run(string $name, $options = ['time-limit' => self::REQ, 'items-limit' => self::REQ, 'lease-time' => self::REQ])
@@ -1109,7 +1394,7 @@ RowsOfFields
qList($options = ['format' => 'table'])
@@ -1151,7 +1436,7 @@ void
delete($name)
@@ -1187,46 +1472,13 @@
- validateQueueName(CommandData $commandData)
-
- Validate that a queue exists.
- array
getQueues()
@@ -1259,7 +1511,7 @@ QueueInterface
getQueue($name)
@@ -1302,7 +1554,7 @@ void
queueComplete(CompletionInput $input, CompletionSuggestions $suggestions)
diff --git a/api/Drush/Commands/core/RoleCommands.html b/api/Drush/Commands/core/RoleCommands.html
index 8e7de82576..aa57a310ad 100644
--- a/api/Drush/Commands/core/RoleCommands.html
+++ b/api/Drush/Commands/core/RoleCommands.html
@@ -86,7 +86,7 @@ final class - RoleCommands extends DrushCommands implements SiteAliasManagerAwareInterface (View source) + RoleCommands extends DrushCommands (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,22 +309,66 @@ 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
+ from
-DrushCommands
+
- SymfonyStyle
+ DrushStyle
io()
@@ -354,6 +413,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands. from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -372,13 +442,35 @@
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
- create($machine_name, $human_readable_name = null)
+ createRole($machine_name, $human_readable_name = null)
@@ -454,7 +546,7 @@ Create a new role. Details+ExecTrait at line 28 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -500,7 +592,7 @@ Return Value
Return Value+ExecTrait at line 92 static bool
programExists($program)
@@ -559,7 +651,7 @@ Return Value+ExecTrait at line 104 static string
getEditor(string|null $editor = null)
@@ -603,7 +695,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -641,16 +733,178 @@ 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()
+ __construct(SiteAliasManagerInterface $siteAliasManager)
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ protected
printFileTopic(CommandData $commandData)
@@ -850,7 +1153,7 @@ protected HandlerStack
getStack()
@@ -887,15 +1190,91 @@ 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.
+
- create($machine_name, $human_readable_name = null)
+ createRole($machine_name, $human_readable_name = null)
void
delete($machine_name)
@@ -973,7 +1352,7 @@ void
roleAddPerm($machine_name, $permissions)
@@ -1020,7 +1399,7 @@ void
roleRemovePerm($machine_name, $permissions)
@@ -1067,7 +1446,7 @@ RowsOfFields
roleList($options = ['format' => 'yaml'])
@@ -1109,7 +1488,7 @@ string
renderPermsCell($key, $cellData, FormatterOptions $options)
@@ -1162,7 +1541,7 @@ void
roleComplete(CompletionInput $input, CompletionSuggestions $suggestions)
diff --git a/api/Drush/Commands/core/RsyncCommands.html b/api/Drush/Commands/core/RsyncCommands.html
index 6ee92b03bb..e29c619df8 100644
--- a/api/Drush/Commands/core/RsyncCommands.html
+++ b/api/Drush/Commands/core/RsyncCommands.html
@@ -86,7 +86,7 @@ final class - RsyncCommands extends DrushCommands implements SiteAliasManagerAwareInterface (View source) + RsyncCommands extends DrushCommands (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,13 +300,58 @@ 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
+ Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -344,6 +404,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands. from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -362,6 +433,28 @@
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
@@ -428,7 +521,7 @@ Details+ExecTrait at line 28 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -474,7 +567,7 @@ Return Value
Return Value+ExecTrait at line 92 static bool
programExists($program)
@@ -533,7 +626,7 @@ Return Value+ExecTrait at line 104 static string
getEditor(string|null $editor = null)
@@ -577,7 +670,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -615,15 +708,178 @@ 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()
+ __construct(SiteAliasManagerInterface $siteAliasManager)
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ protected
printFileTopic(CommandData $commandData)
@@ -823,7 +1128,7 @@ protected HandlerStack
getStack()
@@ -860,13 +1165,89 @@ 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'])
@@ -923,7 +1304,7 @@ string
rsyncOptions($options)
@@ -966,7 +1347,7 @@ void
preCommandEvent(ConsoleCommandEvent $event)
@@ -1012,7 +1393,7 @@ protected
injectAliasPathParameterOptions($input, $parameterName)
@@ -1051,7 +1432,7 @@ void
validate(CommandData $commandData)
diff --git a/api/Drush/Commands/core/RunserverCommands.html b/api/Drush/Commands/core/RunserverCommands.html
index cde7407f36..3906976633 100644
--- a/api/Drush/Commands/core/RunserverCommands.html
+++ b/api/Drush/Commands/core/RunserverCommands.html
@@ -86,7 +86,7 @@ final class - RunserverCommands extends DrushCommands implements ConfigAwareInterface (View source) + RunserverCommands extends DrushCommands (View source)
@@ -102,16 +102,6 @@- protected CommandData|null + | + protected | -$commandData | +$uri | - | from -DrushCommands | +|
- protected + | + protected CommandData|null | -$uri | +$commandData | - | + | from +DrushCommands |
Configure the prompt fallbacks.
Prompt the user until the given validation callback passes.
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)
@@ -441,7 +503,7 @@ bool | -if browser was opened. FALSE if browser was disabled by the user or a + | TRUE if browser was opened. FALSE if browser was disabled by the user or a default browser could not be found. |
static bool
programExists($program)
@@ -500,7 +562,7 @@ static string
getEditor(string|null $editor = null)
@@ -544,7 +606,7 @@ DrushConfig
getConfig()
@@ -582,6 +644,169 @@ 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()
@@ -614,8 +839,8 @@ protected SymfonyStyle
+DrushCommands at line 60
protected DrushStyle
io()
SymfonyStyle | +DrushStyle |
protected DrushLoggerManager|null
+DrushCommands at line 72
DrushLoggerManager|null
logger()
@@ -680,7 +905,7 @@ protected void
printFile(string $file)
@@ -723,7 +948,7 @@
preHook(CommandData $commandData)
@@ -750,6 +975,45 @@
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ protected
printFileTopic(CommandData $commandData)
@@ -791,7 +1055,7 @@ protected HandlerStack
getStack()
@@ -828,14 +1092,47 @@ 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)
@@ -923,7 +1229,7 @@ array
parseUri(string|null $uri)
diff --git a/api/Drush/Commands/core/SiteCommands.html b/api/Drush/Commands/core/SiteCommands.html
index 57595bc87b..19f713aa45 100644
--- a/api/Drush/Commands/core/SiteCommands.html
+++ b/api/Drush/Commands/core/SiteCommands.html
@@ -86,7 +86,7 @@ final class - SiteCommands extends DrushCommands implements SiteAliasManagerAwareInterface (View source) + SiteCommands extends DrushCommands (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
@@ -267,22 +282,66 @@ 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
+ from
-DrushCommands
+
- SymfonyStyle
+ DrushStyle
io()
@@ -327,6 +386,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands. from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -345,6 +415,28 @@
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
@@ -386,7 +478,7 @@ Details+ExecTrait at line 28 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -432,7 +524,7 @@ Return Value
Return Value+ExecTrait at line 92 static bool
programExists($program)
@@ -491,7 +583,7 @@ Return Value+ExecTrait at line 104 static string
getEditor(string|null $editor = null)
@@ -535,7 +627,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -573,16 +665,178 @@ 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()
+ __construct(SiteAliasManagerInterface $siteAliasManager)
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ protected
printFileTopic(CommandData $commandData)
@@ -782,7 +1085,7 @@ protected HandlerStack
getStack()
@@ -819,13 +1122,89 @@ 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')
@@ -868,7 +1247,7 @@ UnstructuredListData|null
siteAlias($site = null, array $options = ['format' => 'yaml'])
@@ -915,7 +1294,7 @@ protected array
siteAliasExportList(array $aliasList, $options)
diff --git a/api/Drush/Commands/core/SiteInstallCommands.html b/api/Drush/Commands/core/SiteInstallCommands.html
index 1586f6b70a..c2aa26e2a6 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,6 +99,11 @@A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
+ protected + + | +$uri | ++ | from +ExecTrait | +
protected CommandData|null
@@ -258,13 +278,58 @@ 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
+
- __construct(BootstrapManager $bootstrapManager, SiteAliasManager $siteAliasManager, ClassLoader $autoloader)
+ __construct(BootstrapManager $bootstrapManager, SiteAliasManagerInterface $siteAliasManager, ClassLoader $autoloader)
@@ -272,7 +337,7 @@ No description Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -317,6 +382,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands. from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -338,14 +414,25 @@
Methods
- static SiteInstallCommands
+ 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
@@ -450,7 +537,7 @@ Details+ExecTrait at line 28 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -496,7 +583,7 @@ Return Value
Return Value+ExecTrait at line 92 static bool
programExists($program)
@@ -555,7 +642,7 @@ Return Value+ExecTrait at line 104 static string
getEditor(string|null $editor = null)
@@ -599,7 +686,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -637,15 +724,178 @@ 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(BootstrapManager $bootstrapManager, SiteAliasManager $siteAliasManager, ClassLoader $autoloader)
+ __construct(BootstrapManager $bootstrapManager, SiteAliasManagerInterface $siteAliasManager, ClassLoader $autoloader)
protected SymfonyStyle
+DrushCommands at line 60
protected DrushStyle
io()
@@ -706,7 +956,7 @@ SymfonyStyle | +DrushStyle |
protected DrushLoggerManager|null
+DrushCommands at line 72
DrushLoggerManager|null
logger()
@@ -754,7 +1004,7 @@ protected void
printFile(string $file)
@@ -797,7 +1047,7 @@
preHook(CommandData $commandData)
@@ -824,6 +1074,45 @@
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ protected
printFileTopic(CommandData $commandData)
@@ -865,7 +1154,7 @@ protected HandlerStack
getStack()
@@ -907,10 +1196,11 @@ static SiteInstallCommands
- createEarly(ContainerInterface $drush_container)
+
+
+ ProcessManager
+ processManager()
@@ -918,8 +1208,40 @@
- No description
-
+ 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
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])
@@ -998,7 +1320,7 @@ void
taskCallback($install_state)
@@ -1041,7 +1363,7 @@ protected string|bool
determineProfile($profile, $options)
@@ -1089,7 +1411,7 @@ protected bool
hasConfigFiles($config)
@@ -1131,7 +1453,7 @@ void
validate(CommandData $commandData)
@@ -1174,7 +1496,7 @@ void
pre(CommandData $commandData)
@@ -1216,7 +1538,7 @@ protected
getSitesSubdirFromUri($root, $uri)
@@ -1255,7 +1577,7 @@ void
serverGlobals($drupal_base_url)
@@ -1308,7 +1630,7 @@ protected void
validateConfigDir(CommandData $commandData, $directory)
diff --git a/api/Drush/Commands/core/SshCommands.html b/api/Drush/Commands/core/SshCommands.html
index 5a6c8ebde1..c399e8214f 100644
--- a/api/Drush/Commands/core/SshCommands.html
+++ b/api/Drush/Commands/core/SshCommands.html
@@ -86,7 +86,7 @@ final class - SshCommands extends DrushCommands implements SiteAliasManagerAwareInterface (View source) + SshCommands extends DrushCommands (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
@@ -258,22 +273,66 @@ 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
+ from
-DrushCommands
+
- SymfonyStyle
+ DrushStyle
io()
@@ -318,6 +377,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands. from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -336,6 +406,28 @@
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
@@ -356,7 +448,7 @@ Details+ExecTrait at line 28 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -402,7 +494,7 @@ Return Value
Return Value+ExecTrait at line 92 static bool
programExists($program)
@@ -461,7 +553,7 @@ Return Value+ExecTrait at line 104 static string
getEditor(string|null $editor = null)
@@ -505,7 +597,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -543,16 +635,178 @@ 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()
+ __construct(SiteAliasManagerInterface $siteAliasManager)
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ protected
printFileTopic(CommandData $commandData)
@@ -752,7 +1055,7 @@ protected HandlerStack
getStack()
@@ -789,13 +1092,89 @@ 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 1cd7891876..0d9aeda96e 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,6 +99,11 @@A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
+ protected + + | +$uri | ++ | from +ExecTrait | +
protected CommandData|null
@@ -276,6 +296,51 @@ 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
+
@@ -290,7 +355,7 @@
Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -335,6 +400,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands. from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -356,14 +432,25 @@
Methods
- static StateCommands
+ 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
@@ -426,7 +513,7 @@ Details+ExecTrait at line 28 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -472,7 +559,7 @@ Return Value
Return Value+ExecTrait at line 92 static bool
programExists($program)
@@ -531,7 +618,7 @@ Return Value+ExecTrait at line 104 static string
getEditor(string|null $editor = null)
@@ -575,7 +662,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -613,13 +700,176 @@ 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(StateInterface $state)
@@ -654,8 +904,8 @@ protected SymfonyStyle
+DrushCommands at line 60
protected DrushStyle
io()
SymfonyStyle | +DrushStyle |
protected DrushLoggerManager|null
+DrushCommands at line 72
DrushLoggerManager|null
logger()
@@ -720,7 +970,7 @@ protected void
printFile(string $file)
@@ -763,7 +1013,7 @@
preHook(CommandData $commandData)
@@ -790,6 +1040,45 @@
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ protected
printFileTopic(CommandData $commandData)
@@ -831,7 +1120,7 @@ protected HandlerStack
getStack()
@@ -868,15 +1157,49 @@ ProcessManager
+ processManager()
+
+ This method overrides the trait in order to provide a more specific return type.
+ static StateCommands
- create(ContainerInterface $container)
+
+ static AutowireTrait
+ create(ContainerInterface $container)
No description
- +Instantiates a new instance of the implementing class using autowiring.
StateInterface
getState()
@@ -950,7 +1272,7 @@ PropertyList
get(string $key, $options = ['format' => 'string'])
@@ -997,7 +1319,7 @@ void
set(string $key, $value, $options = ['input-format' => 'auto'])
@@ -1049,7 +1371,7 @@ void
delete(string $key)
@@ -1091,7 +1413,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 41672b5a84..828166d5b7 100644
--- a/api/Drush/Commands/core/StatusCommands.html
+++ b/api/Drush/Commands/core/StatusCommands.html
@@ -86,7 +86,7 @@ final class - StatusCommands extends DrushCommands implements SiteAliasManagerAwareInterface (View source) + StatusCommands extends DrushCommands (View source)
@@ -99,11 +99,6 @@+ protected + + | +$uri | ++ | from +ExecTrait | +
protected CommandData|null
@@ -258,22 +268,66 @@ 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
+ from
-DrushCommands
+
- SymfonyStyle
+ DrushStyle
io()
@@ -318,6 +372,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands. from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -336,6 +401,27 @@
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.
@@ -400,7 +486,7 @@ Details+ExecTrait at line 28 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -446,7 +532,7 @@ Return Value
Return Value+ExecTrait at line 92 static bool
programExists($program)
@@ -505,7 +591,7 @@ Return Value+ExecTrait at line 104 static string
getEditor(string|null $editor = null)
@@ -549,7 +635,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -587,16 +673,178 @@ 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()
+ __construct(SiteAliasManagerInterface $siteAliasManager)
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ protected
printFileTopic(CommandData $commandData)
@@ -796,7 +1093,7 @@ protected HandlerStack
getStack()
@@ -833,13 +1130,88 @@ 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'])
@@ -881,7 +1253,7 @@ array
getPropertyList($options)
@@ -924,7 +1296,7 @@
renderStatusCell($key, $cellData, FormatterOptions $options)
@@ -968,7 +1340,7 @@ void
adjustStatusOptions(CommandData $commandData)
@@ -1011,7 +1383,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 45e3a8bcc5..531623a4f7 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,6 +122,11 @@+ protected + + | +$uri | ++ | from +ExecTrait | +
protected CommandData|null
@@ -253,6 +268,51 @@ 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
+
@@ -268,7 +328,7 @@
Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -313,6 +373,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands. from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -330,6 +401,17 @@
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
@@ -394,7 +476,7 @@ Details+ExecTrait at line 28 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -440,7 +522,7 @@ Return Value
Return Value+ExecTrait at line 92 static bool
programExists($program)
@@ -499,7 +581,7 @@ Return Value+ExecTrait at line 104 static string
getEditor(string|null $editor = null)
@@ -543,7 +625,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -581,6 +663,169 @@ 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()
@@ -613,8 +858,8 @@ protected SymfonyStyle
+DrushCommands at line 60
protected DrushStyle
io()
SymfonyStyle | +DrushStyle |
protected DrushLoggerManager|null
+DrushCommands at line 72
DrushLoggerManager|null
logger()
@@ -679,7 +924,7 @@ protected void
printFile(string $file)
@@ -722,7 +967,7 @@
preHook(CommandData $commandData)
@@ -749,6 +994,45 @@
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ protected
printFileTopic(CommandData $commandData)
@@ -790,7 +1074,7 @@ protected HandlerStack
getStack()
@@ -827,13 +1111,46 @@ ProcessManager
+ processManager()
+
+ This method overrides the trait in order to provide a more specific return type.
+ int
topic($topic_name)
@@ -875,7 +1192,7 @@ void
interact(InputInterface $input, OutputInterface $output)
@@ -923,7 +1240,7 @@ void
validate(CommandData $commandData)
@@ -966,7 +1283,7 @@ void
topicComplete(CompletionInput $input, CompletionSuggestions $suggestions)
@@ -1014,7 +1331,7 @@ static array
getAllTopics()
diff --git a/api/Drush/Commands/core/TwigCommands.html b/api/Drush/Commands/core/TwigCommands.html
index 424babbff7..2daa9fe7d9 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,6 +99,11 @@A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
+ protected + + | +$uri | ++ | from +ExecTrait | +
protected CommandData|null
@@ -271,13 +291,58 @@ 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
+
- __construct(TwigEnvironment $twig, ModuleHandlerInterface $moduleHandler, ExtensionList $extensionList, StateInterface $state, DrupalKernelInterface $kernel)
+ __construct(TwigEnvironment $twig, ModuleHandlerInterface $moduleHandler, ModuleExtensionList $extensionList, StateInterface $state, DrupalKernelInterface $kernel)
@@ -285,7 +350,7 @@ No description Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -330,6 +395,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands. from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -351,14 +427,25 @@
Methods
- static TwigCommands
+ 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
@@ -421,7 +508,7 @@ Details+ExecTrait at line 28 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -467,7 +554,7 @@ Return Value
Return Value+ExecTrait at line 92 static bool
programExists($program)
@@ -526,7 +613,7 @@ Return Value+ExecTrait at line 104 static string
getEditor(string|null $editor = null)
@@ -570,7 +657,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -608,15 +695,178 @@ 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(TwigEnvironment $twig, ModuleHandlerInterface $moduleHandler, ExtensionList $extensionList, StateInterface $state, DrupalKernelInterface $kernel)
+ __construct(TwigEnvironment $twig, ModuleHandlerInterface $moduleHandler, ModuleExtensionList $extensionList, StateInterface $state, DrupalKernelInterface $kernel)
protected SymfonyStyle
+DrushCommands at line 60
protected DrushStyle
io()
@@ -687,7 +937,7 @@ SymfonyStyle | +DrushStyle |
protected DrushLoggerManager|null
+DrushCommands at line 72
DrushLoggerManager|null
logger()
@@ -735,7 +985,7 @@ protected void
printFile(string $file)
@@ -778,7 +1028,7 @@
preHook(CommandData $commandData)
@@ -805,6 +1055,45 @@
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ protected
printFileTopic(CommandData $commandData)
@@ -846,7 +1135,7 @@ protected HandlerStack
getStack()
@@ -883,15 +1172,49 @@ ProcessManager
+ processManager()
+
+ This method overrides the trait in order to provide a more specific return type.
+ static TwigCommands
- create(ContainerInterface $container)
+
+ static AutowireTrait
+ create(ContainerInterface $container)
No description
- +Instantiates a new instance of the implementing class using autowiring.
TwigEnvironment
getTwig()
@@ -965,7 +1287,7 @@ ModuleHandlerInterface
getModuleHandler()
@@ -998,7 +1320,7 @@ RowsOfFields
unused($searchpaths)
@@ -1041,7 +1363,7 @@ void
twigCompile()
@@ -1073,7 +1395,7 @@ void
twigDebug(string $mode)
diff --git a/api/Drush/Commands/core/UpdateDBCommands.html b/api/Drush/Commands/core/UpdateDBCommands.html
index c31760c17e..1d3a8408bb 100644
--- a/api/Drush/Commands/core/UpdateDBCommands.html
+++ b/api/Drush/Commands/core/UpdateDBCommands.html
@@ -86,7 +86,7 @@ final class - UpdateDBCommands extends DrushCommands implements SiteAliasManagerAwareInterface (View source) + UpdateDBCommands extends DrushCommands (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,22 +291,66 @@ 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
+ from
-DrushCommands
+
- SymfonyStyle
+ DrushStyle
io()
@@ -336,6 +395,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands. from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -354,6 +424,28 @@
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
@@ -487,7 +579,7 @@ Details+ExecTrait at line 28 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -533,7 +625,7 @@ Return Value
Return Value+ExecTrait at line 92 static bool
programExists($program)
@@ -592,7 +684,7 @@ Return Value+ExecTrait at line 104 static string
getEditor(string|null $editor = null)
@@ -636,7 +728,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -674,16 +766,178 @@ 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()
+ __construct(SiteAliasManagerInterface $siteAliasManager)
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ protected
printFileTopic(CommandData $commandData)
@@ -883,7 +1186,7 @@ protected HandlerStack
getStack()
@@ -920,13 +1223,89 @@ 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])
@@ -968,7 +1347,7 @@ RowsOfFields|null
updatedbStatus($options = ['format' => 'table'])
@@ -1010,7 +1389,7 @@ UnstructuredListData
process(string $batch_id, $options = ['format' => 'json'])
@@ -1057,7 +1436,7 @@ static void
updateDoOne(string $module, int $number, array $dependency_map, array $context)
@@ -1121,7 +1500,7 @@ static void
updateDoOnePostUpdate(string $function, array $context)
@@ -1169,7 +1548,7 @@ void
updateFinished(bool $success, array $results, array $operations)
@@ -1221,7 +1600,7 @@ bool
updateBatch()
@@ -1253,7 +1632,7 @@ static void
restoreMaintMode($status)
@@ -1296,7 +1675,7 @@ array
getUpdateList()
@@ -1329,7 +1708,7 @@ static void
cacheRebuild()
@@ -1377,7 +1756,7 @@ array
getUpdatedbStatus(array $options)
@@ -1425,7 +1804,7 @@ bool
updateCheckRequirements()
diff --git a/api/Drush/Commands/core/UserCommands.html b/api/Drush/Commands/core/UserCommands.html
index 1ca56d9916..67ff1feb99 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,6 +99,11 @@A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
+ protected + + | +$uri | ++ | from +ExecTrait | +
protected CommandData|null
@@ -334,6 +354,51 @@ 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
+
@@ -348,7 +413,7 @@
Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -393,6 +458,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands. from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -414,14 +490,25 @@
Methods
- static UserCommands
+ 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
@@ -564,7 +651,7 @@ Details+ExecTrait at line 28 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -610,7 +697,7 @@ Return Value
Return Value+ExecTrait at line 92 static bool
programExists($program)
@@ -669,7 +756,7 @@ Return Value+ExecTrait at line 104 static string
getEditor(string|null $editor = null)
@@ -713,7 +800,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -751,13 +838,176 @@ 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(DateFormatterInterface $dateFormatter)
@@ -792,8 +1042,8 @@ protected SymfonyStyle
+DrushCommands at line 60
protected DrushStyle
io()
SymfonyStyle | +DrushStyle |
protected DrushLoggerManager|null
+DrushCommands at line 72
DrushLoggerManager|null
logger()
@@ -858,7 +1108,7 @@ protected void
printFile(string $file)
@@ -901,7 +1151,7 @@
preHook(CommandData $commandData)
@@ -928,6 +1178,45 @@
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ protected
printFileTopic(CommandData $commandData)
@@ -969,7 +1258,7 @@ protected HandlerStack
getStack()
@@ -1006,15 +1295,49 @@ ProcessManager
+ processManager()
+
+ This method overrides the trait in order to provide a more specific return type.
+ static UserCommands
- create(ContainerInterface $container)
+
+ static AutowireTrait
+ create(ContainerInterface $container)
No description
- +Instantiates a new instance of the implementing class using autowiring.
RowsOfFields
information(string $names = '', $options = ['format' => 'table', 'uid' => self::REQ, 'mail' => self::REQ])
@@ -1102,7 +1424,7 @@
renderRolesCell($key, $cellData, FormatterOptions $options)
@@ -1146,7 +1468,7 @@ void
block(string $names = '', $options = ['uid' => self::REQ, 'mail' => self::REQ])
@@ -1193,7 +1515,7 @@ void
unblock(string $names = '', $options = ['uid' => self::REQ, 'mail' => self::REQ])
@@ -1240,7 +1562,7 @@ void
addRole(string $role, string $names = '', $options = ['uid' => self::REQ, 'mail' => self::REQ])
@@ -1292,7 +1614,7 @@ void
removeRole(string $role, string $names = '', $options = ['uid' => self::REQ, 'mail' => self::REQ])
@@ -1344,7 +1666,7 @@ CommandError
createUser(string $name, $options = ['format' => 'table', 'password' => self::REQ, 'mail' => self::REQ])
@@ -1391,7 +1713,7 @@ void
createValidate(CommandData $commandData)
@@ -1433,7 +1755,7 @@ void
cancel(string $names = '', $options = ['delete-content' => false, 'reassign-content' => false, 'uid' => self::REQ, 'mail' => self::REQ])
@@ -1484,7 +1806,7 @@ void
password(string $name, string $password)
@@ -1531,7 +1853,7 @@ array
infoArray($account)
@@ -1573,7 +1895,7 @@ protected array
getAccounts(string $names = '', array $options = [])
@@ -1629,7 +1951,7 @@ void
roleComplete(CompletionInput $input, CompletionSuggestions $suggestions)
diff --git a/api/Drush/Commands/core/ViewsCommands.html b/api/Drush/Commands/core/ViewsCommands.html
index dc169fe4c5..291c54a397 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,6 +99,11 @@A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
+ protected + + | +$uri | ++ | from +ExecTrait | +
protected CommandData|null
@@ -289,6 +309,51 @@ 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
+
@@ -303,7 +368,7 @@
Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -348,6 +413,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands. from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -369,14 +445,25 @@
Methods
- static ViewsCommands
+ 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 +588,7 @@ Details+ExecTrait at line 28 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -547,7 +634,7 @@ Return Value
Return Value+ExecTrait at line 92 static bool
programExists($program)
@@ -606,7 +693,7 @@ Return Value+ExecTrait at line 104 static string
getEditor(string|null $editor = null)
@@ -650,7 +737,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -688,13 +775,176 @@ 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(ConfigFactoryInterface $configFactory, ModuleHandlerInterface $moduleHandler, EntityTypeManagerInterface $entityTypeManager, RendererInterface $renderer)
@@ -744,8 +994,8 @@ protected SymfonyStyle
+DrushCommands at line 60
protected DrushStyle
io()
SymfonyStyle | +DrushStyle |
protected DrushLoggerManager|null
+DrushCommands at line 72
DrushLoggerManager|null
logger()
@@ -810,7 +1060,7 @@ protected void
printFile(string $file)
@@ -853,7 +1103,7 @@
preHook(CommandData $commandData)
@@ -880,6 +1130,45 @@
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ protected
printFileTopic(CommandData $commandData)
@@ -921,7 +1210,7 @@ protected HandlerStack
getStack()
@@ -958,15 +1247,49 @@ ProcessManager
+ processManager()
+
+ This method overrides the trait in order to provide a more specific return type.
+ static ViewsCommands
- create(ContainerInterface $container)
+
+ static AutowireTrait
+ create(ContainerInterface $container)
No description
- +Instantiates a new instance of the implementing class using autowiring.
ConfigFactoryInterface
getConfigFactory()
@@ -1040,7 +1362,7 @@ ModuleHandlerInterface
getModuleHandler()
@@ -1073,7 +1395,7 @@ EntityTypeManagerInterface
getEntityTypeManager()
@@ -1106,7 +1428,7 @@ RendererInterface
getRenderer()
@@ -1139,7 +1461,7 @@ void
dev()
@@ -1171,7 +1493,7 @@ RowsOfFields|null
vlist($options = ['name' => self::REQ, 'tags' => self::REQ, 'status' => self::REQ, 'format' => 'table'])
@@ -1213,7 +1535,7 @@ string|null
execute(string $view_name, $display = null, $view_args = null, $options = ['count' => 0, 'show-admin-links' => false])
@@ -1270,7 +1592,7 @@ RowsOfFields|null
analyze()
@@ -1302,7 +1624,7 @@ void
enable(string $views)
@@ -1344,7 +1666,7 @@ void
disable(string $views)
@@ -1386,7 +1708,7 @@ void
cacheClear($types, $include_bootstrapped_types)
diff --git a/api/Drush/Commands/core/WatchdogCommands.html b/api/Drush/Commands/core/WatchdogCommands.html
index ac3fe2c962..39db801cc7 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,6 +99,11 @@A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
+ protected + + | +$uri | ++ | from +ExecTrait | +
protected CommandData|null
@@ -289,6 +309,51 @@ 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
+
@@ -303,7 +368,7 @@
Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -348,6 +413,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands. from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -369,14 +445,25 @@
Methods
- static WatchdogCommands
+ 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,17 +531,17 @@
Methodsarray
- where(string|null $type = null, $severity = null, string|null $filter = null, string $criteria = 'AND', int|string $severity_min = null)
+ where(string|null $type = null, $severity = null, string|null $filter = null, string $criteria = 'AND', int|string|null $severity_min = null)
Build a WHERE snippet based on given parameters.
-
+ stdClass
- formatResult($result, bool $extended = false)
+ formatResult(stdClass $result, bool $extended = false)
@@ -489,7 +576,7 @@ Format a watchdog database row. Details+ExecTrait at line 28 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -535,7 +622,7 @@ Return Value
Return Value+ExecTrait at line 92 static bool
programExists($program)
@@ -594,7 +681,7 @@ Return Value+ExecTrait at line 104 static string
getEditor(string|null $editor = null)
@@ -638,7 +725,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -676,13 +763,176 @@ 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(Connection $connection)
@@ -717,8 +967,8 @@ protected SymfonyStyle
+DrushCommands at line 60
protected DrushStyle
io()
SymfonyStyle | +DrushStyle |
protected DrushLoggerManager|null
+DrushCommands at line 72
DrushLoggerManager|null
logger()
@@ -783,7 +1033,7 @@ protected void
printFile(string $file)
@@ -826,7 +1076,7 @@
preHook(CommandData $commandData)
@@ -853,6 +1103,45 @@
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ protected
printFileTopic(CommandData $commandData)
@@ -894,7 +1183,7 @@ protected HandlerStack
getStack()
@@ -931,15 +1220,49 @@ ProcessManager
+ processManager()
+
+ This method overrides the trait in order to provide a more specific return type.
+ static WatchdogCommands
- create(ContainerInterface $container)
+
+ static AutowireTrait
+ create(ContainerInterface $container)
No description
- +Instantiates a new instance of the implementing class using autowiring.
RowsOfFields|null
show($substring = '', $options = ['format' => 'table', 'count' => 10, 'severity' => self::REQ, 'severity-min' => self::REQ, 'type' => self::REQ, 'extended' => false])
@@ -1027,7 +1349,7 @@ RowsOfFields|null
watchdogList($substring = '', $options = ['format' => 'table', 'count' => 10, 'extended' => false])
@@ -1074,7 +1396,7 @@ void
tail(OutputInterface $output, $substring = '', $options = ['severity' => self::REQ, 'severity-min' => self::REQ, 'type' => self::REQ, 'extended' => false])
@@ -1126,7 +1448,7 @@ void
interactList($input, $output)
@@ -1174,7 +1496,7 @@ void
delete($substring = '', $options = ['severity' => self::REQ, 'type' => self::REQ])
@@ -1221,7 +1543,7 @@ PropertyList
showOne($id, $options = ['format' => 'yaml'])
@@ -1268,9 +1590,9 @@ protected array
- where(string|null $type = null, $severity = null, string|null $filter = null, string $criteria = 'AND', int|string $severity_min = null)
+ where(string|null $type = null, $severity = null, string|null $filter = null, string $criteria = 'AND', int|string|null $severity_min = null)
('AND', 'OR'). Criteria for the WHERE snippet.
Int or String for the minimum severity to return.
protected
- formatResult($result, bool $extended = false)
+
+ protected stdClass
+ formatResult(stdClass $result, bool $extended = false)
+ | stdClass | $result | -Array. A database result object. |
+ A database result object. |
bool | $extended | -Boolean. Return extended message details. |
+ Return extended message details. |
stdClass | +The result object with some attributes themed. |
+
static array
messageTypes()
@@ -1400,7 +1731,7 @@ void
watchdogComplete(CompletionInput $input, CompletionSuggestions $suggestions)
diff --git a/api/Drush/Commands/field/EntityTypeBundleAskTrait.html b/api/Drush/Commands/field/EntityTypeBundleAskTrait.html
index 0839b045c3..8cf869f7bc 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 f584c6189c..b2a59e32ba 100644
--- a/api/Drush/Commands/field/FieldBaseInfoCommands.html
+++ b/api/Drush/Commands/field/FieldBaseInfoCommands.html
@@ -85,8 +85,8 @@ class - FieldBaseInfoCommands extends DrushCommands (View source) +
final class + FieldBaseInfoCommands extends DrushCommands (View source)
@@ -99,6 +99,11 @@A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
+ BASE_INFO + | +
+ + + |
+ protected + + | +$uri | ++ | from +ExecTrait | +
protected CommandData|null
@@ -289,6 +318,51 @@ 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
+
@@ -303,7 +377,7 @@
Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -348,6 +422,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands. from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -366,6 +451,28 @@
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
@@ -462,17 +569,6 @@
- Methods
-
- static FieldBaseInfoCommands
-
-
- create(ContainerInterface $container)
-
-
-
No description -
@@ -504,7 +600,7 @@ Details+ExecTrait at line 28 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -550,7 +646,7 @@ Return Value
Return Value+ExecTrait at line 92 static bool
programExists($program)
@@ -609,7 +705,7 @@ Return Value+ExecTrait at line 104 static string
getEditor(string|null $editor = null)
@@ -653,7 +749,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -691,13 +787,176 @@ 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(EntityTypeManagerInterface $entityTypeManager, EntityTypeBundleInfoInterface $entityTypeBundleInfo, EntityFieldManagerInterface $entityFieldManager)
@@ -742,8 +1001,8 @@ protected SymfonyStyle
+DrushCommands at line 60
protected DrushStyle
io()
SymfonyStyle | +DrushStyle |
protected DrushLoggerManager|null
+DrushCommands at line 72
DrushLoggerManager|null
logger()
@@ -808,7 +1067,7 @@ protected void
printFile(string $file)
@@ -851,7 +1110,7 @@
preHook(CommandData $commandData)
@@ -878,6 +1137,45 @@
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ protected
printFileTopic(CommandData $commandData)
@@ -919,7 +1217,7 @@ protected HandlerStack
getStack()
@@ -956,6 +1254,82 @@ 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()
@@ -997,7 +1371,7 @@ protected string|null
askEntityType()
@@ -1031,7 +1405,7 @@ protected string|null
askBundle()
@@ -1065,7 +1439,7 @@ protected void
validateEntityType(string $entityTypeId)
@@ -1109,7 +1483,7 @@ protected void
validateBundle(string $entityTypeId, string $bundle)
@@ -1158,7 +1532,7 @@
renderArray($key, $value, FormatterOptions $options)
@@ -1203,7 +1577,7 @@
renderBoolean($key, $value, FormatterOptions $options)
@@ -1248,7 +1622,7 @@ protected RowsOfFields
getRowsOfFieldsByFieldDefinitions(array $fieldDefinitions)
@@ -1285,56 +1659,13 @@ static FieldBaseInfoCommands
- create(ContainerInterface $container)
-
- No description
- - RowsOfFields
info(string|null $entityType = null, array $options = ['format' => 'table'])
@@ -1381,7 +1712,7 @@ void
complete(CompletionInput $input, CompletionSuggestions $suggestions)
diff --git a/api/Drush/Commands/field/FieldBaseOverrideCreateCommands.html b/api/Drush/Commands/field/FieldBaseOverrideCreateCommands.html
index 4dc49a5dbd..839bcaf1a5 100644
--- a/api/Drush/Commands/field/FieldBaseOverrideCreateCommands.html
+++ b/api/Drush/Commands/field/FieldBaseOverrideCreateCommands.html
@@ -85,8 +85,8 @@ class - FieldBaseOverrideCreateCommands extends DrushCommands (View source) +
final class + FieldBaseOverrideCreateCommands extends DrushCommands (View source)
@@ -99,6 +99,11 @@A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
+ BASE_OVERRIDE_CREATE + | +
+ + + |
+ protected + + | +$uri | ++ | from +ExecTrait | +
protected CommandData|null
@@ -284,6 +313,51 @@ 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
+
@@ -298,7 +372,7 @@
Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -343,6 +417,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands. from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -361,6 +446,28 @@
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
@@ -421,17 +528,6 @@
- Methods
-
- static FieldBaseOverrideCreateCommands
-
-
- create(ContainerInterface $container)
-
-
-
No description -
@@ -540,7 +636,7 @@ Details+ExecTrait at line 28 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -586,7 +682,7 @@ Return Value
Return Value+ExecTrait at line 92 static bool
programExists($program)
@@ -645,7 +741,7 @@ Return Value+ExecTrait at line 104 static string
getEditor(string|null $editor = null)
@@ -689,7 +785,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -727,13 +823,176 @@ 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(EntityTypeManagerInterface $entityTypeManager, EntityTypeBundleInfoInterface $entityTypeBundleInfo, EntityFieldManagerInterface $entityFieldManager)
@@ -778,8 +1037,8 @@ protected SymfonyStyle
+DrushCommands at line 60
protected DrushStyle
io()
SymfonyStyle | +DrushStyle |
protected DrushLoggerManager|null
+DrushCommands at line 72
DrushLoggerManager|null
logger()
@@ -844,7 +1103,7 @@ protected void
printFile(string $file)
@@ -887,7 +1146,7 @@
preHook(CommandData $commandData)
@@ -914,6 +1173,45 @@
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ protected
printFileTopic(CommandData $commandData)
@@ -955,7 +1253,7 @@ protected HandlerStack
getStack()
@@ -992,6 +1290,82 @@ 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()
@@ -1033,7 +1407,7 @@ protected string|null
askEntityType()
@@ -1067,7 +1441,7 @@ protected string|null
askBundle()
@@ -1101,7 +1475,7 @@ protected void
validateEntityType(string $entityTypeId)
@@ -1145,7 +1519,7 @@ protected void
validateBundle(string $entityTypeId, string $bundle)
@@ -1187,56 +1561,13 @@ 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])
@@ -1305,7 +1636,7 @@ void
complete(CompletionInput $input, CompletionSuggestions $suggestions)
@@ -1353,7 +1684,7 @@ protected string|null
askFieldName(string $entityType)
@@ -1396,7 +1727,7 @@ protected string
askFieldLabel(string $default)
@@ -1439,7 +1770,7 @@ protected string|null
askFieldDescription(string|null $default)
@@ -1482,7 +1813,7 @@ protected bool
askRequired(bool $default)
@@ -1525,7 +1856,7 @@ protected BaseFieldOverride
createBaseFieldOverride(string $entityType, string $bundle, string $fieldName, $fieldLabel, $fieldDescription, bool $isRequired)
@@ -1593,7 +1924,7 @@ protected void
logResult(BaseFieldOverride $baseFieldOverride)
@@ -1636,7 +1967,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 59f43b34ef..b31353960a 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,6 +137,11 @@+ protected + + | +$uri | ++ | from +ExecTrait | +
protected CommandData|null
@@ -307,6 +322,51 @@ 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
+
@@ -321,7 +381,7 @@
Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -366,6 +426,17 @@
Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands. from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -383,6 +454,17 @@
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
@@ -450,7 +532,7 @@
@@ -461,7 +543,7 @@ Methodsstatic FieldCreateCommandsMethodsvoid
- setContentTranslationManager(ContentTranslationManagerInterface $manager = null)
+ setContentTranslationManager(ContentTranslationManagerInterface|null $manager = null)
@@ -717,7 +799,7 @@ No description Details+ExecTrait at line 28 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -763,7 +845,7 @@ Return Value
Return Value+ExecTrait at line 92 static bool
programExists($program)
@@ -822,7 +904,7 @@ Return Value+ExecTrait at line 104 static string
getEditor(string|null $editor = null)
@@ -866,7 +948,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -904,13 +986,176 @@ 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(FieldTypePluginManagerInterface $fieldTypePluginManager, WidgetPluginManager $widgetPluginManager, SelectionPluginManagerInterface $selectionPluginManager, EntityTypeManagerInterface $entityTypeManager, EntityTypeBundleInfoInterface $entityTypeBundleInfo, ModuleHandlerInterface $moduleHandler, EntityFieldManagerInterface $entityFieldManager)
@@ -975,8 +1220,8 @@ protected SymfonyStyle
+DrushCommands at line 60
protected DrushStyle
io()
SymfonyStyle | +DrushStyle |
protected DrushLoggerManager|null
+DrushCommands at line 72
DrushLoggerManager|null
logger()
@@ -1041,7 +1286,7 @@ protected void
printFile(string $file)
@@ -1084,7 +1329,7 @@
preHook(CommandData $commandData)
@@ -1111,6 +1356,45 @@
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ protected
printFileTopic(CommandData $commandData)
@@ -1152,7 +1436,7 @@ protected HandlerStack
getStack()
@@ -1189,6 +1473,39 @@ ProcessManager
+ processManager()
+
+ This method overrides the trait in order to provide a more specific return type.
+ protected array
getFieldableEntityTypes()
@@ -1230,7 +1547,7 @@ protected string|null
askEntityType()
@@ -1264,7 +1581,7 @@ protected string|null
askBundle()
@@ -1298,7 +1615,7 @@ protected void
validateEntityType(string $entityTypeId)
@@ -1342,7 +1659,7 @@ protected void
validateBundle(string $entityTypeId, string $bundle)
@@ -1390,9 +1707,9 @@ static FieldCreateCommands
- create(ContainerInterface $container)
+ create(ContainerInterface $container)
ContainerInterface | +ContainerInterface | $container |
ContentTranslationManagerInterface | +ContentTranslationManagerInterface|null | $manager |
+ protected + + | +$uri | ++ | from +ExecTrait | +
protected CommandData|null
@@ -271,6 +291,51 @@ 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
+
@@ -285,7 +350,7 @@
Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -330,6 +395,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands. from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -351,14 +427,25 @@
Methods
- static FieldDefinitionCommands
+ 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
@@ -413,7 +500,7 @@ Details+ExecTrait at line 28 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -459,7 +546,7 @@ Return Value
Return Value+ExecTrait at line 92 static bool
programExists($program)
@@ -518,7 +605,7 @@ Return Value+ExecTrait at line 104 static string
getEditor(string|null $editor = null)
@@ -562,7 +649,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -600,13 +687,176 @@ 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(FieldTypePluginManagerInterface $typePluginManager, WidgetPluginManager $widgetPluginManager, FormatterPluginManager $formatterPluginManager)
@@ -651,8 +901,8 @@ protected SymfonyStyle
+DrushCommands at line 60
protected DrushStyle
io()
SymfonyStyle | +DrushStyle |
protected DrushLoggerManager|null
+DrushCommands at line 72
DrushLoggerManager|null
logger()
@@ -717,7 +967,7 @@ protected void
printFile(string $file)
@@ -760,7 +1010,7 @@
preHook(CommandData $commandData)
@@ -787,6 +1037,45 @@
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ protected
printFileTopic(CommandData $commandData)
@@ -828,7 +1117,7 @@ protected HandlerStack
getStack()
@@ -865,15 +1154,49 @@ ProcessManager
+ processManager()
+
+ This method overrides the trait in order to provide a more specific return type.
+ static FieldDefinitionCommands
- create(ContainerInterface $container)
+
+ static AutowireTrait
+ create(ContainerInterface $container)
No description
- +Instantiates a new instance of the implementing class using autowiring.
UnstructuredListData
types(array $options = ['format' => 'yaml'])
@@ -957,7 +1279,7 @@ UnstructuredListData
widgets(array $options = ['format' => 'yaml', 'field-type' => self::REQ])
@@ -1000,7 +1322,7 @@ UnstructuredListData
formatters(array $options = ['format' => 'yaml', 'field-type' => self::REQ])
@@ -1043,7 +1365,7 @@ void
complete(CompletionInput $input, CompletionSuggestions $suggestions)
diff --git a/api/Drush/Commands/field/FieldDeleteCommands.html b/api/Drush/Commands/field/FieldDeleteCommands.html
index ed6c8a2b90..ebb1eddd7e 100644
--- a/api/Drush/Commands/field/FieldDeleteCommands.html
+++ b/api/Drush/Commands/field/FieldDeleteCommands.html
@@ -85,8 +85,8 @@ class - FieldDeleteCommands extends DrushCommands (View source) +
final class + FieldDeleteCommands extends DrushCommands (View source)
@@ -99,6 +99,11 @@A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
+ DELETE + | +
+ + + |
+ protected + + | +$uri | ++ | from +ExecTrait | +
protected CommandData|null
@@ -284,13 +313,58 @@ 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
+
- __construct(EntityTypeManagerInterface $entityTypeManager, EntityTypeBundleInfo $entityTypeBundleInfo)
+ __construct(EntityTypeManagerInterface $entityTypeManager, EntityTypeBundleInfoInterface $entityTypeBundleInfo)
@@ -298,7 +372,7 @@ No description Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -343,6 +417,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands. from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -361,6 +446,28 @@
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
@@ -420,17 +527,6 @@
- Methods
-
- static FieldDeleteCommands
-
-
- create(ContainerInterface $container)
-
-
-
No description -
@@ -494,7 +590,7 @@ Details+ExecTrait at line 28 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -540,7 +636,7 @@ Return Value
Return Value+ExecTrait at line 92 static bool
programExists($program)
@@ -599,7 +695,7 @@ Return Value+ExecTrait at line 104 static string
getEditor(string|null $editor = null)
@@ -643,7 +739,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -681,15 +777,178 @@ 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(EntityTypeManagerInterface $entityTypeManager, EntityTypeBundleInfo $entityTypeBundleInfo)
+ __construct(EntityTypeManagerInterface $entityTypeManager, EntityTypeBundleInfoInterface $entityTypeBundleInfo)
protected SymfonyStyle
+DrushCommands at line 60
protected DrushStyle
io()
@@ -745,7 +1004,7 @@ SymfonyStyle | +DrushStyle |
protected DrushLoggerManager|null
+DrushCommands at line 72
DrushLoggerManager|null
logger()
@@ -793,7 +1052,7 @@ protected void
printFile(string $file)
@@ -836,7 +1095,7 @@
preHook(CommandData $commandData)
@@ -863,6 +1122,45 @@
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ protected
printFileTopic(CommandData $commandData)
@@ -904,7 +1202,7 @@ protected HandlerStack
getStack()
@@ -941,6 +1239,82 @@ 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()
@@ -982,7 +1356,7 @@ protected string|null
askEntityType()
@@ -1015,7 +1389,7 @@ protected string|null
askBundle()
@@ -1049,7 +1423,7 @@ protected void
validateEntityType(string $entityTypeId)
@@ -1093,7 +1467,7 @@ protected void
validateBundle(string $entityTypeId, string $bundle)
@@ -1135,56 +1509,13 @@ 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])
@@ -1247,7 +1578,7 @@ void
complete(CompletionInput $input, CompletionSuggestions $suggestions)
@@ -1295,7 +1626,7 @@ protected string|null
askExisting(string $entityType, string|null $bundle)
@@ -1343,7 +1674,7 @@ protected array
getFieldConfigs(string $entityType, string|null $bundle)
@@ -1390,7 +1721,7 @@ protected void
deleteFieldConfig(FieldConfigInterface $fieldConfig)
diff --git a/api/Drush/Commands/field/FieldEntityReferenceHooks.html b/api/Drush/Commands/field/FieldEntityReferenceHooks.html
index e9be5216e2..8bf807b5df 100644
--- a/api/Drush/Commands/field/FieldEntityReferenceHooks.html
+++ b/api/Drush/Commands/field/FieldEntityReferenceHooks.html
@@ -86,7 +86,7 @@ class - FieldEntityReferenceHooks extends DrushCommands (View source) + FieldEntityReferenceHooks extends DrushCommands (View source)
@@ -99,6 +99,11 @@A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
+ protected + + | +$uri | ++ | from +ExecTrait | +
protected CommandData|null
@@ -259,6 +279,51 @@ 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
+
@@ -273,7 +338,7 @@
Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -318,6 +383,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands. from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -339,38 +415,49 @@
Methods
- void
+ 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
void
- validateBundle(string $entityTypeId, string $bundle)
+ validateEntityType(string $entityTypeId)
-
No description
- static FieldEntityReferenceHooks
+ void
- create(ContainerInterface $container)
+ validateBundle(string $entityTypeId, string $bundle)
-
+
No description
@@ -447,7 +534,7 @@ Details+ExecTrait at line 28 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -493,7 +580,7 @@ Return Value
Return Value+ExecTrait at line 92 static bool
programExists($program)
@@ -552,7 +639,7 @@ Return Value+ExecTrait at line 104 static string
getEditor(string|null $editor = null)
@@ -596,7 +683,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -634,13 +721,176 @@ 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(EntityTypeManagerInterface $entityTypeManager, EntityTypeBundleInfoInterface $entityTypeBundleInfo)
@@ -680,8 +930,8 @@ protected SymfonyStyle
+DrushCommands at line 60
protected DrushStyle
io()
SymfonyStyle | +DrushStyle |
protected DrushLoggerManager|null
+DrushCommands at line 72
DrushLoggerManager|null
logger()
@@ -746,7 +996,7 @@ protected void
printFile(string $file)
@@ -789,7 +1039,7 @@
preHook(CommandData $commandData)
@@ -816,6 +1066,45 @@
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ protected
printFileTopic(CommandData $commandData)
@@ -857,7 +1146,7 @@ protected HandlerStack
getStack()
@@ -899,11 +1188,11 @@ protected void
- validateEntityType(string $entityTypeId)
+
+
+ ProcessManager
+ processManager()
@@ -911,17 +1200,49 @@
- No description
-
+ 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 void
- validateBundle(string $entityTypeId, string $bundle)
+ validateEntityType(string $entityTypeId)
static FieldEntityReferenceHooks
- create(ContainerInterface $container)
+
+
+ protected void
+ validateBundle(string $entityTypeId, string $bundle)
@@ -1011,8 +1328,13 @@ Parameters
- ContainerInterface
- $container
+ string
+ $entityTypeId
+
+
+
+ string
+ $bundle
@@ -1022,7 +1344,7 @@ Return Value
- FieldEntityReferenceHooks
+ void
@@ -1036,7 +1358,7 @@ Return Value
-
+
array
hookFieldStorage(array $values, InputInterface $input)
@@ -1084,7 +1406,7 @@ Return Value
-
+
array
hookFieldConfig(array $values, InputInterface $input)
@@ -1132,7 +1454,7 @@ Return Value
-
+
protected string
getTargetType(InputInterface $input)
@@ -1175,7 +1497,7 @@ Return Value
-
+
protected array|null
getTargetBundles(InputInterface $input)
@@ -1218,7 +1540,7 @@ Return Value
-
+
protected string
askReferencedEntityType()
@@ -1251,7 +1573,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 f193e8ed5b..004c7bbe44 100644
--- a/api/Drush/Commands/field/FieldInfoCommands.html
+++ b/api/Drush/Commands/field/FieldInfoCommands.html
@@ -85,8 +85,8 @@ FieldInfoCommands
- class
- FieldInfoCommands extends DrushCommands (View source)
+
final class
+ FieldInfoCommands extends DrushCommands (View source)
@@ -99,6 +99,11 @@ Traits
+
+ A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
+
+
+
+
+
@@ -190,6 +200,15 @@ Constants
+
+
+
+ INFO
+
+
+
+
+
@@ -198,6 +217,16 @@ Properties
+
+ protected
+
+
+ $uri
+
+ from
+ExecTrait
+
+
protected CommandData|null
@@ -289,6 +318,51 @@ 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
+
+
+
@@ -303,7 +377,7 @@ Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -348,6 +422,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -366,6 +451,28 @@ 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
@@ -462,17 +569,6 @@ Methods
-
-
-
- static FieldInfoCommands
-
-
- create(ContainerInterface $container)
-
- No description
-
-
@@ -504,7 +600,7 @@ Details
+ExecTrait at line 28
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -550,7 +646,7 @@ Return Value
bool
- if browser was opened. FALSE if browser was disabled by the user or a
+
TRUE if browser was opened. FALSE if browser was disabled by the user or a
default browser could not be found.
@@ -565,7 +661,7 @@ Return Value
+ExecTrait at line 92
static bool
programExists($program)
@@ -609,7 +705,7 @@ Return Value
+ExecTrait at line 104
static string
getEditor(string|null $editor = null)
@@ -653,7 +749,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -691,13 +787,176 @@ 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(EntityTypeManagerInterface $entityTypeManager, EntityTypeBundleInfoInterface $entityTypeBundleInfo)
@@ -737,8 +996,8 @@ Parameters
- protected SymfonyStyle
+DrushCommands at line 60
+ protected DrushStyle
io()
@@ -755,7 +1014,7 @@ Return Value
- SymfonyStyle
+ DrushStyle
@@ -770,8 +1029,8 @@ Return Value
- protected DrushLoggerManager|null
+DrushCommands at line 72
+ DrushLoggerManager|null
logger()
@@ -803,7 +1062,7 @@ Return Value
+DrushCommands at line 83
protected void
printFile(string $file)
@@ -846,7 +1105,7 @@ Return Value
+DrushCommands at line 105
preHook(CommandData $commandData)
@@ -873,6 +1132,45 @@ Parameters
+
+
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ protected
printFileTopic(CommandData $commandData)
@@ -914,7 +1212,7 @@ protected HandlerStack
getStack()
@@ -951,6 +1249,82 @@ 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()
@@ -992,7 +1366,7 @@ protected string|null
askEntityType()
@@ -1026,7 +1400,7 @@ protected string|null
askBundle()
@@ -1060,7 +1434,7 @@ protected void
validateEntityType(string $entityTypeId)
@@ -1104,7 +1478,7 @@ protected void
validateBundle(string $entityTypeId, string $bundle)
@@ -1153,7 +1527,7 @@
renderArray($key, $value, FormatterOptions $options)
@@ -1198,7 +1572,7 @@
renderBoolean($key, $value, FormatterOptions $options)
@@ -1243,7 +1617,7 @@ protected RowsOfFields
getRowsOfFieldsByFieldDefinitions(array $fieldDefinitions)
@@ -1280,56 +1654,13 @@ static FieldInfoCommands
- create(ContainerInterface $container)
-
- No description
- - RowsOfFields
info(string|null $entityType = null, string|null $bundle = null, array $options = ['format' => 'table'])
@@ -1381,7 +1712,7 @@ void
complete(CompletionInput $input, CompletionSuggestions $suggestions)
diff --git a/api/Drush/Commands/field/FieldTextHooks.html b/api/Drush/Commands/field/FieldTextHooks.html
index 1938bc448d..514c4a9c6e 100644
--- a/api/Drush/Commands/field/FieldTextHooks.html
+++ b/api/Drush/Commands/field/FieldTextHooks.html
@@ -86,7 +86,7 @@ class - FieldTextHooks extends DrushCommands (View source) + FieldTextHooks extends DrushCommands (View source)
@@ -99,6 +99,11 @@A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
+ protected + + | +$uri | ++ | from +ExecTrait | +
protected CommandData|null
@@ -259,6 +279,51 @@ 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
+
@@ -273,7 +338,7 @@
Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -318,6 +383,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands. from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -339,38 +415,49 @@
Methods
- void
+ 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
void
- validateBundle(string $entityTypeId, string $bundle)
+ validateEntityType(string $entityTypeId)
-
No description
- static FieldTextHooks
+ void
- create(ContainerInterface $container)
+ validateBundle(string $entityTypeId, string $bundle)
-
+
No description
@@ -446,7 +533,7 @@ Details+ExecTrait at line 28 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -492,7 +579,7 @@ Return Value
Return Value+ExecTrait at line 92 static bool
programExists($program)
@@ -551,7 +638,7 @@ Return Value+ExecTrait at line 104 static string
getEditor(string|null $editor = null)
@@ -595,7 +682,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -633,13 +720,176 @@ 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(EntityTypeManagerInterface $entityTypeManager, FieldTypePluginManagerInterface $fieldTypePluginManager)
@@ -679,8 +929,8 @@ protected SymfonyStyle
+DrushCommands at line 60
protected DrushStyle
io()
SymfonyStyle | +DrushStyle |
protected DrushLoggerManager|null
+DrushCommands at line 72
DrushLoggerManager|null
logger()
@@ -745,7 +995,7 @@ protected void
printFile(string $file)
@@ -788,7 +1038,7 @@
preHook(CommandData $commandData)
@@ -815,6 +1065,45 @@
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ protected
printFileTopic(CommandData $commandData)
@@ -856,7 +1145,7 @@ protected HandlerStack
getStack()
@@ -898,11 +1187,11 @@ protected void
- validateEntityType(string $entityTypeId)
+
+
+ ProcessManager
+ processManager()
@@ -910,17 +1199,49 @@
- No description
-
+ 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 void
- validateBundle(string $entityTypeId, string $bundle)
+ validateEntityType(string $entityTypeId)
static FieldTextHooks
- create(ContainerInterface $container)
+
+
+ protected void
+ validateBundle(string $entityTypeId, string $bundle)
@@ -1010,8 +1327,13 @@ Parameters
- ContainerInterface
- $container
+ string
+ $entityTypeId
+
+
+
+ string
+ $bundle
@@ -1021,7 +1343,7 @@ Return Value
- FieldTextHooks
+ void
@@ -1035,7 +1357,7 @@ Return Value
-
+
void
hookOption(Command $command, AnnotationData $annotationData)
@@ -1083,7 +1405,7 @@ Return Value
-
+
void
hookValidate(CommandData $commandData)
@@ -1126,7 +1448,7 @@ Return Value
-
+
void
hookSetOptions(InputInterface $input)
@@ -1169,7 +1491,7 @@ Return Value
-
+
array
hookFieldConfig(array $values, InputInterface $input)
@@ -1217,7 +1539,7 @@ Return Value
-
+
protected bool
hasAllowedFormats(string|null $fieldType = null)
@@ -1260,7 +1582,7 @@ Return Value
-
+
protected array
askAllowedFormats()
diff --git a/api/Drush/Commands/generate/ApplicationFactory.html b/api/Drush/Commands/generate/ApplicationFactory.html
index 5fe407c686..712fd9d96f 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 $container, ContainerInterface $drush_container, LoggerInterface $logger)
+ __construct(ContainerInterface $drush_container, LoggerInterface $logger)
No description
@@ -137,7 +137,7 @@ Methods
array
Check each class for existence.
- __construct(ContainerInterface $container, ContainerInterface $drush_container, LoggerInterface $logger)
+ __construct(ContainerInterface $drush_container, LoggerInterface $logger)
ContainerInterface | -$container | -- | |||||||||||||||||||||||||||||||||||
ContainerInterface | $drush_container | @@ -215,7 +210,7 @@ |
+ protected + + | +$uri | ++ | from +ExecTrait | +
protected CommandData|null
@@ -253,13 +268,58 @@ 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
+
- __construct(ContainerInterface $container, ContainerInterface $drush_container)
+ __construct(ContainerInterface $drush_container)
@@ -267,7 +327,7 @@ No description Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -312,6 +372,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands. from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -329,6 +400,17 @@
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
@@ -336,7 +418,7 @@
Methodsstatic GenerateCommands
- create(ContainerInterface $container, ContainerInterface $drush_container)
+ create(ContainerInterface $container)
@@ -371,7 +453,7 @@ No description Details+ExecTrait at line 28 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -417,7 +499,7 @@ Return Value
Return Value+ExecTrait at line 92 static bool
programExists($program)
@@ -476,7 +558,7 @@ Return Value+ExecTrait at line 104 static string
getEditor(string|null $editor = null)
@@ -520,7 +602,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -558,15 +640,178 @@ 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
+ + protected
- __construct(ContainerInterface $container, ContainerInterface $drush_container)
+ __construct(ContainerInterface $drush_container)
ContainerInterface | -$container | -- | |||
ContainerInterface | $drush_container | @@ -604,8 +844,8 @@ |
SymfonyStyle | +DrushStyle |
protected DrushLoggerManager|null
+DrushCommands at line 72
DrushLoggerManager|null
logger()
@@ -670,7 +910,7 @@ protected void
printFile(string $file)
@@ -713,7 +953,7 @@
preHook(CommandData $commandData)
@@ -740,6 +980,45 @@
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ protected
printFileTopic(CommandData $commandData)
@@ -781,7 +1060,7 @@ protected HandlerStack
getStack()
@@ -818,15 +1097,48 @@ ProcessManager
+ processManager()
+
+ This method overrides the trait in order to provide a more specific return type.
+ static GenerateCommands
- create(ContainerInterface $container, ContainerInterface $drush_container)
+ create(ContainerInterface $container)
ContainerInterface | -$container | -- | |
ContainerInterface | -$drush_container | +$container |
int
generate(string $generator = '', $options = ['replace' => false, 'working-dir' => self::REQ, 'answer' => [], 'destination' => self::REQ, 'dry-run' => false])
@@ -921,7 +1228,7 @@ void
generatorNameComplete(CompletionInput $input, CompletionSuggestions $suggestions)
diff --git a/api/Drush/Commands/help/ListCommands.html b/api/Drush/Commands/help/ListCommands.html
index fa5afca331..66e74450b3 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,6 +122,11 @@+ protected + + | +$uri | ++ | from +ExecTrait | +
protected CommandData|null
@@ -253,6 +268,51 @@ 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
+
@@ -268,7 +328,7 @@
Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -313,6 +373,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands. from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -330,6 +401,17 @@
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
@@ -406,7 +488,7 @@ Details+ExecTrait at line 28 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -452,7 +534,7 @@ Return Value
Return Value+ExecTrait at line 92 static bool
programExists($program)
@@ -511,7 +593,7 @@ Return Value+ExecTrait at line 104 static string
getEditor(string|null $editor = null)
@@ -555,7 +637,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -593,6 +675,169 @@ 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()
@@ -625,8 +870,8 @@ protected SymfonyStyle
+DrushCommands at line 60
protected DrushStyle
io()
SymfonyStyle | +DrushStyle |
protected DrushLoggerManager|null
+DrushCommands at line 72
DrushLoggerManager|null
logger()
@@ -691,7 +936,7 @@ protected void
printFile(string $file)
@@ -734,7 +979,7 @@
preHook(CommandData $commandData)
@@ -761,6 +1006,45 @@
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ protected
printFileTopic(CommandData $commandData)
@@ -802,7 +1086,7 @@ protected HandlerStack
getStack()
@@ -839,13 +1123,46 @@ 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])
@@ -887,7 +1204,7 @@ DOMDocument
buildDom($namespaced, $application)
@@ -935,7 +1252,7 @@ static void
renderListCLI(Application $application, array $namespaced, OutputInterface $output, string $preamble)
@@ -993,7 +1310,7 @@ static int
getTerminalWidth()
@@ -1026,7 +1343,7 @@ void
renderListRaw(array $namespaced)
@@ -1069,7 +1386,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 621c027e9c..e021f15496 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,6 +99,11 @@A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
+ protected + + | +$uri | ++ | from +ExecTrait | +
protected CommandData|null
@@ -271,6 +291,51 @@ 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
+
@@ -285,7 +350,7 @@
Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -330,6 +395,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands. from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -351,14 +427,25 @@
Methods
- static PmCommands
+ 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
@@ -507,7 +594,7 @@ Details+ExecTrait at line 28 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -553,7 +640,7 @@ Return Value
Return Value+ExecTrait at line 92 static bool
programExists($program)
@@ -612,7 +699,7 @@ Return Value+ExecTrait at line 104 static string
getEditor(string|null $editor = null)
@@ -656,7 +743,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -694,13 +781,176 @@ 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(ConfigFactoryInterface $configFactory, ModuleInstallerInterface $moduleInstaller, ModuleHandlerInterface $moduleHandler, ThemeHandlerInterface $themeHandler, ModuleExtensionList $extensionListModule)
@@ -755,8 +1005,8 @@ protected SymfonyStyle
+DrushCommands at line 60
protected DrushStyle
io()
SymfonyStyle | +DrushStyle |
protected DrushLoggerManager|null
+DrushCommands at line 72
DrushLoggerManager|null
logger()
@@ -821,7 +1071,7 @@ protected void
printFile(string $file)
@@ -864,7 +1114,7 @@
preHook(CommandData $commandData)
@@ -891,6 +1141,45 @@
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ protected
printFileTopic(CommandData $commandData)
@@ -932,7 +1221,7 @@ protected HandlerStack
getStack()
@@ -969,15 +1258,49 @@ ProcessManager
+ processManager()
+
+ This method overrides the trait in order to provide a more specific return type.
+ static PmCommands
- create(ContainerInterface $container)
+
+ static AutowireTrait
+ create(ContainerInterface $container)
No description
- +Instantiates a new instance of the implementing class using autowiring.
ConfigFactoryInterface
getConfigFactory()
@@ -1051,7 +1373,7 @@ ModuleInstallerInterface
getModuleInstaller()
@@ -1084,7 +1406,7 @@ ModuleHandlerInterface
getModuleHandler()
@@ -1117,7 +1439,7 @@ ThemeHandlerInterface
getThemeHandler()
@@ -1150,7 +1472,7 @@ ModuleExtensionList
getExtensionListModule()
@@ -1183,7 +1505,7 @@ void
install(array $modules)
@@ -1225,7 +1547,7 @@ void
validateEnableModules(CommandData $commandData)
@@ -1278,7 +1600,7 @@ void
uninstall(array $modules)
@@ -1320,7 +1642,7 @@ void
validateUninstall(CommandData $commandData)
@@ -1363,7 +1685,7 @@ RowsOfFields
pmList($options = ['format' => 'table', 'type' => 'module,theme', 'status' => 'enabled,disabled', 'package' => self::REQ, 'core' => false, 'no-core' => false])
@@ -1405,7 +1727,7 @@ string
extensionStatus($extension)
@@ -1434,7 +1756,7 @@ string | -describing extension status. Values: enabled|disabled. |
+ Status. Values: enabled|disabled. |
array
addInstallDependencies($modules)
@@ -1490,7 +1812,7 @@
addUninstallDependencies($modules)
diff --git a/api/Drush/Commands/pm/ThemeCommands.html b/api/Drush/Commands/pm/ThemeCommands.html
index f7a2b43bc1..ae2113f251 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,6 +99,11 @@A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
+ protected + + | +$uri | ++ | from +ExecTrait | +
protected CommandData|null
@@ -262,6 +282,51 @@ 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
+
@@ -276,7 +341,7 @@
Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -321,6 +386,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands. from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -342,14 +418,25 @@
Methods
- static ThemeCommands
+ 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
@@ -391,7 +478,7 @@ Details+ExecTrait at line 28 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -437,7 +524,7 @@ Return Value
Return Value+ExecTrait at line 92 static bool
programExists($program)
@@ -496,7 +583,7 @@ Return Value+ExecTrait at line 104 static string
getEditor(string|null $editor = null)
@@ -540,7 +627,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -578,13 +665,176 @@ 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(ThemeInstallerInterface $themeInstaller)
@@ -619,8 +869,8 @@ protected SymfonyStyle
+DrushCommands at line 60
protected DrushStyle
io()
SymfonyStyle | +DrushStyle |
protected DrushLoggerManager|null
+DrushCommands at line 72
DrushLoggerManager|null
logger()
@@ -685,7 +935,7 @@ protected void
printFile(string $file)
@@ -728,7 +978,7 @@
preHook(CommandData $commandData)
@@ -755,6 +1005,45 @@
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ protected
printFileTopic(CommandData $commandData)
@@ -796,7 +1085,7 @@ protected HandlerStack
getStack()
@@ -833,15 +1122,49 @@ ProcessManager
+ processManager()
+
+ This method overrides the trait in order to provide a more specific return type.
+ static ThemeCommands
- create(ContainerInterface $container)
+
+ static AutowireTrait
+ create(ContainerInterface $container)
No description
- +Instantiates a new instance of the implementing class using autowiring.
ThemeInstallerInterface
getThemeInstaller()
@@ -915,7 +1237,7 @@ void
install(array $themes)
@@ -957,7 +1279,7 @@ void
uninstall(array $themes)
diff --git a/api/Drush/Commands/sql/SqlSyncCommands.html b/api/Drush/Commands/sql/SqlSyncCommands.html
index d6458ebe84..b494db6f28 100644
--- a/api/Drush/Commands/sql/SqlSyncCommands.html
+++ b/api/Drush/Commands/sql/SqlSyncCommands.html
@@ -86,7 +86,7 @@ final class - SqlSyncCommands extends DrushCommands implements SiteAliasManagerAwareInterface (View source) + SqlSyncCommands extends DrushCommands (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
@@ -258,22 +273,66 @@ 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
+ from
-DrushCommands
+
- SymfonyStyle
+ DrushStyle
io()
@@ -318,6 +377,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands. from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -336,6 +406,28 @@
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
@@ -409,7 +501,7 @@ Details+ExecTrait at line 28 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -455,7 +547,7 @@ Return Value
Return Value+ExecTrait at line 92 static bool
programExists($program)
@@ -514,7 +606,7 @@ Return Value+ExecTrait at line 104 static string
getEditor(string|null $editor = null)
@@ -558,7 +650,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -596,16 +688,178 @@ 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()
+ __construct(SiteAliasManagerInterface $siteAliasManager)
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ protected
printFileTopic(CommandData $commandData)
@@ -805,7 +1108,7 @@ protected HandlerStack
getStack()
@@ -842,13 +1145,89 @@ 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])
@@ -900,7 +1279,7 @@ void
validate(CommandData $commandData)
@@ -943,7 +1322,7 @@ string
databaseName(SiteAlias $record)
@@ -986,7 +1365,7 @@ string
dump(array $options, array $global_options, SiteAlias $sourceRecord)
@@ -1038,7 +1417,7 @@ string
rsync(array $options, SiteAlias $sourceRecord, SiteAlias $targetRecord, $source_dump_path)
@@ -1105,7 +1484,7 @@ void
import($global_options, $target_dump_path, $targetRecord)
diff --git a/api/Drush/Commands/sql/sanitize/SanitizeCommands.html b/api/Drush/Commands/sql/sanitize/SanitizeCommands.html
index 4f86d41f0c..96f0882678 100644
--- a/api/Drush/Commands/sql/sanitize/SanitizeCommands.html
+++ b/api/Drush/Commands/sql/sanitize/SanitizeCommands.html
@@ -415,6 +415,17 @@ Get a Guzzle handler stack that uses the Drush logger.
This method overrides the trait in order to provide a more specific return type.
bool | -if browser was opened. FALSE if browser was disabled by the user or a + | TRUE if browser was opened. FALSE if browser was disabled by the user or a default browser could not be found. |
protected mixed
promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
@@ -726,7 +737,7 @@ protected void
restorePrompts()
@@ -759,7 +770,7 @@ protected bool
runningUnitTests()
@@ -793,7 +804,7 @@
__construct()
@@ -818,7 +829,7 @@ protected DrushStyle
io()
@@ -851,8 +862,8 @@ protected DrushLoggerManager|null
+DrushCommands at line 72
DrushLoggerManager|null
logger()
protected void
printFile(string $file)
@@ -927,7 +938,7 @@
preHook(CommandData $commandData)
@@ -961,7 +972,7 @@
initHook($input, AnnotationData $annotationData)
@@ -1000,7 +1011,7 @@ protected
printFileTopic(CommandData $commandData)
@@ -1034,7 +1045,7 @@ protected HandlerStack
getStack()
@@ -1071,6 +1082,39 @@ ProcessManager
+ processManager()
+
+ This method overrides the trait in order to provide a more specific return type.
+Get a Guzzle handler stack that uses the Drush logger.
This method overrides the trait in order to provide a more specific return type.
bool | -if browser was opened. FALSE if browser was disabled by the user or a + | TRUE if browser was opened. FALSE if browser was disabled by the user or a default browser could not be found. |
protected mixed
promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
@@ -741,7 +752,7 @@ protected void
restorePrompts()
@@ -774,7 +785,7 @@ protected bool
runningUnitTests()
@@ -847,7 +858,7 @@ protected DrushStyle
io()
@@ -880,8 +891,8 @@ protected DrushLoggerManager|null
+DrushCommands at line 72
DrushLoggerManager|null
logger()
@@ -913,7 +924,7 @@ protected void
printFile(string $file)
@@ -956,7 +967,7 @@
preHook(CommandData $commandData)
@@ -990,7 +1001,7 @@
initHook($input, AnnotationData $annotationData)
@@ -1029,7 +1040,7 @@ protected
printFileTopic(CommandData $commandData)
@@ -1063,7 +1074,7 @@ protected HandlerStack
getStack()
@@ -1100,6 +1111,39 @@ ProcessManager
+ processManager()
+
+ This method overrides the trait in order to provide a more specific return type.
+Get a Guzzle handler stack that uses the Drush logger.
This method overrides the trait in order to provide a more specific return type.
bool | -if browser was opened. FALSE if browser was disabled by the user or a + | TRUE if browser was opened. FALSE if browser was disabled by the user or a default browser could not be found. |
protected mixed
promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
@@ -730,7 +741,7 @@ protected void
restorePrompts()
@@ -763,7 +774,7 @@ protected bool
runningUnitTests()
@@ -831,7 +842,7 @@ protected DrushStyle
io()
@@ -864,8 +875,8 @@ protected DrushLoggerManager|null
+DrushCommands at line 72
DrushLoggerManager|null
logger()
@@ -897,7 +908,7 @@ protected void
printFile(string $file)
@@ -940,7 +951,7 @@
preHook(CommandData $commandData)
@@ -974,7 +985,7 @@
initHook($input, AnnotationData $annotationData)
@@ -1013,7 +1024,7 @@ protected
printFileTopic(CommandData $commandData)
@@ -1047,7 +1058,7 @@ protected HandlerStack
getStack()
@@ -1084,6 +1095,39 @@ ProcessManager
+ processManager()
+
+ This method overrides the trait in order to provide a more specific return type.
+Get a Guzzle handler stack that uses the Drush logger.
This method overrides the trait in order to provide a more specific return type.
bool | -if browser was opened. FALSE if browser was disabled by the user or a + | TRUE if browser was opened. FALSE if browser was disabled by the user or a default browser could not be found. |
protected mixed
promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
@@ -763,7 +774,7 @@ protected void
restorePrompts()
@@ -796,7 +807,7 @@ protected bool
runningUnitTests()
@@ -874,7 +885,7 @@ protected DrushStyle
io()
@@ -907,8 +918,8 @@ protected DrushLoggerManager|null
+DrushCommands at line 72
DrushLoggerManager|null
logger()
@@ -940,7 +951,7 @@ protected void
printFile(string $file)
@@ -983,7 +994,7 @@
preHook(CommandData $commandData)
@@ -1017,7 +1028,7 @@
initHook($input, AnnotationData $annotationData)
@@ -1056,7 +1067,7 @@ protected
printFileTopic(CommandData $commandData)
@@ -1090,7 +1101,7 @@ protected HandlerStack
getStack()
@@ -1127,6 +1138,39 @@ ProcessManager
+ processManager()
+
+ This method overrides the trait in order to provide a more specific return type.
+Get a Guzzle handler stack that uses the Drush logger.
This method overrides the trait in order to provide a more specific return type.
bool | -if browser was opened. FALSE if browser was disabled by the user or a + | TRUE if browser was opened. FALSE if browser was disabled by the user or a default browser could not be found. |
protected mixed
promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
@@ -752,7 +763,7 @@ protected void
restorePrompts()
@@ -785,7 +796,7 @@ protected bool
runningUnitTests()
@@ -863,7 +874,7 @@ protected DrushStyle
io()
@@ -896,8 +907,8 @@ protected DrushLoggerManager|null
+DrushCommands at line 72
DrushLoggerManager|null
logger()
@@ -929,7 +940,7 @@ protected void
printFile(string $file)
@@ -972,7 +983,7 @@
preHook(CommandData $commandData)
@@ -1006,7 +1017,7 @@
initHook($input, AnnotationData $annotationData)
@@ -1045,7 +1056,7 @@ protected
printFileTopic(CommandData $commandData)
@@ -1079,7 +1090,7 @@ protected HandlerStack
getStack()
@@ -1116,6 +1127,39 @@ ProcessManager
+ processManager()
+
+ This method overrides the trait in order to provide a more specific return type.
+class - ConfigLocator (View source) + ConfigLocator (View source)
@@ -192,7 +192,7 @@- protected ConfigInterface + protected DrushConfig | $config | @@ -201,7 +201,7 @@||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- protected + protected bool | $isLocal | @@ -361,7 +361,7 @@
+ | array | $filepaths |
+ | string | $siteRoot | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ConfigLoaderInterface | +ConfigLoader | $loader |
array | -array whose first item is an array of files, and the second item is an + | The 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 | -the config exists and was processed. |
+ Whether 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/DrupalKernel.html b/api/Drush/Drupal/DrupalKernel.html
index f0f43a89d8..1aac671f6b 100644
--- a/api/Drush/Drupal/DrupalKernel.html
+++ b/api/Drush/Drupal/DrupalKernel.html
@@ -86,7 +86,7 @@ class - DrupalKernel extends DrupalKernel (View source) + DrupalKernel extends DrupalKernel (View source)
@@ -96,254 +96,9 @@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,254 +96,9 @@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)
@@ -527,7 +527,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 233fe04879..d717ef3b9e 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 4430e85980..0f3aeb48c0 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 7f82f2017d..80fd1ebe57 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,254 +96,9 @@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 c7fb1cfef2..5054251872 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 the drush.info file, or FALSE if not read yet. |
+ The version of Drush from Composer Runtime, or FALSE if not populated yet. |
|
- static protected + static protected string|false | $majorVersion | @@ -142,7 +142,7 @@|||
- static protected + static protected string|false | $minorVersion | @@ -177,7 +177,7 @@
string | ++ |
static string
getMajorVersion()
@@ -621,7 +639,7 @@ static string
getMinorVersion()
@@ -654,7 +672,7 @@ static void
setContainer($container)
@@ -696,7 +714,7 @@ static void
unsetContainer()
@@ -728,7 +746,7 @@ static ContainerInterface
getContainer()
@@ -769,7 +787,7 @@ static bool
hasContainer()
@@ -801,7 +819,7 @@ static Application
getApplication()
@@ -833,7 +851,7 @@ static Runner
runner()
@@ -865,7 +883,7 @@ static
service(string $id)
@@ -900,7 +918,7 @@ static bool
hasService(string $id)
@@ -942,7 +960,7 @@ static AnnotatedCommandFactory
commandFactory()
@@ -974,7 +992,7 @@ static LoggerInterface
logger()
@@ -1013,7 +1031,7 @@ static DrushConfig
config()
@@ -1052,7 +1070,7 @@ static SiteAliasManager
aliasManager()
@@ -1092,7 +1110,7 @@ static ProcessManager
processManager()
@@ -1132,7 +1150,7 @@ static InputInterface
input()
@@ -1164,7 +1182,7 @@ static OutputInterface
output()
@@ -1196,7 +1214,7 @@ static SiteProcess
drush(SiteAliasInterface $siteAlias, string $command, array $args = [], array $options = [], array $options_double_dash = [])
@@ -1222,29 +1240,7 @@ Note, however, that an alias record is required to use the drush
method.
-The alias manager will provide an alias record, but the alias manager is
-not injected by default into Drush commands. In order to use it, it is
-necessary to use SiteAliasManagerAwareTrait:
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);).
+Dependency inject the site alias manager to get an alias record.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 = [])
@@ -1356,9 +1352,9 @@ static ProcessBase
- process(string|array $commandline, string|null $cwd = null, array|null $env = null, mixed|null $input = null, int|float|null $timeout = 60)
+ process(string|array $commandline, string|null $cwd = null, array|null $env = null, mixed $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: Consider using injected process manager instead of this method.
+Tip: Commandfiles should use processmanager() instead of this method.
No description
- __construct($message = "Failed.", $code = 1, Throwable $previous = null)
+ __construct($message = "Failed.", $code = 1, Throwable|null $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 $previous = null)
+ __construct($message = "Cancelled.", $code = 0, Exception|null $previous = null)
trait - ExecTrait (View source) + ExecTrait (View source)
@@ -96,6 +96,20 @@+ protected + + | +$uri | ++ | + |
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -186,7 +200,7 @@ bool | -if browser was opened. FALSE if browser was disabled by the user or a + | TRUE if browser was opened. FALSE if browser was disabled by the user or a default browser could not be found. |
static bool
programExists($program)
@@ -243,7 +257,7 @@ static string
getEditor(string|null $editor = null)
diff --git a/api/Drush/Log/DrushLog.html b/api/Drush/Log/DrushLog.html
index 5a115e7a0e..c1117b77a2 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 99edbec149..2011e3e7a6 100644
--- a/api/Drush/Preflight/ArgsPreprocessor.html
+++ b/api/Drush/Preflight/ArgsPreprocessor.html
@@ -86,7 +86,7 @@ class - ArgsPreprocessor (View source) + ArgsPreprocessor (View source)
@@ -212,7 +212,7 @@
__construct()
@@ -235,7 +235,7 @@ void
setArgsRemapper(ArgsRemapper $remapper)
@@ -278,7 +278,7 @@
parse(array $argv, PreflightArgsInterface $storage)
@@ -319,7 +319,7 @@ static protected bool
nextCouldBeValue($argv)
@@ -362,7 +362,7 @@ protected bool
isAliasOrSiteSpec(string $arg)
@@ -405,7 +405,7 @@ protected array
findMethodForOptionWithValues(array $optionsTable, string $opt)
@@ -441,7 +441,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 462df1c94d..75a79657b1 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,7 +338,8 @@Return the Drupal Finder
No description
+
__construct(Environment $environment, $verify = null, $configLocator = null, $preflightLog = null)
@@ -417,7 +420,7 @@ PreflightLog
logger()
@@ -450,7 +453,7 @@ void
setLogger(PreflightLog $logger)
@@ -493,7 +496,7 @@ void
init()
@@ -526,7 +529,7 @@ protected array
remapOptions()
@@ -570,7 +573,7 @@ protected array
remapCommandAliases()
@@ -606,7 +609,7 @@ PreflightArgs
preflightArgs($argv)
@@ -649,7 +652,7 @@ void
prepareConfig(Environment $environment)
@@ -692,7 +695,7 @@ InputInterface
createInput()
@@ -725,7 +728,7 @@ array
getCommandFilePaths()
@@ -758,7 +761,7 @@ ClassLoader
loadSymfonyCompatabilityAutoloader()
@@ -791,7 +794,7 @@ DrushConfig
config()
@@ -824,7 +827,7 @@ array
preflight($argv)
@@ -867,7 +870,7 @@ protected
preferredSite()
@@ -891,7 +894,7 @@ DrushDrupalFinder
drupalFinder()
@@ -901,7 +904,8 @@ Return the Drupal Finder
+No description
+ SiteAliasManager
aliasManager()
@@ -933,7 +937,8 @@ Return the alias manager
+No description
+ Environment
environment()
@@ -965,7 +970,8 @@ Return the environment
+No description
+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($simulate)
+ setSimulate(bool $simulate)
+ | bool | $simulate |
+ | string | $coverageFile |
PreflightArgsInterface | +PreflightArgs | $preflightArgs | An alias name or site specification |
PreflightArgsInterface | +PreflightArgs | $preflightArgs |
PreflightArgsInterface | +PreflightArgs | $preflightArgs |
- protected Command - - | -$command | -The currently set subcommand. |
- - |
Helper for setting a subcommand to retrieve help for.
protected void
configure()
@@ -193,56 +169,14 @@ void
- setCommand(Command $command)
-
- Helper for setting a subcommand to retrieve help for.
- protected void
+
+ protected int
execute(InputInterface $input, OutputInterface $output)
void | +int |
class - Shell extends Shell (View source) + Shell extends Shell (View source)
@@ -102,7 +102,7 @@ protected null|string
+
+ protected Command|null
getCommand(string $input)
null|string | +Command|null |
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 ac6fa74cc0..aa823b845c 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 @@- BOOTSTRAP_MANAGER + SITE_ALIAS_MANAGER |
@@ -109,7 +109,7 @@ Constants
Return Value
-
-
@@ -786,6 +786,15 @@ protected object
resolveFromContainer(Container $container, string $arg)
|
object | +Resolved object from DI container |
+
protected
isRequired(string $arg)
@@ -829,9 +838,9 @@ protected bool
- atLeastOneValue($args)
+ atLeastOneValue(array $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()
@@ -467,7 +466,7 @@ array
discover(array $commandfileSearchpath, string $baseNamespace)
@@ -518,7 +517,7 @@ array
discoverCommandsFromConfiguration()
@@ -550,7 +549,7 @@ array
discoverCommands(array $directoryList, string $baseNamespace)
@@ -598,7 +597,7 @@ array
discoverPsr4Commands()
@@ -631,7 +630,7 @@ array
discoverPsr4Generators()
@@ -663,7 +662,7 @@ array
discoverModuleCommands(array $directoryList, string $baseNamespace)
@@ -711,7 +710,7 @@ array
discoverModuleCommandInfoAlterers(array $directoryList, string $baseNamespace)
@@ -759,7 +758,7 @@ array
instantiateYamlCliCommands()
@@ -792,9 +791,9 @@ array
- instantiateServices(array $bootstrapCommandClasses, ContainerInterface $drushContainer, ContainerInterface|null $container = null)
+ instantiateServices(array $bootstrapCommandClasses, Container $drushContainer, ContainerInterface|null $container = null)
Instantiate objects given a lsit of classes. For each class, if it has +
Instantiate objects given a list 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)
@@ -894,7 +893,7 @@ protected bool
hasStaticCreateFactory(string $class)
@@ -913,7 +912,7 @@ The name of the class to check
bool | -True if class has a static |
+
protected int|null
bootStrapAttributeValue(string $class)
@@ -946,8 +945,7 @@ No description
- +Does the provided class have a Bootstrap Attribute, indicating early loading.
protected bool
requiresBootstrap(string $class)
@@ -1020,10 +1018,10 @@ 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 |
+
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 method with the specified name. |
+ True if class has a static |
array
discoverModuleGenerators(array $directoryList, string $baseNamespace)
@@ -1157,9 +1155,9 @@ void
- inflect(ContainerInterface $container, mixed $object)
+ inflect(Container $container, mixed $object)
ContainerInterface | +Container | $container | The DI contaner |
The working directory or null to use the working dir of the current PHP process |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
array | +array|null | $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 | +array|null | $env | The environment variables or null to use the same environment as the current PHP process |
array | -array of tables with each table name in the appropriate + | An 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 | -array of tables with non-existant tables removed. |
+ An array of tables with non-existent 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 | -array with only valid table names (i.e. all of which actually exist in + | An 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 | -array of table names with each table name in the appropriate + | An array of table names with each table name in the appropriate element of the array. |
array
getRawTableList(string $option_name, array $options)
@@ -886,7 +886,8 @@ The option name to check: skip-tables, structure-tables +or tables. This function will check both -key and -list.
array | -an array of tables based on the first option + | Returns an array of tables based on the first option found, or an empty array if there were no matches. |
DrushConfig
getConfig()
@@ -960,7 +961,7 @@
__construct(array $dbSpec, array $options)
@@ -998,7 +999,7 @@ array
getEnv()
@@ -1030,7 +1031,7 @@ Process
getProcess()
@@ -1062,7 +1063,7 @@ void
setProcess(Process $process)
@@ -1105,7 +1106,7 @@ static SqlBase|null
create(array $options = [])
@@ -1147,7 +1148,7 @@ static SqlBase|null
getInstance($db_spec, $options)
@@ -1195,7 +1196,7 @@ array
getDbSpec()
@@ -1228,7 +1229,7 @@ void
setDbSpec(array $dbSpec)
@@ -1270,7 +1271,7 @@ string
command()
@@ -1302,7 +1303,7 @@ string
connect(bool $hide_password = true)
@@ -1345,7 +1346,7 @@ string|bool|null
dump()
@@ -1378,7 +1379,7 @@ protected string
addPipeFail(string $cmd, string $pipefail)
@@ -1434,7 +1435,7 @@ string
dumpCmd($table_selection)
@@ -1477,7 +1478,7 @@ string|null
dumpFile($file)
@@ -1520,7 +1521,7 @@ bool|null
query(string $query, $input_file = null, $result_file = '')
@@ -1573,7 +1574,7 @@ bool
alwaysQuery(string $query, $input_file = null, string|null $result_file = '')
@@ -1613,7 +1614,7 @@ bool | -on success, FALSE on failure. |
+ TRUE on success, FALSE on failure. |
protected void
logQueryInDebugMode($query, $input_file_original)
@@ -1673,7 +1674,7 @@ string|null
silent()
@@ -1706,7 +1707,7 @@ string|null
queryPrefix($query)
@@ -1749,7 +1750,7 @@
queryFormat($query)
@@ -1783,7 +1784,7 @@ bool|null
drop(array $tables)
@@ -1826,9 +1827,9 @@ string
- createdbSql($dbname, bool $quoted = false)
+ createdbSql(string $dbname, bool $quoted = false)
+ | string | $dbname | -+ | The database name. |
|||
bool | @@ -1874,7 +1875,7 @@
array | -array of table names which exist in the current database, + | An array of table names which exist in the current database, appropriately quoted for the RDMS. |
string
paramsToOptions($parameters)
@@ -2167,7 +2168,7 @@ void
su()
@@ -2199,7 +2200,7 @@ array
getOptions()
@@ -2232,7 +2233,7 @@
getOption($name, $default = null)
@@ -2271,7 +2272,7 @@ static array
dbSpecFromDbUrl($db_url)
@@ -2290,7 +2291,9 @@ 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 ec3c25689c..5917ee123d 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 | -array of tables with each table name in the appropriate + | An 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 | -array of tables with non-existant tables removed. |
+ An array of tables with non-existent 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 | -array with only valid table names (i.e. all of which actually exist in + | An 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 | -array of table names with each table name in the appropriate + | An array of table names with each table name in the appropriate element of the array. |
array
getRawTableList(string $option_name, array $options)
@@ -955,7 +955,8 @@ The option name to check: skip-tables, structure-tables +or tables. This function will check both -key and -list.
array | -an array of tables based on the first option + | Returns an array of tables based on the first option found, or an empty array if there were no matches. |
DrushConfig
getConfig()
@@ -1030,7 +1031,7 @@
__construct(array $dbSpec, array $options)
@@ -1069,7 +1070,7 @@ array
getEnv()
@@ -1102,7 +1103,7 @@ Process
getProcess()
@@ -1135,7 +1136,7 @@ void
setProcess(Process $process)
@@ -1179,7 +1180,7 @@ static SqlBase|null
create(array $options = [])
@@ -1222,7 +1223,7 @@ static SqlBase|null
getInstance($db_spec, $options)
@@ -1271,7 +1272,7 @@ array
getDbSpec()
@@ -1305,7 +1306,7 @@ void
setDbSpec(array $dbSpec)
@@ -1347,7 +1348,7 @@ string
command()
@@ -1380,7 +1381,7 @@ string
connect(bool $hide_password = true)
@@ -1424,7 +1425,7 @@ string|bool|null
dump()
@@ -1458,7 +1459,7 @@ protected string
addPipeFail(string $cmd, string $pipefail)
@@ -1514,7 +1515,7 @@ string
dumpCmd($table_selection)
@@ -1558,7 +1559,7 @@ string|null
dumpFile($file)
@@ -1602,7 +1603,7 @@ bool|null
query(string $query, $input_file = null, $result_file = '')
@@ -1656,7 +1657,7 @@ bool
alwaysQuery(string $query, $input_file = null, string|null $result_file = '')
@@ -1696,7 +1697,7 @@ bool | -on success, FALSE on failure. |
+ TRUE on success, FALSE on failure. |
protected void
logQueryInDebugMode($query, $input_file_original)
@@ -1757,7 +1758,7 @@ string|null
silent()
@@ -1791,7 +1792,7 @@ string|null
queryPrefix($query)
@@ -1835,7 +1836,7 @@
queryFormat($query)
@@ -1870,7 +1871,7 @@ bool|null
drop(array $tables)
@@ -1913,9 +1914,9 @@ string
- createdbSql($dbname, bool $quoted = false)
+ createdbSql(string $dbname, bool $quoted = false)
+ | string | $dbname | -+ | The database name. |
|||
bool | @@ -1962,7 +1963,7 @@
array | -array of table names which exist in the current database, + | An array of table names which exist in the current database, appropriately quoted for the RDMS. |
string
paramsToOptions($parameters)
@@ -2259,7 +2260,7 @@ void
su()
@@ -2292,7 +2293,7 @@ array
getOptions()
@@ -2326,7 +2327,7 @@
getOption($name, $default = null)
@@ -2366,7 +2367,7 @@ static array
dbSpecFromDbUrl($db_url)
@@ -2385,7 +2386,9 @@ 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)
@@ -2451,7 +2454,7 @@ static
make(array $dbSpec, array $options)
@@ -2489,7 +2492,7 @@ string
dumpProgram()
@@ -2522,7 +2525,7 @@ string
getVersion()
@@ -2554,7 +2557,7 @@ void
setVersion(string $version)
diff --git a/api/Drush/Sql/SqlPgsql.html b/api/Drush/Sql/SqlPgsql.html
index bdc814ecc3..537fcfa5c9 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 | -array of tables with each table name in the appropriate + | An 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 | -array of tables with non-existant tables removed. |
+ An array of tables with non-existent 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 | -array with only valid table names (i.e. all of which actually exist in + | An 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 | -array of table names with each table name in the appropriate + | An array of table names with each table name in the appropriate element of the array. |
array
getRawTableList(string $option_name, array $options)
@@ -912,7 +912,8 @@ The option name to check: skip-tables, structure-tables +or tables. This function will check both -key and -list.
array | -an array of tables based on the first option + | Returns an array of tables based on the first option found, or an empty array if there were no matches. |
DrushConfig
getConfig()
@@ -987,7 +988,7 @@
__construct(array $dbSpec, array $options)
@@ -1025,7 +1026,7 @@ array
getEnv()
@@ -1058,7 +1059,7 @@ Process
getProcess()
@@ -1091,7 +1092,7 @@ void
setProcess(Process $process)
@@ -1135,7 +1136,7 @@ static SqlBase|null
create(array $options = [])
@@ -1178,7 +1179,7 @@ static SqlBase|null
getInstance($db_spec, $options)
@@ -1227,7 +1228,7 @@ array
getDbSpec()
@@ -1261,7 +1262,7 @@ void
setDbSpec(array $dbSpec)
@@ -1303,7 +1304,7 @@ string
command()
@@ -1336,7 +1337,7 @@ string
connect(bool $hide_password = true)
@@ -1380,7 +1381,7 @@ string|bool|null
dump()
@@ -1414,7 +1415,7 @@ protected string
addPipeFail(string $cmd, string $pipefail)
@@ -1470,7 +1471,7 @@ string
dumpCmd($table_selection)
@@ -1514,7 +1515,7 @@ string|null
dumpFile($file)
@@ -1558,7 +1559,7 @@ bool|null
query(string $query, $input_file = null, $result_file = '')
@@ -1612,7 +1613,7 @@ bool
alwaysQuery(string $query, $input_file = null, string|null $result_file = '')
@@ -1652,7 +1653,7 @@ bool | -on success, FALSE on failure. |
+ TRUE on success, FALSE on failure. |
protected void
logQueryInDebugMode($query, $input_file_original)
@@ -1714,7 +1715,7 @@ string|null
silent()
@@ -1748,7 +1749,7 @@ string|null
queryPrefix($query)
@@ -1791,7 +1792,7 @@
queryFormat($query)
@@ -1825,7 +1826,7 @@ bool|null
drop(array $tables)
@@ -1868,9 +1869,9 @@ string
- createdbSql($dbname, bool $quoted = false)
+ createdbSql(string $dbname, bool $quoted = false)
+ | string | $dbname | -+ | The database name. |
|||
bool | @@ -1916,7 +1917,7 @@
array | -array of table names which exist in the current database, + | An array of table names which exist in the current database, appropriately quoted for the RDMS. |
string
paramsToOptions($parameters)
@@ -2214,7 +2215,7 @@ void
su()
@@ -2247,7 +2248,7 @@ array
getOptions()
@@ -2281,7 +2282,7 @@
getOption($name, $default = null)
@@ -2321,7 +2322,7 @@ static array
dbSpecFromDbUrl($db_url)
@@ -2340,7 +2341,9 @@ 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)
@@ -2406,7 +2409,7 @@ string|null
getPasswordFile()
diff --git a/api/Drush/Sql/SqlSqlite.html b/api/Drush/Sql/SqlSqlite.html
index 3ce5be8d68..6ef935e106 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 | -array of tables with each table name in the appropriate + | An 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 | -array of tables with non-existant tables removed. |
+ An array of tables with non-existent 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 | -array with only valid table names (i.e. all of which actually exist in + | An 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 | -array of table names with each table name in the appropriate + | An array of table names with each table name in the appropriate element of the array. |
array
getRawTableList(string $option_name, array $options)
@@ -905,7 +905,8 @@ The option name to check: skip-tables, structure-tables +or tables. This function will check both -key and -list.
array | -an array of tables based on the first option + | Returns an array of tables based on the first option found, or an empty array if there were no matches. |
DrushConfig
getConfig()
@@ -980,7 +981,7 @@
__construct(array $dbSpec, array $options)
@@ -1019,7 +1020,7 @@ array
getEnv()
@@ -1052,7 +1053,7 @@ Process
getProcess()
@@ -1085,7 +1086,7 @@ void
setProcess(Process $process)
@@ -1129,7 +1130,7 @@ static SqlBase|null
create(array $options = [])
@@ -1172,7 +1173,7 @@ static SqlBase|null
getInstance($db_spec, $options)
@@ -1221,7 +1222,7 @@ array
getDbSpec()
@@ -1255,7 +1256,7 @@ void
setDbSpec(array $dbSpec)
@@ -1297,7 +1298,7 @@ string
command()
@@ -1330,7 +1331,7 @@ string
connect(bool $hide_password = true)
@@ -1374,7 +1375,7 @@ string|bool|null
dump()
@@ -1408,7 +1409,7 @@ protected string
addPipeFail(string $cmd, string $pipefail)
@@ -1464,7 +1465,7 @@ string
dumpCmd($table_selection)
@@ -1508,7 +1509,7 @@ string|null
dumpFile($file)
@@ -1552,7 +1553,7 @@ bool|null
query(string $query, $input_file = null, $result_file = '')
@@ -1606,7 +1607,7 @@ bool
alwaysQuery(string $query, $input_file = null, string|null $result_file = '')
@@ -1646,7 +1647,7 @@ bool | -on success, FALSE on failure. |
+ TRUE on success, FALSE on failure. |
protected void
logQueryInDebugMode($query, $input_file_original)
@@ -1708,7 +1709,7 @@ string|null
silent()
@@ -1742,7 +1743,7 @@ string|null
queryPrefix($query)
@@ -1786,7 +1787,7 @@
queryFormat($query)
@@ -1820,7 +1821,7 @@ bool|null
drop(array $tables)
@@ -1863,9 +1864,9 @@ string
- createdbSql($dbname, bool $quoted = false)
+ createdbSql(string $dbname, bool $quoted = false)
+ | string | $dbname | -+ | The database name. |
|||
bool | @@ -1911,7 +1912,7 @@
array | -array of table names which exist in the current database, + | An array of table names which exist in the current database, appropriately quoted for the RDMS. |
string
paramsToOptions($parameters)
@@ -2209,7 +2210,7 @@ void
su()
@@ -2242,7 +2243,7 @@ array
getOptions()
@@ -2276,7 +2277,7 @@
getOption($name, $default = null)
@@ -2316,7 +2317,7 @@ static array
dbSpecFromDbUrl($db_url)
@@ -2335,7 +2336,9 @@ 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 cedf0f4986..0de9d9ff3a 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 | -array of tables with each table name in the appropriate + | An 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 | -array of tables with non-existant tables removed. |
+ An array of tables with non-existent 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 | -array with only valid table names (i.e. all of which actually exist in + | An 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 | -array of table names with each table name in the appropriate + | An array of table names with each table name in the appropriate element of the array. |
array
getRawTableList(string $option_name, array $options)
@@ -438,7 +438,8 @@ The option name to check: skip-tables, structure-tables +or tables. This function will check both -key and -list.
array | -an array of tables based on the first option + | Returns 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/12.x/docs/contribute/unish.md#drush-test-traits.
More information is available at https://github.com/drush-ops/drush/blob/13.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 $key = null)
+ getOutputFromJSON(string|int|null $key = null)
string|int | +string|int|null | $key | Optionally return only a top level element from the json object. |
string|int | +string|int|null | $key | Optionally return only a top level element from the json object. |