From fc3b9488408562d999fc0bb9fd8230fbf662aebf Mon Sep 17 00:00:00 2001 From: weitzman Date: Thu, 6 Jun 2024 12:50:20 +0000 Subject: [PATCH] [CI] Add Doctum build --- api/Drush/Application.html | 112 ++-- api/Drush/Attributes/HookSelector.html | 2 +- api/Drush/Attributes/Obsolete.html | 6 +- api/Drush/Boot/BaseBoot.html | 32 +- api/Drush/Boot/BootstrapManager.html | 96 ++-- api/Drush/Boot/DrupalBoot.html | 116 ++-- api/Drush/Boot/DrupalBoot8.html | 176 +++--- .../Command/GlobalOptionsEventListener.html | 6 +- api/Drush/Command/RemoteCommandProxy.html | 12 +- api/Drush/Commands/AutowireTrait.html | 4 +- api/Drush/Commands/DrushCommands.html | 353 ++++++++++-- api/Drush/Commands/LegacyCommands.html | 415 ++++++++++++-- api/Drush/Commands/config/ConfigCommands.html | 522 +++++++++++------- .../Commands/config/ConfigExportCommands.html | 391 ++++++++++--- .../Commands/config/ConfigImportCommands.html | 502 +++++++++++++---- .../Commands/config/ConfigPullCommands.html | 429 ++++++++++++-- .../Commands/core/ArchiveDumpCommands.html | 371 +++++++++++-- api/Drush/Commands/core/BrowseCommands.html | 429 ++++++++++++-- api/Drush/Commands/core/CacheCommands.html | 493 +++++++++++++---- .../Commands/core/CacheRebuildCommands.html | 398 ++++++++++--- api/Drush/Commands/core/CliCommands.html | 404 +++++++++++--- api/Drush/Commands/core/CoreCommands.html | 376 +++++++++++-- api/Drush/Commands/core/DeployCommands.html | 435 +++++++++++++-- .../Commands/core/DeployHookCommands.html | 439 ++++++++++++--- api/Drush/Commands/core/DrupalCommands.html | 468 ++++++++++++---- .../core/DrupalDirectoryCommands.html | 427 ++++++++++++-- .../Commands/core/DrupliconCommands.html | 381 ++++++++++--- api/Drush/Commands/core/EditCommands.html | 441 +++++++++++++-- api/Drush/Commands/core/EntityCommands.html | 404 +++++++++++--- .../Commands/core/EntityCreateCommands.html | 408 +++++++++++--- api/Drush/Commands/core/ImageCommands.html | 375 +++++++++++-- api/Drush/Commands/core/LanguageCommands.html | 442 ++++++++++++--- api/Drush/Commands/core/LinkHooks.html | 402 +++++++++++--- api/Drush/Commands/core/LocaleCommands.html | 456 +++++++++++---- api/Drush/Commands/core/LoginCommands.html | 373 +++++++++++-- api/Drush/Commands/core/MaintCommands.html | 369 +++++++++++-- .../Commands/core/MessengerCommands.html | 396 ++++++++++--- .../Commands/core/MigrateRunnerCommands.html | 454 +++++++++++---- api/Drush/Commands/core/MkCommands.html | 398 +++++++++---- api/Drush/Commands/core/NotifyCommands.html | 379 +++++++++++-- api/Drush/Commands/core/PhpCommands.html | 371 +++++++++++-- api/Drush/Commands/core/QueueCommands.html | 482 +++++++++++----- api/Drush/Commands/core/RoleCommands.html | 443 +++++++++++++-- api/Drush/Commands/core/RsyncCommands.html | 433 +++++++++++++-- .../Commands/core/RunserverCommands.html | 404 +++++++++++--- api/Drush/Commands/core/SiteCommands.html | 431 +++++++++++++-- .../Commands/core/SiteInstallCommands.html | 418 +++++++++++--- api/Drush/Commands/core/SshCommands.html | 427 ++++++++++++-- api/Drush/Commands/core/StateCommands.html | 400 +++++++++++--- api/Drush/Commands/core/StatusCommands.html | 434 +++++++++++++-- api/Drush/Commands/core/TopicCommands.html | 377 +++++++++++-- api/Drush/Commands/core/TwigCommands.html | 422 +++++++++++--- api/Drush/Commands/core/UpdateDBCommands.html | 449 ++++++++++++--- api/Drush/Commands/core/UserCommands.html | 416 +++++++++++--- api/Drush/Commands/core/ViewsCommands.html | 424 +++++++++++--- api/Drush/Commands/core/WatchdogCommands.html | 439 ++++++++++++--- .../field/EntityTypeBundleAskTrait.html | 8 +- .../Commands/field/FieldBaseInfoCommands.html | 511 +++++++++++++---- .../FieldBaseOverrideCreateCommands.html | 519 +++++++++++++---- .../Commands/field/FieldCreateCommands.html | 471 ++++++++++++---- .../field/FieldDefinitionCommands.html | 406 +++++++++++--- .../Commands/field/FieldDeleteCommands.html | 507 +++++++++++++---- .../field/FieldEntityReferenceHooks.html | 456 +++++++++++---- .../Commands/field/FieldInfoCommands.html | 507 +++++++++++++---- api/Drush/Commands/field/FieldTextHooks.html | 456 +++++++++++---- .../Commands/generate/ApplicationFactory.html | 29 +- .../Commands/generate/GenerateCommands.html | 375 +++++++++++-- api/Drush/Commands/help/ListCommands.html | 379 +++++++++++-- api/Drush/Commands/pm/PmCommands.html | 440 ++++++++++++--- api/Drush/Commands/pm/ThemeCommands.html | 396 ++++++++++--- api/Drush/Commands/sql/SqlSyncCommands.html | 437 +++++++++++++-- api/Drush/Config/ConfigLocator.html | 80 +-- api/Drush/Config/Environment.html | 56 +- .../Commands/sql/SanitizePluginInterface.html | 51 +- api/Drush/Drupal/DrupalKernel.html | 247 +-------- api/Drush/Drupal/InstallerKernel.html | 247 +-------- .../Drupal/Migrate/MigrateExecutable.html | 56 +- api/Drush/Drupal/Migrate/MigrateMessage.html | 6 +- api/Drush/Drupal/Migrate/MigrateUtils.html | 4 +- api/Drush/Drupal/UpdateKernel.html | 247 +-------- api/Drush/DrupalFinder/DrushDrupalFinder.html | 10 +- api/Drush/Drush.html | 169 +++--- .../Exceptions/CommandFailedException.html | 10 +- api/Drush/Exceptions/UserAbortException.html | 10 +- api/Drush/Exec/ExecTrait.html | 24 +- api/Drush/Log/DrushLog.html | 6 +- api/Drush/Preflight/ArgsPreprocessor.html | 20 +- api/Drush/Preflight/ArgsRemapper.html | 14 +- api/Drush/Preflight/Preflight.html | 54 +- api/Drush/Preflight/PreflightArgs.html | 96 ++-- api/Drush/Preflight/PreflightSiteLocator.html | 28 +- api/Drush/Preflight/PreflightVerify.html | 14 +- api/Drush/Psysh/DrushCommand.html | 12 +- api/Drush/Psysh/DrushHelpCommand.html | 78 +-- api/Drush/Psysh/Shell.html | 14 +- api/Drush/Runtime/DependencyInjection.html | 38 +- api/Drush/Runtime/LegacyServiceFinder.html | 22 +- .../Runtime/LegacyServiceInstantiator.html | 63 ++- api/Drush/Runtime/RedispatchHook.html | 22 +- api/Drush/Runtime/ServiceManager.html | 150 +++-- api/Drush/SiteAlias/ProcessManager.html | 34 +- api/Drush/Sql/SqlBase.html | 117 ++-- api/Drush/Sql/SqlMysql.html | 125 +++-- api/Drush/Sql/SqlPgsql.html | 119 ++-- api/Drush/Sql/SqlSqlite.html | 117 ++-- api/Drush/Sql/SqlTableSelectionTrait.html | 29 +- api/Drush/TestTraits/DrushTestTrait.html | 56 +- api/Drush/TestTraits/OutputUtilsTrait.html | 30 +- api/Drush/Utils/FsUtils.html | 58 +- api/Drush/Utils/StringUtils.html | 12 +- api/classes.html | 90 ++- api/doc-index.html | 413 ++++++-------- api/doctum-search.json | 2 +- api/doctum.js | 2 +- api/index.html | 1 + api/interfaces.html | 8 +- api/namespaces.html | 1 + api/renderer.index | 2 +- api/traits.html | 24 +- 119 files changed, 22073 insertions(+), 6774 deletions(-) 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 @@

Application

class - Application extends Application implements LoggerAwareInterface, ConfigAwareInterface (View source) + Application extends Application implements LoggerAwareInterface, ConfigAwareInterface (View source)

@@ -307,7 +307,7 @@

Methods

- + Command
find($name) @@ -339,7 +339,7 @@

Methods

- + void
configureIO(InputInterface $input, OutputInterface $output) @@ -361,16 +361,6 @@

Methods

- -
-
- renderException(Exception $e, OutputInterface $output) - -

Renders a caught exception. Omits the command docs at end.

-
-
-
-
void
@@ -388,7 +378,7 @@

Details

DrushConfig getConfig() @@ -432,7 +422,7 @@

See also

- + configureGlobalOptions() @@ -455,7 +445,7 @@

- + bootstrapManager() @@ -479,7 +469,7 @@

- + setBootstrapManager(BootstrapManager $bootstrapManager) @@ -513,7 +503,7 @@

Parameters

- + aliasManager() @@ -537,7 +527,7 @@

- + setAliasManager($aliasManager) @@ -571,7 +561,7 @@

Parameters

- + setRedispatchHook(RedispatchHook $redispatchHook) @@ -605,7 +595,7 @@

Parameters

- + setTildeExpansionHook(TildeExpansionHook $tildeExpansionHook) @@ -639,7 +629,7 @@

Parameters

- + setServiceManager(ServiceManager $serviceManager) @@ -673,7 +663,7 @@

Parameters

- + getUri() @@ -696,7 +686,7 @@

- + refineUriSelection($cwd) @@ -730,7 +720,7 @@

Parameters

- + selectUri($cwd) @@ -763,8 +753,8 @@

Parameters

- - + + Command find($name)

@@ -788,6 +778,15 @@

Parameters

+

Return Value

+ + + + + + +
Command
+ @@ -797,7 +796,7 @@

Parameters

- + protected bootstrapAndFind($name) @@ -830,7 +829,7 @@

Parameters

- + protected checkObsolete($command) @@ -864,8 +863,8 @@

Parameters

- - protected + + protected void configureIO(InputInterface $input, OutputInterface $output)

@@ -894,6 +893,15 @@

Parameters

+

Return Value

+ + + + + + +
void
+ @@ -903,7 +911,7 @@

Parameters

- + configureAndRegisterCommands(InputInterface $input, OutputInterface $output, $commandfileSearchpath, ClassLoader $classLoader) @@ -946,51 +954,13 @@

Parameters

-
-
- -
-
-

- - - renderException(Exception $e, OutputInterface $output) - -

-
- - - -
-

Renders a caught exception. Omits the command docs at end.

-
-
-

Parameters

- - - - - - - - - - - - -
Exception$e
OutputInterface$output
- - - - -

- + 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 @@

HookSelector

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 @@

Obsolete

class - Obsolete extends NoArgumentsBase (View source) + Obsolete extends NoArgumentsBase (View source)

@@ -95,7 +95,7 @@

Obsolete

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

+user tries to run one, the command's description is shown. Example usage at https://github.com/drush-ops/drush/blob/13.x/src/Commands/LegacyCommands.php

Constants

@@ -134,7 +134,7 @@

Details

- + static handle(ReflectionAttribute $attribute, CommandInfo $commandInfo) diff --git a/api/Drush/Boot/BaseBoot.html b/api/Drush/Boot/BaseBoot.html index 95fd04755e..9d13c21e72 100644 --- a/api/Drush/Boot/BaseBoot.html +++ b/api/Drush/Boot/BaseBoot.html @@ -86,7 +86,7 @@

BaseBoot

abstract class - BaseBoot implements Boot, LoggerAwareInterface (View source) + BaseBoot implements Boot, LoggerAwareInterface (View source)

@@ -304,7 +304,7 @@

Details

- + __construct() @@ -328,7 +328,7 @@

- + findUri($root, $uri) @@ -367,7 +367,7 @@

Parameters

- + string getUri() @@ -400,7 +400,7 @@

Return Value

- + setUri(string $uri) @@ -433,7 +433,7 @@

Parameters

- + int getPhase() @@ -466,7 +466,7 @@

Return Value

- + void setPhase(int $phase) @@ -509,7 +509,7 @@

Return Value

- + bool validRoot(string|null $path) @@ -554,7 +554,7 @@

Return Value

- + string|null getVersion(string $root) @@ -596,7 +596,7 @@

Return Value

- + commandDefaults() @@ -620,7 +620,7 @@

- + reportCommandError($command) @@ -656,7 +656,7 @@

Parameters

- + array bootstrapPhaseMap() @@ -690,7 +690,7 @@

Return Value

- + lookUpPhaseIndex($phase) @@ -723,7 +723,7 @@

Parameters

- + bootstrapDrush() @@ -747,7 +747,7 @@

- + protected bool hasRegisteredSymfonyCommand($application, $name) @@ -795,7 +795,7 @@

Return Value

- + void terminate() diff --git a/api/Drush/Boot/BootstrapManager.html b/api/Drush/Boot/BootstrapManager.html index 913d355c18..d336937f97 100644 --- a/api/Drush/Boot/BootstrapManager.html +++ b/api/Drush/Boot/BootstrapManager.html @@ -86,7 +86,7 @@

BootstrapManager

class - BootstrapManager implements LoggerAwareInterface, ConfigAwareInterface (View source) + BootstrapManager implements LoggerAwareInterface, ConfigAwareInterface (View source)

@@ -200,7 +200,7 @@

Methods

void
- add($candidateList) + add(Boot|array $candidateList)

Add a bootstrap object to the list of candidates.

@@ -281,7 +281,7 @@

Methods

bootstrap() @@ -294,7 +294,7 @@

Methods

void
- injectBootstrap(Boot $bootstrap) + injectBootstrap(DrupalBoot8 $bootstrap)

For use in testing

@@ -326,7 +326,7 @@

Methods

bool
- doBootstrap(int $phase, int|bool $phase_max = false, AnnotationData $annotationData = null) + doBootstrap(int $phase, int|bool $phase_max = false, AnnotationData|null $annotationData = null)

Bootstrap Drush to the desired phase.

@@ -366,7 +366,7 @@

Methods

bool
- bootstrapToPhase(string $bootstrapPhase, AnnotationData $annotationData = null) + bootstrapToPhase(string $bootstrapPhase, AnnotationData|null $annotationData = null)

Bootstrap to the specified phase.

@@ -387,7 +387,7 @@

Methods

bool
- bootstrapToPhaseIndex(int $max_phase_index, AnnotationData $annotationData = null) + bootstrapToPhaseIndex(int $max_phase_index, AnnotationData|null $annotationData = null)

Bootstrap to the specified phase.

@@ -397,7 +397,7 @@

Methods

int
- bootstrapMax(int $max_phase_index = false, AnnotationData $annotationData = null) + bootstrapMax(bool|int|null $max_phase_index = false, AnnotationData|null $annotationData = null)

Bootstrap to the highest level possible, without triggering any errors.

@@ -421,7 +421,7 @@

Details

DrushConfig getConfig() @@ -465,7 +465,7 @@

See also

- + int getPhase() @@ -498,7 +498,7 @@

Return Value

- + protected void setPhase(int $phase) @@ -541,9 +541,9 @@

Return Value

- + void - add($candidateList) + add(Boot|array $candidateList)

@@ -558,9 +558,9 @@

Parameters

- + - +
Boot|array $candidateList

List of boot candidates

@@ -583,7 +583,7 @@

Return Value

- + DrushDrupalFinder drupalFinder() @@ -616,7 +616,7 @@

Return Value

- + void setDrupalFinder(DrushDrupalFinder $drupalFinder) @@ -659,7 +659,7 @@

Return Value

- + string getRoot() @@ -691,7 +691,7 @@

Return Value

- + string getComposerRoot() @@ -723,7 +723,7 @@

Return Value

- + getUri() @@ -746,7 +746,7 @@

- + selectUri($cwd) @@ -780,7 +780,7 @@

Parameters

- + void setUri($uri) @@ -823,8 +823,8 @@

Return Value

- - Boot + + DrupalBoot8 bootstrap()

@@ -841,7 +841,7 @@

Return Value

- +
BootDrupalBoot8
@@ -855,9 +855,9 @@

Return Value

- + void - injectBootstrap(Boot $bootstrap) + injectBootstrap(DrupalBoot8 $bootstrap)

@@ -872,7 +872,7 @@

Parameters

- + @@ -897,7 +897,7 @@

Return Value

- + Boot bootstrapObjectForRoot($path) @@ -940,7 +940,7 @@

Return Value

- + array bootstrapPhases(bool $function_names = false) @@ -996,9 +996,9 @@

See also

- + bool - doBootstrap(int $phase, int|bool $phase_max = false, AnnotationData $annotationData = null) + doBootstrap(int $phase, int|bool $phase_max = false, AnnotationData|null $annotationData = null)

@@ -1027,7 +1027,7 @@

Parameters

specified level. If specified, it should never be lower than $phase.

- + @@ -1065,7 +1065,7 @@

See also

- + bool hasBootstrap() @@ -1097,7 +1097,7 @@

Return Value

- + bool hasBootstrapped(int $phase) @@ -1140,7 +1140,7 @@

Return Value

- + bool bootstrapValidate(int $phase) @@ -1200,9 +1200,9 @@

See also

- + bool - bootstrapToPhase(string $bootstrapPhase, AnnotationData $annotationData = null) + bootstrapToPhase(string $bootstrapPhase, AnnotationData|null $annotationData = null)

@@ -1224,7 +1224,7 @@

Parameters

TRUE if the specified bootstrap phase has completed.

- + @@ -1258,7 +1258,7 @@

Exceptions

- + protected maxPhaseLimit($bootstrap_str) @@ -1292,9 +1292,9 @@

Parameters

- + bool - bootstrapToPhaseIndex(int $max_phase_index, AnnotationData $annotationData = null) + bootstrapToPhaseIndex(int $max_phase_index, AnnotationData|null $annotationData = null)

@@ -1316,7 +1316,7 @@

Parameters

TRUE if the specified bootstrap phase has completed.

- + @@ -1341,9 +1341,9 @@

Return Value

- + int - bootstrapMax(int $max_phase_index = false, AnnotationData $annotationData = null) + bootstrapMax(bool|int|null $max_phase_index = false, AnnotationData|null $annotationData = null)

@@ -1358,12 +1358,12 @@

Parameters

BootDrupalBoot8 $bootstrap
AnnotationDataAnnotationData|null $annotationData

Optional annotation data from the command.

TRUE if the specified bootstrap phase has completed.

AnnotationDataAnnotationData|null $annotationData
AnnotationDataAnnotationData|null $annotationData
- + - + @@ -1389,7 +1389,7 @@

Return Value

- + LoggerInterface|null logger() diff --git a/api/Drush/Boot/DrupalBoot.html b/api/Drush/Boot/DrupalBoot.html index 820e6336bc..909f9b8ef3 100644 --- a/api/Drush/Boot/DrupalBoot.html +++ b/api/Drush/Boot/DrupalBoot.html @@ -86,7 +86,7 @@

DrupalBoot

abstract class - DrupalBoot extends BaseBoot (View source) + DrupalBoot extends BaseBoot (View source)

@@ -215,17 +215,19 @@

Methods

This function determines if the specified path points to the root directory of a CMS that can be bootstrapped by the specific subclass that implements it.

-
+
string|null
- getVersion($drupal_root) + getVersion(string $root)

Given a site root directory, determine the exact version of the software.

-
+
@@ -385,16 +387,6 @@

Methods

-
-
- bootstrapDrupalSite(BootstrapManager $manager) - -

Initialize a site on the Drupal root.

-
-
-
-
-
bootstrapDrupalConfiguration(BootstrapManager $manager) @@ -441,7 +433,7 @@

Details

__construct() @@ -465,7 +457,7 @@

- + findUri($root, $cwd) @@ -505,7 +497,7 @@

Parameters

string getUri() @@ -539,7 +531,7 @@

Return Value

setUri(string $uri) @@ -573,7 +565,7 @@

Parameters

int getPhase() @@ -607,7 +599,7 @@

Return Value

void setPhase(int $phase) @@ -650,7 +642,8 @@

Return Value

- + bool validRoot(string|null $path) @@ -695,9 +688,10 @@

Return Value

- + string|null - getVersion($drupal_root) + getVersion(string $root)

@@ -712,9 +706,9 @@

Parameters

intbool|int|null $max_phase_index

(optional) Only attempt bootstrap to the specified level.

AnnotationDataAnnotationData|null $annotationData

Optional annotation data from the command.

The maximum phase to which we bootstrapped.

- - - + + +
$drupal_rootstring$root

The full path to the site installation, with no trailing slash.

@@ -738,7 +732,7 @@

Return Value

commandDefaults() @@ -763,7 +757,7 @@

reportCommandError($command) @@ -799,7 +793,7 @@

Parameters

- + array bootstrapPhaseMap() @@ -834,7 +828,7 @@

Return Value

lookUpPhaseIndex($phase) @@ -868,7 +862,7 @@

Parameters

bootstrapDrush() @@ -893,7 +887,7 @@

protected bool hasRegisteredSymfonyCommand($application, $name) @@ -942,7 +936,7 @@

Return Value

void terminate() @@ -974,7 +968,7 @@

Return Value

- + protected scanUpForUri($root, $scan) @@ -1013,7 +1007,7 @@

Parameters

- + string|null confPath(bool $require_settings = true, bool $reset = false) @@ -1061,7 +1055,7 @@

Return Value

- + array bootstrapPhases() @@ -1102,7 +1096,7 @@

Return Value

- + bool bootstrapDrupalRootValidate(BootstrapManager $manager) @@ -1144,7 +1138,7 @@

Return Value

- + void bootstrapDrupalRoot(BootstrapManager $manager) @@ -1190,7 +1184,7 @@

Return Value

- + string bootstrapDrupalCore(BootstrapManager $manager, string $drupal_root) @@ -1238,7 +1232,7 @@

Return Value

- + bootstrapDrupalSiteValidate(BootstrapManager $manager) @@ -1266,47 +1260,13 @@

Parameters

-
-
- - -
-

- - - 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.

-
-
-

Parameters

- - - - - - - -
BootstrapManager$manager
- - - - -

- + bootstrapDrupalConfiguration(BootstrapManager $manager) @@ -1339,7 +1299,7 @@

Parameters

- + bootstrapDrupalDatabaseValidate(BootstrapManager $manager) @@ -1374,7 +1334,7 @@

Parameters

- + void bootstrapDrupalDatabase(BootstrapManager $manager) @@ -1416,7 +1376,7 @@

Return Value

- + void bootstrapDrupalFull(BootstrapManager $manager) diff --git a/api/Drush/Boot/DrupalBoot8.html b/api/Drush/Boot/DrupalBoot8.html index cfa2c807dd..21785a2a03 100644 --- a/api/Drush/Boot/DrupalBoot8.html +++ b/api/Drush/Boot/DrupalBoot8.html @@ -86,7 +86,7 @@

DrupalBoot8

class - DrupalBoot8 extends DrupalBoot (View source) + DrupalBoot8 extends DrupalBoot (View source)

@@ -131,7 +131,7 @@

Properties

- protected LoggrInterface|null + protected LoggerInterface|null $drupalLoggerAdapter @@ -249,7 +249,7 @@

Methods

string|null
- getVersion($drupal_root) + getVersion(string $root)

Given a site root directory, determine the exact version of the software.

@@ -418,18 +418,7 @@

Methods

- bootstrapDrupalSite(BootstrapManager $manager) - -

Initialize a site on the Drupal root.

- - -
-
- -
-
- bootstrapDrupalConfiguration(BootstrapManager $manager, AnnotationData $annotationData = null) + bootstrapDrupalConfiguration(BootstrapManager $manager, AnnotationData|null $annotationData = null)

Initialize and load the Drupal configuration files.

@@ -545,6 +534,16 @@

Methods

No description

+ +
+
+ +
+
+ bootstrapDrupalSite(BootstrapManager $manager) + +

Initialize a site on the Drupal root.

+
@@ -554,7 +553,7 @@

Details

- + __construct(ServiceManager $serviceManager, $autoloader) @@ -594,7 +593,7 @@

Parameters

findUri($root, $cwd) @@ -634,7 +633,7 @@

Parameters

string getUri() @@ -668,7 +667,7 @@

Return Value

setUri(string $uri) @@ -702,7 +701,7 @@

Parameters

int getPhase() @@ -736,7 +735,7 @@

Return Value

void setPhase(int $phase) @@ -779,7 +778,7 @@

Return Value

- + bool validRoot(string|null $path) @@ -824,9 +823,9 @@

Return Value

- + string|null - getVersion($drupal_root) + getVersion(string $root)

@@ -841,9 +840,9 @@

Parameters

- - - + + +
$drupal_rootstring$root

The full path to the site installation, with no trailing slash.

@@ -867,7 +866,7 @@

Return Value

commandDefaults() @@ -892,7 +891,7 @@

reportCommandError($command) @@ -929,7 +928,7 @@

Parameters

array bootstrapPhaseMap() @@ -964,7 +963,7 @@

Return Value

lookUpPhaseIndex($phase) @@ -998,7 +997,7 @@

Parameters

bootstrapDrush() @@ -1023,7 +1022,7 @@

protected bool hasRegisteredSymfonyCommand($application, $name) @@ -1071,7 +1070,7 @@

Return Value

- + void terminate() @@ -1104,7 +1103,7 @@

Return Value

protected scanUpForUri($root, $scan) @@ -1143,7 +1142,7 @@

Parameters

- + string|null confPath(bool $require_settings = true, bool $reset = false) @@ -1191,7 +1190,7 @@

Return Value

array bootstrapPhases() @@ -1233,7 +1232,7 @@

Return Value

bool bootstrapDrupalRootValidate(BootstrapManager $manager) @@ -1276,7 +1275,7 @@

Return Value

void bootstrapDrupalRoot(BootstrapManager $manager) @@ -1323,7 +1322,7 @@

Return Value

string bootstrapDrupalCore(BootstrapManager $manager, string $drupal_root) @@ -1371,7 +1370,7 @@

Return Value

- + bootstrapDrupalSiteValidate(BootstrapManager $manager) @@ -1399,50 +1398,15 @@

Parameters

-
-
- -
-
-

- - - 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.

-
-
-

Parameters

- - - - - - - -
BootstrapManager$manager
- - - - -

- + - bootstrapDrupalConfiguration(BootstrapManager $manager, AnnotationData $annotationData = null) + bootstrapDrupalConfiguration(BootstrapManager $manager, AnnotationData|null $annotationData = null)

@@ -1462,7 +1426,7 @@

Parameters

- AnnotationData + AnnotationData|null $annotationData @@ -1478,7 +1442,7 @@

Parameters

- + bootstrapDrupalDatabaseValidate(BootstrapManager $manager) @@ -1513,7 +1477,7 @@

Parameters

- + void bootstrapDrupalDatabase(BootstrapManager $manager) @@ -1555,7 +1519,7 @@

Return Value

- + void bootstrapDrupalFull(BootstrapManager $manager) @@ -1597,7 +1561,7 @@

Return Value

- + Request getRequest() @@ -1630,7 +1594,7 @@

Return Value

- + void setRequest(Request $request) @@ -1673,7 +1637,7 @@

Return Value

- + DrupalKernelInterface getKernel() @@ -1706,7 +1670,7 @@

Return Value

- + void setLogger(LoggerInterface $logger) @@ -1754,7 +1718,7 @@

Return Value

- + void bootstrapDoDrupalSite(BootstrapManager $manager) @@ -1797,7 +1761,7 @@

Return Value

- + bool bootstrapDrupalConfigurationValidate(BootstrapManager $manager) @@ -1840,7 +1804,7 @@

Return Value

- + void addDrupalModuleDrushCommands(BootstrapManager $manager) @@ -1877,6 +1841,40 @@

Return Value

+
+
+ + +
+

+ + + 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.

+
+
+

Parameters

+ + + + + + + +
BootstrapManager$manager
+ + + + +
diff --git a/api/Drush/Command/GlobalOptionsEventListener.html b/api/Drush/Command/GlobalOptionsEventListener.html index 44bcdac436..c3ae500f9b 100644 --- a/api/Drush/Command/GlobalOptionsEventListener.html +++ b/api/Drush/Command/GlobalOptionsEventListener.html @@ -86,7 +86,7 @@

GlobalOptionsEventListener

class - GlobalOptionsEventListener implements EventSubscriberInterface (View source) + GlobalOptionsEventListener implements EventSubscriberInterface (View source)

@@ -131,7 +131,7 @@

Details

- + static array getSubscribedEvents() @@ -164,7 +164,7 @@

Return Value

- + 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 @@

RemoteCommandProxy

class - RemoteCommandProxy extends Command (View source) + RemoteCommandProxy extends Command (View source)

@@ -136,7 +136,7 @@

Methods

- void + int
execute(InputInterface $input, OutputInterface $output) @@ -153,7 +153,7 @@

Details

- + __construct($name, RedispatchHook $redispatchHook) @@ -192,8 +192,8 @@

Parameters

- - protected void + + protected int execute(InputInterface $input, OutputInterface $output)

@@ -226,7 +226,7 @@

Return Value

- +
voidint
diff --git a/api/Drush/Commands/AutowireTrait.html b/api/Drush/Commands/AutowireTrait.html index 4cfda3673b..5304148d4d 100644 --- a/api/Drush/Commands/AutowireTrait.html +++ b/api/Drush/Commands/AutowireTrait.html @@ -86,7 +86,7 @@

AutowireTrait

trait - AutowireTrait (View source) + AutowireTrait (View source)

@@ -122,7 +122,7 @@

Details

- + static AutowireTrait create(ContainerInterface $container) 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 @@

DrushCommands

abstract class - DrushCommands implements IOAwareInterface, LoggerAwareInterface, ConfigAwareInterface, ProcessManagerAwareInterface (View source) + DrushCommands implements IOAwareInterface, LoggerAwareInterface, ConfigAwareInterface, ProcessManagerAwareInterface (View source)

@@ -122,6 +122,11 @@

Traits

IO
+
+
@@ -183,6 +188,16 @@

Properties

+ + + + + + + + + +
+ protected + + $urifrom  +ExecTrait
protected CommandData|null @@ -246,33 +261,68 @@

Methods

- + void
- __construct() + configurePrompts(InputInterface $input) + +

Configure the prompt fallbacks.

+ +
+
+
+ mixed +
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

Prompt the user until the given validation callback passes.

+ +
+
+
+ void +
+
+ restorePrompts() + +

Restore the prompts output.

+ +
+
+
+ bool +
+
+ runningUnitTests()

No description

-
+
- SymfonyStyle +
- io() + __construct() -

Override Robo's IO function with our custom style.

+

No description

+
- void + DrushStyle
- setLoggerIfEmpty(LoggerInterface $logger) + io() -

Sets a logger, if none is available yet.

+

Override Robo's IO function with our custom style.

@@ -308,6 +358,16 @@

Methods

+
+
+ initHook($input, AnnotationData $annotationData) + +

Persist commandData for use in primary command callback. Used by 'topic' commands.

+
+
+
+
+
printFileTopic(CommandData $commandData) @@ -324,6 +384,16 @@

Methods

Get a Guzzle handler stack that uses the Drush logger.

+
+
+ +
+ processManager() + +

This method overrides the trait in order to provide a more specific return type.

+
@@ -334,7 +404,7 @@

Details

bool startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false) @@ -380,7 +450,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.

@@ -395,7 +465,7 @@

Return Value

static bool programExists($program) @@ -439,7 +509,7 @@

Return Value

static string getEditor(string|null $editor = null) @@ -483,7 +553,7 @@

Return Value

DrushConfig getConfig() @@ -526,10 +596,11 @@

See also

-

- - - __construct() +

+ + protected void + configurePrompts(InputInterface $input)

@@ -537,11 +608,29 @@

-

No description

- +

Configure the prompt fallbacks.

+

Parameters

+ + + + + + + +
InputInterface$input
+ +

Return Value

+ + + + + + +
void
+ @@ -550,10 +639,11 @@

-

- - 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.

+

Parameters

+ + + + + + + + + + + + + + + + + +
Closure$prompt
bool|string$required
Closure|null$validate
+

Return Value

- +
SymfonyStylemixed
@@ -582,10 +692,11 @@

Return Value

-

- - void - setLoggerIfEmpty(LoggerInterface $logger) +

+ + protected void + restorePrompts()

@@ -593,25 +704,105 @@

-

Sets a logger, if none is available yet.

+

Restore the prompts output.

-

Parameters

+ +

Return Value

- - - - - -
LoggerInterface$logger
+

void
+ + +
+
+ +
+
+

+ + protected bool + runningUnitTests() + +

+
+ + + +
+

No description

+ +
+
+

Return Value

- + + + +
voidbool
+ + + + +
+
+ +
+
+

+ + + __construct() + +

+
+ + + +
+

No description

+ +
+
+ + + + +
+
+ +
+
+

+ + protected DrushStyle + io() + +

+
+ + + +
+

Override Robo's IO function with our custom style.

+
+
+ +

Return Value

+ + + +
DrushStyle
@@ -625,8 +816,8 @@

Return Value

- - protected DrushLoggerManager|null + + DrushLoggerManager|null logger()

@@ -657,7 +848,7 @@

Return Value

- + protected void printFile(string $file) @@ -699,7 +890,7 @@

Return Value

- + preHook(CommandData $commandData) @@ -726,13 +917,51 @@

Parameters

+
+
+ +
+
+

+ + + initHook($input, AnnotationData $annotationData) + +

+
+ + + +
+

Persist commandData for use in primary command callback. Used by 'topic' commands.

+
+
+

Parameters

+ + + + + + + + + + + + +
$input
AnnotationData$annotationData
+ + + + +

- + protected printFileTopic(CommandData $commandData) @@ -765,7 +994,7 @@

Parameters

- + protected HandlerStack getStack() @@ -802,6 +1031,38 @@

See also

+
+
+ +
+
+

+ + ProcessManager + processManager() + +

+
+ + + +
+

This method overrides the trait in order to provide a more specific return type.

+
+
+ +

Return Value

+ + + + + + +
ProcessManager
+ + + +
diff --git a/api/Drush/Commands/LegacyCommands.html b/api/Drush/Commands/LegacyCommands.html index ba52cac909..fb1a5c93df 100644 --- a/api/Drush/Commands/LegacyCommands.html +++ b/api/Drush/Commands/LegacyCommands.html @@ -86,7 +86,7 @@

LegacyCommands

final class - LegacyCommands extends DrushCommands (View source) + LegacyCommands extends DrushCommands (View source)

@@ -122,6 +122,11 @@

Traits

IO
+
+
@@ -183,6 +188,16 @@

Properties

+ + + + + + + + + +
+ protected + + $urifrom  +ExecTrait
protected CommandData|null @@ -247,36 +262,70 @@

Methods

- + void
- __construct() + configurePrompts(InputInterface $input) + +

Configure the prompt fallbacks.

+ +
+
+
+ mixed +
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

Prompt the user until the given validation callback passes.

+ +
+
+
+ void +
+
+ restorePrompts() + +

Restore the prompts output.

+ +
+
+
+ bool +
+
+ runningUnitTests()

No description

- +
- SymfonyStyle +
- io() + __construct() -

Override Robo's IO function with our custom style.

- +
- void + DrushStyle
- setLoggerIfEmpty(LoggerInterface $logger) + io() -

Sets a logger, if none is available yet.

- +
@@ -315,6 +364,17 @@

Methods

+
+
+ initHook($input, AnnotationData $annotationData) + +

Persist commandData for use in primary command callback. Used by 'topic' commands.

+ +
+
+
+
printFileTopic(CommandData $commandData) @@ -332,7 +392,28 @@

Methods

Get a Guzzle handler stack that uses the Drush logger.

+
+
+ +
+ 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.

+
@@ -373,7 +454,7 @@

Details

bool startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false) @@ -419,7 +500,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.

@@ -434,7 +515,7 @@

Return Value

static bool programExists($program) @@ -478,7 +559,7 @@

Return Value

static string getEditor(string|null $editor = null) @@ -522,7 +603,7 @@

Return Value

DrushConfig getConfig() @@ -565,11 +646,11 @@

See also

-

- - - __construct() +

+ + protected void + configurePrompts(InputInterface $input)

@@ -577,11 +658,29 @@

-

No description

- +

Configure the prompt fallbacks.

+

Parameters

+ + + + + + + +
InputInterface$input
+ +

Return Value

+ + + + + + +
void
+ @@ -590,11 +689,11 @@

-

- - protected SymfonyStyle - io() +

+ + protected mixed + promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)

@@ -602,15 +701,35 @@

-

Override Robo's IO function with our custom style.

+

Prompt the user until the given validation callback passes.

+

Parameters

+ + + + + + + + + + + + + + + + + +
Closure$prompt
bool|string$required
Closure|null$validate
+

Return Value

- +
SymfonyStylemixed
@@ -623,11 +742,11 @@

Return Value

-

- - void - setLoggerIfEmpty(LoggerInterface $logger) +

+ + protected void + restorePrompts()

@@ -635,25 +754,107 @@

-

Sets a logger, if none is available yet.

+

Restore the prompts output.

-

Parameters

+ +

Return Value

- - - - - -
LoggerInterface$logger
+

void
+ + + + +
+
+ +
+
+

+ + protected bool + runningUnitTests() + +

+
+ + + +
+

No description

+ +
+
+ +

Return Value

+ + + + + + +
bool
+ + + + +
+
+ +
+
+

+ + + __construct() + +

+
+ + + +
+

No description

+ +
+
+ + + + +
+
+ +
+
+

+ + protected DrushStyle + io() + +

+
+ + +
+

Override Robo's IO function with our custom style.

+
+

Return Value

- +
voidDrushStyle
@@ -668,8 +869,8 @@

Return Value

- protected DrushLoggerManager|null +DrushCommands at line 72

+ DrushLoggerManager|null logger() @@ -701,7 +902,7 @@

Return Value

protected void printFile(string $file) @@ -744,7 +945,7 @@

Return Value

preHook(CommandData $commandData) @@ -771,6 +972,45 @@

Parameters

+
+
+ +
+
+

+ + + initHook($input, AnnotationData $annotationData) + +

+
+ + + +
+

Persist commandData for use in primary command callback. Used by 'topic' commands.

+
+
+

Parameters

+ + + + + + + + + + + + +
$input
AnnotationData$annotationData
+ + + + +
@@ -778,7 +1018,7 @@

Parameters

protected printFileTopic(CommandData $commandData) @@ -812,7 +1052,7 @@

Parameters

protected HandlerStack getStack() @@ -849,13 +1089,78 @@

See also

+
+
+ +
+
+

+ + ProcessManager + processManager() + +

+
+ + + +
+

This method overrides the trait in order to provide a more specific return type.

+
+
+ +

Return Value

+ + + + + + +
ProcessManager
+ + + + +
+
+ +
+
+

+ + void + archiveRestore() + +

+
+ + + +
+

archive:restore has been removed. A replacement may be available from your web host.

+
+
+ +

Return Value

+ + + + + + +
void
+ + + +

- + void saconvert() @@ -887,7 +1192,7 @@

Return Value

- + void secphp() @@ -919,7 +1224,7 @@

Return Value

- + void sec() diff --git a/api/Drush/Commands/config/ConfigCommands.html b/api/Drush/Commands/config/ConfigCommands.html index 460b03e384..5d461978f5 100644 --- a/api/Drush/Commands/config/ConfigCommands.html +++ b/api/Drush/Commands/config/ConfigCommands.html @@ -86,7 +86,7 @@

ConfigCommands

final class - ConfigCommands extends DrushCommands implements StdinAwareInterface, SiteAliasManagerAwareInterface (View source) + ConfigCommands extends DrushCommands implements StdinAwareInterface (View source)

@@ -100,17 +100,17 @@

Traits

- StdinAwareTrait
-
+ AutowireTrait
+

A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.

+ StdinAwareTrait
- SiteAliasManagerAwareTrait
+ ExecTrait
@@ -137,6 +137,11 @@

Traits

IO
+
+
@@ -261,32 +266,24 @@

Properties

- - - - - - - - + - + - - + - +
- protected CommandData|null + + protected $commandDatafrom  -DrushCommands
- protected StorageInterface|null - - $configStorageExport$uri from  +ExecTrait
- protected ImportStorageTransformer|null + + protected CommandData|null $importStorageTransformer$commandData from  +DrushCommands
@@ -343,35 +340,69 @@

Methods

- + void
- __construct(ConfigFactoryInterface $configFactory, StorageInterface $configStorage) + configurePrompts(InputInterface $input) + +

Configure the prompt fallbacks.

+ +
+
+
+ mixed +
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

Prompt the user until the given validation callback passes.

+ +
+
+
+ void +
+
+ restorePrompts() + +

Restore the prompts output.

+ +
+
+
+ bool +
+
+ runningUnitTests()

No description

-
+
- SymfonyStyle +
- io() + __construct(ConfigFactoryInterface $configFactory, StorageCacheInterface $configStorage, SiteAliasManagerInterface $siteAliasManager, StorageManagerInterface $configStorageExport, ImportStorageTransformer $importStorageTransformer) -

Override Robo's IO function with our custom style.

- +

No description

+
+
- void + DrushStyle
- setLoggerIfEmpty(LoggerInterface $logger) + io() -

Sets a logger, if none is available yet.

- +
@@ -410,6 +441,17 @@

Methods

+
+
+ initHook($input, AnnotationData $annotationData) + +

Persist commandData for use in primary command callback. Used by 'topic' commands.

+ +
+
+
+
printFileTopic(CommandData $commandData) @@ -431,32 +473,32 @@

Methods

- ConfigFactoryInterface + ProcessManager
- getConfigFactory() + processManager() -

No description

-
-
+

This method overrides the trait in order to provide a more specific return type.

+
- static ConfigCommands + static AutowireTrait
- create(ContainerInterface $container) + create(ContainerInterface $container) -

No description

-
-
+

Instantiates a new instance of the implementing class using autowiring.

+
- void + ConfigFactoryInterface
- setExportStorage(StorageInterface $exportStorage) + getConfigFactory()

No description

@@ -474,17 +516,6 @@

Methods

-
- void -
-
- setImportTransformer(ImportStorageTransformer $importStorageTransformer) - -

No description

-
-
-
-
bool
@@ -657,7 +688,7 @@

Details

bool startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false) @@ -703,7 +734,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.

@@ -718,7 +749,7 @@

Return Value

static bool programExists($program) @@ -762,7 +793,7 @@

Return Value

static string getEditor(string|null $editor = null) @@ -806,7 +837,7 @@

Return Value

DrushConfig getConfig() @@ -849,10 +880,11 @@

See also

-

- - protected - __construct(ConfigFactoryInterface $configFactory, StorageInterface $configStorage) +

+ + protected void + configurePrompts(InputInterface $input)

@@ -860,26 +892,82 @@

-

No description

- +

Configure the prompt fallbacks.

Parameters

- - + + + + +
ConfigFactoryInterface$configFactoryInputInterface$input
+ + +

Return Value

+ + + + + + +
void
+ + + + +
+

+ +

+
+

+ + protected mixed + promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

+
+ + + +
+

Prompt the user until the given validation callback passes.

+
+
+

Parameters

+ + + + + - - + + + + + + +
Closure$prompt
StorageInterface$configStoragebool|string$required
Closure|null$validate
+

Return Value

+ + + + + + +
mixed
+ @@ -888,11 +976,11 @@

Parameters

-

- - protected SymfonyStyle - io() +

+ + protected void + restorePrompts()

@@ -900,7 +988,7 @@

-

Override Robo's IO function with our custom style.

+

Restore the prompts output.

@@ -908,7 +996,7 @@

Return Value

- +
SymfonyStylevoid
@@ -921,11 +1009,11 @@

Return Value

-

- - void - setLoggerIfEmpty(LoggerInterface $logger) +

+ + protected bool + runningUnitTests()

@@ -933,25 +1021,103 @@

-

Sets a logger, if none is available yet.

+

No description

+ +
+
+ +

Return Value

+ + + + + + +
bool
+ + + + +
+

+ +

+
+

+ + + __construct(ConfigFactoryInterface $configFactory, StorageCacheInterface $configStorage, SiteAliasManagerInterface $siteAliasManager, StorageManagerInterface $configStorageExport, ImportStorageTransformer $importStorageTransformer) + +

+
+ + + +
+

No description

+

Parameters

- - + + + + + + + + + + + + + + + + + + + + + +
LoggerInterface$loggerConfigFactoryInterface$configFactory
StorageCacheInterface$configStorage
SiteAliasManagerInterface$siteAliasManager
StorageManagerInterface$configStorageExport
ImportStorageTransformer$importStorageTransformer
+ + + +
+
+ +
+
+

+ + protected DrushStyle + io() + +

+
+ + + +
+

Override Robo's IO function with our custom style.

+
+
+

Return Value

- +
voidDrushStyle
@@ -966,8 +1132,8 @@

Return Value

- protected DrushLoggerManager|null +DrushCommands at line 72

+ DrushLoggerManager|null logger()

@@ -999,7 +1165,7 @@

Return Value

protected void printFile(string $file) @@ -1042,7 +1208,7 @@

Return Value

preHook(CommandData $commandData) @@ -1069,6 +1235,45 @@

Parameters

+
+

+ +
+
+

+ + + initHook($input, AnnotationData $annotationData) + +

+
+ + + +
+

Persist commandData for use in primary command callback. Used by 'topic' commands.

+
+
+

Parameters

+ + + + + + + + + + + + +
$input
AnnotationData$annotationData
+ + + + +
@@ -1076,7 +1281,7 @@

Parameters

protected printFileTopic(CommandData $commandData) @@ -1110,7 +1315,7 @@

Parameters

protected HandlerStack getStack() @@ -1152,10 +1357,11 @@

See also

-

- - ConfigFactoryInterface - getConfigFactory() +

+ + ProcessManager + processManager()

@@ -1163,8 +1369,7 @@

-

No description

- +

This method overrides the trait in order to provide a more specific return type.

@@ -1172,7 +1377,7 @@

Return Value

- +
ConfigFactoryInterfaceProcessManager
@@ -1186,9 +1391,10 @@

Return Value

- - static ConfigCommands - create(ContainerInterface $container) + + static AutowireTrait + create(ContainerInterface $container)

@@ -1196,17 +1402,16 @@

-

No description

- +

Instantiates a new instance of the implementing class using autowiring.

Parameters

- + - +
ContainerInterfaceContainerInterface $container

The service container this instance should use.

@@ -1215,7 +1420,7 @@

Return Value

- +
ConfigCommandsAutowireTrait
@@ -1228,10 +1433,10 @@

Return Value

-

- - void - setExportStorage(StorageInterface $exportStorage) +

+ + ConfigFactoryInterface + getConfigFactory()

@@ -1243,22 +1448,12 @@

-

Parameters

- - - - - - - -
StorageInterface$exportStorage
-

Return Value

- +
voidConfigFactoryInterface
@@ -1272,7 +1467,7 @@

Return Value

- + StorageInterface getConfigStorageExport() @@ -1299,56 +1494,13 @@

Return Value

-
-

- -

-
-

- - void - setImportTransformer(ImportStorageTransformer $importStorageTransformer) - -

-
- - - -
-

No description

- -
-
-

Parameters

- - - - - - - -
ImportStorageTransformer$importStorageTransformer
- - -

Return Value

- - - - - - -
void
- - - -

- + bool hasImportTransformer() @@ -1381,7 +1533,7 @@

Return Value

- + ImportStorageTransformer getImportTransformer() @@ -1414,7 +1566,7 @@

Return Value

- + get($config_name, $key = '', $options = ['format' => 'yaml', 'source' => 'active', 'include-overridden' => false]) @@ -1457,7 +1609,7 @@

Parameters

- + set($config_name, $key, $value, $options = ['input-format' => 'string']) @@ -1505,7 +1657,7 @@

Parameters

- + void edit($config_name, $options = []) @@ -1552,7 +1704,7 @@

Return Value

- + void delete($config_name, $key = null) @@ -1599,7 +1751,7 @@

Return Value

- + RowsOfFields|null status($options = ['state' => 'Only in DB,Only in sync dir,Different', 'prefix' => self::REQ]) @@ -1641,7 +1793,7 @@

Return Value

- + static string getDirectory(mixed $directory = null) @@ -1687,7 +1839,7 @@

Return Value

- + array getChanges($target_storage) @@ -1729,7 +1881,7 @@

Return Value

- + getStorage($directory) @@ -1762,7 +1914,7 @@

Parameters

- + static Table configChangesTable(array $config_changes, OutputInterface $output, $use_color = true) @@ -1814,7 +1966,7 @@

Return Value

- + void configComplete(CompletionInput $input, CompletionSuggestions $suggestions) @@ -1862,7 +2014,7 @@

Return Value

- + void interactConfigName($input, $output) @@ -1910,7 +2062,7 @@

Return Value

- + CommandError|null validateConfigName(CommandData $commandData) @@ -1952,7 +2104,7 @@

Return Value

- + static void copyConfig(StorageInterface $source, StorageInterface $destination) @@ -2008,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 8e803ad81f..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 + + $urifrom  +ExecTrait
protected CommandData|null @@ -274,35 +289,69 @@

Methods

- + void
- __construct(ConfigManagerInterface $configManager, StorageInterface $configStorage) + configurePrompts(InputInterface $input) + +

Configure the prompt fallbacks.

+ +
+
+
+ mixed +
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

Prompt the user until the given validation callback passes.

+ +
+
+
+ void +
+
+ restorePrompts() + +

Restore the prompts output.

+ +
+
+
+ bool +
+
+ runningUnitTests()

No description

-
+
- SymfonyStyle +
- io() + __construct(ConfigManagerInterface $configManager, StorageInterface $configStorage) -

Override Robo's IO function with our custom style.

- +

No description

+
+
- void + DrushStyle
- setLoggerIfEmpty(LoggerInterface $logger) + io() -

Sets a logger, if none is available yet.

- +
@@ -341,6 +390,17 @@

Methods

+
+
+ initHook($input, AnnotationData $annotationData) + +

Persist commandData for use in primary command callback. Used by 'topic' commands.

+ +
+
+
+
printFileTopic(CommandData $commandData) @@ -358,6 +418,17 @@

Methods

Get a Guzzle handler stack that uses the Drush logger.

+
+
+ +
+ processManager() + +

This method overrides the trait in order to provide a more specific return type.

+
@@ -431,7 +502,7 @@

Methods

static ConfigExportCommands
- create(ContainerInterface $container) + create(ContainerInterface $container)

No description

@@ -489,7 +560,7 @@

Details

bool startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false) @@ -535,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.

@@ -550,7 +621,7 @@

Return Value

static bool programExists($program) @@ -594,7 +665,7 @@

Return Value

static string getEditor(string|null $editor = null) @@ -638,7 +709,7 @@

Return Value

DrushConfig getConfig() @@ -681,10 +752,11 @@

See also

-

- - - __construct(ConfigManagerInterface $configManager, StorageInterface $configStorage) +

+ + protected void + configurePrompts(InputInterface $input)

@@ -692,26 +764,82 @@

-

No description

- +

Configure the prompt fallbacks.

Parameters

- - + + + + +
ConfigManagerInterface$configManagerInputInterface$input
+ + +

Return Value

+ + + + + + +
void
+ + + + +
+

+ +

+
+

+ + protected mixed + promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

+
+ + + +
+

Prompt the user until the given validation callback passes.

+
+
+

Parameters

+ + + + + - - + + + + + + +
Closure$prompt
StorageInterface$configStoragebool|string$required
Closure|null$validate
+

Return Value

+ + + + + + +
mixed
+ @@ -720,11 +848,11 @@

Parameters

-

- - protected SymfonyStyle - io() +

+ + protected void + restorePrompts()

@@ -732,7 +860,7 @@

-

Override Robo's IO function with our custom style.

+

Restore the prompts output.

@@ -740,7 +868,7 @@

Return Value

- +
SymfonyStylevoid
@@ -753,11 +881,44 @@

Return Value

-

- - void - setLoggerIfEmpty(LoggerInterface $logger) +

+ + protected bool + runningUnitTests() + +

+
+ + + +
+

No description

+ +
+
+ +

Return Value

+ + + + + + +
bool
+ + + + +
+
+ +

+
+

+ + + __construct(ConfigManagerInterface $configManager, StorageInterface $configStorage)

@@ -765,25 +926,55 @@

-

Sets a logger, if none is available yet.

+

No description

+

Parameters

- - + + + + + + +
LoggerInterface$loggerConfigManagerInterface$configManager
StorageInterface$configStorage
+ + + +
+

+ +
+
+

+ + protected DrushStyle + io() + +

+
+ + + +
+

Override Robo's IO function with our custom style.

+
+
+

Return Value

- +
voidDrushStyle
@@ -798,8 +989,8 @@

Return Value

- protected DrushLoggerManager|null +DrushCommands at line 72

+ DrushLoggerManager|null logger()

@@ -831,7 +1022,7 @@

Return Value

protected void printFile(string $file) @@ -874,7 +1065,7 @@

Return Value

preHook(CommandData $commandData) @@ -901,6 +1092,45 @@

Parameters

+
+

+ +
+
+

+ + + initHook($input, AnnotationData $annotationData) + +

+
+ + + +
+

Persist commandData for use in primary command callback. Used by 'topic' commands.

+
+
+

Parameters

+ + + + + + + + + + + + +
$input
AnnotationData$annotationData
+ + + + +
@@ -908,7 +1138,7 @@

Parameters

protected printFileTopic(CommandData $commandData) @@ -942,7 +1172,7 @@

Parameters

protected HandlerStack getStack() @@ -979,13 +1209,46 @@

See also

+
+
+ +
+
+

+ + ProcessManager + processManager() + +

+
+ + + +
+

This method overrides the trait in order to provide a more specific return type.

+
+
+ +

Return Value

+ + + + + + +
ProcessManager
+ + + +

- + ConfigManagerInterface getConfigManager() @@ -1018,7 +1281,7 @@

Return Value

- + void setExportStorage(StorageInterface $exportStorage) @@ -1061,7 +1324,7 @@

Return Value

- + StorageInterface getConfigStorageExport() @@ -1094,7 +1357,7 @@

Return Value

- + StorageInterface getConfigStorage() @@ -1127,7 +1390,7 @@

Return Value

- + StorageInterface getConfigStorageSync() @@ -1160,7 +1423,7 @@

Return Value

- + void setConfigStorageSync(StorageInterface|null $syncStorage) @@ -1203,9 +1466,9 @@

Return Value

- + static ConfigExportCommands - create(ContainerInterface $container) + create(ContainerInterface $container)

@@ -1221,7 +1484,7 @@

Parameters

- + @@ -1246,7 +1509,7 @@

Return Value

- + array export($options = ['add' => false, 'commit' => false, 'message' => self::REQ, 'destination' => self::OPT, 'diff' => false, 'format' => null]) @@ -1288,7 +1551,7 @@

Return Value

- + doExport($options, $destination_dir) @@ -1327,7 +1590,7 @@

Parameters

- + void doAddCommit($options, $destination_dir, $preview) @@ -1380,7 +1643,7 @@

Return Value

- + void validate($commandData) diff --git a/api/Drush/Commands/config/ConfigImportCommands.html b/api/Drush/Commands/config/ConfigImportCommands.html index 3f35e73ab2..103a91129f 100644 --- a/api/Drush/Commands/config/ConfigImportCommands.html +++ b/api/Drush/Commands/config/ConfigImportCommands.html @@ -86,7 +86,7 @@

ConfigImportCommands

class - ConfigImportCommands extends DrushCommands (View source) + ConfigImportCommands extends DrushCommands (View source)

@@ -122,6 +122,11 @@

Traits

IO
+
+
@@ -192,6 +197,16 @@

Properties

ContainerInterfaceContainerInterface $container
+ + + + + +
+ protected + + $urifrom  +ExecTrait
protected CommandData|null @@ -274,35 +289,69 @@

Methods

- + void +
+
+ configurePrompts(InputInterface $input) + +

Configure the prompt fallbacks.

+ +
+
+
+ mixed
- __construct(ConfigManagerInterface $configManager, StorageInterface $configStorage, CacheBackendInterface $configCache, ModuleHandlerInterface $moduleHandler, EventDispatcherInterface $eventDispatcher, LockBackendInterface $lock, TypedConfigManagerInterface $configTyped, ModuleInstallerInterface $moduleInstaller, ThemeHandlerInterface $themeHandler, TranslationInterface $stringTranslation, ModuleExtensionList $moduleExtensionList) + promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

Prompt the user until the given validation callback passes.

+ +
+
+
+ void +
+
+ restorePrompts() + +

Restore the prompts output.

+ +
+
+
+ bool +
+
+ runningUnitTests()

No description

-
+
- SymfonyStyle +
- io() + __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) -

Override Robo's IO function with our custom style.

- +

No description

+
+
- void + DrushStyle
- setLoggerIfEmpty(LoggerInterface $logger) + io() -

Sets a logger, if none is available yet.

- +
@@ -341,6 +390,17 @@

Methods

+
+
+ initHook($input, AnnotationData $annotationData) + +

Persist commandData for use in primary command callback. Used by 'topic' commands.

+ +
+
+
+
printFileTopic(CommandData $commandData) @@ -358,6 +418,17 @@

Methods

Get a Guzzle handler stack that uses the Drush logger.

+
+
+ +
+ processManager() + +

This method overrides the trait in order to provide a more specific return type.

+
@@ -537,11 +608,22 @@

Methods

+
+ ThemeExtensionList +
+
+ getThemeExtensionList() + +

No description

+
+
+
+
- create(ContainerInterface $container) + create(ContainerInterface $container)

No description

@@ -587,7 +669,7 @@

Details

bool startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false) @@ -633,7 +715,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.

@@ -648,7 +730,7 @@

Return Value

static bool programExists($program) @@ -692,7 +774,7 @@

Return Value

static string getEditor(string|null $editor = null) @@ -736,7 +818,7 @@

Return Value

DrushConfig getConfig() @@ -774,15 +856,178 @@

See also

+
+
+ +

+
+

+ + protected void + configurePrompts(InputInterface $input) + +

+
+ + + +
+

Configure the prompt fallbacks.

+
+
+

Parameters

+ + + + + + + +
InputInterface$input
+ + +

Return Value

+ + + + + + +
void
+ + + + +
+
+ +
+
+

+ + protected mixed + promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

+
+ + + +
+

Prompt the user until the given validation callback passes.

+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
Closure$prompt
bool|string$required
Closure|null$validate
+ + +

Return Value

+ + + + + + +
mixed
+ + + + +
+
+ +
+
+

+ + protected void + restorePrompts() + +

+
+ + + +
+

Restore the prompts output.

+
+
+ +

Return Value

+ + + + + + +
void
+ + + + +
+
+ +
+
+

+ + protected bool + runningUnitTests() + +

+
+ + + +
+

No description

+ +
+
+ +

Return Value

+ + + + + + +
bool
+ + + +

- + - __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)

@@ -851,6 +1096,11 @@

Parameters

ModuleExtensionList $moduleExtensionList + + + ThemeExtensionList + $themeExtensionList + @@ -865,8 +1115,8 @@

Parameters

- protected SymfonyStyle +DrushCommands at line 60

+ protected DrushStyle io()

@@ -883,50 +1133,7 @@

Return Value

- - - -
SymfonyStyle
- - - - -
-
- - -
-

- - void - setLoggerIfEmpty(LoggerInterface $logger) - -

-
- - - -
-

Sets a logger, if none is available yet.

-
-
-

Parameters

- - - - - - - -
LoggerInterface$logger
- - -

Return Value

- - - - +
voidDrushStyle
@@ -941,8 +1148,8 @@

Return Value

- protected DrushLoggerManager|null +DrushCommands at line 72

+ DrushLoggerManager|null logger() @@ -974,7 +1181,7 @@

Return Value

protected void printFile(string $file) @@ -1017,7 +1224,7 @@

Return Value

preHook(CommandData $commandData) @@ -1044,6 +1251,45 @@

Parameters

+
+
+ +
+
+

+ + + initHook($input, AnnotationData $annotationData) + +

+
+ + + +
+

Persist commandData for use in primary command callback. Used by 'topic' commands.

+
+
+

Parameters

+ + + + + + + + + + + + +
$input
AnnotationData$annotationData
+ + + + +
@@ -1051,7 +1297,7 @@

Parameters

protected printFileTopic(CommandData $commandData) @@ -1085,7 +1331,7 @@

Parameters

protected HandlerStack getStack() @@ -1122,13 +1368,46 @@

See also

+
+ + + +
+

+ + ProcessManager + processManager() + +

+
+ + + +
+

This method overrides the trait in order to provide a more specific return type.

+
+
+ +

Return Value

+ + + + + + +
ProcessManager
+ + + +

- + ConfigManagerInterface getConfigManager() @@ -1161,7 +1440,7 @@

Return Value

- + StorageInterface getConfigStorage() @@ -1194,7 +1473,7 @@

Return Value

- + StorageInterface getConfigStorageSync() @@ -1227,7 +1506,7 @@

Return Value

- + void setConfigStorageSync(StorageInterface|null $syncStorage) @@ -1270,7 +1549,7 @@

Return Value

- + CacheBackendInterface getConfigCache() @@ -1303,7 +1582,7 @@

Return Value

- + ModuleHandlerInterface getModuleHandler() @@ -1336,7 +1615,7 @@

Return Value

- + EventDispatcherInterface getEventDispatcher() @@ -1369,7 +1648,7 @@

Return Value

- + LockBackendInterface getLock() @@ -1402,7 +1681,7 @@

Return Value

- + TypedConfigManagerInterface getConfigTyped() @@ -1435,7 +1714,7 @@

Return Value

- + ModuleInstallerInterface getModuleInstaller() @@ -1468,7 +1747,7 @@

Return Value

- + ThemeHandlerInterface getThemeHandler() @@ -1501,7 +1780,7 @@

Return Value

- + TranslationInterface getStringTranslation() @@ -1534,7 +1813,7 @@

Return Value

- + void setImportTransformer(ImportStorageTransformer $importStorageTransformer) @@ -1577,7 +1856,7 @@

Return Value

- + bool hasImportTransformer() @@ -1610,7 +1889,7 @@

Return Value

- + ImportStorageTransformer|null getImportTransformer() @@ -1643,7 +1922,7 @@

Return Value

- + ModuleExtensionList getModuleExtensionList() @@ -1670,15 +1949,48 @@

Return Value

+
+ + + +
+

+ + ThemeExtensionList + getThemeExtensionList() + +

+
+ + + +
+

No description

+ +
+
+ +

Return Value

+ + + + + + +
ThemeExtensionList
+ + + +

- + static ConfigImportCommands - create(ContainerInterface $container) + create(ContainerInterface $container)

@@ -1694,7 +2006,7 @@

Parameters

- + @@ -1719,7 +2031,7 @@

Return Value

- + import(array $options = ['source' => self::REQ, 'partial' => false, 'diff' => false]) @@ -1752,7 +2064,7 @@

Parameters

- + void doImport($storage_comparer) @@ -1795,7 +2107,7 @@

Return Value

- + validate(CommandData $commandData) diff --git a/api/Drush/Commands/config/ConfigPullCommands.html b/api/Drush/Commands/config/ConfigPullCommands.html index 1dc0ba6836..4c825ea133 100644 --- a/api/Drush/Commands/config/ConfigPullCommands.html +++ b/api/Drush/Commands/config/ConfigPullCommands.html @@ -86,7 +86,7 @@

ConfigPullCommands

final class - ConfigPullCommands extends DrushCommands implements SiteAliasManagerAwareInterface (View source) + ConfigPullCommands extends DrushCommands (View source)

@@ -100,8 +100,8 @@

Traits

- SiteAliasManagerAwareTrait
-
+ AutowireTrait
+

A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.

@@ -127,6 +127,11 @@

Traits

IO
+
+
@@ -197,6 +202,16 @@

Properties

ContainerInterfaceContainerInterface $container
+ + + + + +
+ protected + + $urifrom  +ExecTrait
protected CommandData|null @@ -261,36 +276,69 @@

Methods

- + void +
+
+ configurePrompts(InputInterface $input) + +

Configure the prompt fallbacks.

+ +
+
+
+ mixed +
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

Prompt the user until the given validation callback passes.

+ +
+
+
+ void +
+
+ restorePrompts() + +

Restore the prompts output.

+ +
+
+
+ bool
- __construct() + runningUnitTests()

No description

- +
- SymfonyStyle +
- io() + __construct(SiteAliasManagerInterface $siteAliasManager) -

Override Robo's IO function with our custom style.

- +

No description

+
+
- void + DrushStyle
- setLoggerIfEmpty(LoggerInterface $logger) + io() -

Sets a logger, if none is available yet.

- +
@@ -329,6 +377,17 @@

Methods

+
+
+ initHook($input, AnnotationData $annotationData) + +

Persist commandData for use in primary command callback. Used by 'topic' commands.

+ +
+
+
+
printFileTopic(CommandData $commandData) @@ -347,6 +406,28 @@

Methods

Get a Guzzle handler stack that uses the Drush logger.

+
+
+ +
+ 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.

+
@@ -378,7 +459,7 @@

Details

bool startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false) @@ -424,7 +505,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.

@@ -439,7 +520,7 @@

Return Value

static bool programExists($program) @@ -483,7 +564,7 @@

Return Value

static string getEditor(string|null $editor = null) @@ -527,7 +608,7 @@

Return Value

DrushConfig getConfig() @@ -570,11 +651,11 @@

See also

-

- - - __construct() +

+ + protected void + configurePrompts(InputInterface $input)

@@ -582,11 +663,29 @@

-

No description

- +

Configure the prompt fallbacks.

+

Parameters

+ + + + + + + +
InputInterface$input
+ +

Return Value

+ + + + + + +
void
+ @@ -595,11 +694,11 @@

-

- - protected SymfonyStyle - io() +

+ + protected mixed + promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)

@@ -607,15 +706,35 @@

-

Override Robo's IO function with our custom style.

+

Prompt the user until the given validation callback passes.

+

Parameters

+ + + + + + + + + + + + + + + + + +
Closure$prompt
bool|string$required
Closure|null$validate
+

Return Value

- +
SymfonyStylemixed
@@ -628,11 +747,77 @@

Return Value

-

- - void - setLoggerIfEmpty(LoggerInterface $logger) +

+ + protected void + restorePrompts() + +

+
+ + + +
+

Restore the prompts output.

+
+
+ +

Return Value

+ + + + + + +
void
+ + + + +
+
+ +

+
+

+ + protected bool + runningUnitTests() + +

+
+ + + +
+

No description

+ +
+
+ +

Return Value

+ + + + + + +
bool
+ + + + +
+
+ +
+
+

+ + + __construct(SiteAliasManagerInterface $siteAliasManager)

@@ -640,25 +825,50 @@

-

Sets a logger, if none is available yet.

+

No description

+

Parameters

- - + +
LoggerInterface$loggerSiteAliasManagerInterface$siteAliasManager
+ + + +
+

+ +
+
+

+ + protected DrushStyle + io() + +

+
+ + + +
+

Override Robo's IO function with our custom style.

+
+
+

Return Value

- +
voidDrushStyle
@@ -673,8 +883,8 @@

Return Value

- protected DrushLoggerManager|null +DrushCommands at line 72

+ DrushLoggerManager|null logger()

@@ -706,7 +916,7 @@

Return Value

protected void printFile(string $file) @@ -749,7 +959,7 @@

Return Value

preHook(CommandData $commandData) @@ -776,6 +986,45 @@

Parameters

+
+

+ +

+
+

+ + + initHook($input, AnnotationData $annotationData) + +

+
+ + + +
+

Persist commandData for use in primary command callback. Used by 'topic' commands.

+
+
+

Parameters

+ + + + + + + + + + + + +
$input
AnnotationData$annotationData
+ + + + +
@@ -783,7 +1032,7 @@

Parameters

protected printFileTopic(CommandData $commandData) @@ -817,7 +1066,7 @@

Parameters

protected HandlerStack getStack() @@ -854,13 +1103,89 @@

See also

+
+
+ + +
+

+ + ProcessManager + processManager() + +

+
+ + + +
+

This method overrides the trait in order to provide a more specific return type.

+
+
+ +

Return Value

+ + + + + + +
ProcessManager
+ + + + +
+
+ +
+
+

+ + static AutowireTrait + create(ContainerInterface $container) + +

+
+ + + +
+

Instantiates a new instance of the implementing class using autowiring.

+
+
+

Parameters

+ + + + + + + +
ContainerInterface$container

The service container this instance should use.

+ + +

Return Value

+ + + + + + +
AutowireTrait
+ + + +

- + PropertyList pull(string $source, string $destination, array $options = ['safe' => false, 'runner' => null, 'format' => 'null']) @@ -912,7 +1237,7 @@

Return Value

- + void validateConfigPull(CommandData $commandData) diff --git a/api/Drush/Commands/core/ArchiveDumpCommands.html b/api/Drush/Commands/core/ArchiveDumpCommands.html index 96acc49bc5..a64b296a27 100644 --- a/api/Drush/Commands/core/ArchiveDumpCommands.html +++ b/api/Drush/Commands/core/ArchiveDumpCommands.html @@ -86,7 +86,7 @@

ArchiveDumpCommands

final class - ArchiveDumpCommands extends DrushCommands (View source) + ArchiveDumpCommands extends DrushCommands (View source)

@@ -122,6 +122,11 @@

Traits

IO
+
+
@@ -272,6 +277,16 @@

Properties

+ + + + + + + + + +
+ protected + + $urifrom  +ExecTrait
protected CommandData|null @@ -336,36 +351,70 @@

Methods

- + void
- __construct() + configurePrompts(InputInterface $input) + +

Configure the prompt fallbacks.

+ +
+
+
+ mixed +
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

Prompt the user until the given validation callback passes.

+ +
+
+
+ void +
+
+ restorePrompts() + +

Restore the prompts output.

+ +
+
+
+ bool +
+
+ runningUnitTests()

No description

- +
- SymfonyStyle +
- io() + __construct() -

Override Robo's IO function with our custom style.

- +
- void + DrushStyle
- setLoggerIfEmpty(LoggerInterface $logger) + io() -

Sets a logger, if none is available yet.

- +
@@ -404,6 +453,17 @@

Methods

+
+
+ initHook($input, AnnotationData $annotationData) + +

Persist commandData for use in primary command callback. Used by 'topic' commands.

+ +
+
+
+
printFileTopic(CommandData $commandData) @@ -421,6 +481,17 @@

Methods

Get a Guzzle handler stack that uses the Drush logger.

+
+
+ +
+ processManager() + +

This method overrides the trait in order to provide a more specific return type.

+
@@ -452,7 +523,7 @@

Details

bool startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false) @@ -498,7 +569,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.

@@ -513,7 +584,7 @@

Return Value

static bool programExists($program) @@ -557,7 +628,7 @@

Return Value

static string getEditor(string|null $editor = null) @@ -601,7 +672,7 @@

Return Value

DrushConfig getConfig() @@ -644,11 +715,11 @@

See also

-

- - - __construct() +

+ + protected void + configurePrompts(InputInterface $input)

@@ -656,11 +727,29 @@

-

No description

- +

Configure the prompt fallbacks.

+

Parameters

+ + + + + + + +
InputInterface$input
+ +

Return Value

+ + + + + + +
void
+ @@ -669,11 +758,11 @@

-

- - protected SymfonyStyle - io() +

+ + protected mixed + promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)

@@ -681,15 +770,35 @@

-

Override Robo's IO function with our custom style.

+

Prompt the user until the given validation callback passes.

+

Parameters

+ + + + + + + + + + + + + + + + + +
Closure$prompt
bool|string$required
Closure|null$validate
+

Return Value

- +
SymfonyStylemixed
@@ -702,11 +811,11 @@

Return Value

-

- - void - setLoggerIfEmpty(LoggerInterface $logger) +

+ + protected void + restorePrompts()

@@ -714,25 +823,107 @@

-

Sets a logger, if none is available yet.

+

Restore the prompts output.

-

Parameters

+ +

Return Value

- - - - - -
LoggerInterface$logger
+

void
+ + +
+
+ + +
+

+ + protected bool + runningUnitTests() + +

+
+ + + +
+

No description

+ +
+
+

Return Value

- + + + +
voidbool
+ + + + +
+
+ +
+
+

+ + + __construct() + +

+
+ + + +
+

No description

+ +
+
+ + + + +
+
+ +
+
+

+ + protected DrushStyle + io() + +

+
+ + + +
+

Override Robo's IO function with our custom style.

+
+
+ +

Return Value

+ + + +
DrushStyle
@@ -747,8 +938,8 @@

Return Value

- protected DrushLoggerManager|null +DrushCommands at line 72

+ DrushLoggerManager|null logger() @@ -780,7 +971,7 @@

Return Value

protected void printFile(string $file) @@ -823,7 +1014,7 @@

Return Value

preHook(CommandData $commandData) @@ -850,6 +1041,45 @@

Parameters

+
+
+ +
+
+

+ + + initHook($input, AnnotationData $annotationData) + +

+
+ + + +
+

Persist commandData for use in primary command callback. Used by 'topic' commands.

+
+
+

Parameters

+ + + + + + + + + + + + +
$input
AnnotationData$annotationData
+ + + + +
@@ -857,7 +1087,7 @@

Parameters

protected printFileTopic(CommandData $commandData) @@ -891,7 +1121,7 @@

Parameters

protected HandlerStack getStack() @@ -928,13 +1158,46 @@

See also

+
+ + + +
+

+ + ProcessManager + processManager() + +

+
+ + + +
+

This method overrides the trait in order to provide a more specific return type.

+
+
+ +

Return Value

+ + + + + + +
ProcessManager
+ + + +

- + 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]) @@ -990,7 +1253,7 @@

Return Value

- + protected void prepareArchiveDir() diff --git a/api/Drush/Commands/core/BrowseCommands.html b/api/Drush/Commands/core/BrowseCommands.html index 035d96338e..9ec8893386 100644 --- a/api/Drush/Commands/core/BrowseCommands.html +++ b/api/Drush/Commands/core/BrowseCommands.html @@ -86,7 +86,7 @@

BrowseCommands

final class - BrowseCommands extends DrushCommands implements SiteAliasManagerAwareInterface (View source) + BrowseCommands extends DrushCommands (View source)

@@ -100,12 +100,12 @@

Traits

+

A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.

- SiteAliasManagerAwareTrait
+ ExecTrait
@@ -132,6 +132,11 @@

Traits

IO
+
+
@@ -202,6 +207,16 @@

Properties

+ + + + + +
+ protected + + $urifrom  +ExecTrait
protected CommandData|null @@ -266,36 +281,69 @@

Methods

- + void +
+
+ configurePrompts(InputInterface $input) + +

Configure the prompt fallbacks.

+ +
+
+
+ mixed +
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

Prompt the user until the given validation callback passes.

+ +
+
+
+ void
- __construct() + restorePrompts() + +

Restore the prompts output.

+ +
+
+
+ bool +
+
+ runningUnitTests()

No description

- +
- SymfonyStyle +
- io() + __construct(SiteAliasManagerInterface $siteAliasManager) -

Override Robo's IO function with our custom style.

- +

No description

+
+
- void + DrushStyle
- setLoggerIfEmpty(LoggerInterface $logger) + io() -

Sets a logger, if none is available yet.

- +
@@ -334,6 +382,17 @@

Methods

+
+
+ initHook($input, AnnotationData $annotationData) + +

Persist commandData for use in primary command callback. Used by 'topic' commands.

+ +
+
+
+
printFileTopic(CommandData $commandData) @@ -352,6 +411,28 @@

Methods

Get a Guzzle handler stack that uses the Drush logger.

+
+
+ +
+ 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.

+
@@ -372,7 +453,7 @@

Details

bool startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false) @@ -418,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.

@@ -433,7 +514,7 @@

Return Value

static bool programExists($program) @@ -477,7 +558,7 @@

Return Value

static string getEditor(string|null $editor = null) @@ -521,7 +602,7 @@

Return Value

DrushConfig getConfig() @@ -564,11 +645,11 @@

See also

-

- - - __construct() +

+ + protected void + configurePrompts(InputInterface $input)

@@ -576,11 +657,29 @@

-

No description

- +

Configure the prompt fallbacks.

+

Parameters

+ + + + + + + +
InputInterface$input
+ +

Return Value

+ + + + + + +
void
+ @@ -589,11 +688,11 @@

-

- - protected SymfonyStyle - io() +

+ + protected mixed + promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)

@@ -601,15 +700,35 @@

-

Override Robo's IO function with our custom style.

+

Prompt the user until the given validation callback passes.

+

Parameters

+ + + + + + + + + + + + + + + + + +
Closure$prompt
bool|string$required
Closure|null$validate
+

Return Value

- +
SymfonyStylemixed
@@ -622,11 +741,11 @@

Return Value

-

- - void - setLoggerIfEmpty(LoggerInterface $logger) +

+ + protected void + restorePrompts()

@@ -634,25 +753,116 @@

-

Sets a logger, if none is available yet.

+

Restore the prompts output.

+
+
+ +

Return Value

+ + + + + + +
void
+ + + + +
+

+ +

+
+

+ + protected bool + runningUnitTests() + +

+
+ + + +
+

No description

+ +
+
+ +

Return Value

+ + + + + + +
bool
+ + + + +
+
+ +
+
+

+ + + __construct(SiteAliasManagerInterface $siteAliasManager) + +

+
+ + + +
+

No description

+

Parameters

- - + +
LoggerInterface$loggerSiteAliasManagerInterface$siteAliasManager
+ + + +
+
+ +
+
+

+ + protected DrushStyle + io() + +

+
+ + + +
+

Override Robo's IO function with our custom style.

+
+
+

Return Value

- +
voidDrushStyle
@@ -667,8 +877,8 @@

Return Value

- protected DrushLoggerManager|null +DrushCommands at line 72

+ DrushLoggerManager|null logger()

@@ -700,7 +910,7 @@

Return Value

protected void printFile(string $file) @@ -743,7 +953,7 @@

Return Value

preHook(CommandData $commandData) @@ -770,6 +980,45 @@

Parameters

+
+

+ +

+
+

+ + + initHook($input, AnnotationData $annotationData) + +

+
+ + + +
+

Persist commandData for use in primary command callback. Used by 'topic' commands.

+
+
+

Parameters

+ + + + + + + + + + + + +
$input
AnnotationData$annotationData
+ + + + +
@@ -777,7 +1026,7 @@

Parameters

protected printFileTopic(CommandData $commandData) @@ -811,7 +1060,7 @@

Parameters

protected HandlerStack getStack() @@ -848,13 +1097,89 @@

See also

+
+
+ + +
+

+ + ProcessManager + processManager() + +

+
+ + + +
+

This method overrides the trait in order to provide a more specific return type.

+
+
+ +

Return Value

+ + + + + + +
ProcessManager
+ + + + +
+
+ +
+
+

+ + static AutowireTrait + create(ContainerInterface $container) + +

+
+ + + +
+

Instantiates a new instance of the implementing class using autowiring.

+
+
+

Parameters

+ + + + + + + +
ContainerInterface$container

The service container this instance should use.

+ + +

Return Value

+ + + + + + +
AutowireTrait
+ + + +

- + 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 c0601a789b..62293ef841 100644 --- a/api/Drush/Commands/core/CacheCommands.html +++ b/api/Drush/Commands/core/CacheCommands.html @@ -86,7 +86,7 @@

CacheCommands

final class - CacheCommands extends DrushCommands implements CustomEventAwareInterface, StdinAwareInterface (View source) + CacheCommands extends DrushCommands implements CustomEventAwareInterface, StdinAwareInterface (View source)

@@ -99,6 +99,11 @@

Traits

+ +

A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.

+
+
CustomEventAwareTrait
@@ -132,6 +137,11 @@

Traits

IO
+
+
@@ -221,15 +231,6 @@

Constants

- - - -
- REBUILD - -

-

-
@@ -247,6 +248,16 @@

Properties

+ + + + + +
+ protected + + $urifrom  +ExecTrait
protected CommandData|null @@ -311,35 +322,69 @@

Methods

- + void +
+
+ configurePrompts(InputInterface $input) + +

Configure the prompt fallbacks.

+ +
+
+
+ mixed +
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

Prompt the user until the given validation callback passes.

+ +
+
+
+ void
- __construct(CacheTagsInvalidatorInterface $invalidator, $themeRegistry, $routerBuilder, $jsOptimizer, $cssOptimizer, $pluginCacheClearer, BootstrapManager $bootstrapManager, ClassLoader $autoloader) + restorePrompts() + +

Restore the prompts output.

+ +
+
+
+ bool +
+
+ runningUnitTests()

No description

-
+
- SymfonyStyle +
- io() + __construct(CacheTagsInvalidatorInterface $invalidator, Registry $themeRegistry, RouteBuilderInterface $routerBuilder, JsCollectionOptimizerLazy $jsOptimizer, $cssOptimizer, CachedDiscoveryClearerInterface $pluginCacheClearer, BootstrapManager $bootstrapManager, ClassLoader $autoloader, AssetQueryStringInterface $assetQueryString) -

Override Robo's IO function with our custom style.

- +

No description

+
+
- void + DrushStyle
- setLoggerIfEmpty(LoggerInterface $logger) + io() -

Sets a logger, if none is available yet.

- +
@@ -378,6 +423,17 @@

Methods

+
+
+ initHook($input, AnnotationData $annotationData) + +

Persist commandData for use in primary command callback. Used by 'topic' commands.

+ +
+
+
+
printFileTopic(CommandData $commandData) @@ -399,14 +455,25 @@

Methods

- create(ContainerInterface $container, $drush_container) + processManager() -

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.

+
@@ -585,7 +652,7 @@

Details

bool startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false) @@ -631,7 +698,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.

@@ -646,7 +713,7 @@

Return Value

static bool programExists($program) @@ -690,7 +757,7 @@

Return Value

static string getEditor(string|null $editor = null) @@ -734,7 +801,7 @@

Return Value

DrushConfig getConfig() @@ -777,10 +844,11 @@

See also

-

- - - __construct(CacheTagsInvalidatorInterface $invalidator, $themeRegistry, $routerBuilder, $jsOptimizer, $cssOptimizer, $pluginCacheClearer, BootstrapManager $bootstrapManager, ClassLoader $autoloader) +

+ + protected void + configurePrompts(InputInterface $input)

@@ -788,56 +856,82 @@

-

No description

- +

Configure the prompt fallbacks.

Parameters

- - - - - - - - - - - - - - - - - - - - - - + + +
CacheTagsInvalidatorInterface$invalidator
$themeRegistry
$routerBuilder
$jsOptimizer
$cssOptimizerInputInterface$input
+ + +

Return Value

+ + + + + + +
void
+ + + + +
+

+ +

+
+

+ + protected mixed + promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

+
+ + + +
+

Prompt the user until the given validation callback passes.

+
+
+

Parameters

+ + - - + + - - + + - - + +
$pluginCacheClearerClosure$prompt
BootstrapManager$bootstrapManagerbool|string$required
ClassLoader$autoloaderClosure|null$validate
+

Return Value

+ + + + + + +
mixed
+ @@ -846,11 +940,11 @@

Parameters

-

- - protected SymfonyStyle - io() +

+ + protected void + restorePrompts()

@@ -858,7 +952,7 @@

-

Override Robo's IO function with our custom style.

+

Restore the prompts output.

@@ -866,7 +960,7 @@

Return Value

- +
SymfonyStylevoid
@@ -879,11 +973,44 @@

Return Value

-

- - void - setLoggerIfEmpty(LoggerInterface $logger) +

+ + protected bool + runningUnitTests() + +

+
+ + + +
+

No description

+ +
+
+ +

Return Value

+ + + + + + +
bool
+ + + + +
+
+ +

+
+

+ + + __construct(CacheTagsInvalidatorInterface $invalidator, Registry $themeRegistry, RouteBuilderInterface $routerBuilder, JsCollectionOptimizerLazy $jsOptimizer, $cssOptimizer, CachedDiscoveryClearerInterface $pluginCacheClearer, BootstrapManager $bootstrapManager, ClassLoader $autoloader, AssetQueryStringInterface $assetQueryString)

@@ -891,25 +1018,90 @@

-

Sets a logger, if none is available yet.

+

No description

+

Parameters

- - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
LoggerInterface$loggerCacheTagsInvalidatorInterface$invalidator
Registry$themeRegistry
RouteBuilderInterface$routerBuilder
JsCollectionOptimizerLazy$jsOptimizer
$cssOptimizer
CachedDiscoveryClearerInterface$pluginCacheClearer
BootstrapManager$bootstrapManager
ClassLoader$autoloader
AssetQueryStringInterface$assetQueryString
+ + + +
+

+ +
+
+

+ + protected DrushStyle + io() + +

+
+ + + +
+

Override Robo's IO function with our custom style.

+
+
+

Return Value

- +
voidDrushStyle
@@ -924,8 +1116,8 @@

Return Value

- protected DrushLoggerManager|null +DrushCommands at line 72

+ DrushLoggerManager|null logger()

@@ -957,7 +1149,7 @@

Return Value

protected void printFile(string $file) @@ -1000,7 +1192,7 @@

Return Value

preHook(CommandData $commandData) @@ -1027,6 +1219,45 @@

Parameters

+
+

+ +
+
+

+ + + initHook($input, AnnotationData $annotationData) + +

+
+ + + +
+

Persist commandData for use in primary command callback. Used by 'topic' commands.

+
+
+

Parameters

+ + + + + + + + + + + + +
$input
AnnotationData$annotationData
+ + + + +
@@ -1034,7 +1265,7 @@

Parameters

protected printFileTopic(CommandData $commandData) @@ -1068,7 +1299,7 @@

Parameters

protected HandlerStack getStack() @@ -1105,15 +1336,49 @@

See also

+ + + + +
+

+ + ProcessManager + processManager() + +

+
+ + + +
+

This method overrides the trait in order to provide a more specific return type.

+
+
+ +

Return Value

+ + + + + + +
ProcessManager
+ + + +

- - static CacheCommands - create(ContainerInterface $container, $drush_container) + + static AutowireTrait + create(ContainerInterface $container)

@@ -1121,22 +1386,16 @@

-

No description

- +

Instantiates a new instance of the implementing class using autowiring.

Parameters

- + - - - - - - +
ContainerInterfaceContainerInterface $container
$drush_container

The service container this instance should use.

@@ -1145,7 +1404,7 @@

Return Value

- +
CacheCommandsAutowireTrait
@@ -1159,7 +1418,7 @@

Return Value

- + PropertyList get($cid, $bin = 'default', $options = ['format' => 'json']) @@ -1211,7 +1470,7 @@

Return Value

- + void tags(string $tags) @@ -1253,7 +1512,7 @@

Return Value

- + clear(string $type, array $args, $options = ['cache-clear' => true]) @@ -1296,7 +1555,7 @@

Parameters

- + void interact($input, $output) @@ -1344,7 +1603,7 @@

Return Value

- + set($cid, $data, $bin = 'default', $expire = null, $tags = null, $options = ['input-format' => 'string', 'cache-get' => false]) @@ -1402,7 +1661,7 @@

Parameters

- + protected setPrepareData($data, $options) @@ -1441,7 +1700,7 @@

Parameters

- + void validate(CommandData $commandData) @@ -1484,7 +1743,7 @@

Return Value

- + array getTypes($include_bootstrapped_types = false) @@ -1526,7 +1785,7 @@

Return Value

- + void clearDrush() @@ -1558,7 +1817,7 @@

Return Value

- + void clearBins($args = ['default']) @@ -1600,7 +1859,7 @@

Return Value

- + void clearThemeRegistry() @@ -1633,7 +1892,7 @@

Return Value

- + void clearRouter() @@ -1666,7 +1925,7 @@

Return Value

- + void clearCssJs() @@ -1699,7 +1958,7 @@

Return Value

- + void clearContainer() @@ -1732,7 +1991,7 @@

Return Value

- + void clearRender() @@ -1764,7 +2023,7 @@

Return Value

- + void clearPlugin() diff --git a/api/Drush/Commands/core/CacheRebuildCommands.html b/api/Drush/Commands/core/CacheRebuildCommands.html index 4dc628b024..50593ea7db 100644 --- a/api/Drush/Commands/core/CacheRebuildCommands.html +++ b/api/Drush/Commands/core/CacheRebuildCommands.html @@ -86,7 +86,7 @@

CacheRebuildCommands

final class - CacheRebuildCommands extends DrushCommands (View source) + CacheRebuildCommands 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
+
+
@@ -192,6 +202,16 @@

Properties

+ + + + + +
+ protected + + $urifrom  +ExecTrait
protected CommandData|null @@ -256,35 +276,69 @@

Methods

- + void
- __construct(BootstrapManager $bootstrapManager, ClassLoader $autoloader) + configurePrompts(InputInterface $input) + +

Configure the prompt fallbacks.

+ +
+
+
+ mixed +
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

Prompt the user until the given validation callback passes.

+ +
+
+
+ void +
+
+ restorePrompts() + +

Restore the prompts output.

+ +
+
+
+ bool +
+
+ runningUnitTests()

No description

-
+
- SymfonyStyle +
- io() + __construct(BootstrapManager $bootstrapManager, ClassLoader $autoloader) -

Override Robo's IO function with our custom style.

- +

No description

+
+
- void + DrushStyle
- setLoggerIfEmpty(LoggerInterface $logger) + io() -

Sets a logger, if none is available yet.

- +
@@ -323,6 +377,17 @@

Methods

+
+
+ initHook($input, AnnotationData $annotationData) + +

Persist commandData for use in primary command callback. Used by 'topic' commands.

+ +
+
+
+
printFileTopic(CommandData $commandData) @@ -344,14 +409,25 @@

Methods

- createEarly(ContainerInterface $drush_container) + processManager() -

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.

+
@@ -372,7 +448,7 @@

Details

bool startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false) @@ -418,7 +494,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.

@@ -433,7 +509,7 @@

Return Value

static bool programExists($program) @@ -477,7 +553,7 @@

Return Value

static string getEditor(string|null $editor = null) @@ -521,7 +597,7 @@

Return Value

DrushConfig getConfig() @@ -564,10 +640,11 @@

See also

-

- - - __construct(BootstrapManager $bootstrapManager, ClassLoader $autoloader) +

+ + protected void + configurePrompts(InputInterface $input)

@@ -575,26 +652,82 @@

-

No description

- +

Configure the prompt fallbacks.

Parameters

- - + + + + +
BootstrapManager$bootstrapManagerInputInterface$input
+ + +

Return Value

+ + + + + + +
void
+ + + + +
+

+ +

+
+

+ + protected mixed + promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

+
+ + + +
+

Prompt the user until the given validation callback passes.

+
+
+

Parameters

+ + + + + - - + + + + + + +
Closure$prompt
ClassLoader$autoloaderbool|string$required
Closure|null$validate
+

Return Value

+ + + + + + +
mixed
+ @@ -603,11 +736,11 @@

Parameters

-

- - protected SymfonyStyle - io() +

+ + protected void + restorePrompts()

@@ -615,7 +748,41 @@

-

Override Robo's IO function with our custom style.

+

Restore the prompts output.

+
+
+ +

Return Value

+ + + + + + +
void
+ + + + +
+

+ +

+
+

+ + protected bool + runningUnitTests() + +

+
+ + + +
+

No description

+
@@ -623,7 +790,7 @@

Return Value

- +
SymfonyStylebool
@@ -636,11 +803,10 @@

Return Value

-

- - void - setLoggerIfEmpty(LoggerInterface $logger) +

+ + + __construct(BootstrapManager $bootstrapManager, ClassLoader $autoloader)

@@ -648,25 +814,55 @@

-

Sets a logger, if none is available yet.

+

No description

+

Parameters

- - + + + + + + +
LoggerInterface$loggerBootstrapManager$bootstrapManager
ClassLoader$autoloader
+ + + +
+

+ +

+
+

+ + protected DrushStyle + io() + +

+
+ + + +
+

Override Robo's IO function with our custom style.

+
+
+

Return Value

- +
voidDrushStyle
@@ -681,8 +877,8 @@

Return Value

- protected DrushLoggerManager|null +DrushCommands at line 72

+ DrushLoggerManager|null logger() @@ -714,7 +910,7 @@

Return Value

protected void printFile(string $file) @@ -757,7 +953,7 @@

Return Value

preHook(CommandData $commandData) @@ -784,6 +980,45 @@

Parameters

+
+
+ +
+
+

+ + + initHook($input, AnnotationData $annotationData) + +

+
+ + + +
+

Persist commandData for use in primary command callback. Used by 'topic' commands.

+
+
+

Parameters

+ + + + + + + + + + + + +
$input
AnnotationData$annotationData
+ + + + +
@@ -791,7 +1026,7 @@

Parameters

protected printFileTopic(CommandData $commandData) @@ -825,7 +1060,7 @@

Parameters

protected HandlerStack getStack() @@ -867,10 +1102,11 @@

See also

-

- - static CacheRebuildCommands - createEarly(ContainerInterface $drush_container) +

+ + ProcessManager + processManager()

@@ -878,8 +1114,40 @@

-

No description

- +

This method overrides the trait in order to provide a more specific return type.

+
+
+ +

Return Value

+ + + + + + +
ProcessManager
+ + + + +
+

+ +

+
+

+ + static AutowireTrait + create(ContainerInterface $container) + +

+
+ + + +
+

Instantiates a new instance of the implementing class using autowiring.

Parameters

@@ -887,8 +1155,8 @@

Parameters

- - + +
ContainerInterface$drush_container$container

The service container this instance should use.

@@ -897,7 +1165,7 @@

Return Value

- +
CacheRebuildCommandsAutowireTrait
@@ -911,7 +1179,7 @@

Return Value

- + rebuild($options = ['cache-clear' => true]) diff --git a/api/Drush/Commands/core/CliCommands.html b/api/Drush/Commands/core/CliCommands.html index 79acc8d633..adf356ef4b 100644 --- a/api/Drush/Commands/core/CliCommands.html +++ b/api/Drush/Commands/core/CliCommands.html @@ -86,7 +86,7 @@

CliCommands

final class - CliCommands extends DrushCommands (View source) + CliCommands 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
+
+
@@ -201,6 +211,16 @@

Properties

+ + + + + +
+ protected + + $urifrom  +ExecTrait
protected CommandData|null @@ -265,35 +285,69 @@

Methods

- + void
- __construct(EntityTypeManagerInterface $entityTypeManager) + configurePrompts(InputInterface $input) + +

Configure the prompt fallbacks.

+ +
+
+
+ mixed +
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

Prompt the user until the given validation callback passes.

+ +
+
+
+ void +
+
+ restorePrompts() + +

Restore the prompts output.

+ +
+
+
+ bool +
+
+ runningUnitTests()

No description

-
+
- SymfonyStyle +
- io() + __construct(EntityTypeManagerInterface $entityTypeManager) -

Override Robo's IO function with our custom style.

- +

No description

+
+
- void + DrushStyle
- setLoggerIfEmpty(LoggerInterface $logger) + io() -

Sets a logger, if none is available yet.

- +
@@ -332,6 +386,17 @@

Methods

+
+
+ initHook($input, AnnotationData $annotationData) + +

Persist commandData for use in primary command callback. Used by 'topic' commands.

+ +
+
+
+
printFileTopic(CommandData $commandData) @@ -353,14 +418,25 @@

Methods

- create(ContainerInterface $container) + processManager() -

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.

+
@@ -442,7 +518,7 @@

Details

bool startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false) @@ -488,7 +564,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.

@@ -503,7 +579,7 @@

Return Value

static bool programExists($program) @@ -547,7 +623,7 @@

Return Value

static string getEditor(string|null $editor = null) @@ -591,7 +667,7 @@

Return Value

DrushConfig getConfig() @@ -634,10 +710,11 @@

See also

-

- - - __construct(EntityTypeManagerInterface $entityTypeManager) +

+ + protected void + configurePrompts(InputInterface $input)

@@ -645,21 +722,29 @@

-

No description

- +

Configure the prompt fallbacks.

Parameters

- - + +
EntityTypeManagerInterface$entityTypeManagerInputInterface$input
+

Return Value

+ + + + + + +
void
+ @@ -668,11 +753,11 @@

Parameters

-

- - protected SymfonyStyle - io() +

+ + protected mixed + promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)

@@ -680,15 +765,35 @@

-

Override Robo's IO function with our custom style.

+

Prompt the user until the given validation callback passes.

+

Parameters

+ + + + + + + + + + + + + + + + + +
Closure$prompt
bool|string$required
Closure|null$validate
+

Return Value

- +
SymfonyStylemixed
@@ -701,11 +806,11 @@

Return Value

-

- - void - setLoggerIfEmpty(LoggerInterface $logger) +

+ + protected void + restorePrompts()

@@ -713,25 +818,116 @@

-

Sets a logger, if none is available yet.

+

Restore the prompts output.

+
+
+ +

Return Value

+ + + + + + +
void
+ + + + +
+

+ +

+
+

+ + protected bool + runningUnitTests() + +

+
+ + + +
+

No description

+ +
+
+ +

Return Value

+ + + + + + +
bool
+ + + + +
+
+ +
+
+

+ + + __construct(EntityTypeManagerInterface $entityTypeManager) + +

+
+ + + +
+

No description

+

Parameters

- - + +
LoggerInterface$loggerEntityTypeManagerInterface$entityTypeManager
+ + + +
+
+ +
+
+

+ + protected DrushStyle + io() + +

+
+ + + +
+

Override Robo's IO function with our custom style.

+
+
+

Return Value

- +
voidDrushStyle
@@ -746,8 +942,8 @@

Return Value

- protected DrushLoggerManager|null +DrushCommands at line 72

+ DrushLoggerManager|null logger()

@@ -779,7 +975,7 @@

Return Value

protected void printFile(string $file) @@ -822,7 +1018,7 @@

Return Value

preHook(CommandData $commandData) @@ -849,6 +1045,45 @@

Parameters

+
+

+ +

+
+

+ + + initHook($input, AnnotationData $annotationData) + +

+
+ + + +
+

Persist commandData for use in primary command callback. Used by 'topic' commands.

+
+
+

Parameters

+ + + + + + + + + + + + +
$input
AnnotationData$annotationData
+ + + + +
@@ -856,7 +1091,7 @@

Parameters

protected printFileTopic(CommandData $commandData) @@ -890,7 +1125,7 @@

Parameters

protected HandlerStack getStack() @@ -927,15 +1162,49 @@

See also

+
+
+ +
+
+

+ + ProcessManager + processManager() + +

+
+ + + +
+

This method overrides the trait in order to provide a more specific return type.

+
+
+ +

Return Value

+ + + + + + +
ProcessManager
+ + + +

- - static CliCommands - create(ContainerInterface $container) + + static AutowireTrait + create(ContainerInterface $container)

@@ -943,17 +1212,16 @@

-

No description

- +

Instantiates a new instance of the implementing class using autowiring.

Parameters

- + - +
ContainerInterfaceContainerInterface $container

The service container this instance should use.

@@ -962,7 +1230,7 @@

Return Value

- +
CliCommandsAutowireTrait
@@ -976,7 +1244,7 @@

Return Value

- + void docs() @@ -1008,7 +1276,7 @@

Return Value

- + void cli(array $options = ['version-history' => false, 'cwd' => self::REQ]) @@ -1050,7 +1318,7 @@

Return Value

- + protected array getDrushCommands() @@ -1082,7 +1350,7 @@

Return Value

- + protected array getCasters() @@ -1116,7 +1384,7 @@

Return Value

- + protected string historyPath(array $options) @@ -1158,7 +1426,7 @@

Return Value

- + protected array getPhpKeywords() @@ -1190,7 +1458,7 @@

Return Value

- + void makeEntitiesAvailableWithShortClassNames() diff --git a/api/Drush/Commands/core/CoreCommands.html b/api/Drush/Commands/core/CoreCommands.html index 0d220f8a7d..a98f1ecc39 100644 --- a/api/Drush/Commands/core/CoreCommands.html +++ b/api/Drush/Commands/core/CoreCommands.html @@ -86,7 +86,7 @@

CoreCommands

final class - CoreCommands extends DrushCommands implements SiteAliasManagerAwareInterface (View source) + CoreCommands extends DrushCommands (View source)

@@ -99,11 +99,6 @@

Traits

-
- SiteAliasManagerAwareTrait
-
-
-
ProcessManagerAwareTrait
@@ -127,6 +122,11 @@

Traits

IO
+
+
@@ -206,6 +206,16 @@

Properties

+ + + + + + + + + +
+ protected + + $urifrom  +ExecTrait
protected CommandData|null @@ -270,36 +280,70 @@

Methods

- + void
- __construct() + configurePrompts(InputInterface $input) + +

Configure the prompt fallbacks.

+ +
+
+
+ mixed +
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

Prompt the user until the given validation callback passes.

+ +
+
+
+ void +
+
+ restorePrompts() + +

Restore the prompts output.

+ +
+
+
+ bool +
+
+ runningUnitTests()

No description

- +
- SymfonyStyle +
- io() + __construct() -

Override Robo's IO function with our custom style.

- +
- void + DrushStyle
- setLoggerIfEmpty(LoggerInterface $logger) + io() -

Sets a logger, if none is available yet.

- +
@@ -338,6 +382,17 @@

Methods

+
+
+ initHook($input, AnnotationData $annotationData) + +

Persist commandData for use in primary command callback. Used by 'topic' commands.

+ +
+
+
+
printFileTopic(CommandData $commandData) @@ -355,6 +410,17 @@

Methods

Get a Guzzle handler stack that uses the Drush logger.

+
+
+ +
+ processManager() + +

This method overrides the trait in order to provide a more specific return type.

+
@@ -386,7 +452,7 @@

Details

bool startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false) @@ -432,7 +498,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.

@@ -447,7 +513,7 @@

Return Value

static bool programExists($program) @@ -491,7 +557,7 @@

Return Value

static string getEditor(string|null $editor = null) @@ -535,7 +601,7 @@

Return Value

DrushConfig getConfig() @@ -578,11 +644,11 @@

See also

-

- - - __construct() +

+ + protected void + configurePrompts(InputInterface $input)

@@ -590,11 +656,29 @@

-

No description

- +

Configure the prompt fallbacks.

+

Parameters

+ + + + + + + +
InputInterface$input
+ +

Return Value

+ + + + + + +
void
+ @@ -603,11 +687,11 @@

-

- - protected SymfonyStyle - io() +

+ + protected mixed + promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)

@@ -615,15 +699,35 @@

-

Override Robo's IO function with our custom style.

+

Prompt the user until the given validation callback passes.

+

Parameters

+ + + + + + + + + + + + + + + + + +
Closure$prompt
bool|string$required
Closure|null$validate
+

Return Value

- +
SymfonyStylemixed
@@ -636,11 +740,11 @@

Return Value

-

- - void - setLoggerIfEmpty(LoggerInterface $logger) +

+ + protected void + restorePrompts()

@@ -648,25 +752,107 @@

-

Sets a logger, if none is available yet.

+

Restore the prompts output.

-

Parameters

+ +

Return Value

- - - - - -
LoggerInterface$logger
+

void
+ + +
+
+ +
+
+

+ + protected bool + runningUnitTests() + +

+
+ + + +
+

No description

+ +
+
+

Return Value

- + + + +
voidbool
+ + + + +
+
+ +
+
+

+ + + __construct() + +

+
+ + + +
+

No description

+ +
+
+ + + + +
+
+ +
+
+

+ + protected DrushStyle + io() + +

+
+ + + +
+

Override Robo's IO function with our custom style.

+
+
+ +

Return Value

+ + + +
DrushStyle
@@ -681,8 +867,8 @@

Return Value

- protected DrushLoggerManager|null +DrushCommands at line 72

+ DrushLoggerManager|null logger()

@@ -714,7 +900,7 @@

Return Value

protected void printFile(string $file) @@ -757,7 +943,7 @@

Return Value

preHook(CommandData $commandData) @@ -784,6 +970,45 @@

Parameters

+
+
+ +
+
+

+ + + initHook($input, AnnotationData $annotationData) + +

+
+ + + +
+

Persist commandData for use in primary command callback. Used by 'topic' commands.

+
+
+

Parameters

+ + + + + + + + + + + + +
$input
AnnotationData$annotationData
+ + + + +
@@ -791,7 +1016,7 @@

Parameters

protected printFileTopic(CommandData $commandData) @@ -825,7 +1050,7 @@

Parameters

protected HandlerStack getStack() @@ -862,13 +1087,46 @@

See also

+
+
+ +
+
+

+ + ProcessManager + processManager() + +

+
+ + + +
+

This method overrides the trait in order to provide a more specific return type.

+
+
+ +

Return Value

+ + + + + + +
ProcessManager
+ + + +

- + RowsOfFields globalOptions($options = ['format' => 'table']) @@ -910,7 +1168,7 @@

Return Value

- + PropertyList version($options = ['format' => 'table']) diff --git a/api/Drush/Commands/core/DeployCommands.html b/api/Drush/Commands/core/DeployCommands.html index 854c439aca..db5ba3ac0a 100644 --- a/api/Drush/Commands/core/DeployCommands.html +++ b/api/Drush/Commands/core/DeployCommands.html @@ -86,7 +86,7 @@

DeployCommands

final class - DeployCommands extends DrushCommands implements SiteAliasManagerAwareInterface (View source) + DeployCommands extends DrushCommands (View source)

@@ -100,8 +100,8 @@

Traits

- SiteAliasManagerAwareTrait
-
+ AutowireTrait
+

A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.

@@ -127,6 +127,11 @@

Traits

IO
+
+
@@ -197,6 +202,16 @@

Properties

+ + + + + +
+ protected + + $urifrom  +ExecTrait
protected CommandData|null @@ -261,36 +276,69 @@

Methods

- + void +
+
+ configurePrompts(InputInterface $input) + +

Configure the prompt fallbacks.

+ +
+
+
+ mixed +
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

Prompt the user until the given validation callback passes.

+ +
+
+
+ void +
+
+ restorePrompts() + +

Restore the prompts output.

+ +
+
+
+ bool
- __construct() + runningUnitTests()

No description

- +
- SymfonyStyle +
- io() + __construct(SiteAliasManagerInterface $siteAliasManager) -

Override Robo's IO function with our custom style.

- +

No description

+
+
- void + DrushStyle
- setLoggerIfEmpty(LoggerInterface $logger) + io() -

Sets a logger, if none is available yet.

- +
@@ -329,6 +377,17 @@

Methods

+
+
+ initHook($input, AnnotationData $annotationData) + +

Persist commandData for use in primary command callback. Used by 'topic' commands.

+ +
+
+
+
printFileTopic(CommandData $commandData) @@ -347,6 +406,28 @@

Methods

Get a Guzzle handler stack that uses the Drush logger.

+
+
+ +
+ 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.

+
@@ -363,7 +444,7 @@

Methods

void
- cacheRebuild(ProcessManager $manager, SiteAlias $self, array $redispatchOptions) + cacheRebuild(ProcessManager $manager, SiteAlias $self, array $redispatchOptions)

No description

@@ -378,7 +459,7 @@

Details

bool startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false) @@ -424,7 +505,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.

@@ -439,7 +520,7 @@

Return Value

static bool programExists($program) @@ -483,7 +564,7 @@

Return Value

static string getEditor(string|null $editor = null) @@ -527,7 +608,7 @@

Return Value

DrushConfig getConfig() @@ -570,11 +651,11 @@

See also

-

- - - __construct() +

+ + protected void + configurePrompts(InputInterface $input)

@@ -582,11 +663,29 @@

-

No description

- +

Configure the prompt fallbacks.

+

Parameters

+ + + + + + + +
InputInterface$input
+ +

Return Value

+ + + + + + +
void
+ @@ -595,11 +694,11 @@

-

- - protected SymfonyStyle - io() +

+ + protected mixed + promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)

@@ -607,15 +706,35 @@

-

Override Robo's IO function with our custom style.

+

Prompt the user until the given validation callback passes.

+

Parameters

+ + + + + + + + + + + + + + + + + +
Closure$prompt
bool|string$required
Closure|null$validate
+

Return Value

- +
SymfonyStylemixed
@@ -628,11 +747,77 @@

Return Value

-

- - void - setLoggerIfEmpty(LoggerInterface $logger) +

+ + protected void + restorePrompts() + +

+
+ + + +
+

Restore the prompts output.

+
+
+ +

Return Value

+ + + + + + +
void
+ + + + +
+
+ +

+
+

+ + protected bool + runningUnitTests() + +

+
+ + + +
+

No description

+ +
+
+ +

Return Value

+ + + + + + +
bool
+ + + + +
+
+ +
+
+

+ + + __construct(SiteAliasManagerInterface $siteAliasManager)

@@ -640,25 +825,50 @@

-

Sets a logger, if none is available yet.

+

No description

+

Parameters

- - + +
LoggerInterface$loggerSiteAliasManagerInterface$siteAliasManager
+ + + +
+

+ +
+
+

+ + protected DrushStyle + io() + +

+
+ + + +
+

Override Robo's IO function with our custom style.

+
+
+

Return Value

- +
voidDrushStyle
@@ -673,8 +883,8 @@

Return Value

- protected DrushLoggerManager|null +DrushCommands at line 72

+ DrushLoggerManager|null logger()

@@ -706,7 +916,7 @@

Return Value

protected void printFile(string $file) @@ -749,7 +959,7 @@

Return Value

preHook(CommandData $commandData) @@ -776,6 +986,45 @@

Parameters

+
+

+ +

+
+

+ + + initHook($input, AnnotationData $annotationData) + +

+
+ + + +
+

Persist commandData for use in primary command callback. Used by 'topic' commands.

+
+
+

Parameters

+ + + + + + + + + + + + +
$input
AnnotationData$annotationData
+ + + + +
@@ -783,7 +1032,7 @@

Parameters

protected printFileTopic(CommandData $commandData) @@ -817,7 +1066,7 @@

Parameters

protected HandlerStack getStack() @@ -854,13 +1103,89 @@

See also

+
+
+ +
+
+

+ + ProcessManager + processManager() + +

+
+ + + +
+

This method overrides the trait in order to provide a more specific return type.

+
+
+ +

Return Value

+ + + + + + +
ProcessManager
+ + + + +
+
+ +
+
+

+ + static AutowireTrait + create(ContainerInterface $container) + +

+
+ + + +
+

Instantiates a new instance of the implementing class using autowiring.

+
+
+

Parameters

+ + + + + + + +
ContainerInterface$container

The service container this instance should use.

+ + +

Return Value

+ + + + + + +
AutowireTrait
+ + + +

- + void deploy() @@ -892,9 +1217,9 @@

Return Value

- + void - cacheRebuild(ProcessManager $manager, SiteAlias $self, array $redispatchOptions) + cacheRebuild(ProcessManager $manager, SiteAlias $self, array $redispatchOptions)

@@ -910,7 +1235,7 @@

Parameters

- + diff --git a/api/Drush/Commands/core/DeployHookCommands.html b/api/Drush/Commands/core/DeployHookCommands.html index 994ebdd36d..86ab405bbc 100644 --- a/api/Drush/Commands/core/DeployHookCommands.html +++ b/api/Drush/Commands/core/DeployHookCommands.html @@ -86,7 +86,7 @@

DeployHookCommands

final class - DeployHookCommands extends DrushCommands implements SiteAliasManagerAwareInterface (View source) + DeployHookCommands extends DrushCommands (View source)

@@ -100,8 +100,8 @@

Traits

- SiteAliasManagerAwareTrait
-
+ AutowireTrait
+

A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.

@@ -127,6 +127,11 @@

Traits

IO
+
+
@@ -224,6 +229,16 @@

Properties

ProcessManagerProcessManager $manager
+ + + + + +
+ protected + + $urifrom  +ExecTrait
protected CommandData|null @@ -288,36 +303,69 @@

Methods

- + void +
+
+ configurePrompts(InputInterface $input) + +

Configure the prompt fallbacks.

+ +
+
+
+ mixed +
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

Prompt the user until the given validation callback passes.

+ +
+
+
+ void +
+
+ restorePrompts() + +

Restore the prompts output.

+ +
+
+
+ bool
- __construct() + runningUnitTests()

No description

- +
- SymfonyStyle +
- io() + __construct($root, $site_path, $module_list, KeyValueFactoryInterface $key_value_factory, ThemeHandlerInterface $theme_handler) -

Override Robo's IO function with our custom style.

- +

No description

+
+
- void + DrushStyle
- setLoggerIfEmpty(LoggerInterface $logger) + io() -

Sets a logger, if none is available yet.

- +
@@ -356,6 +404,17 @@

Methods

+
+
+ initHook($input, AnnotationData $annotationData) + +

Persist commandData for use in primary command callback. Used by 'topic' commands.

+ +
+
+
+
printFileTopic(CommandData $commandData) @@ -377,23 +436,34 @@

Methods

- static UpdateRegistry + ProcessManager
- getRegistry() + processManager() -

Get the deploy hook update registry.

-
+

This method overrides the trait in order to provide a more specific return type.

+
- void + static AutowireTrait
- setUpdateType(string $type) + create(ContainerInterface $container) -

No description

-
+

Instantiates a new instance of the implementing class using autowiring.

+ +
+
+
+ static UpdateRegistry +
+
+ getRegistry() + +

Get the deploy hook update registry.

@@ -405,7 +475,7 @@

Details

bool startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false) @@ -451,7 +521,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.

@@ -466,7 +536,7 @@

Return Value

static bool programExists($program) @@ -510,7 +580,7 @@

Return Value

static string getEditor(string|null $editor = null) @@ -554,7 +624,7 @@

Return Value

DrushConfig getConfig() @@ -597,11 +667,11 @@

See also

-

- - - __construct() +

+ + protected void + configurePrompts(InputInterface $input)

@@ -609,11 +679,29 @@

-

No description

- +

Configure the prompt fallbacks.

+

Parameters

+ + + + + + + +
InputInterface$input
+ +

Return Value

+ + + + + + +
void
+ @@ -622,11 +710,11 @@

-

- - protected SymfonyStyle - io() +

+ + protected mixed + promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)

@@ -634,7 +722,94 @@

-

Override Robo's IO function with our custom style.

+

Prompt the user until the given validation callback passes.

+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
Closure$prompt
bool|string$required
Closure|null$validate
+ + +

Return Value

+ + + + + + +
mixed
+ + + + +
+

+ +

+
+

+ + protected void + restorePrompts() + +

+
+ + + +
+

Restore the prompts output.

+
+
+ +

Return Value

+ + + + + + +
void
+ + + + +
+
+ +
+
+

+ + protected bool + runningUnitTests() + +

+
+ + + +
+

No description

+
@@ -642,7 +817,7 @@

Return Value

- +
SymfonyStylebool
@@ -655,11 +830,10 @@

Return Value

-

- - void - setLoggerIfEmpty(LoggerInterface $logger) +

+ + + __construct($root, $site_path, $module_list, KeyValueFactoryInterface $key_value_factory, ThemeHandlerInterface $theme_handler)

@@ -667,25 +841,70 @@

-

Sets a logger, if none is available yet.

+

No description

+

Parameters

- - + + + + + + + + + + + + + + + + + + + + + +
LoggerInterface$logger$root
$site_path
$module_list
KeyValueFactoryInterface$key_value_factory
ThemeHandlerInterface$theme_handler
+ + + +
+

+ +

+
+

+ + protected DrushStyle + io() + +

+
+ + + +
+

Override Robo's IO function with our custom style.

+
+
+

Return Value

- +
voidDrushStyle
@@ -700,8 +919,8 @@

Return Value

- protected DrushLoggerManager|null +DrushCommands at line 72

+ DrushLoggerManager|null logger()

@@ -733,7 +952,7 @@

Return Value

protected void printFile(string $file) @@ -776,7 +995,7 @@

Return Value

preHook(CommandData $commandData) @@ -803,6 +1022,45 @@

Parameters

+
+

+ + +
+

+ + + initHook($input, AnnotationData $annotationData) + +

+
+ + + +
+

Persist commandData for use in primary command callback. Used by 'topic' commands.

+
+
+

Parameters

+ + + + + + + + + + + + +
$input
AnnotationData$annotationData
+ + + + +
@@ -810,7 +1068,7 @@

Parameters

protected printFileTopic(CommandData $commandData) @@ -844,7 +1102,7 @@

Parameters

protected HandlerStack getStack() @@ -886,10 +1144,11 @@

See also

-

- - static UpdateRegistry - getRegistry() +

+ + ProcessManager + processManager()

@@ -897,7 +1156,7 @@

-

Get the deploy hook update registry.

+

This method overrides the trait in order to provide a more specific return type.

@@ -905,7 +1164,7 @@

Return Value

- +
UpdateRegistryProcessManager
@@ -918,10 +1177,11 @@

Return Value

-

- - void - setUpdateType(string $type) +

+ + static AutowireTrait + create(ContainerInterface $container)

@@ -929,17 +1189,16 @@

-

No description

- +

Instantiates a new instance of the implementing class using autowiring.

Parameters

- - - + + +
string$typeContainerInterface$container

The service container this instance should use.

@@ -948,7 +1207,39 @@

Return Value

- + + + +
voidAutowireTrait
+ + + + +
+

+ +

+
+

+ + static UpdateRegistry + getRegistry() + +

+
+ + + +
+

Get the deploy hook update registry.

+
+
+ +

Return Value

+ + + +
UpdateRegistry
diff --git a/api/Drush/Commands/core/DrupalCommands.html b/api/Drush/Commands/core/DrupalCommands.html index 784238283f..570c16fdce 100644 --- a/api/Drush/Commands/core/DrupalCommands.html +++ b/api/Drush/Commands/core/DrupalCommands.html @@ -86,7 +86,7 @@

DrupalCommands

final class - DrupalCommands extends DrushCommands (View source) + DrupalCommands 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
+
+
@@ -210,6 +220,16 @@

Properties

+ + + + + + + + + +
+ protected + + $urifrom  +ExecTrait
protected CommandData|null @@ -274,35 +294,69 @@

Methods

- + void
- __construct(CronInterface $cron, ModuleHandlerInterface $moduleHandler, RouteProviderInterface $routeProvider) + configurePrompts(InputInterface $input) + +

Configure the prompt fallbacks.

+ +
+
+
+ mixed +
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

Prompt the user until the given validation callback passes.

+ +
+
+
+ void +
+
+ restorePrompts() + +

Restore the prompts output.

+ +
+
+
+ bool +
+
+ runningUnitTests()

No description

-
+
- SymfonyStyle +
- io() + __construct(CronInterface $cron, ModuleHandlerInterface $moduleHandler, RouteProviderInterface $routeProvider) -

Override Robo's IO function with our custom style.

- +

No description

+
+
- void + DrushStyle
- setLoggerIfEmpty(LoggerInterface $logger) + io() -

Sets a logger, if none is available yet.

- +
@@ -341,6 +395,17 @@

Methods

+
+
+ initHook($input, AnnotationData $annotationData) + +

Persist commandData for use in primary command callback. Used by 'topic' commands.

+ +
+
+
+
printFileTopic(CommandData $commandData) @@ -362,21 +427,32 @@

Methods

- CronInterface + ProcessManager
- getCron() + processManager() -

No description

-
-
+

This method overrides the trait in order to provide a more specific return type.

+
- ModuleHandlerInterface + static AutowireTrait
- getModuleHandler() + create(ContainerInterface $container) + +

Instantiates a new instance of the implementing class using autowiring.

+ +
+
+
+ CronInterface +
+
+ getCron()

No description

@@ -384,10 +460,10 @@

Methods

- RouteProviderInterface + ModuleHandlerInterface
- getRouteProvider() + getModuleHandler()

No description

@@ -395,10 +471,10 @@

Methods

- static DrupalCommands + RouteProviderInterface
- create(ContainerInterface $container) + getRouteProvider()

No description

@@ -406,7 +482,7 @@

Methods

- void + bool
cron() @@ -443,7 +519,7 @@

Details

bool startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false) @@ -489,7 +565,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.

@@ -504,7 +580,7 @@

Return Value

static bool programExists($program) @@ -548,7 +624,7 @@

Return Value

static string getEditor(string|null $editor = null) @@ -592,7 +668,7 @@

Return Value

DrushConfig getConfig() @@ -635,10 +711,11 @@

See also

-

- - - __construct(CronInterface $cron, ModuleHandlerInterface $moduleHandler, RouteProviderInterface $routeProvider) +

+ + protected void + configurePrompts(InputInterface $input)

@@ -646,31 +723,82 @@

-

No description

- +

Configure the prompt fallbacks.

Parameters

- - + + +
CronInterface$cronInputInterface$input
+ + +

Return Value

+ + + + + + +
void
+ + + + +
+

+ +

+
+

+ + protected mixed + promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

+
+ + + +
+

Prompt the user until the given validation callback passes.

+
+
+

Parameters

+ + - - + + - - + + + + + + +
ModuleHandlerInterface$moduleHandlerClosure$prompt
RouteProviderInterface$routeProviderbool|string$required
Closure|null$validate
+

Return Value

+ + + + + + +
mixed
+ @@ -679,11 +807,11 @@

Parameters

-

- - protected SymfonyStyle - io() +

+ + protected void + restorePrompts()

@@ -691,7 +819,7 @@

-

Override Robo's IO function with our custom style.

+

Restore the prompts output.

@@ -699,7 +827,7 @@

Return Value

- +
SymfonyStylevoid
@@ -712,11 +840,11 @@

Return Value

-

- - void - setLoggerIfEmpty(LoggerInterface $logger) +

+ + protected bool + runningUnitTests()

@@ -724,25 +852,93 @@

-

Sets a logger, if none is available yet.

+

No description

+ +
+
+ +

Return Value

+ + + + + + +
bool
+ + + + +
+

+ +

+
+

+ + + __construct(CronInterface $cron, ModuleHandlerInterface $moduleHandler, RouteProviderInterface $routeProvider) + +

+
+ + + +
+

No description

+

Parameters

- - + + + + + + + + + + + +
LoggerInterface$loggerCronInterface$cron
ModuleHandlerInterface$moduleHandler
RouteProviderInterface$routeProvider
+ + + +
+
+ +
+
+

+ + protected DrushStyle + io() + +

+
+ + + +
+

Override Robo's IO function with our custom style.

+
+
+

Return Value

- +
voidDrushStyle
@@ -757,8 +953,8 @@

Return Value

- protected DrushLoggerManager|null +DrushCommands at line 72

+ DrushLoggerManager|null logger()

@@ -790,7 +986,7 @@

Return Value

protected void printFile(string $file) @@ -833,7 +1029,7 @@

Return Value

preHook(CommandData $commandData) @@ -860,6 +1056,45 @@

Parameters

+
+

+ +
+
+

+ + + initHook($input, AnnotationData $annotationData) + +

+
+ + + +
+

Persist commandData for use in primary command callback. Used by 'topic' commands.

+
+
+

Parameters

+ + + + + + + + + + + + +
$input
AnnotationData$annotationData
+ + + + +
@@ -867,7 +1102,7 @@

Parameters

protected printFileTopic(CommandData $commandData) @@ -901,7 +1136,7 @@

Parameters

protected HandlerStack getStack() @@ -943,10 +1178,11 @@

See also

-

- - CronInterface - getCron() +

+ + ProcessManager + processManager()

@@ -954,8 +1190,7 @@

-

No description

- +

This method overrides the trait in order to provide a more specific return type.

@@ -963,7 +1198,7 @@

Return Value

- +
CronInterfaceProcessManager
@@ -976,10 +1211,11 @@

Return Value

-

- - ModuleHandlerInterface - getModuleHandler() +

+ + static AutowireTrait + create(ContainerInterface $container)

@@ -987,16 +1223,25 @@

-

No description

- +

Instantiates a new instance of the implementing class using autowiring.

+

Parameters

+ + + + + + + +
ContainerInterface$container

The service container this instance should use.

+

Return Value

- +
ModuleHandlerInterfaceAutowireTrait
@@ -1009,10 +1254,10 @@

Return Value

-

- - RouteProviderInterface - getRouteProvider() +

+ + CronInterface + getCron()

@@ -1029,7 +1274,7 @@

Return Value

- +
RouteProviderInterfaceCronInterface
@@ -1042,10 +1287,10 @@

Return Value

-

- - static DrupalCommands - create(ContainerInterface $container) +

+ + ModuleHandlerInterface + getModuleHandler()

@@ -1057,22 +1302,45 @@

-

Parameters

+ +

Return Value

- - - - - -
ContainerInterface$container
+

ModuleHandlerInterface
+ + +
+
+ +
+
+

+ + RouteProviderInterface + getRouteProvider() + +

+
+ + + +
+

No description

+ +
+
+

Return Value

- +
DrupalCommandsRouteProviderInterface
@@ -1086,8 +1354,8 @@

Return Value

- - void + + bool cron()

@@ -1104,7 +1372,7 @@

Return Value

- +
voidbool
@@ -1118,7 +1386,7 @@

Return Value

- + RowsOfFields requirements($options = ['format' => 'table', 'severity' => -1, 'ignore' => '']) @@ -1160,7 +1428,7 @@

Return Value

- + 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 4ac7a0425c..9b23dcc4fc 100644 --- a/api/Drush/Commands/core/DrupalDirectoryCommands.html +++ b/api/Drush/Commands/core/DrupalDirectoryCommands.html @@ -86,7 +86,7 @@

DrupalDirectoryCommands

final class - DrupalDirectoryCommands extends DrushCommands implements SiteAliasManagerAwareInterface (View source) + DrupalDirectoryCommands extends DrushCommands (View source)

@@ -100,8 +100,8 @@

Traits

- SiteAliasManagerAwareTrait
-
+ AutowireTrait
+

A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.

@@ -127,6 +127,11 @@

Traits

IO
+
+
@@ -197,6 +202,16 @@

Properties

+ + + + + +
+ protected + + $urifrom  +ExecTrait
protected CommandData|null @@ -270,35 +285,69 @@

Methods

- + void +
+
+ configurePrompts(InputInterface $input) + +

Configure the prompt fallbacks.

+ +
+
+
+ mixed +
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

Prompt the user until the given validation callback passes.

+ +
+
+
+ void +
+
+ restorePrompts() + +

Restore the prompts output.

+ +
+
+
+ bool
- __construct() + runningUnitTests()

No description

-
+
- SymfonyStyle +
- io() + __construct(SiteAliasManagerInterface $siteAliasManager) -

Override Robo's IO function with our custom style.

- +

No description

+
+
- void + DrushStyle
- setLoggerIfEmpty(LoggerInterface $logger) + io() -

Sets a logger, if none is available yet.

- +
@@ -337,6 +386,17 @@

Methods

+
+
+ initHook($input, AnnotationData $annotationData) + +

Persist commandData for use in primary command callback. Used by 'topic' commands.

+ +
+
+
+
printFileTopic(CommandData $commandData) @@ -355,6 +415,28 @@

Methods

Get a Guzzle handler stack that uses the Drush logger.

+
+
+ +
+ 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.

+
@@ -385,7 +467,7 @@

Details

bool startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false) @@ -431,7 +513,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.

@@ -446,7 +528,7 @@

Return Value

static bool programExists($program) @@ -490,7 +572,7 @@

Return Value

static string getEditor(string|null $editor = null) @@ -534,7 +616,7 @@

Return Value

DrushConfig getConfig() @@ -577,10 +659,11 @@

See also

-

- - - __construct() +

+ + protected void + configurePrompts(InputInterface $input)

@@ -588,11 +671,29 @@

-

No description

- +

Configure the prompt fallbacks.

+

Parameters

+ + + + + + + +
InputInterface$input
+ +

Return Value

+ + + + + + +
void
+ @@ -601,11 +702,11 @@

-

- - protected SymfonyStyle - io() +

+ + protected mixed + promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)

@@ -613,15 +714,35 @@

-

Override Robo's IO function with our custom style.

+

Prompt the user until the given validation callback passes.

+

Parameters

+ + + + + + + + + + + + + + + + + +
Closure$prompt
bool|string$required
Closure|null$validate
+

Return Value

- +
SymfonyStylemixed
@@ -634,11 +755,11 @@

Return Value

-

- - void - setLoggerIfEmpty(LoggerInterface $logger) +

+ + protected void + restorePrompts()

@@ -646,25 +767,116 @@

-

Sets a logger, if none is available yet.

+

Restore the prompts output.

+
+
+ +

Return Value

+ + + + + + +
void
+ + + + +
+

+ +

+
+

+ + protected bool + runningUnitTests() + +

+
+ + + +
+

No description

+ +
+
+ +

Return Value

+ + + + + + +
bool
+ + + + +
+
+ +
+
+

+ + + __construct(SiteAliasManagerInterface $siteAliasManager) + +

+
+ + + +
+

No description

+

Parameters

- - + +
LoggerInterface$loggerSiteAliasManagerInterface$siteAliasManager
+ + + +
+
+ +
+
+

+ + protected DrushStyle + io() + +

+
+ + + +
+

Override Robo's IO function with our custom style.

+
+
+

Return Value

- +
voidDrushStyle
@@ -679,8 +891,8 @@

Return Value

- protected DrushLoggerManager|null +DrushCommands at line 72

+ DrushLoggerManager|null logger()

@@ -712,7 +924,7 @@

Return Value

protected void printFile(string $file) @@ -755,7 +967,7 @@

Return Value

preHook(CommandData $commandData) @@ -782,6 +994,45 @@

Parameters

+
+

+ +

+
+

+ + + initHook($input, AnnotationData $annotationData) + +

+
+ + + +
+

Persist commandData for use in primary command callback. Used by 'topic' commands.

+
+
+

Parameters

+ + + + + + + + + + + + +
$input
AnnotationData$annotationData
+ + + + +
@@ -789,7 +1040,7 @@

Parameters

protected printFileTopic(CommandData $commandData) @@ -823,7 +1074,7 @@

Parameters

protected HandlerStack getStack() @@ -860,13 +1111,89 @@

See also

+
+
+ +
+
+

+ + ProcessManager + processManager() + +

+
+ + + +
+

This method overrides the trait in order to provide a more specific return type.

+
+
+ +

Return Value

+ + + + + + +
ProcessManager
+ + + + +
+
+ +
+
+

+ + static AutowireTrait + create(ContainerInterface $container) + +

+
+ + + +
+

Instantiates a new instance of the implementing class using autowiring.

+
+
+

Parameters

+ + + + + + + +
ContainerInterface$container

The service container this instance should use.

+ + +

Return Value

+ + + + + + +
AutowireTrait
+ + + +

- + string drupalDirectory(string $target = 'root', $options = ['local-only' => false]) @@ -913,7 +1240,7 @@

Return Value

- + protected getPath($target = 'root', $local_only = false) diff --git a/api/Drush/Commands/core/DrupliconCommands.html b/api/Drush/Commands/core/DrupliconCommands.html index c8b19450d4..b5ed0f5dbc 100644 --- a/api/Drush/Commands/core/DrupliconCommands.html +++ b/api/Drush/Commands/core/DrupliconCommands.html @@ -86,7 +86,7 @@

DrupliconCommands

final class - DrupliconCommands extends DrushCommands implements ConfigAwareInterface (View source) + DrupliconCommands extends DrushCommands (View source)

@@ -99,16 +99,6 @@

Traits

-
-
- ConfigAwareTrait
-
-
-
ProcessManagerAwareTrait
@@ -132,6 +122,11 @@

Traits

IO
+
+
@@ -193,6 +188,16 @@

Properties

+ + + + + + + + + +
+ protected + + $urifrom  +ExecTrait
protected CommandData|null @@ -266,36 +271,70 @@

Methods

- + void
- __construct() + configurePrompts(InputInterface $input) + +

Configure the prompt fallbacks.

+ +
+
+
+ mixed +
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

Prompt the user until the given validation callback passes.

+ +
+
+
+ void +
+
+ restorePrompts() + +

Restore the prompts output.

+ +
+
+
+ bool +
+
+ runningUnitTests()

No description

- +
- SymfonyStyle +
- io() + __construct() -

Override Robo's IO function with our custom style.

- +
- void + DrushStyle
- setLoggerIfEmpty(LoggerInterface $logger) + io() -

Sets a logger, if none is available yet.

- +
@@ -334,6 +373,17 @@

Methods

+
+
+ initHook($input, AnnotationData $annotationData) + +

Persist commandData for use in primary command callback. Used by 'topic' commands.

+ +
+
+
+
printFileTopic(CommandData $commandData) @@ -351,6 +401,17 @@

Methods

Get a Guzzle handler stack that uses the Drush logger.

+
+
+ +
+ processManager() + +

This method overrides the trait in order to provide a more specific return type.

+
@@ -383,7 +444,7 @@

Details

bool startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false) @@ -429,7 +490,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.

@@ -444,7 +505,7 @@

Return Value

static bool programExists($program) @@ -488,7 +549,7 @@

Return Value

static string getEditor(string|null $editor = null) @@ -532,7 +593,7 @@

Return Value

DrushConfig getConfig() @@ -575,11 +636,11 @@

See also

-

- - - __construct() +

+ + protected void + configurePrompts(InputInterface $input)

@@ -587,11 +648,29 @@

-

No description

- +

Configure the prompt fallbacks.

+

Parameters

+ + + + + + + +
InputInterface$input
+ +

Return Value

+ + + + + + +
void
+ @@ -600,11 +679,11 @@

-

- - protected SymfonyStyle - io() +

+ + protected mixed + promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)

@@ -612,15 +691,35 @@

-

Override Robo's IO function with our custom style.

+

Prompt the user until the given validation callback passes.

+

Parameters

+ + + + + + + + + + + + + + + + + +
Closure$prompt
bool|string$required
Closure|null$validate
+

Return Value

- +
SymfonyStylemixed
@@ -633,11 +732,11 @@

Return Value

-

- - void - setLoggerIfEmpty(LoggerInterface $logger) +

+ + protected void + restorePrompts()

@@ -645,25 +744,107 @@

-

Sets a logger, if none is available yet.

+

Restore the prompts output.

-

Parameters

+ +

Return Value

- - - - - -
LoggerInterface$logger
+

void
+ + + + +
+
+
+
+

+ + protected bool + runningUnitTests() + +

+
+ + + +
+

No description

+ +
+

Return Value

- + + + +
voidbool
+ + + + +
+
+ +
+
+

+ + + __construct() + +

+
+ + + +
+

No description

+ +
+
+ + + + +
+
+ +
+
+

+ + protected DrushStyle + io() + +

+
+ + + +
+

Override Robo's IO function with our custom style.

+
+
+ +

Return Value

+ + + +
DrushStyle
@@ -678,8 +859,8 @@

Return Value

- protected DrushLoggerManager|null +DrushCommands at line 72

+ DrushLoggerManager|null logger()

@@ -711,7 +892,7 @@

Return Value

protected void printFile(string $file) @@ -754,7 +935,7 @@

Return Value

preHook(CommandData $commandData) @@ -781,6 +962,45 @@

Parameters

+
+

+ + +
+

+ + + initHook($input, AnnotationData $annotationData) + +

+
+ + + +
+

Persist commandData for use in primary command callback. Used by 'topic' commands.

+
+
+

Parameters

+ + + + + + + + + + + + +
$input
AnnotationData$annotationData
+ + + + +
@@ -788,7 +1008,7 @@

Parameters

protected printFileTopic(CommandData $commandData) @@ -822,7 +1042,7 @@

Parameters

protected HandlerStack getStack() @@ -859,13 +1079,46 @@

See also

+
+
+ +
+
+

+ + ProcessManager + processManager() + +

+
+ + + +
+

This method overrides the trait in order to provide a more specific return type.

+
+
+ +

Return Value

+ + + + + + +
ProcessManager
+ + + +

- + void optionset($options = ['druplicon' => false]) @@ -908,7 +1161,7 @@

Return Value

- + void druplicon($result, CommandData $commandData) diff --git a/api/Drush/Commands/core/EditCommands.html b/api/Drush/Commands/core/EditCommands.html index 027303b760..16ff240eec 100644 --- a/api/Drush/Commands/core/EditCommands.html +++ b/api/Drush/Commands/core/EditCommands.html @@ -86,7 +86,7 @@

EditCommands

final class - EditCommands extends DrushCommands implements SiteAliasManagerAwareInterface (View source) + EditCommands extends DrushCommands (View source)

@@ -99,11 +99,6 @@

Traits

-
- SiteAliasManagerAwareTrait
-
-
-
@@ -132,6 +127,11 @@

Traits

IO
+
+
@@ -202,6 +202,16 @@

Properties

+ + + + + +
+ protected + + $urifrom  +ExecTrait
protected CommandData|null @@ -266,36 +276,69 @@

Methods

- + void
- __construct() + configurePrompts(InputInterface $input) + +

Configure the prompt fallbacks.

+ +
+
+
+ mixed +
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

Prompt the user until the given validation callback passes.

+ +
+
+
+ void +
+
+ restorePrompts() + +

Restore the prompts output.

+ +
+
+
+ bool +
+
+ runningUnitTests()

No description

- +
- SymfonyStyle +
- io() + __construct(SiteAliasManagerInterface $siteAliasManager) -

Override Robo's IO function with our custom style.

- +

No description

+
+
- void + DrushStyle
- setLoggerIfEmpty(LoggerInterface $logger) + io() -

Sets a logger, if none is available yet.

- +
@@ -334,6 +377,17 @@

Methods

+
+
+ initHook($input, AnnotationData $annotationData) + +

Persist commandData for use in primary command callback. Used by 'topic' commands.

+ +
+
+
+
printFileTopic(CommandData $commandData) @@ -352,6 +406,27 @@

Methods

Get a Guzzle handler stack that uses the Drush logger.

+
+
+ +
+ 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.

+
@@ -426,7 +501,7 @@

Details

bool startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false) @@ -472,7 +547,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.

@@ -487,7 +562,7 @@

Return Value

static bool programExists($program) @@ -531,7 +606,7 @@

Return Value

static string getEditor(string|null $editor = null) @@ -575,7 +650,7 @@

Return Value

DrushConfig getConfig() @@ -618,11 +693,11 @@

See also

-

- - - __construct() +

+ + protected void + configurePrompts(InputInterface $input)

@@ -630,11 +705,29 @@

-

No description

- +

Configure the prompt fallbacks.

+

Parameters

+ + + + + + + +
InputInterface$input
+ +

Return Value

+ + + + + + +
void
+ @@ -643,11 +736,11 @@

-

- - protected SymfonyStyle - io() +

+ + protected mixed + promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)

@@ -655,15 +748,35 @@

-

Override Robo's IO function with our custom style.

+

Prompt the user until the given validation callback passes.

+

Parameters

+ + + + + + + + + + + + + + + + + +
Closure$prompt
bool|string$required
Closure|null$validate
+

Return Value

- +
SymfonyStylemixed
@@ -676,11 +789,77 @@

Return Value

-

- - void - setLoggerIfEmpty(LoggerInterface $logger) +

+ + protected void + restorePrompts() + +

+
+ + + +
+

Restore the prompts output.

+
+
+ +

Return Value

+ + + + + + +
void
+ + + + +
+
+ +

+
+

+ + protected bool + runningUnitTests() + +

+
+ + + +
+

No description

+ +
+
+ +

Return Value

+ + + + + + +
bool
+ + + + +
+
+ +
+
+

+ + + __construct(SiteAliasManagerInterface $siteAliasManager)

@@ -688,25 +867,50 @@

-

Sets a logger, if none is available yet.

+

No description

+

Parameters

- - + +
LoggerInterface$loggerSiteAliasManagerInterface$siteAliasManager
+ + + +
+

+ +
+
+

+ + protected DrushStyle + io() + +

+
+ + + +
+

Override Robo's IO function with our custom style.

+
+
+

Return Value

- +
voidDrushStyle
@@ -721,8 +925,8 @@

Return Value

- protected DrushLoggerManager|null +DrushCommands at line 72

+ DrushLoggerManager|null logger()

@@ -754,7 +958,7 @@

Return Value

protected void printFile(string $file) @@ -797,7 +1001,7 @@

Return Value

preHook(CommandData $commandData) @@ -824,6 +1028,45 @@

Parameters

+
+

+ +

+
+

+ + + initHook($input, AnnotationData $annotationData) + +

+
+ + + +
+

Persist commandData for use in primary command callback. Used by 'topic' commands.

+
+
+

Parameters

+ + + + + + + + + + + + +
$input
AnnotationData$annotationData
+ + + + +
@@ -831,7 +1074,7 @@

Parameters

protected printFileTopic(CommandData $commandData) @@ -865,7 +1108,7 @@

Parameters

protected HandlerStack getStack() @@ -902,13 +1145,93 @@

See also

+
+
+ +
+
+

+ + ProcessManager + processManager() + +

+
+ + + +
+

This method overrides the trait in order to provide a more specific return type.

+
+
+ +

Return Value

+ + + + + + +
ProcessManager
+ + + + +
+
+ +
+
+

+ + static EditCommands + create(ContainerInterface $container, Container $drush_container) + +

+
+ + + +
+

Not using Autowire in order to implicitly test backward compat.

+
+
+

Parameters

+ + + + + + + + + + + + +
ContainerInterface$container
Container$drush_container
+ + +

Return Value

+ + + + + + +
EditCommands
+ + + +

- + void edit($filter = null, array $options = []) @@ -955,7 +1278,7 @@

Return Value

- + array load($headers = true) @@ -998,7 +1321,7 @@

Return Value

- + static array phpIniFiles() @@ -1031,7 +1354,7 @@

Return Value

- + array bashFiles() @@ -1064,7 +1387,7 @@

Return Value

- + static string findBashrc($home) @@ -1107,7 +1430,7 @@

Return Value

- + array complete() diff --git a/api/Drush/Commands/core/EntityCommands.html b/api/Drush/Commands/core/EntityCommands.html index 2bcae261d4..1d2aaf1b1a 100644 --- a/api/Drush/Commands/core/EntityCommands.html +++ b/api/Drush/Commands/core/EntityCommands.html @@ -86,7 +86,7 @@

EntityCommands

final class - EntityCommands extends DrushCommands (View source) + EntityCommands 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
+
+
@@ -201,6 +211,16 @@

Properties

+ + + + + +
+ protected + + $urifrom  +ExecTrait
protected CommandData|null @@ -265,35 +285,69 @@

Methods

- + void
- __construct(EntityTypeManagerInterface $entityTypeManager) + configurePrompts(InputInterface $input) + +

Configure the prompt fallbacks.

+ +
+
+
+ mixed +
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

Prompt the user until the given validation callback passes.

+ +
+
+
+ void +
+
+ restorePrompts() + +

Restore the prompts output.

+ +
+
+
+ bool +
+
+ runningUnitTests()

No description

-
+
- SymfonyStyle +
- io() + __construct(EntityTypeManagerInterface $entityTypeManager) -

Override Robo's IO function with our custom style.

- +

No description

+
+
- void + DrushStyle
- setLoggerIfEmpty(LoggerInterface $logger) + io() -

Sets a logger, if none is available yet.

- +
@@ -332,6 +386,17 @@

Methods

+
+
+ initHook($input, AnnotationData $annotationData) + +

Persist commandData for use in primary command callback. Used by 'topic' commands.

+ +
+
+
+
printFileTopic(CommandData $commandData) @@ -353,21 +418,32 @@

Methods

- create(ContainerInterface $container) + processManager() -

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
- delete(string $entity_type, $ids = null, array $options = ['bundle' => self::REQ, 'exclude' => self::REQ, 'chunks' => 50]) + delete(string $entity_type, $ids = null, array $options = ['bundle' => self::REQ, 'exclude' => self::REQ, 'chunks' => 50, 'limit' => null])

Delete content entities.

@@ -422,7 +498,7 @@

Details

bool startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false) @@ -468,7 +544,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.

@@ -483,7 +559,7 @@

Return Value

static bool programExists($program) @@ -527,7 +603,7 @@

Return Value

static string getEditor(string|null $editor = null) @@ -571,7 +647,7 @@

Return Value

DrushConfig getConfig() @@ -614,10 +690,11 @@

See also

-

- - - __construct(EntityTypeManagerInterface $entityTypeManager) +

+ + protected void + configurePrompts(InputInterface $input)

@@ -625,21 +702,29 @@

-

No description

- +

Configure the prompt fallbacks.

Parameters

- - + +
EntityTypeManagerInterface$entityTypeManagerInputInterface$input
+

Return Value

+ + + + + + +
void
+ @@ -648,11 +733,11 @@

Parameters

-

- - protected SymfonyStyle - io() +

+ + protected mixed + promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)

@@ -660,15 +745,35 @@

-

Override Robo's IO function with our custom style.

+

Prompt the user until the given validation callback passes.

+

Parameters

+ + + + + + + + + + + + + + + + + +
Closure$prompt
bool|string$required
Closure|null$validate
+

Return Value

- +
SymfonyStylemixed
@@ -681,11 +786,11 @@

Return Value

-

- - void - setLoggerIfEmpty(LoggerInterface $logger) +

+ + protected void + restorePrompts()

@@ -693,25 +798,116 @@

-

Sets a logger, if none is available yet.

+

Restore the prompts output.

+
+
+ +

Return Value

+ + + + + + +
void
+ + + + +
+

+ +

+
+

+ + protected bool + runningUnitTests() + +

+
+ + + +
+

No description

+ +
+
+ +

Return Value

+ + + + + + +
bool
+ + + + +
+
+ +
+
+

+ + + __construct(EntityTypeManagerInterface $entityTypeManager) + +

+
+ + + +
+

No description

+

Parameters

- - + +
LoggerInterface$loggerEntityTypeManagerInterface$entityTypeManager
+ + + +
+
+ +
+
+

+ + protected DrushStyle + io() + +

+
+ + + +
+

Override Robo's IO function with our custom style.

+
+
+

Return Value

- +
voidDrushStyle
@@ -726,8 +922,8 @@

Return Value

- protected DrushLoggerManager|null +DrushCommands at line 72

+ DrushLoggerManager|null logger()

@@ -759,7 +955,7 @@

Return Value

protected void printFile(string $file) @@ -802,7 +998,7 @@

Return Value

preHook(CommandData $commandData) @@ -829,6 +1025,45 @@

Parameters

+
+

+ +

+
+

+ + + initHook($input, AnnotationData $annotationData) + +

+
+ + + +
+

Persist commandData for use in primary command callback. Used by 'topic' commands.

+
+
+

Parameters

+ + + + + + + + + + + + +
$input
AnnotationData$annotationData
+ + + + +
@@ -836,7 +1071,7 @@

Parameters

protected printFileTopic(CommandData $commandData) @@ -870,7 +1105,7 @@

Parameters

protected HandlerStack getStack() @@ -907,15 +1142,49 @@

See also

+
+
+ +
+
+

+ + ProcessManager + processManager() + +

+
+ + + +
+

This method overrides the trait in order to provide a more specific return type.

+
+
+ +

Return Value

+ + + + + + +
ProcessManager
+ + + +

- - static EntityCommands - create(ContainerInterface $container) + + static AutowireTrait + create(ContainerInterface $container)

@@ -923,17 +1192,16 @@

-

No description

- +

Instantiates a new instance of the implementing class using autowiring.

Parameters

- + - +
ContainerInterfaceContainerInterface $container

The service container this instance should use.

@@ -942,7 +1210,7 @@

Return Value

- +
EntityCommandsAutowireTrait
@@ -956,9 +1224,9 @@

Return Value

- + void - delete(string $entity_type, $ids = null, array $options = ['bundle' => self::REQ, 'exclude' => self::REQ, 'chunks' => 50]) + delete(string $entity_type, $ids = null, array $options = ['bundle' => self::REQ, 'exclude' => self::REQ, 'chunks' => 50, 'limit' => null])

@@ -1008,7 +1276,7 @@

Return Value

- + void doDelete(string $entity_type, array $ids) @@ -1072,7 +1340,7 @@

Exceptions

- + void loadSave(string $entity_type, $ids = null, array $options = ['bundle' => self::REQ, 'exclude' => self::REQ, 'chunks' => 50]) @@ -1124,7 +1392,7 @@

Return Value

- + void doSave(string $entity_type, array $ids) @@ -1188,7 +1456,7 @@

Exceptions

- + 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 e385ded881..63df8c3fbf 100644 --- a/api/Drush/Commands/core/EntityCreateCommands.html +++ b/api/Drush/Commands/core/EntityCreateCommands.html @@ -86,7 +86,7 @@

EntityCreateCommands

final class - EntityCreateCommands extends DrushCommands (View source) + EntityCreateCommands 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
+
+
@@ -192,6 +202,16 @@

Properties

+ + + + + +
+ protected + + $urifrom  +ExecTrait
protected CommandData|null @@ -256,35 +276,69 @@

Methods

- + void
- __construct(EntityTypeManagerInterface $entityTypeManager, EntityFieldManagerInterface $entityFieldManager, AccountSwitcherInterface $accountSwitcher) + configurePrompts(InputInterface $input) + +

Configure the prompt fallbacks.

+ +
+
+
+ mixed +
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

Prompt the user until the given validation callback passes.

+ +
+
+
+ void +
+
+ restorePrompts() + +

Restore the prompts output.

+ +
+
+
+ bool +
+
+ runningUnitTests()

No description

-
+
- SymfonyStyle +
- io() + __construct(EntityTypeManagerInterface $entityTypeManager, EntityFieldManagerInterface $entityFieldManager, AccountSwitcherInterface $accountSwitcher) -

Override Robo's IO function with our custom style.

- +

No description

+
+
- void + DrushStyle
- setLoggerIfEmpty(LoggerInterface $logger) + io() -

Sets a logger, if none is available yet.

- +
@@ -323,6 +377,17 @@

Methods

+
+
+ initHook($input, AnnotationData $annotationData) + +

Persist commandData for use in primary command callback. Used by 'topic' commands.

+ +
+
+
+
printFileTopic(CommandData $commandData) @@ -344,14 +409,25 @@

Methods

- create(ContainerInterface $container) + processManager() -

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.

+
@@ -368,7 +444,7 @@

Methods

void
- setValue(EntityInterface $entity, int|string $name, mixed $value) + setValue(ContentEntityInterface $entity, int|string $name, mixed $value)

No description

@@ -383,7 +459,7 @@

Details

bool startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false) @@ -429,7 +505,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.

@@ -444,7 +520,7 @@

Return Value

static bool programExists($program) @@ -488,7 +564,7 @@

Return Value

static string getEditor(string|null $editor = null) @@ -532,7 +608,7 @@

Return Value

DrushConfig getConfig() @@ -575,10 +651,11 @@

See also

-

- - - __construct(EntityTypeManagerInterface $entityTypeManager, EntityFieldManagerInterface $entityFieldManager, AccountSwitcherInterface $accountSwitcher) +

+ + protected void + configurePrompts(InputInterface $input)

@@ -586,31 +663,82 @@

-

No description

- +

Configure the prompt fallbacks.

Parameters

- - + + +
EntityTypeManagerInterface$entityTypeManagerInputInterface$input
+ + +

Return Value

+ + + + + + +
void
+ + + + +
+

+ +

+
+

+ + protected mixed + promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

+
+ + + +
+

Prompt the user until the given validation callback passes.

+
+
+

Parameters

+ + - - + + - - + + + + + + +
EntityFieldManagerInterface$entityFieldManagerClosure$prompt
AccountSwitcherInterface$accountSwitcherbool|string$required
Closure|null$validate
+

Return Value

+ + + + + + +
mixed
+ @@ -619,11 +747,11 @@

Parameters

-

- - protected SymfonyStyle - io() +

+ + protected void + restorePrompts()

@@ -631,7 +759,41 @@

-

Override Robo's IO function with our custom style.

+

Restore the prompts output.

+
+
+ +

Return Value

+ + + + + + +
void
+ + + + +
+

+ +

+
+

+ + protected bool + runningUnitTests() + +

+
+ + + +
+

No description

+
@@ -639,7 +801,7 @@

Return Value

- +
SymfonyStylebool
@@ -652,11 +814,10 @@

Return Value

-

- - void - setLoggerIfEmpty(LoggerInterface $logger) +

+ + + __construct(EntityTypeManagerInterface $entityTypeManager, EntityFieldManagerInterface $entityFieldManager, AccountSwitcherInterface $accountSwitcher)

@@ -664,25 +825,60 @@

-

Sets a logger, if none is available yet.

+

No description

+

Parameters

- - + + + + + + + + + + + +
LoggerInterface$loggerEntityTypeManagerInterface$entityTypeManager
EntityFieldManagerInterface$entityFieldManager
AccountSwitcherInterface$accountSwitcher
+ + + +
+

+ +

+
+

+ + protected DrushStyle + io() + +

+
+ + + +
+

Override Robo's IO function with our custom style.

+
+
+

Return Value

- +
voidDrushStyle
@@ -697,8 +893,8 @@

Return Value

- protected DrushLoggerManager|null +DrushCommands at line 72

+ DrushLoggerManager|null logger() @@ -730,7 +926,7 @@

Return Value

protected void printFile(string $file) @@ -773,7 +969,7 @@

Return Value

preHook(CommandData $commandData) @@ -800,6 +996,45 @@

Parameters

+
+
+ +
+
+

+ + + initHook($input, AnnotationData $annotationData) + +

+
+ + + +
+

Persist commandData for use in primary command callback. Used by 'topic' commands.

+
+
+

Parameters

+ + + + + + + + + + + + +
$input
AnnotationData$annotationData
+ + + + +
@@ -807,7 +1042,7 @@

Parameters

protected printFileTopic(CommandData $commandData) @@ -841,7 +1076,7 @@

Parameters

protected HandlerStack getStack() @@ -878,15 +1113,49 @@

See also

+
+
+ +
+
+

+ + ProcessManager + processManager() + +

+
+ + + +
+

This method overrides the trait in order to provide a more specific return type.

+
+
+ +

Return Value

+ + + + + + +
ProcessManager
+ + + +

- - static EntityCreateCommands - create(ContainerInterface $container) + + static AutowireTrait + create(ContainerInterface $container)

@@ -894,17 +1163,16 @@

-

No description

- +

Instantiates a new instance of the implementing class using autowiring.

Parameters

- + - +
ContainerInterfaceContainerInterface $container

The service container this instance should use.

@@ -913,7 +1181,7 @@

Return Value

- +
EntityCreateCommandsAutowireTrait
@@ -927,7 +1195,7 @@

Return Value

- + string createEntity(string $entity_type, $bundle, array $options = ['validate' => true, 'uid' => self::REQ, 'skip-fields' => self::REQ]) @@ -982,9 +1250,9 @@

Return Value

- + protected void - setValue(EntityInterface $entity, int|string $name, mixed $value) + setValue(ContentEntityInterface $entity, int|string $name, mixed $value)

@@ -1000,7 +1268,7 @@

Parameters

- + diff --git a/api/Drush/Commands/core/ImageCommands.html b/api/Drush/Commands/core/ImageCommands.html index cf09ec1c9c..22ff6884f3 100644 --- a/api/Drush/Commands/core/ImageCommands.html +++ b/api/Drush/Commands/core/ImageCommands.html @@ -86,7 +86,7 @@

ImageCommands

final class - ImageCommands extends DrushCommands (View source) + ImageCommands extends DrushCommands (View source)

@@ -122,6 +122,11 @@

Traits

IO
+ +
@@ -201,6 +206,16 @@

Properties

EntityInterfaceContentEntityInterface $entity
+ + + + + + + + + +
+ protected + + $urifrom  +ExecTrait
protected CommandData|null @@ -265,36 +280,70 @@

Methods

- + void
- __construct() + configurePrompts(InputInterface $input) + +

Configure the prompt fallbacks.

+ +
+
+
+ mixed +
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

Prompt the user until the given validation callback passes.

+ +
+
+
+ void +
+
+ restorePrompts() + +

Restore the prompts output.

+ +
+
+
+ bool +
+
+ runningUnitTests()

No description

- +
- SymfonyStyle +
- io() + __construct() -

Override Robo's IO function with our custom style.

- +
- void + DrushStyle
- setLoggerIfEmpty(LoggerInterface $logger) + io() -

Sets a logger, if none is available yet.

- +
@@ -333,6 +382,17 @@

Methods

+
+
+ initHook($input, AnnotationData $annotationData) + +

Persist commandData for use in primary command callback. Used by 'topic' commands.

+ +
+
+
+
printFileTopic(CommandData $commandData) @@ -350,6 +410,17 @@

Methods

Get a Guzzle handler stack that uses the Drush logger.

+
+
+ +
+ processManager() + +

This method overrides the trait in order to provide a more specific return type.

+
@@ -403,7 +474,7 @@

Details

bool startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false) @@ -449,7 +520,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.

@@ -464,7 +535,7 @@

Return Value

static bool programExists($program) @@ -508,7 +579,7 @@

Return Value

static string getEditor(string|null $editor = null) @@ -552,7 +623,7 @@

Return Value

DrushConfig getConfig() @@ -595,11 +666,11 @@

See also

-

- - - __construct() +

+ + protected void + configurePrompts(InputInterface $input)

@@ -607,11 +678,29 @@

-

No description

- +

Configure the prompt fallbacks.

+

Parameters

+ + + + + + + +
InputInterface$input
+ +

Return Value

+ + + + + + +
void
+ @@ -620,11 +709,11 @@

-

- - protected SymfonyStyle - io() +

+ + protected mixed + promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)

@@ -632,15 +721,35 @@

-

Override Robo's IO function with our custom style.

+

Prompt the user until the given validation callback passes.

+

Parameters

+ + + + + + + + + + + + + + + + + +
Closure$prompt
bool|string$required
Closure|null$validate
+

Return Value

- +
SymfonyStylemixed
@@ -653,11 +762,11 @@

Return Value

-

- - void - setLoggerIfEmpty(LoggerInterface $logger) +

+ + protected void + restorePrompts()

@@ -665,25 +774,107 @@

-

Sets a logger, if none is available yet.

+

Restore the prompts output.

-

Parameters

+ +

Return Value

- - - - - -
LoggerInterface$logger
+

void
+ + +
+
+ +

+
+

+ + protected bool + runningUnitTests() + +

+
+ + + +
+

No description

+ +
+
+

Return Value

- + + + +
voidbool
+ + + + +
+
+ +
+
+

+ + + __construct() + +

+
+ + + +
+

No description

+ +
+
+ + + + +
+
+ +
+
+

+ + protected DrushStyle + io() + +

+
+ + + +
+

Override Robo's IO function with our custom style.

+
+
+ +

Return Value

+ + + +
DrushStyle
@@ -698,8 +889,8 @@

Return Value

- protected DrushLoggerManager|null +DrushCommands at line 72

+ DrushLoggerManager|null logger()

@@ -731,7 +922,7 @@

Return Value

protected void printFile(string $file) @@ -774,7 +965,7 @@

Return Value

preHook(CommandData $commandData) @@ -801,6 +992,45 @@

Parameters

+
+
+ +
+
+

+ + + initHook($input, AnnotationData $annotationData) + +

+
+ + + +
+

Persist commandData for use in primary command callback. Used by 'topic' commands.

+
+
+

Parameters

+ + + + + + + + + + + + +
$input
AnnotationData$annotationData
+ + + + +
@@ -808,7 +1038,7 @@

Parameters

protected printFileTopic(CommandData $commandData) @@ -842,7 +1072,7 @@

Parameters

protected HandlerStack getStack() @@ -879,13 +1109,46 @@

See also

+
+
+ +
+
+

+ + ProcessManager + processManager() + +

+
+ + + +
+

This method overrides the trait in order to provide a more specific return type.

+
+
+ +

Return Value

+ + + + + + +
ProcessManager
+ + + +

- + void flush($style_names, $options = ['all' => false]) @@ -932,7 +1195,7 @@

Return Value

- + void interactFlush(InputInterface $input, $output) @@ -980,7 +1243,7 @@

Return Value

- + void postInit(InputInterface $input, AnnotationData $annotationData) @@ -1028,7 +1291,7 @@

Return Value

- + derive($style_name, $source) diff --git a/api/Drush/Commands/core/LanguageCommands.html b/api/Drush/Commands/core/LanguageCommands.html index 287f113dc6..e615a73a18 100644 --- a/api/Drush/Commands/core/LanguageCommands.html +++ b/api/Drush/Commands/core/LanguageCommands.html @@ -86,7 +86,7 @@

LanguageCommands

final class - LanguageCommands extends DrushCommands (View source) + LanguageCommands 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
+
+
@@ -201,6 +211,16 @@

Properties

+ + + + + + + + + +
+ protected + + $urifrom  +ExecTrait
protected CommandData|null @@ -265,35 +285,69 @@

Methods

- + void
- __construct(LanguageManagerInterface $languageManager, ModuleHandlerInterface $moduleHandler) + configurePrompts(InputInterface $input) + +

Configure the prompt fallbacks.

+ +
+
+
+ mixed +
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

Prompt the user until the given validation callback passes.

+ +
+
+
+ void +
+
+ restorePrompts() + +

Restore the prompts output.

+ +
+
+
+ bool +
+
+ runningUnitTests()

No description

-
+
- SymfonyStyle +
- io() + __construct(LanguageManagerInterface $languageManager, ModuleHandlerInterface $moduleHandler) -

Override Robo's IO function with our custom style.

- +

No description

+
+
- void + DrushStyle
- setLoggerIfEmpty(LoggerInterface $logger) + io() -

Sets a logger, if none is available yet.

- +
@@ -332,6 +386,17 @@

Methods

+
+
+ initHook($input, AnnotationData $annotationData) + +

Persist commandData for use in primary command callback. Used by 'topic' commands.

+ +
+
+
+
printFileTopic(CommandData $commandData) @@ -353,21 +418,32 @@

Methods

- LanguageManagerInterface + ProcessManager
- getLanguageManager() + processManager() -

No description

-
-
+

This method overrides the trait in order to provide a more specific return type.

+
- ModuleHandlerInterface + static AutowireTrait
- getModuleHandler() + create(ContainerInterface $container) + +

Instantiates a new instance of the implementing class using autowiring.

+ +
+
+
+ LanguageManagerInterface +
+
+ getLanguageManager()

No description

@@ -375,10 +451,10 @@

Methods

- static LanguageCommands + ModuleHandlerInterface
- create(ContainerInterface $container) + getModuleHandler()

No description

@@ -414,7 +490,7 @@

Details

bool startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false) @@ -460,7 +536,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.

@@ -475,7 +551,7 @@

Return Value

static bool programExists($program) @@ -519,7 +595,7 @@

Return Value

static string getEditor(string|null $editor = null) @@ -563,7 +639,7 @@

Return Value

DrushConfig getConfig() @@ -606,10 +682,11 @@

See also

-

- - - __construct(LanguageManagerInterface $languageManager, ModuleHandlerInterface $moduleHandler) +

+ + protected void + configurePrompts(InputInterface $input)

@@ -617,26 +694,82 @@

-

No description

- +

Configure the prompt fallbacks.

Parameters

- - + + + + +
LanguageManagerInterface$languageManagerInputInterface$input
+ + +

Return Value

+ + + + + + +
void
+ + + + +
+

+ +

+
+

+ + protected mixed + promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

+
+ + + +
+

Prompt the user until the given validation callback passes.

+
+
+

Parameters

+ + + + + - - + + + + + + +
Closure$prompt
ModuleHandlerInterface$moduleHandlerbool|string$required
Closure|null$validate
+

Return Value

+ + + + + + +
mixed
+ @@ -645,11 +778,11 @@

Parameters

-

- - protected SymfonyStyle - io() +

+ + protected void + restorePrompts()

@@ -657,7 +790,7 @@

-

Override Robo's IO function with our custom style.

+

Restore the prompts output.

@@ -665,7 +798,7 @@

Return Value

- +
SymfonyStylevoid
@@ -678,11 +811,11 @@

Return Value

-

- - void - setLoggerIfEmpty(LoggerInterface $logger) +

+ + protected bool + runningUnitTests()

@@ -690,25 +823,88 @@

-

Sets a logger, if none is available yet.

+

No description

+ +
+
+ +

Return Value

+ + + + + + +
bool
+ + + + +
+

+ +

+
+

+ + + __construct(LanguageManagerInterface $languageManager, ModuleHandlerInterface $moduleHandler) + +

+
+ + + +
+

No description

+

Parameters

- - + + + + + + +
LoggerInterface$loggerLanguageManagerInterface$languageManager
ModuleHandlerInterface$moduleHandler
+ + + +
+
+ +
+
+

+ + protected DrushStyle + io() + +

+
+ + + +
+

Override Robo's IO function with our custom style.

+
+
+

Return Value

- +
voidDrushStyle
@@ -723,8 +919,8 @@

Return Value

- protected DrushLoggerManager|null +DrushCommands at line 72

+ DrushLoggerManager|null logger()

@@ -756,7 +952,7 @@

Return Value

protected void printFile(string $file) @@ -799,7 +995,7 @@

Return Value

preHook(CommandData $commandData) @@ -826,6 +1022,45 @@

Parameters

+
+

+ +
+
+

+ + + initHook($input, AnnotationData $annotationData) + +

+
+ + + +
+

Persist commandData for use in primary command callback. Used by 'topic' commands.

+
+
+

Parameters

+ + + + + + + + + + + + +
$input
AnnotationData$annotationData
+ + + + +
@@ -833,7 +1068,7 @@

Parameters

protected printFileTopic(CommandData $commandData) @@ -867,7 +1102,7 @@

Parameters

protected HandlerStack getStack() @@ -909,10 +1144,11 @@

See also

-

- - LanguageManagerInterface - getLanguageManager() +

+ + ProcessManager + processManager()

@@ -920,8 +1156,7 @@

-

No description

- +

This method overrides the trait in order to provide a more specific return type.

@@ -929,7 +1164,7 @@

Return Value

- +
LanguageManagerInterfaceProcessManager
@@ -942,10 +1177,11 @@

Return Value

-

- - ModuleHandlerInterface - getModuleHandler() +

+ + static AutowireTrait + create(ContainerInterface $container)

@@ -953,16 +1189,25 @@

-

No description

- +

Instantiates a new instance of the implementing class using autowiring.

+

Parameters

+ + + + + + + +
ContainerInterface$container

The service container this instance should use.

+

Return Value

- +
ModuleHandlerInterfaceAutowireTrait
@@ -975,10 +1220,10 @@

Return Value

-

- - static LanguageCommands - create(ContainerInterface $container) +

+ + LanguageManagerInterface + getLanguageManager()

@@ -990,22 +1235,45 @@

-

Parameters

+ +

Return Value

- - - - - -
ContainerInterface$container
+

LanguageManagerInterface
+ + +
+
+ +
+
+

+ + ModuleHandlerInterface + getModuleHandler() + +

+
+ + + +
+

No description

+ +
+
+

Return Value

- +
LanguageCommandsModuleHandlerInterface
@@ -1019,7 +1287,7 @@

Return Value

- + void add($langcode, $options = ['skip-translations' => false]) @@ -1067,7 +1335,7 @@

Return Value

- + RowsOfFields info() diff --git a/api/Drush/Commands/core/LinkHooks.html b/api/Drush/Commands/core/LinkHooks.html index 59360408ae..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 + + $urifrom  +ExecTrait
protected CommandData|null @@ -247,35 +267,69 @@

Methods

- + void
- __construct(ModuleHandlerInterface $moduleHandler) + configurePrompts(InputInterface $input) + +

Configure the prompt fallbacks.

+ +
+
+
+ mixed +
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

Prompt the user until the given validation callback passes.

+ +
+
+
+ void +
+
+ restorePrompts() + +

Restore the prompts output.

+ +
+
+
+ bool +
+
+ runningUnitTests()

No description

-
+
- SymfonyStyle +
- io() + __construct(ModuleHandlerInterface $moduleHandler) -

Override Robo's IO function with our custom style.

- +

No description

+
+
- void + DrushStyle
- setLoggerIfEmpty(LoggerInterface $logger) + io() -

Sets a logger, if none is available yet.

- +
@@ -314,6 +368,17 @@

Methods

+
+
+ initHook($input, AnnotationData $annotationData) + +

Persist commandData for use in primary command callback. Used by 'topic' commands.

+ +
+
+
+
printFileTopic(CommandData $commandData) @@ -335,14 +400,25 @@

Methods

- create(ContainerInterface $container) + processManager() -

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.

+
@@ -419,7 +495,7 @@

Details

bool startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false) @@ -465,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.

@@ -480,7 +556,7 @@

Return Value

static bool programExists($program) @@ -524,7 +600,7 @@

Return Value

static string getEditor(string|null $editor = null) @@ -568,7 +644,7 @@

Return Value

DrushConfig getConfig() @@ -611,10 +687,11 @@

See also

-

- - - __construct(ModuleHandlerInterface $moduleHandler) +

+ + protected void + configurePrompts(InputInterface $input)

@@ -622,21 +699,29 @@

-

No description

- +

Configure the prompt fallbacks.

Parameters

- - + +
ModuleHandlerInterface$moduleHandlerInputInterface$input
+

Return Value

+ + + + + + +
void
+ @@ -645,11 +730,11 @@

Parameters

-

- - protected SymfonyStyle - io() +

+ + protected mixed + promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)

@@ -657,15 +742,35 @@

-

Override Robo's IO function with our custom style.

+

Prompt the user until the given validation callback passes.

+

Parameters

+ + + + + + + + + + + + + + + + + +
Closure$prompt
bool|string$required
Closure|null$validate
+

Return Value

- +
SymfonyStylemixed
@@ -678,11 +783,11 @@

Return Value

-

- - void - setLoggerIfEmpty(LoggerInterface $logger) +

+ + protected void + restorePrompts()

@@ -690,25 +795,116 @@

-

Sets a logger, if none is available yet.

+

Restore the prompts output.

+
+
+ +

Return Value

+ + + + + + +
void
+ + + + +
+

+ +

+
+

+ + protected bool + runningUnitTests() + +

+
+ + + +
+

No description

+ +
+
+ +

Return Value

+ + + + + + +
bool
+ + + + +
+
+ +
+
+

+ + + __construct(ModuleHandlerInterface $moduleHandler) + +

+
+ + + +
+

No description

+

Parameters

- - + +
LoggerInterface$loggerModuleHandlerInterface$moduleHandler
+ + + +
+
+ +
+
+

+ + protected DrushStyle + io() + +

+
+ + + +
+

Override Robo's IO function with our custom style.

+
+
+

Return Value

- +
voidDrushStyle
@@ -723,8 +919,8 @@

Return Value

- protected DrushLoggerManager|null +DrushCommands at line 72

+ DrushLoggerManager|null logger()

@@ -756,7 +952,7 @@

Return Value

protected void printFile(string $file) @@ -799,7 +995,7 @@

Return Value

preHook(CommandData $commandData) @@ -826,6 +1022,45 @@

Parameters

+
+

+ +

+
+

+ + + initHook($input, AnnotationData $annotationData) + +

+
+ + + +
+

Persist commandData for use in primary command callback. Used by 'topic' commands.

+
+
+

Parameters

+ + + + + + + + + + + + +
$input
AnnotationData$annotationData
+ + + + +
@@ -833,7 +1068,7 @@

Parameters

protected printFileTopic(CommandData $commandData) @@ -867,7 +1102,7 @@

Parameters

protected HandlerStack getStack() @@ -904,15 +1139,49 @@

See also

+
+
+ +
+
+

+ + ProcessManager + processManager() + +

+
+ + + +
+

This method overrides the trait in order to provide a more specific return type.

+
+
+ +

Return Value

+ + + + + + +
ProcessManager
+ + + +

- - static LinkHooks - create(ContainerInterface $container) + + static AutowireTrait + create(ContainerInterface $container)

@@ -920,17 +1189,16 @@

-

No description

- +

Instantiates a new instance of the implementing class using autowiring.

Parameters

- + - +
ContainerInterfaceContainerInterface $container

The service container this instance should use.

@@ -939,7 +1207,7 @@

Return Value

- +
LinkHooksAutowireTrait
@@ -953,7 +1221,7 @@

Return Value

- + void hookOption(Command $command, AnnotationData $annotationData) @@ -1001,7 +1269,7 @@

Return Value

- + void hookSetOptions(InputInterface $input) @@ -1044,7 +1312,7 @@

Return Value

- + array hookFieldConfig(array $values, InputInterface $input) @@ -1092,7 +1360,7 @@

Return Value

- + protected int askLinkType() @@ -1125,7 +1393,7 @@

Return Value

- + protected int askAllowLinkText() @@ -1158,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 817b1347f6..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 + + $urifrom  +ExecTrait
protected CommandData|null @@ -301,35 +321,69 @@

Methods

- + void
- __construct(LanguageManagerInterface $languageManager, ConfigFactoryInterface $configFactory, ModuleHandlerInterface $moduleHandler, StateInterface $state) + configurePrompts(InputInterface $input) + +

Configure the prompt fallbacks.

+ +
+
+
+ mixed +
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

Prompt the user until the given validation callback passes.

+ +
+
+
+ void +
+
+ restorePrompts() + +

Restore the prompts output.

+ +
+
+
+ bool +
+
+ runningUnitTests()

No description

-
+
- SymfonyStyle +
- io() + __construct(LanguageManagerInterface $languageManager, ConfigFactoryInterface $configFactory, ModuleHandlerInterface $moduleHandler, StateInterface $state) -

Override Robo's IO function with our custom style.

- +

No description

+
+
- void + DrushStyle
- setLoggerIfEmpty(LoggerInterface $logger) + io() -

Sets a logger, if none is available yet.

- +
@@ -368,6 +422,17 @@

Methods

+
+
+ initHook($input, AnnotationData $annotationData) + +

Persist commandData for use in primary command callback. Used by 'topic' commands.

+ +
+
+
+
printFileTopic(CommandData $commandData) @@ -389,32 +454,32 @@

Methods

- LanguageManagerInterface + ProcessManager
- getLanguageManager() + processManager() -

No description

-
-
+

This method overrides the trait in order to provide a more specific return type.

+
- ConfigFactoryInterface + static AutowireTrait
- getConfigFactory() + create(ContainerInterface $container) -

No description

-
-
+

Instantiates a new instance of the implementing class using autowiring.

+
- ModuleHandlerInterface + LanguageManagerInterface
- getModuleHandler() + getLanguageManager()

No description

@@ -422,10 +487,10 @@

Methods

- StateInterface + ConfigFactoryInterface
- getState() + getConfigFactory()

No description

@@ -433,10 +498,10 @@

Methods

- static LocaleCommands + StateInterface
- create(ContainerInterface $container) + getState()

No description

@@ -521,7 +586,7 @@

Details

bool startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false) @@ -567,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.

@@ -582,7 +647,7 @@

Return Value

static bool programExists($program) @@ -626,7 +691,7 @@

Return Value

static string getEditor(string|null $editor = null) @@ -670,7 +735,7 @@

Return Value

DrushConfig getConfig() @@ -713,10 +778,11 @@

See also

-

- - - __construct(LanguageManagerInterface $languageManager, ConfigFactoryInterface $configFactory, ModuleHandlerInterface $moduleHandler, StateInterface $state) +

+ + protected void + configurePrompts(InputInterface $input)

@@ -724,36 +790,82 @@

-

No description

- +

Configure the prompt fallbacks.

Parameters

- - + + +
LanguageManagerInterface$languageManagerInputInterface$input
+ + +

Return Value

+ + + + + + +
void
+ + + + +
+

+ +

+
+

+ + protected mixed + promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

+
+ + + +
+

Prompt the user until the given validation callback passes.

+
+
+

Parameters

+ + - - + + - - + + - - + +
ConfigFactoryInterface$configFactoryClosure$prompt
ModuleHandlerInterface$moduleHandlerbool|string$required
StateInterface$stateClosure|null$validate
+

Return Value

+ + + + + + +
mixed
+ @@ -762,11 +874,11 @@

Parameters

-

- - protected SymfonyStyle - io() +

+ + protected void + restorePrompts()

@@ -774,7 +886,7 @@

-

Override Robo's IO function with our custom style.

+

Restore the prompts output.

@@ -782,7 +894,7 @@

Return Value

- +
SymfonyStylevoid
@@ -795,11 +907,44 @@

Return Value

-

- - void - setLoggerIfEmpty(LoggerInterface $logger) +

+ + protected bool + runningUnitTests() + +

+
+ + + +
+

No description

+ +
+
+ +

Return Value

+ + + + + + +
bool
+ + + + +
+
+ +

+
+

+ + + __construct(LanguageManagerInterface $languageManager, ConfigFactoryInterface $configFactory, ModuleHandlerInterface $moduleHandler, StateInterface $state)

@@ -807,25 +952,65 @@

-

Sets a logger, if none is available yet.

+

No description

+

Parameters

- - + + + + + + + + + + + + + + + + +
LoggerInterface$loggerLanguageManagerInterface$languageManager
ConfigFactoryInterface$configFactory
ModuleHandlerInterface$moduleHandler
StateInterface$state
+ + + +
+

+ +
+
+

+ + protected DrushStyle + io() + +

+
+ + + +
+

Override Robo's IO function with our custom style.

+
+
+

Return Value

- +
voidDrushStyle
@@ -840,8 +1025,8 @@

Return Value

- protected DrushLoggerManager|null +DrushCommands at line 72

+ DrushLoggerManager|null logger()

@@ -873,7 +1058,7 @@

Return Value

protected void printFile(string $file) @@ -916,7 +1101,7 @@

Return Value

preHook(CommandData $commandData) @@ -943,6 +1128,45 @@

Parameters

+
+

+ +
+
+

+ + + initHook($input, AnnotationData $annotationData) + +

+
+ + + +
+

Persist commandData for use in primary command callback. Used by 'topic' commands.

+
+
+

Parameters

+ + + + + + + + + + + + +
$input
AnnotationData$annotationData
+ + + + +
@@ -950,7 +1174,7 @@

Parameters

protected printFileTopic(CommandData $commandData) @@ -984,7 +1208,7 @@

Parameters

protected HandlerStack getStack() @@ -1026,10 +1250,11 @@

See also

-

- - protected LanguageManagerInterface - getLanguageManager() +

+ + ProcessManager + processManager()

@@ -1037,8 +1262,7 @@

-

No description

- +

This method overrides the trait in order to provide a more specific return type.

@@ -1046,7 +1270,7 @@

Return Value

- +
LanguageManagerInterfaceProcessManager
@@ -1059,10 +1283,11 @@

Return Value

-

- - protected ConfigFactoryInterface - getConfigFactory() +

+ + static AutowireTrait + create(ContainerInterface $container)

@@ -1070,16 +1295,25 @@

-

No description

- +

Instantiates a new instance of the implementing class using autowiring.

+

Parameters

+ + + + + + + +
ContainerInterface$container

The service container this instance should use.

+

Return Value

- +
ConfigFactoryInterfaceAutowireTrait
@@ -1092,10 +1326,10 @@

Return Value

-

- - ModuleHandlerInterface - getModuleHandler() +

+ + protected LanguageManagerInterface + getLanguageManager()

@@ -1112,7 +1346,7 @@

Return Value

- +
ModuleHandlerInterfaceLanguageManagerInterface
@@ -1125,10 +1359,10 @@

Return Value

-

- - StateInterface - getState() +

+ + protected ConfigFactoryInterface + getConfigFactory()

@@ -1145,7 +1379,7 @@

Return Value

- +
StateInterfaceConfigFactoryInterface
@@ -1158,10 +1392,10 @@

Return Value

-

- - static LocaleCommands - create(ContainerInterface $container) +

+ + StateInterface + getState()

@@ -1173,22 +1407,12 @@

-

Parameters

- - - - - - - -
ContainerInterface$container
-

Return Value

- +
LocaleCommandsStateInterface
@@ -1202,7 +1426,7 @@

Return Value

- + void check() @@ -1234,7 +1458,7 @@

Return Value

- + void clearStatus() @@ -1266,7 +1490,7 @@

Return Value

- + void update($options = ['langcodes' => self::REQ]) @@ -1339,7 +1563,7 @@

See also

- + void export($langcode = null, $options = ['template' => false, 'types' => self::REQ]) @@ -1386,7 +1610,7 @@

Return Value

- + void exportValidate(CommandData $commandData) @@ -1428,7 +1652,7 @@

Return Value

- + importAll($directory, $options = ['type' => self::REQ, 'override' => self::REQ]) @@ -1475,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 16a38fa2ee..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 + + $urifrom  +ExecTrait
protected CommandData|null @@ -271,35 +281,69 @@

Methods

- + void +
+
+ configurePrompts(InputInterface $input) + +

Configure the prompt fallbacks.

+ +
+
+
+ mixed +
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

Prompt the user until the given validation callback passes.

+ +
+
+
+ void +
+
+ restorePrompts() + +

Restore the prompts output.

+ +
+
+
+ bool
- __construct(BootstrapManager $bootstrapManager) + runningUnitTests()

No description

-
+
- SymfonyStyle +
- io() + __construct(BootstrapManager $bootstrapManager, SiteAliasManagerInterface $siteAliasManager) -

Override Robo's IO function with our custom style.

- +

No description

+
+
- void + DrushStyle
- setLoggerIfEmpty(LoggerInterface $logger) + io() -

Sets a logger, if none is available yet.

- +
@@ -338,6 +382,17 @@

Methods

+
+
+ initHook($input, AnnotationData $annotationData) + +

Persist commandData for use in primary command callback. Used by 'topic' commands.

+ +
+
+
+
printFileTopic(CommandData $commandData) @@ -355,6 +410,17 @@

Methods

Get a Guzzle handler stack that uses the Drush logger.

+
+
+ +
+ processManager() + +

This method overrides the trait in order to provide a more specific return type.

+
@@ -387,7 +453,7 @@

Details

bool startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false) @@ -433,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.

@@ -448,7 +514,7 @@

Return Value

static bool programExists($program) @@ -492,7 +558,7 @@

Return Value

static string getEditor(string|null $editor = null) @@ -536,7 +602,7 @@

Return Value

DrushConfig getConfig() @@ -579,10 +645,11 @@

See also

-

- - - __construct(BootstrapManager $bootstrapManager) +

+ + protected void + configurePrompts(InputInterface $input)

@@ -590,21 +657,29 @@

-

No description

- +

Configure the prompt fallbacks.

Parameters

- - + +
BootstrapManager$bootstrapManagerInputInterface$input
+

Return Value

+ + + + + + +
void
+ @@ -613,11 +688,11 @@

Parameters

-

- - protected SymfonyStyle - io() +

+ + protected mixed + promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)

@@ -625,7 +700,94 @@

-

Override Robo's IO function with our custom style.

+

Prompt the user until the given validation callback passes.

+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
Closure$prompt
bool|string$required
Closure|null$validate
+ + +

Return Value

+ + + + + + +
mixed
+ + + + +
+

+ +

+
+

+ + protected void + restorePrompts() + +

+
+ + + +
+

Restore the prompts output.

+
+
+ +

Return Value

+ + + + + + +
void
+ + + + +
+
+ +
+
+

+ + protected bool + runningUnitTests() + +

+
+ + + +
+

No description

+
@@ -633,7 +795,7 @@

Return Value

- +
SymfonyStylebool
@@ -646,11 +808,10 @@

Return Value

-

- - void - setLoggerIfEmpty(LoggerInterface $logger) +

+ + + __construct(BootstrapManager $bootstrapManager, SiteAliasManagerInterface $siteAliasManager)

@@ -658,25 +819,55 @@

-

Sets a logger, if none is available yet.

+

No description

+

Parameters

- - + + + + + + +
LoggerInterface$loggerBootstrapManager$bootstrapManager
SiteAliasManagerInterface$siteAliasManager
+ + + +
+

+ +

+
+

+ + protected DrushStyle + io() + +

+
+ + + +
+

Override Robo's IO function with our custom style.

+
+
+

Return Value

- +
voidDrushStyle
@@ -691,8 +882,8 @@

Return Value

- protected DrushLoggerManager|null +DrushCommands at line 72

+ DrushLoggerManager|null logger()

@@ -724,7 +915,7 @@

Return Value

protected void printFile(string $file) @@ -767,7 +958,7 @@

Return Value

preHook(CommandData $commandData) @@ -794,6 +985,45 @@

Parameters

+
+

+ +
+
+

+ + + initHook($input, AnnotationData $annotationData) + +

+
+ + + +
+

Persist commandData for use in primary command callback. Used by 'topic' commands.

+
+
+

Parameters

+ + + + + + + + + + + + +
$input
AnnotationData$annotationData
+ + + + +
@@ -801,7 +1031,7 @@

Parameters

protected printFileTopic(CommandData $commandData) @@ -835,7 +1065,7 @@

Parameters

protected HandlerStack getStack() @@ -872,6 +1102,39 @@

See also

+
+
+ +
+
+

+ + ProcessManager + processManager() + +

+
+ + + +
+

This method overrides the trait in order to provide a more specific return type.

+
+
+ +

Return Value

+ + + + + + +
ProcessManager
+ + + +
@@ -879,7 +1142,7 @@

See also

static AutowireTrait create(ContainerInterface $container) @@ -921,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 3140be0bc5..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 + + $urifrom  +ExecTrait
protected CommandData|null @@ -288,35 +303,69 @@

Methods

- + void
- __construct(StateInterface $state) + configurePrompts(InputInterface $input) + +

Configure the prompt fallbacks.

+ +
+
+
+ mixed +
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

Prompt the user until the given validation callback passes.

+ +
+
+
+ void +
+
+ restorePrompts() + +

Restore the prompts output.

+ +
+
+
+ bool +
+
+ runningUnitTests()

No description

-
+
- SymfonyStyle +
- io() + __construct(StateInterface $state) -

Override Robo's IO function with our custom style.

- +

No description

+
+
- void + DrushStyle
- setLoggerIfEmpty(LoggerInterface $logger) + io() -

Sets a logger, if none is available yet.

- +
@@ -355,6 +404,17 @@

Methods

+
+
+ initHook($input, AnnotationData $annotationData) + +

Persist commandData for use in primary command callback. Used by 'topic' commands.

+ +
+
+
+
printFileTopic(CommandData $commandData) @@ -372,6 +432,17 @@

Methods

Get a Guzzle handler stack that uses the Drush logger.

+
+
+ +
+ processManager() + +

This method overrides the trait in order to provide a more specific return type.

+
@@ -435,7 +506,7 @@

Details

bool startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false) @@ -481,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.

@@ -496,7 +567,7 @@

Return Value

static bool programExists($program) @@ -540,7 +611,7 @@

Return Value

static string getEditor(string|null $editor = null) @@ -584,7 +655,7 @@

Return Value

DrushConfig getConfig() @@ -627,10 +698,11 @@

See also

-

- - - __construct(StateInterface $state) +

+ + protected void + configurePrompts(InputInterface $input)

@@ -638,21 +710,29 @@

-

No description

- +

Configure the prompt fallbacks.

Parameters

- - + +
StateInterface$stateInputInterface$input
+

Return Value

+ + + + + + +
void
+ @@ -661,11 +741,11 @@

Parameters

-

- - protected SymfonyStyle - io() +

+ + protected mixed + promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)

@@ -673,15 +753,35 @@

-

Override Robo's IO function with our custom style.

+

Prompt the user until the given validation callback passes.

+

Parameters

+ + + + + + + + + + + + + + + + + +
Closure$prompt
bool|string$required
Closure|null$validate
+

Return Value

- +
SymfonyStylemixed
@@ -694,11 +794,44 @@

Return Value

-

- - void - setLoggerIfEmpty(LoggerInterface $logger) +

+ + protected void + restorePrompts() + +

+
+ + + +
+

Restore the prompts output.

+
+
+ +

Return Value

+ + + + + + +
void
+ + + + +
+
+ +

+
+

+ + protected bool + runningUnitTests()

@@ -706,25 +839,83 @@

-

Sets a logger, if none is available yet.

+

No description

+ +
+
+ +

Return Value

+ + + + + + +
bool
+ + + + +
+

+ +
+
+

+ + + __construct(StateInterface $state) + +

+
+ + + +
+

No description

+

Parameters

- - + +
LoggerInterface$loggerStateInterface$state
+ + + +
+
+ +
+
+

+ + protected DrushStyle + io() + +

+
+ + + +
+

Override Robo's IO function with our custom style.

+
+
+

Return Value

- +
voidDrushStyle
@@ -739,8 +930,8 @@

Return Value

- protected DrushLoggerManager|null +DrushCommands at line 72

+ DrushLoggerManager|null logger()

@@ -772,7 +963,7 @@

Return Value

protected void printFile(string $file) @@ -815,7 +1006,7 @@

Return Value

preHook(CommandData $commandData) @@ -842,6 +1033,45 @@

Parameters

+
+

+ +

+
+

+ + + initHook($input, AnnotationData $annotationData) + +

+
+ + + +
+

Persist commandData for use in primary command callback. Used by 'topic' commands.

+
+
+

Parameters

+ + + + + + + + + + + + +
$input
AnnotationData$annotationData
+ + + + +
@@ -849,7 +1079,7 @@

Parameters

protected printFileTopic(CommandData $commandData) @@ -883,7 +1113,7 @@

Parameters

protected HandlerStack getStack() @@ -920,6 +1150,39 @@

See also

+
+
+ +

+
+

+ + ProcessManager + processManager() + +

+
+ + + +
+

This method overrides the trait in order to provide a more specific return type.

+
+
+ +

Return Value

+ + + + + + +
ProcessManager
+ + + +
@@ -927,7 +1190,7 @@

See also

static AutowireTrait create(ContainerInterface $container) @@ -969,7 +1232,7 @@

Return Value

- + StateInterface getState() @@ -1002,7 +1265,7 @@

Return Value

- + string get() @@ -1034,7 +1297,7 @@

Return Value

- + void set(string $value) @@ -1076,7 +1339,7 @@

Return Value

- + int status() diff --git a/api/Drush/Commands/core/MessengerCommands.html b/api/Drush/Commands/core/MessengerCommands.html index c194fbb4ce..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 + + $urifrom  +ExecTrait
protected CommandData|null @@ -247,35 +267,69 @@

Methods

- + void
- __construct(MessengerInterface $messenger) + configurePrompts(InputInterface $input) + +

Configure the prompt fallbacks.

+ +
+
+
+ mixed +
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

Prompt the user until the given validation callback passes.

+ +
+
+
+ void +
+
+ restorePrompts() + +

Restore the prompts output.

+ +
+
+
+ bool +
+
+ runningUnitTests()

No description

-
+
- SymfonyStyle +
- io() + __construct(MessengerInterface $messenger) -

Override Robo's IO function with our custom style.

- +

No description

+
+
- void + DrushStyle
- setLoggerIfEmpty(LoggerInterface $logger) + io() -

Sets a logger, if none is available yet.

- +
@@ -314,6 +368,17 @@

Methods

+
+
+ initHook($input, AnnotationData $annotationData) + +

Persist commandData for use in primary command callback. Used by 'topic' commands.

+ +
+
+
+
printFileTopic(CommandData $commandData) @@ -335,14 +400,25 @@

Methods

- create(ContainerInterface $container) + processManager() -

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.

+
@@ -386,7 +462,7 @@

Details

bool startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false) @@ -432,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.

@@ -447,7 +523,7 @@

Return Value

static bool programExists($program) @@ -491,7 +567,7 @@

Return Value

static string getEditor(string|null $editor = null) @@ -535,7 +611,7 @@

Return Value

DrushConfig getConfig() @@ -578,10 +654,11 @@

See also

-

- - - __construct(MessengerInterface $messenger) +

+ + protected void + configurePrompts(InputInterface $input)

@@ -589,21 +666,29 @@

-

No description

- +

Configure the prompt fallbacks.

Parameters

- - + +
MessengerInterface$messengerInputInterface$input
+

Return Value

+ + + + + + +
void
+ @@ -612,11 +697,11 @@

Parameters

-

- - protected SymfonyStyle - io() +

+ + protected mixed + promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)

@@ -624,15 +709,35 @@

-

Override Robo's IO function with our custom style.

+

Prompt the user until the given validation callback passes.

+

Parameters

+ + + + + + + + + + + + + + + + + +
Closure$prompt
bool|string$required
Closure|null$validate
+

Return Value

- +
SymfonyStylemixed
@@ -645,11 +750,11 @@

Return Value

-

- - void - setLoggerIfEmpty(LoggerInterface $logger) +

+ + protected void + restorePrompts()

@@ -657,25 +762,116 @@

-

Sets a logger, if none is available yet.

+

Restore the prompts output.

+
+
+ +

Return Value

+ + + + + + +
void
+ + + + +
+

+ +

+
+

+ + protected bool + runningUnitTests() + +

+
+ + + +
+

No description

+ +
+
+ +

Return Value

+ + + + + + +
bool
+ + + + +
+
+ +
+
+

+ + + __construct(MessengerInterface $messenger) + +

+
+ + + +
+

No description

+

Parameters

- - + +
LoggerInterface$loggerMessengerInterface$messenger
+ + + +
+
+ +
+
+

+ + protected DrushStyle + io() + +

+
+ + + +
+

Override Robo's IO function with our custom style.

+
+
+

Return Value

- +
voidDrushStyle
@@ -690,8 +886,8 @@

Return Value

- protected DrushLoggerManager|null +DrushCommands at line 72

+ DrushLoggerManager|null logger()

@@ -723,7 +919,7 @@

Return Value

protected void printFile(string $file) @@ -766,7 +962,7 @@

Return Value

preHook(CommandData $commandData) @@ -793,6 +989,45 @@

Parameters

+
+

+ +

+
+

+ + + initHook($input, AnnotationData $annotationData) + +

+
+ + + +
+

Persist commandData for use in primary command callback. Used by 'topic' commands.

+
+
+

Parameters

+ + + + + + + + + + + + +
$input
AnnotationData$annotationData
+ + + + +
@@ -800,7 +1035,7 @@

Parameters

protected printFileTopic(CommandData $commandData) @@ -834,7 +1069,7 @@

Parameters

protected HandlerStack getStack() @@ -871,15 +1106,49 @@

See also

+
+
+ +
+
+

+ + ProcessManager + processManager() + +

+
+ + + +
+

This method overrides the trait in order to provide a more specific return type.

+
+
+ +

Return Value

+ + + + + + +
ProcessManager
+ + + +

- - static MessengerCommands - create(ContainerInterface $container) + + static AutowireTrait + create(ContainerInterface $container)

@@ -887,17 +1156,16 @@

-

No description

- +

Instantiates a new instance of the implementing class using autowiring.

Parameters

- + - +
ContainerInterfaceContainerInterface $container

The service container this instance should use.

@@ -906,7 +1174,7 @@

Return Value

- +
MessengerCommandsAutowireTrait
@@ -920,7 +1188,7 @@

Return Value

- + void pre() @@ -953,7 +1221,7 @@

Return Value

- + void post() @@ -986,7 +1254,7 @@

Return Value

- + void log() diff --git a/api/Drush/Commands/core/MigrateRunnerCommands.html b/api/Drush/Commands/core/MigrateRunnerCommands.html index 54036bdd1a..c4149662cb 100644 --- a/api/Drush/Commands/core/MigrateRunnerCommands.html +++ b/api/Drush/Commands/core/MigrateRunnerCommands.html @@ -86,15 +86,13 @@

MigrateRunnerCommands

class - MigrateRunnerCommands extends DrushCommands implements ConfigAwareInterface (View source) + MigrateRunnerCommands extends DrushCommands (View source)

-
-

Migrate runner commands.

Traits

@@ -102,13 +100,8 @@

Traits

-
-
- ConfigAwareTrait
-
+ AutowireTrait
+

A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.

@@ -134,6 +127,11 @@

Traits

IO
+
+
@@ -195,6 +193,16 @@

Properties

+ + + + + + - - - + + - - + @@ -277,35 +285,69 @@

Methods

- + void
- __construct(DateFormatterInterface $dateFormatter, KeyValueFactoryInterface $keyValueFactory) + configurePrompts(InputInterface $input) + +

Configure the prompt fallbacks.

+ +
+
+
+ mixed +
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

Prompt the user until the given validation callback passes.

+ +
+
+
+ void +
+
+ restorePrompts() + +

Restore the prompts output.

+ +
+
+
+ bool +
+
+ runningUnitTests()

No description

-
+
- SymfonyStyle +
- io() + __construct(DateFormatterInterface $dateFormatter, KeyValueFactoryInterface $keyValueFactory) -

Override Robo's IO function with our custom style.

- +

No description

+
+
- void + DrushStyle
- setLoggerIfEmpty(LoggerInterface $logger) + io() -

Sets a logger, if none is available yet.

- +
@@ -344,6 +386,17 @@

Methods

+
+
+ initHook($input, AnnotationData $annotationData) + +

Persist commandData for use in primary command callback. Used by 'topic' commands.

+ +
+
+
+
printFileTopic(CommandData $commandData) @@ -365,14 +418,25 @@

Methods

- create(ContainerInterface $container) + processManager() -

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.

+
@@ -583,7 +647,7 @@

Details

bool startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false) @@ -629,7 +693,7 @@

Return Value

+ protected + + $urifrom  +ExecTrait
protected CommandData|null @@ -205,20 +213,20 @@

Properties

DrushCommands
- 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.

@@ -644,7 +708,7 @@

Return Value

static bool programExists($program) @@ -688,7 +752,7 @@

Return Value

static string getEditor(string|null $editor = null) @@ -732,7 +796,7 @@

Return Value

DrushConfig getConfig() @@ -775,10 +839,11 @@

See also

-

- - - __construct(DateFormatterInterface $dateFormatter, KeyValueFactoryInterface $keyValueFactory) +

+ + protected void + configurePrompts(InputInterface $input)

@@ -786,26 +851,115 @@

-

No description

- +

Configure the prompt fallbacks.

Parameters

- - + + + + +
DateFormatterInterface$dateFormatterInputInterface$input
+ + +

Return Value

+ + + + + + +
void
+ + + + +
+

+ +

+
+

+ + protected mixed + promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

+
+ + + +
+

Prompt the user until the given validation callback passes.

+
+
+

Parameters

+ + + + + - - + + + + + + +
Closure$prompt
KeyValueFactoryInterface$keyValueFactorybool|string$required
Closure|null$validate
+

Return Value

+ + + + + + +
mixed
+ + + + +
+
+ +
+
+

+ + protected void + restorePrompts() + +

+
+ + + +
+

Restore the prompts output.

+
+
+ +

Return Value

+ + + + + + +
void
+ @@ -814,11 +968,11 @@

Parameters

-

- - protected SymfonyStyle - io() +

+ + protected bool + runningUnitTests()

@@ -826,7 +980,8 @@

-

Override Robo's IO function with our custom style.

+

No description

+
@@ -834,7 +989,7 @@

Return Value

- +
SymfonyStylebool
@@ -847,11 +1002,10 @@

Return Value

-

- - void - setLoggerIfEmpty(LoggerInterface $logger) +

+ + + __construct(DateFormatterInterface $dateFormatter, KeyValueFactoryInterface $keyValueFactory)

@@ -859,25 +1013,55 @@

-

Sets a logger, if none is available yet.

+

No description

+

Parameters

- - + + + + + + +
LoggerInterface$loggerDateFormatterInterface$dateFormatter
KeyValueFactoryInterface$keyValueFactory
+ + + +
+

+ +

+
+

+ + protected DrushStyle + io() + +

+
+ + + +
+

Override Robo's IO function with our custom style.

+
+
+

Return Value

- +
voidDrushStyle
@@ -892,8 +1076,8 @@

Return Value

- protected DrushLoggerManager|null +DrushCommands at line 72

+ DrushLoggerManager|null logger()

@@ -925,7 +1109,7 @@

Return Value

protected void printFile(string $file) @@ -968,7 +1152,7 @@

Return Value

preHook(CommandData $commandData) @@ -995,6 +1179,45 @@

Parameters

+
+

+ +
+
+

+ + + initHook($input, AnnotationData $annotationData) + +

+
+ + + +
+

Persist commandData for use in primary command callback. Used by 'topic' commands.

+
+
+

Parameters

+ + + + + + + + + + + + +
$input
AnnotationData$annotationData
+ + + + +
@@ -1002,7 +1225,7 @@

Parameters

protected printFileTopic(CommandData $commandData) @@ -1036,7 +1259,7 @@

Parameters

protected HandlerStack getStack() @@ -1073,15 +1296,49 @@

See also

+
+
+ +
+
+

+ + ProcessManager + processManager() + +

+
+ + + +
+

This method overrides the trait in order to provide a more specific return type.

+
+
+ +

Return Value

+ + + + + + +
ProcessManager
+ + + +

- - static MigrateRunnerCommands - create(ContainerInterface $container) + + static AutowireTrait + create(ContainerInterface $container)

@@ -1089,17 +1346,16 @@

-

No description

- +

Instantiates a new instance of the implementing class using autowiring.

Parameters

- + - +
ContainerInterfaceContainerInterface $container

The service container this instance should use.

@@ -1108,7 +1364,7 @@

Return Value

- +
MigrateRunnerCommandsAutowireTrait
@@ -1122,7 +1378,7 @@

Return Value

- + setMigrationPluginManager(MigrationPluginManagerInterface $migrationPluginManager) @@ -1155,7 +1411,7 @@

Parameters

- + RowsOfFields status(string|null $migrationIds = null, array $options = ['tag' => self::REQ, 'format' => 'table']) @@ -1202,7 +1458,7 @@

Return Value

- + protected int|null getMigrationSourceRowsCount(MigrationInterface $migration) @@ -1245,7 +1501,7 @@

Return Value

- + protected int getMigrationNeedingUpdateCount(MigrationInterface $migration) @@ -1287,7 +1543,7 @@

Return Value

- + protected int|null getMigrationUnprocessedCount(MigrationInterface $migration) @@ -1329,7 +1585,7 @@

Return Value

- + protected int|null getMigrationImportedCount(MigrationInterface $migration) @@ -1371,7 +1627,7 @@

Return Value

- + protected string getMigrationLastImportedTime(MigrationInterface $migration) @@ -1413,7 +1669,7 @@

Return Value

- + protected array padTableRow(array $row, array $fields) @@ -1460,7 +1716,7 @@

Return Value

- + void import(string|null $migrationIds = null, array $options = ['all' => false, 'tag' => self::REQ, 'limit' => self::REQ, 'feedback' => self::REQ, 'idlist' => self::REQ, 'update' => false, 'force' => false, 'execute-dependencies' => false, 'timestamp' => false, 'total' => false, 'progress' => true, 'delete' => false]) @@ -1516,7 +1772,7 @@

Exceptions

- + protected void executeMigration(MigrationInterface $migration, string $migrationId, array $userData) @@ -1578,7 +1834,7 @@

Exceptions

- + void rollback(string|null $migrationIds = null, array $options = ['all' => false, 'tag' => self::REQ, 'feedback' => self::REQ, 'idlist' => self::REQ, 'progress' => true]) @@ -1634,7 +1890,7 @@

Exceptions

- + void stop(string $migrationId) @@ -1685,7 +1941,7 @@

Exceptions

- + void resetStatus(string $migrationId) @@ -1736,7 +1992,7 @@

Exceptions

- + RowsOfFields messages(string $migrationId, array $options = ['idlist' => self::REQ, 'format' => 'table']) @@ -1792,7 +2048,7 @@

Exceptions

- + protected array preprocessMessageRow(StdClass $row, array $sourceIdKeys) @@ -1851,7 +2107,7 @@

See also

- + RowsOfFields fieldsSource(string $migrationId, $options = ['format' => 'table']) @@ -1907,7 +2163,7 @@

Exceptions

- + protected array getMigrationList(string|null $migrationIds, string|null $tags) @@ -1965,7 +2221,7 @@

Exceptions

- + protected MigrateMessageInterface getMigrateMessage() @@ -1997,7 +2253,7 @@

Return Value

- + protected array getSourceIdKeys(MigrateIdMapInterface $idMap) @@ -2039,7 +2295,7 @@

Return Value

- + CommandError|null validateMigrationId(CommandData $commandData) diff --git a/api/Drush/Commands/core/MkCommands.html b/api/Drush/Commands/core/MkCommands.html index d0a0b95144..4780be7057 100644 --- a/api/Drush/Commands/core/MkCommands.html +++ b/api/Drush/Commands/core/MkCommands.html @@ -86,7 +86,7 @@

MkCommands

final class - MkCommands extends DrushCommands implements SiteAliasManagerAwareInterface (View source) + MkCommands extends DrushCommands (View source)

@@ -99,11 +99,6 @@

Traits

-
- SiteAliasManagerAwareTrait
-
-
-
ProcessManagerAwareTrait
@@ -127,6 +122,11 @@

Traits

IO
+
+
@@ -188,6 +188,16 @@

Properties

+ + + + + + + + + +
+ protected + + $urifrom  +ExecTrait
protected CommandData|null @@ -252,35 +262,70 @@

Methods

- + void +
+
+ configurePrompts(InputInterface $input) + +

Configure the prompt fallbacks.

+ +
+
+
+ mixed +
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

Prompt the user until the given validation callback passes.

+ +
+
+
+ void +
+
+ restorePrompts() + +

Restore the prompts output.

+ +
+
+
+ bool
- __construct(ContainerInterface $container, ContainerInterface $drush_container) + runningUnitTests()

No description

-
+
- SymfonyStyle +
- io() + __construct() -

Override Robo's IO function with our custom style.

- +
- void + DrushStyle
- setLoggerIfEmpty(LoggerInterface $logger) + io() -

Sets a logger, if none is available yet.

- +
@@ -319,6 +364,17 @@

Methods

+
+
+ initHook($input, AnnotationData $annotationData) + +

Persist commandData for use in primary command callback. Used by 'topic' commands.

+ +
+
+
+
printFileTopic(CommandData $commandData) @@ -340,14 +396,14 @@

Methods

- create(ContainerInterface $container, ContainerInterface $drush_container) + processManager() -

No description

-
-
+

This method overrides the trait in order to provide a more specific return type.

+
@@ -559,7 +615,7 @@

Details

bool startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false) @@ -605,7 +661,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.

@@ -620,7 +676,7 @@

Return Value

static bool programExists($program) @@ -664,7 +720,7 @@

Return Value

static string getEditor(string|null $editor = null) @@ -708,7 +764,7 @@

Return Value

DrushConfig getConfig() @@ -751,10 +807,11 @@

See also

-

- - protected - __construct(ContainerInterface $container, ContainerInterface $drush_container) +

+ + protected void + configurePrompts(InputInterface $input)

@@ -762,26 +819,82 @@

-

No description

- +

Configure the prompt fallbacks.

Parameters

- - + + +
ContainerInterface$containerInputInterface$input
+ + +

Return Value

+ + + + + + +
void
+ + + + +
+

+ +

+
+

+ + protected mixed + promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

+
+ + + +
+

Prompt the user until the given validation callback passes.

+
+
+

Parameters

+ + - - + + + + + + + + + + + +
ContainerInterface$drush_containerClosure$prompt
bool|string$required
Closure|null$validate
+

Return Value

+ + + + + + +
mixed
+ @@ -790,11 +903,11 @@

Parameters

-

- - protected SymfonyStyle - io() +

+ + protected void + restorePrompts()

@@ -802,7 +915,7 @@

-

Override Robo's IO function with our custom style.

+

Restore the prompts output.

@@ -810,7 +923,7 @@

Return Value

- +
SymfonyStylevoid
@@ -823,11 +936,11 @@

Return Value

-

- - void - setLoggerIfEmpty(LoggerInterface $logger) +

+ + protected bool + runningUnitTests()

@@ -835,25 +948,74 @@

-

Sets a logger, if none is available yet.

+

No description

+
-

Parameters

+ +

Return Value

- - - - - -
LoggerInterface$logger
+

bool
+ + + + +
+
+ +
+
+

+ + + __construct() + +

+
+ + + +
+

No description

+ +
+
+ + + + +
+
+ +
+
+

+ + protected DrushStyle + io() + +

+
+ + +
+

Override Robo's IO function with our custom style.

+
+

Return Value

- +
voidDrushStyle
@@ -868,8 +1030,8 @@

Return Value

- protected DrushLoggerManager|null +DrushCommands at line 72

+ DrushLoggerManager|null logger()

@@ -901,7 +1063,7 @@

Return Value

protected void printFile(string $file) @@ -944,7 +1106,7 @@

Return Value

preHook(CommandData $commandData) @@ -971,6 +1133,45 @@

Parameters

+
+
+ +
+
+

+ + + initHook($input, AnnotationData $annotationData) + +

+
+ + + +
+

Persist commandData for use in primary command callback. Used by 'topic' commands.

+
+
+

Parameters

+ + + + + + + + + + + + +
$input
AnnotationData$annotationData
+ + + + +
@@ -978,7 +1179,7 @@

Parameters

protected printFileTopic(CommandData $commandData) @@ -1012,7 +1213,7 @@

Parameters

protected HandlerStack getStack() @@ -1054,10 +1255,11 @@

See also

-

- - static MkCommands - create(ContainerInterface $container, ContainerInterface $drush_container) +

+ + ProcessManager + processManager()

@@ -1065,31 +1267,15 @@

-

No description

- +

This method overrides the trait in order to provide a more specific return type.

-

Parameters

- - - - - - - - - - - - -
ContainerInterface$container
ContainerInterface$drush_container
-

Return Value

- +
MkCommandsProcessManager
@@ -1103,7 +1289,7 @@

Return Value

- + void docs() @@ -1113,7 +1299,7 @@

-

Build a Markdown document for each available Drush command/generator.

This command is an early step when building the www.drush.org static site. Adapt it to build a similar site listing the commands that are available on your site. Also see Drush's Github Actions workflow.

+

Build a Markdown document for each available Drush command/generator.

This command is an early step when building the www.drush.org static site. Adapt it to build a similar site listing the commands that are available on your site. Also see Drush's Github Actions workflow.

@@ -1135,7 +1321,7 @@

Return Value

- + array createAnnotatedCommands(Application $application_generate, Application $application_drush) @@ -1182,7 +1368,7 @@

Return Value

- + static protected string appendPostAmble() @@ -1215,7 +1401,7 @@

Return Value

- + static protected string appendAliases($command) @@ -1258,7 +1444,7 @@

Return Value

- + static protected string appendTopics(AnnotatedCommand $command, string $dir_commands) @@ -1306,7 +1492,7 @@

Return Value

- + static protected string appendOptions($command) @@ -1349,7 +1535,7 @@

Return Value

- + static protected string appendOptionsGlobal($application) @@ -1392,7 +1578,7 @@

Return Value

- + static protected string appendArguments($command) @@ -1435,7 +1621,7 @@

Return Value

- + static protected string appendUsages(AnnotatedCommand $command) @@ -1478,7 +1664,7 @@

Return Value

- + static protected string appendPreamble($command, $root) @@ -1526,7 +1712,7 @@

Return Value

- + protected void writeYml(array $nav_commands, array $nav_generators, array $map_commands, array $map_generators, string $dest) @@ -1589,7 +1775,7 @@

Return Value

- + protected void writeAllMd(array $pages_all, string $destination_path, string $title) @@ -1642,7 +1828,7 @@

Return Value

- + protected void prepare($destination) @@ -1684,7 +1870,7 @@

Return Value

- + static iterable argToArray(InputArgument $arg) @@ -1726,7 +1912,7 @@

Return Value

- + static iterable optionToArray(InputOption $opt) @@ -1768,7 +1954,7 @@

Return Value

- + static string cliTextToMarkdown(string $text) @@ -1810,7 +1996,7 @@

Return Value

- + array writeContentFilesAndBuildNavAndBuildRedirectMap(array $namespaced, string $destination, string $dir_root, string $destination_path) @@ -1867,7 +2053,7 @@

Return Value

- + protected array getRedirectMap(Command $command, string $destination) @@ -1915,7 +2101,7 @@

Return Value

- + string getFilename(string $name) diff --git a/api/Drush/Commands/core/NotifyCommands.html b/api/Drush/Commands/core/NotifyCommands.html index f5114a0f97..660717be20 100644 --- a/api/Drush/Commands/core/NotifyCommands.html +++ b/api/Drush/Commands/core/NotifyCommands.html @@ -86,7 +86,7 @@

NotifyCommands

final class - NotifyCommands extends DrushCommands (View source) + NotifyCommands extends DrushCommands (View source)

@@ -122,6 +122,11 @@

Traits

IO
+
+
@@ -183,6 +188,16 @@

Properties

+ + + + + + + + + +
+ protected + + $urifrom  +ExecTrait
protected CommandData|null @@ -247,36 +262,70 @@

Methods

- + void
- __construct() + configurePrompts(InputInterface $input) + +

Configure the prompt fallbacks.

+ +
+
+
+ mixed +
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

Prompt the user until the given validation callback passes.

+ +
+
+
+ void +
+
+ restorePrompts() + +

Restore the prompts output.

+ +
+
+
+ bool +
+
+ runningUnitTests()

No description

- +
- SymfonyStyle +
- io() + __construct() -

Override Robo's IO function with our custom style.

- +
- void + DrushStyle
- setLoggerIfEmpty(LoggerInterface $logger) + io() -

Sets a logger, if none is available yet.

- +
@@ -315,6 +364,17 @@

Methods

+
+
+ initHook($input, AnnotationData $annotationData) + +

Persist commandData for use in primary command callback. Used by 'topic' commands.

+ +
+
+
+
printFileTopic(CommandData $commandData) @@ -332,6 +392,17 @@

Methods

Get a Guzzle handler stack that uses the Drush logger.

+
+
+ +
+ processManager() + +

This method overrides the trait in order to provide a more specific return type.

+
@@ -406,7 +477,7 @@

Details

bool startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false) @@ -452,7 +523,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.

@@ -467,7 +538,7 @@

Return Value

static bool programExists($program) @@ -511,7 +582,7 @@

Return Value

static string getEditor(string|null $editor = null) @@ -555,7 +626,7 @@

Return Value

DrushConfig getConfig() @@ -598,11 +669,11 @@

See also

-

- - - __construct() +

+ + protected void + configurePrompts(InputInterface $input)

@@ -610,11 +681,29 @@

-

No description

- +

Configure the prompt fallbacks.

+

Parameters

+ + + + + + + +
InputInterface$input
+ +

Return Value

+ + + + + + +
void
+ @@ -623,11 +712,11 @@

-

- - protected SymfonyStyle - io() +

+ + protected mixed + promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)

@@ -635,15 +724,35 @@

-

Override Robo's IO function with our custom style.

+

Prompt the user until the given validation callback passes.

+

Parameters

+ + + + + + + + + + + + + + + + + +
Closure$prompt
bool|string$required
Closure|null$validate
+

Return Value

- +
SymfonyStylemixed
@@ -656,11 +765,11 @@

Return Value

-

- - void - setLoggerIfEmpty(LoggerInterface $logger) +

+ + protected void + restorePrompts()

@@ -668,25 +777,107 @@

-

Sets a logger, if none is available yet.

+

Restore the prompts output.

-

Parameters

+ +

Return Value

- - - - - -
LoggerInterface$logger
+

void
+ + + + +
+
+ +

+
+

+ + protected bool + runningUnitTests() + +

+
+ + +
+

No description

+ +
+

Return Value

- + + + +
voidbool
+ + + + +
+
+ +
+
+

+ + + __construct() + +

+
+ + + +
+

No description

+ +
+
+ + + + +
+
+ +
+
+

+ + protected DrushStyle + io() + +

+
+ + + +
+

Override Robo's IO function with our custom style.

+
+
+ +

Return Value

+ + + +
DrushStyle
@@ -701,8 +892,8 @@

Return Value

- protected DrushLoggerManager|null +DrushCommands at line 72

+ DrushLoggerManager|null logger()

@@ -734,7 +925,7 @@

Return Value

protected void printFile(string $file) @@ -777,7 +968,7 @@

Return Value

preHook(CommandData $commandData) @@ -804,6 +995,45 @@

Parameters

+
+

+ +

+
+

+ + + initHook($input, AnnotationData $annotationData) + +

+
+ + + +
+

Persist commandData for use in primary command callback. Used by 'topic' commands.

+
+
+

Parameters

+ + + + + + + + + + + + +
$input
AnnotationData$annotationData
+ + + + +
@@ -811,7 +1041,7 @@

Parameters

protected printFileTopic(CommandData $commandData) @@ -845,7 +1075,7 @@

Parameters

protected HandlerStack getStack() @@ -882,13 +1112,46 @@

See also

+
+
+ +
+
+

+ + ProcessManager + processManager() + +

+
+ + + +
+

This method overrides the trait in order to provide a more specific return type.

+
+
+ +

Return Value

+ + + + + + +
ProcessManager
+ + + +

- + void optionsetNotify() @@ -921,7 +1184,7 @@

Return Value

- + void registerShutdown(CommandData $commandData) @@ -964,7 +1227,7 @@

Return Value

- + void shutdown(CommandData $commandData) @@ -1007,7 +1270,7 @@

Return Value

- + static void shutdownSend(string $msg, CommandData $commandData) @@ -1055,7 +1318,7 @@

Return Value

- + static bool shutdownSendText(string $msg, CommandData $commandData) @@ -1103,7 +1366,7 @@

Return Value

- + static bool isAllowed() diff --git a/api/Drush/Commands/core/PhpCommands.html b/api/Drush/Commands/core/PhpCommands.html index ba456b813e..480b5b5b5b 100644 --- a/api/Drush/Commands/core/PhpCommands.html +++ b/api/Drush/Commands/core/PhpCommands.html @@ -86,7 +86,7 @@

PhpCommands

final class - PhpCommands extends DrushCommands implements StdinAwareInterface (View source) + PhpCommands extends DrushCommands implements StdinAwareInterface (View source)

@@ -127,6 +127,11 @@

Traits

IO
+
+
@@ -206,6 +211,16 @@

Properties

+ + + + + + + + + +
+ protected + + $urifrom  +ExecTrait
protected CommandData|null @@ -270,36 +285,70 @@

Methods

- + void
- __construct() + configurePrompts(InputInterface $input) + +

Configure the prompt fallbacks.

+ +
+
+
+ mixed +
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

Prompt the user until the given validation callback passes.

+ +
+
+
+ void +
+
+ restorePrompts() + +

Restore the prompts output.

+ +
+
+
+ bool +
+
+ runningUnitTests()

No description

- +
- SymfonyStyle +
- io() + __construct() -

Override Robo's IO function with our custom style.

- +
- void + DrushStyle
- setLoggerIfEmpty(LoggerInterface $logger) + io() -

Sets a logger, if none is available yet.

- +
@@ -338,6 +387,17 @@

Methods

+
+
+ initHook($input, AnnotationData $annotationData) + +

Persist commandData for use in primary command callback. Used by 'topic' commands.

+ +
+
+
+
printFileTopic(CommandData $commandData) @@ -359,6 +419,17 @@

Methods

+
+ processManager() + +

This method overrides the trait in order to provide a more specific return type.

+ +
+
+
@@ -386,7 +457,7 @@

Details

bool startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false) @@ -432,7 +503,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.

@@ -447,7 +518,7 @@

Return Value

static bool programExists($program) @@ -491,7 +562,7 @@

Return Value

static string getEditor(string|null $editor = null) @@ -535,7 +606,7 @@

Return Value

DrushConfig getConfig() @@ -578,11 +649,11 @@

See also

-

- - - __construct() +

+ + protected void + configurePrompts(InputInterface $input)

@@ -590,11 +661,29 @@

-

No description

- +

Configure the prompt fallbacks.

+

Parameters

+ + + + + + + +
InputInterface$input
+ +

Return Value

+ + + + + + +
void
+ @@ -603,11 +692,11 @@

-

- - protected SymfonyStyle - io() +

+ + protected mixed + promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)

@@ -615,15 +704,35 @@

-

Override Robo's IO function with our custom style.

+

Prompt the user until the given validation callback passes.

+

Parameters

+ + + + + + + + + + + + + + + + + +
Closure$prompt
bool|string$required
Closure|null$validate
+

Return Value

- +
SymfonyStylemixed
@@ -636,11 +745,11 @@

Return Value

-

- - void - setLoggerIfEmpty(LoggerInterface $logger) +

+ + protected void + restorePrompts()

@@ -648,25 +757,107 @@

-

Sets a logger, if none is available yet.

+

Restore the prompts output.

-

Parameters

+ +

Return Value

- - - - - -
LoggerInterface$logger
+

void
+ + +
+
+ +
+
+

+ + protected bool + runningUnitTests() + +

+
+ + + +
+

No description

+ +
+
+

Return Value

- + + + +
voidbool
+ + + + +
+
+ +
+
+

+ + + __construct() + +

+
+ + + +
+

No description

+ +
+
+ + + + +
+
+ +
+
+

+ + protected DrushStyle + io() + +

+
+ + + +
+

Override Robo's IO function with our custom style.

+
+
+ +

Return Value

+ + + +
DrushStyle
@@ -681,8 +872,8 @@

Return Value

- protected DrushLoggerManager|null +DrushCommands at line 72

+ DrushLoggerManager|null logger() @@ -714,7 +905,7 @@

Return Value

protected void printFile(string $file) @@ -757,7 +948,7 @@

Return Value

preHook(CommandData $commandData) @@ -784,6 +975,45 @@

Parameters

+
+
+ +
+
+

+ + + initHook($input, AnnotationData $annotationData) + +

+
+ + + +
+

Persist commandData for use in primary command callback. Used by 'topic' commands.

+
+
+

Parameters

+ + + + + + + + + + + + +
$input
AnnotationData$annotationData
+ + + + +
@@ -791,7 +1021,7 @@

Parameters

protected printFileTopic(CommandData $commandData) @@ -825,7 +1055,7 @@

Parameters

protected HandlerStack getStack() @@ -862,13 +1092,46 @@

See also

+
+
+ +
+
+

+ + ProcessManager + processManager() + +

+
+ + + +
+

This method overrides the trait in order to provide a more specific return type.

+
+
+ +

Return Value

+ + + + + + +
ProcessManager
+ + + +

- + evaluate($code, $options = ['format' => 'var_dump']) @@ -906,7 +1169,7 @@

Parameters

- + 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 c608a22cfe..01bb966f6a 100644 --- a/api/Drush/Commands/core/QueueCommands.html +++ b/api/Drush/Commands/core/QueueCommands.html @@ -86,7 +86,7 @@

QueueCommands

final class - QueueCommands extends DrushCommands (View source) + QueueCommands 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
+
+
@@ -175,15 +185,6 @@

Constants

- - - -
- VALIDATE_QUEUE - -

-

-
@@ -219,32 +220,24 @@

Properties

- - - - - - - - + - + - - + - + - +
- protected CommandData|null - - $commandDatafrom  -DrushCommands
- protected QueueWorkerManagerInterface + + protected $workerManager$uri from  +ExecTrait
- protected + + protected CommandData|null $queueService$commandData from  +DrushCommands
@@ -252,7 +245,7 @@

Properties

$queues

Keep track of queue definitions.

@@ -310,35 +303,69 @@

Methods

- + void
- __construct(QueueWorkerManagerInterface $workerManager, QueueFactory $queueService) + configurePrompts(InputInterface $input) + +

Configure the prompt fallbacks.

+ +
+
+
+ mixed +
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

Prompt the user until the given validation callback passes.

+ +
+
+
+ void +
+
+ restorePrompts() + +

Restore the prompts output.

+ +
+
+
+ bool +
+
+ runningUnitTests()

No description

-
+
- SymfonyStyle +
- io() + __construct(QueueWorkerManagerInterface $workerManager, QueueFactory $queueService) -

Override Robo's IO function with our custom style.

- +

No description

+
+
- void + DrushStyle
- setLoggerIfEmpty(LoggerInterface $logger) + io() -

Sets a logger, if none is available yet.

- +
@@ -377,6 +404,17 @@

Methods

+
+
+ initHook($input, AnnotationData $annotationData) + +

Persist commandData for use in primary command callback. Used by 'topic' commands.

+ +
+
+
+
printFileTopic(CommandData $commandData) @@ -398,14 +436,25 @@

Methods

- create(ContainerInterface $container) + processManager() -

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.

+
@@ -461,16 +510,6 @@

Methods

- -
-
- validateQueueName(CommandData $commandData) - -

Validate that a queue exists.

-
-
-
-
array
@@ -511,7 +550,7 @@

Details

bool startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false) @@ -557,7 +596,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.

@@ -572,7 +611,7 @@

Return Value

static bool programExists($program) @@ -616,7 +655,7 @@

Return Value

static string getEditor(string|null $editor = null) @@ -660,7 +699,7 @@

Return Value

DrushConfig getConfig() @@ -703,10 +742,11 @@

See also

-

- - - __construct(QueueWorkerManagerInterface $workerManager, QueueFactory $queueService) +

+ + protected void + configurePrompts(InputInterface $input)

@@ -714,26 +754,82 @@

-

No description

- +

Configure the prompt fallbacks.

Parameters

- - + + + + +
QueueWorkerManagerInterface$workerManagerInputInterface$input
+ + +

Return Value

+ + + + + + +
void
+ + + + +
+

+ +

+
+

+ + protected mixed + promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

+
+ + + +
+

Prompt the user until the given validation callback passes.

+
+
+

Parameters

+ + + + + - - + + + + + + +
Closure$prompt
QueueFactory$queueServicebool|string$required
Closure|null$validate
+

Return Value

+ + + + + + +
mixed
+ @@ -742,11 +838,11 @@

Parameters

-

- - protected SymfonyStyle - io() +

+ + protected void + restorePrompts()

@@ -754,7 +850,7 @@

-

Override Robo's IO function with our custom style.

+

Restore the prompts output.

@@ -762,7 +858,7 @@

Return Value

- +
SymfonyStylevoid
@@ -775,11 +871,44 @@

Return Value

-

- - void - setLoggerIfEmpty(LoggerInterface $logger) +

+ + protected bool + runningUnitTests() + +

+
+ + + +
+

No description

+ +
+
+ +

Return Value

+ + + + + + +
bool
+ + + + +
+
+ +

+
+

+ + + __construct(QueueWorkerManagerInterface $workerManager, QueueFactory $queueService)

@@ -787,25 +916,55 @@

-

Sets a logger, if none is available yet.

+

No description

+

Parameters

- - + + + + + + +
LoggerInterface$loggerQueueWorkerManagerInterface$workerManager
QueueFactory$queueService
+ + + +
+

+ +
+
+

+ + protected DrushStyle + io() + +

+
+ + + +
+

Override Robo's IO function with our custom style.

+
+
+

Return Value

- +
voidDrushStyle
@@ -820,8 +979,8 @@

Return Value

- protected DrushLoggerManager|null +DrushCommands at line 72

+ DrushLoggerManager|null logger()

@@ -853,7 +1012,7 @@

Return Value

protected void printFile(string $file) @@ -896,7 +1055,7 @@

Return Value

preHook(CommandData $commandData) @@ -923,6 +1082,45 @@

Parameters

+
+

+ +
+
+

+ + + initHook($input, AnnotationData $annotationData) + +

+
+ + + +
+

Persist commandData for use in primary command callback. Used by 'topic' commands.

+
+
+

Parameters

+ + + + + + + + + + + + +
$input
AnnotationData$annotationData
+ + + + +
@@ -930,7 +1128,7 @@

Parameters

protected printFileTopic(CommandData $commandData) @@ -964,7 +1162,7 @@

Parameters

protected HandlerStack getStack() @@ -1001,15 +1199,49 @@

See also

+
+
+ +
+
+

+ + ProcessManager + processManager() + +

+
+ + + +
+

This method overrides the trait in order to provide a more specific return type.

+
+
+ +

Return Value

+ + + + + + +
ProcessManager
+ + + +

- - static QueueCommands - create(ContainerInterface $container) + + static AutowireTrait + create(ContainerInterface $container)

@@ -1017,17 +1249,16 @@

-

No description

- +

Instantiates a new instance of the implementing class using autowiring.

Parameters

- + - +
ContainerInterfaceContainerInterface $container

The service container this instance should use.

@@ -1036,7 +1267,7 @@

Return Value

- +
QueueCommandsAutowireTrait
@@ -1050,7 +1281,7 @@

Return Value

- + QueueWorkerManagerInterface getWorkerManager() @@ -1083,7 +1314,7 @@

Return Value

- + QueueFactory getQueueService() @@ -1116,7 +1347,7 @@

Return Value

- + void run(string $name, $options = ['time-limit' => self::REQ, 'items-limit' => self::REQ, 'lease-time' => self::REQ]) @@ -1163,7 +1394,7 @@

Return Value

- + RowsOfFields qList($options = ['format' => 'table']) @@ -1205,7 +1436,7 @@

Return Value

- + void delete($name) @@ -1241,46 +1472,13 @@

Return Value

-
-

- -
-
-

- - - validateQueueName(CommandData $commandData) - -

-
- - - -
-

Validate that a queue exists.

-
-
-

Parameters

- - - - - - - -
CommandData$commandData
- - - - -

- + array getQueues() @@ -1313,7 +1511,7 @@

Return Value

- + QueueInterface getQueue($name) @@ -1356,7 +1554,7 @@

Return Value

- + void queueComplete(CompletionInput $input, CompletionSuggestions $suggestions) diff --git a/api/Drush/Commands/core/RoleCommands.html b/api/Drush/Commands/core/RoleCommands.html index fd20439ed8..aa57a310ad 100644 --- a/api/Drush/Commands/core/RoleCommands.html +++ b/api/Drush/Commands/core/RoleCommands.html @@ -86,7 +86,7 @@

RoleCommands

final class - RoleCommands extends DrushCommands implements SiteAliasManagerAwareInterface (View source) + RoleCommands extends DrushCommands (View source)

@@ -100,8 +100,8 @@

Traits

- SiteAliasManagerAwareTrait
-
+ AutowireTrait
+

A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.

@@ -127,6 +127,11 @@

Traits

IO
+
+
@@ -233,6 +238,16 @@

Properties

+ + + + + +
+ protected + + $urifrom  +ExecTrait
protected CommandData|null @@ -297,36 +312,69 @@

Methods

- + void +
+
+ configurePrompts(InputInterface $input) + +

Configure the prompt fallbacks.

+ +
+
+
+ mixed +
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

Prompt the user until the given validation callback passes.

+ +
+
+
+ void +
+
+ restorePrompts() + +

Restore the prompts output.

+ +
+
+
+ bool
- __construct() + runningUnitTests()

No description

- +
- SymfonyStyle +
- io() + __construct(SiteAliasManagerInterface $siteAliasManager) -

Override Robo's IO function with our custom style.

- +

No description

+
+
- void + DrushStyle
- setLoggerIfEmpty(LoggerInterface $logger) + io() -

Sets a logger, if none is available yet.

- +
@@ -365,6 +413,17 @@

Methods

+
+
+ initHook($input, AnnotationData $annotationData) + +

Persist commandData for use in primary command callback. Used by 'topic' commands.

+ +
+
+
+
printFileTopic(CommandData $commandData) @@ -383,13 +442,35 @@

Methods

Get a Guzzle handler stack that uses the Drush logger.

+
+
+ +
+ 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)

Create a new role.

@@ -465,7 +546,7 @@

Details

bool startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false) @@ -511,7 +592,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.

@@ -526,7 +607,7 @@

Return Value

static bool programExists($program) @@ -570,7 +651,7 @@

Return Value

static string getEditor(string|null $editor = null) @@ -614,7 +695,7 @@

Return Value

DrushConfig getConfig() @@ -657,11 +738,11 @@

See also

-

- - - __construct() +

+ + protected void + configurePrompts(InputInterface $input)

@@ -669,11 +750,29 @@

-

No description

- +

Configure the prompt fallbacks.

+

Parameters

+ + + + + + + +
InputInterface$input
+ +

Return Value

+ + + + + + +
void
+ @@ -682,11 +781,11 @@

-

- - protected SymfonyStyle - io() +

+ + protected mixed + promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)

@@ -694,15 +793,35 @@

-

Override Robo's IO function with our custom style.

+

Prompt the user until the given validation callback passes.

+

Parameters

+ + + + + + + + + + + + + + + + + +
Closure$prompt
bool|string$required
Closure|null$validate
+

Return Value

- +
SymfonyStylemixed
@@ -715,11 +834,77 @@

Return Value

-

- - void - setLoggerIfEmpty(LoggerInterface $logger) +

+ + protected void + restorePrompts() + +

+
+ + + +
+

Restore the prompts output.

+
+
+ +

Return Value

+ + + + + + +
void
+ + + + +
+
+ +

+
+

+ + protected bool + runningUnitTests() + +

+
+ + + +
+

No description

+ +
+
+ +

Return Value

+ + + + + + +
bool
+ + + + +
+
+ +
+
+

+ + + __construct(SiteAliasManagerInterface $siteAliasManager)

@@ -727,25 +912,50 @@

-

Sets a logger, if none is available yet.

+

No description

+

Parameters

- - + +
LoggerInterface$loggerSiteAliasManagerInterface$siteAliasManager
+ + + +
+

+ +
+
+

+ + protected DrushStyle + io() + +

+
+ + + +
+

Override Robo's IO function with our custom style.

+
+
+

Return Value

- +
voidDrushStyle
@@ -760,8 +970,8 @@

Return Value

- protected DrushLoggerManager|null +DrushCommands at line 72

+ DrushLoggerManager|null logger()

@@ -793,7 +1003,7 @@

Return Value

protected void printFile(string $file) @@ -836,7 +1046,7 @@

Return Value

preHook(CommandData $commandData) @@ -863,6 +1073,45 @@

Parameters

+
+

+ +

+
+

+ + + initHook($input, AnnotationData $annotationData) + +

+
+ + + +
+

Persist commandData for use in primary command callback. Used by 'topic' commands.

+
+
+

Parameters

+ + + + + + + + + + + + +
$input
AnnotationData$annotationData
+ + + + +
@@ -870,7 +1119,7 @@

Parameters

protected printFileTopic(CommandData $commandData) @@ -904,7 +1153,7 @@

Parameters

protected HandlerStack getStack() @@ -941,15 +1190,91 @@

See also

+
+
+ +
+
+

+ + ProcessManager + processManager() + +

+
+ + + +
+

This method overrides the trait in order to provide a more specific return type.

+
+
+ +

Return Value

+ + + + + + +
ProcessManager
+ + + +

- + + static AutowireTrait + create(ContainerInterface $container) + +

+
+ + + +
+

Instantiates a new instance of the implementing class using autowiring.

+
+
+

Parameters

+ + + + + + + +
ContainerInterface$container

The service container this instance should use.

+ + +

Return Value

+ + + + + + +
AutowireTrait
+ + + + +
+
+ +
+
+

+ - create($machine_name, $human_readable_name = null) + createRole($machine_name, $human_readable_name = null)

@@ -985,7 +1310,7 @@

Parameters

- + void delete($machine_name) @@ -1027,7 +1352,7 @@

Return Value

- + void roleAddPerm($machine_name, $permissions) @@ -1074,7 +1399,7 @@

Return Value

- + void roleRemovePerm($machine_name, $permissions) @@ -1121,7 +1446,7 @@

Return Value

- + RowsOfFields roleList($options = ['format' => 'yaml']) @@ -1163,7 +1488,7 @@

Return Value

- + string renderPermsCell($key, $cellData, FormatterOptions $options) @@ -1216,7 +1541,7 @@

Return Value

- + void roleComplete(CompletionInput $input, CompletionSuggestions $suggestions) diff --git a/api/Drush/Commands/core/RsyncCommands.html b/api/Drush/Commands/core/RsyncCommands.html index 4187113771..e29c619df8 100644 --- a/api/Drush/Commands/core/RsyncCommands.html +++ b/api/Drush/Commands/core/RsyncCommands.html @@ -86,7 +86,7 @@

RsyncCommands

final class - RsyncCommands extends DrushCommands implements SiteAliasManagerAwareInterface (View source) + RsyncCommands extends DrushCommands (View source)

@@ -100,8 +100,8 @@

Traits

- SiteAliasManagerAwareTrait
-
+ AutowireTrait
+

A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.

@@ -127,6 +127,11 @@

Traits

IO
+
+
@@ -197,6 +202,16 @@

Properties

+ + + + + +
+ protected + + $urifrom  +ExecTrait
protected CommandData|null @@ -288,35 +303,69 @@

Methods

- + void +
+
+ configurePrompts(InputInterface $input) + +

Configure the prompt fallbacks.

+ +
+
+
+ mixed +
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

Prompt the user until the given validation callback passes.

+ +
+
+
+ void +
+
+ restorePrompts() + +

Restore the prompts output.

+ +
+
+
+ bool
- __construct() + runningUnitTests()

No description

-
+
- SymfonyStyle +
- io() + __construct(SiteAliasManagerInterface $siteAliasManager) -

Override Robo's IO function with our custom style.

- +

No description

+
+
- void + DrushStyle
- setLoggerIfEmpty(LoggerInterface $logger) + io() -

Sets a logger, if none is available yet.

- +
@@ -355,6 +404,17 @@

Methods

+
+
+ initHook($input, AnnotationData $annotationData) + +

Persist commandData for use in primary command callback. Used by 'topic' commands.

+ +
+
+
+
printFileTopic(CommandData $commandData) @@ -373,6 +433,28 @@

Methods

Get a Guzzle handler stack that uses the Drush logger.

+
+
+ +
+ 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.

+
@@ -439,7 +521,7 @@

Details

bool startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false) @@ -485,7 +567,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.

@@ -500,7 +582,7 @@

Return Value

static bool programExists($program) @@ -544,7 +626,7 @@

Return Value

static string getEditor(string|null $editor = null) @@ -588,7 +670,7 @@

Return Value

DrushConfig getConfig() @@ -631,10 +713,11 @@

See also

-

- - - __construct() +

+ + protected void + configurePrompts(InputInterface $input)

@@ -642,11 +725,29 @@

-

No description

- +

Configure the prompt fallbacks.

+

Parameters

+ + + + + + + +
InputInterface$input
+ +

Return Value

+ + + + + + +
void
+ @@ -655,11 +756,11 @@

-

- - protected SymfonyStyle - io() +

+ + protected mixed + promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)

@@ -667,15 +768,35 @@

-

Override Robo's IO function with our custom style.

+

Prompt the user until the given validation callback passes.

+

Parameters

+ + + + + + + + + + + + + + + + + +
Closure$prompt
bool|string$required
Closure|null$validate
+

Return Value

- +
SymfonyStylemixed
@@ -688,11 +809,77 @@

Return Value

-

- - void - setLoggerIfEmpty(LoggerInterface $logger) +

+ + protected void + restorePrompts() + +

+
+ + + +
+

Restore the prompts output.

+
+
+ +

Return Value

+ + + + + + +
void
+ + + + +
+
+ +

+
+

+ + protected bool + runningUnitTests() + +

+
+ + + +
+

No description

+ +
+
+ +

Return Value

+ + + + + + +
bool
+ + + + +
+
+ +
+
+

+ + + __construct(SiteAliasManagerInterface $siteAliasManager)

@@ -700,25 +887,50 @@

-

Sets a logger, if none is available yet.

+

No description

+

Parameters

- - + +
LoggerInterface$loggerSiteAliasManagerInterface$siteAliasManager
+ + + +
+

+ +
+
+

+ + protected DrushStyle + io() + +

+
+ + + +
+

Override Robo's IO function with our custom style.

+
+
+

Return Value

- +
voidDrushStyle
@@ -733,8 +945,8 @@

Return Value

- protected DrushLoggerManager|null +DrushCommands at line 72

+ DrushLoggerManager|null logger()

@@ -766,7 +978,7 @@

Return Value

protected void printFile(string $file) @@ -809,7 +1021,7 @@

Return Value

preHook(CommandData $commandData) @@ -836,6 +1048,45 @@

Parameters

+
+

+ +

+
+

+ + + initHook($input, AnnotationData $annotationData) + +

+
+ + + +
+

Persist commandData for use in primary command callback. Used by 'topic' commands.

+
+
+

Parameters

+ + + + + + + + + + + + +
$input
AnnotationData$annotationData
+ + + + +
@@ -843,7 +1094,7 @@

Parameters

protected printFileTopic(CommandData $commandData) @@ -877,7 +1128,7 @@

Parameters

protected HandlerStack getStack() @@ -914,13 +1165,89 @@

See also

+
+
+ +
+
+

+ + ProcessManager + processManager() + +

+
+ + + +
+

This method overrides the trait in order to provide a more specific return type.

+
+
+ +

Return Value

+ + + + + + +
ProcessManager
+ + + + +
+
+ +
+
+

+ + static AutowireTrait + create(ContainerInterface $container) + +

+
+ + + +
+

Instantiates a new instance of the implementing class using autowiring.

+
+
+

Parameters

+ + + + + + + +
ContainerInterface$container

The service container this instance should use.

+ + +

Return Value

+ + + + + + +
AutowireTrait
+ + + +

- + void rsync($source, $target, array $extra, $options = ['exclude-paths' => self::REQ, 'include-paths' => self::REQ, 'mode' => 'akz']) @@ -977,7 +1304,7 @@

Return Value

- + string rsyncOptions($options) @@ -1020,7 +1347,7 @@

Return Value

- + void preCommandEvent(ConsoleCommandEvent $event) @@ -1066,7 +1393,7 @@

Return Value

- + protected injectAliasPathParameterOptions($input, $parameterName) @@ -1105,7 +1432,7 @@

Parameters

- + void validate(CommandData $commandData) diff --git a/api/Drush/Commands/core/RunserverCommands.html b/api/Drush/Commands/core/RunserverCommands.html index 0b602889bb..3906976633 100644 --- a/api/Drush/Commands/core/RunserverCommands.html +++ b/api/Drush/Commands/core/RunserverCommands.html @@ -86,7 +86,7 @@

RunserverCommands

final class - RunserverCommands extends DrushCommands implements ConfigAwareInterface (View source) + RunserverCommands extends DrushCommands (View source)

@@ -102,16 +102,6 @@

Traits

-
- -
-
- ConfigAwareTrait
-
@@ -137,6 +127,11 @@

Traits

IO
+
+
@@ -207,23 +202,23 @@

Properties

- - + - + - - + - +
- protected CommandData|null + + protected $commandData$uri from  -DrushCommands
- protected + + protected CommandData|null $uri$commandData from  +DrushCommands
@@ -280,36 +275,70 @@

Methods

- + void
- __construct() + configurePrompts(InputInterface $input) + +

Configure the prompt fallbacks.

+ +
+
+
+ mixed +
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

Prompt the user until the given validation callback passes.

+ +
+
+
+ void +
+
+ restorePrompts() + +

Restore the prompts output.

+ +
+
+
+ bool +
+
+ runningUnitTests()

No description

- +
- SymfonyStyle +
- io() + __construct() -

Override Robo's IO function with our custom style.

- +
- void + DrushStyle
- setLoggerIfEmpty(LoggerInterface $logger) + io() -

Sets a logger, if none is available yet.

- +
@@ -348,6 +377,17 @@

Methods

+
+
+ initHook($input, AnnotationData $annotationData) + +

Persist commandData for use in primary command callback. Used by 'topic' commands.

+ +
+
+
+
printFileTopic(CommandData $commandData) @@ -369,7 +409,18 @@

Methods

+
+ 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]) @@ -406,7 +457,7 @@

Details

bool startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false) @@ -452,7 +503,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.

@@ -467,7 +518,7 @@

Return Value

static bool programExists($program) @@ -511,7 +562,7 @@

Return Value

static string getEditor(string|null $editor = null) @@ -555,7 +606,7 @@

Return Value

DrushConfig getConfig() @@ -598,11 +649,11 @@

See also

-

- - - __construct() +

+ + protected void + configurePrompts(InputInterface $input)

@@ -610,11 +661,29 @@

-

No description

- +

Configure the prompt fallbacks.

+

Parameters

+ + + + + + + +
InputInterface$input
+ +

Return Value

+ + + + + + +
void
+ @@ -623,11 +692,11 @@

-

- - protected SymfonyStyle - io() +

+ + protected mixed + promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)

@@ -635,15 +704,35 @@

-

Override Robo's IO function with our custom style.

+

Prompt the user until the given validation callback passes.

+

Parameters

+ + + + + + + + + + + + + + + + + +
Closure$prompt
bool|string$required
Closure|null$validate
+

Return Value

- +
SymfonyStylemixed
@@ -656,11 +745,11 @@

Return Value

-

- - void - setLoggerIfEmpty(LoggerInterface $logger) +

+ + protected void + restorePrompts()

@@ -668,25 +757,107 @@

-

Sets a logger, if none is available yet.

+

Restore the prompts output.

-

Parameters

+ +

Return Value

- - - - - -
LoggerInterface$logger
+ + void + + + + + +
+

+ +

+
+

+ + protected bool + runningUnitTests() + +

+
+ + + +
+

No description

+ +
+
+

Return Value

- + + + +
voidbool
+ + + + +
+
+ +
+
+

+ + + __construct() + +

+
+ + + +
+

No description

+ +
+
+ + + + +
+
+ +
+
+

+ + protected DrushStyle + io() + +

+
+ + + +
+

Override Robo's IO function with our custom style.

+
+
+ +

Return Value

+ + + +
DrushStyle
@@ -701,8 +872,8 @@

Return Value

- protected DrushLoggerManager|null +DrushCommands at line 72

+ DrushLoggerManager|null logger()

@@ -734,7 +905,7 @@

Return Value

protected void printFile(string $file) @@ -777,7 +948,7 @@

Return Value

preHook(CommandData $commandData) @@ -804,6 +975,45 @@

Parameters

+
+

+ +

+
+

+ + + initHook($input, AnnotationData $annotationData) + +

+
+ + + +
+

Persist commandData for use in primary command callback. Used by 'topic' commands.

+
+
+

Parameters

+ + + + + + + + + + + + +
$input
AnnotationData$annotationData
+ + + + +
@@ -811,7 +1021,7 @@

Parameters

protected printFileTopic(CommandData $commandData) @@ -845,7 +1055,7 @@

Parameters

protected HandlerStack getStack() @@ -882,14 +1092,47 @@

See also

+
+

+ +
+
+

+ + ProcessManager + processManager() + +

+
+ + + +
+

This method overrides the trait in order to provide a more specific return type.

+
+
+ +

Return Value

+ + + + + + +
ProcessManager
+ + + +

- - + + void runserver($uri = null, $options = ['default-server' => self::REQ, 'browser' => true, 'dns' => false])

@@ -921,6 +1164,15 @@

Parameters

+

Return Value

+ + + + + + +
void
+ @@ -930,7 +1182,7 @@

Parameters

- + array uri($uri, $options) @@ -977,7 +1229,7 @@

Return Value

- + array parseUri(string|null $uri) diff --git a/api/Drush/Commands/core/SiteCommands.html b/api/Drush/Commands/core/SiteCommands.html index a429b3fe92..19f713aa45 100644 --- a/api/Drush/Commands/core/SiteCommands.html +++ b/api/Drush/Commands/core/SiteCommands.html @@ -86,7 +86,7 @@

SiteCommands

final class - SiteCommands extends DrushCommands implements SiteAliasManagerAwareInterface (View source) + SiteCommands extends DrushCommands (View source)

@@ -100,8 +100,8 @@

Traits

- SiteAliasManagerAwareTrait
-
+ AutowireTrait
+

A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.

@@ -127,6 +127,11 @@

Traits

IO
+
+
@@ -206,6 +211,16 @@

Properties

+ + + + + +
+ protected + + $urifrom  +ExecTrait
protected CommandData|null @@ -270,36 +285,69 @@

Methods

- + void +
+
+ configurePrompts(InputInterface $input) + +

Configure the prompt fallbacks.

+ +
+
+
+ mixed +
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

Prompt the user until the given validation callback passes.

+ +
+
+
+ void +
+
+ restorePrompts() + +

Restore the prompts output.

+ +
+
+
+ bool
- __construct() + runningUnitTests()

No description

- +
- SymfonyStyle +
- io() + __construct(SiteAliasManagerInterface $siteAliasManager) -

Override Robo's IO function with our custom style.

- +

No description

+
+
- void + DrushStyle
- setLoggerIfEmpty(LoggerInterface $logger) + io() -

Sets a logger, if none is available yet.

- +
@@ -338,6 +386,17 @@

Methods

+
+
+ initHook($input, AnnotationData $annotationData) + +

Persist commandData for use in primary command callback. Used by 'topic' commands.

+ +
+
+
+
printFileTopic(CommandData $commandData) @@ -356,6 +415,28 @@

Methods

Get a Guzzle handler stack that uses the Drush logger.

+
+
+ +
+ 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.

+
@@ -397,7 +478,7 @@

Details

bool startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false) @@ -443,7 +524,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.

@@ -458,7 +539,7 @@

Return Value

static bool programExists($program) @@ -502,7 +583,7 @@

Return Value

static string getEditor(string|null $editor = null) @@ -546,7 +627,7 @@

Return Value

DrushConfig getConfig() @@ -589,11 +670,11 @@

See also

-

- - - __construct() +

+ + protected void + configurePrompts(InputInterface $input)

@@ -601,11 +682,29 @@

-

No description

- +

Configure the prompt fallbacks.

+

Parameters

+ + + + + + + +
InputInterface$input
+ +

Return Value

+ + + + + + +
void
+ @@ -614,11 +713,11 @@

-

- - protected SymfonyStyle - io() +

+ + protected mixed + promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)

@@ -626,15 +725,35 @@

-

Override Robo's IO function with our custom style.

+

Prompt the user until the given validation callback passes.

+

Parameters

+ + + + + + + + + + + + + + + + + +
Closure$prompt
bool|string$required
Closure|null$validate
+

Return Value

- +
SymfonyStylemixed
@@ -647,11 +766,77 @@

Return Value

-

- - void - setLoggerIfEmpty(LoggerInterface $logger) +

+ + protected void + restorePrompts() + +

+
+ + + +
+

Restore the prompts output.

+
+
+ +

Return Value

+ + + + + + +
void
+ + + + +
+
+ +

+
+

+ + protected bool + runningUnitTests() + +

+
+ + + +
+

No description

+ +
+
+ +

Return Value

+ + + + + + +
bool
+ + + + +
+
+ +
+
+

+ + + __construct(SiteAliasManagerInterface $siteAliasManager)

@@ -659,25 +844,50 @@

-

Sets a logger, if none is available yet.

+

No description

+

Parameters

- - + +
LoggerInterface$loggerSiteAliasManagerInterface$siteAliasManager
+ + + +
+

+ +
+
+

+ + protected DrushStyle + io() + +

+
+ + + +
+

Override Robo's IO function with our custom style.

+
+
+

Return Value

- +
voidDrushStyle
@@ -692,8 +902,8 @@

Return Value

- protected DrushLoggerManager|null +DrushCommands at line 72

+ DrushLoggerManager|null logger()

@@ -725,7 +935,7 @@

Return Value

protected void printFile(string $file) @@ -768,7 +978,7 @@

Return Value

preHook(CommandData $commandData) @@ -795,6 +1005,45 @@

Parameters

+
+

+ +

+
+

+ + + initHook($input, AnnotationData $annotationData) + +

+
+ + + +
+

Persist commandData for use in primary command callback. Used by 'topic' commands.

+
+
+

Parameters

+ + + + + + + + + + + + +
$input
AnnotationData$annotationData
+ + + + +
@@ -802,7 +1051,7 @@

Parameters

protected printFileTopic(CommandData $commandData) @@ -836,7 +1085,7 @@

Parameters

protected HandlerStack getStack() @@ -873,13 +1122,89 @@

See also

+
+
+ +
+
+

+ + ProcessManager + processManager() + +

+
+ + + +
+

This method overrides the trait in order to provide a more specific return type.

+
+
+ +

Return Value

+ + + + + + +
ProcessManager
+ + + + +
+
+ +
+
+

+ + static AutowireTrait + create(ContainerInterface $container) + +

+
+ + + +
+

Instantiates a new instance of the implementing class using autowiring.

+
+
+

Parameters

+ + + + + + + +
ContainerInterface$container

The service container this instance should use.

+ + +

Return Value

+ + + + + + +
AutowireTrait
+ + + +

- + void siteSet(string $site = '@none') @@ -922,7 +1247,7 @@

Return Value

- + UnstructuredListData|null siteAlias($site = null, array $options = ['format' => 'yaml']) @@ -969,7 +1294,7 @@

Return Value

- + protected array siteAliasExportList(array $aliasList, $options) diff --git a/api/Drush/Commands/core/SiteInstallCommands.html b/api/Drush/Commands/core/SiteInstallCommands.html index 2bfb86e65c..d090afc160 100644 --- a/api/Drush/Commands/core/SiteInstallCommands.html +++ b/api/Drush/Commands/core/SiteInstallCommands.html @@ -86,7 +86,7 @@

SiteInstallCommands

final class - SiteInstallCommands extends DrushCommands (View source) + SiteInstallCommands extends DrushCommands (View source)

@@ -99,6 +99,11 @@

Traits

+ +

A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.

+
+
@@ -127,6 +132,11 @@

Traits

IO
+
+
@@ -197,6 +207,16 @@

Properties

+ + + + + +
+ protected + + $urifrom  +ExecTrait
protected CommandData|null @@ -261,35 +281,69 @@

Methods

- + void +
+
+ configurePrompts(InputInterface $input) + +

Configure the prompt fallbacks.

+ +
+
+
+ mixed +
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

Prompt the user until the given validation callback passes.

+ +
+
+
+ void +
+
+ restorePrompts() + +

Restore the prompts output.

+ +
+
+
+ bool
- __construct(BootstrapManager $bootstrapManager, SiteAliasManager $siteAliasManager, ClassLoader $autoloader) + runningUnitTests()

No description

-
+
- SymfonyStyle +
- io() + __construct(BootstrapManager $bootstrapManager, SiteAliasManagerInterface $siteAliasManager, ClassLoader $autoloader) -

Override Robo's IO function with our custom style.

- +

No description

+
+
- void + DrushStyle
- setLoggerIfEmpty(LoggerInterface $logger) + io() -

Sets a logger, if none is available yet.

- +
@@ -328,6 +382,17 @@

Methods

+
+
+ initHook($input, AnnotationData $annotationData) + +

Persist commandData for use in primary command callback. Used by 'topic' commands.

+ +
+
+
+
printFileTopic(CommandData $commandData) @@ -349,14 +414,25 @@

Methods

- createEarly(ContainerInterface $drush_container) + processManager() -

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.

+
@@ -461,7 +537,7 @@

Details

bool startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false) @@ -507,7 +583,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.

@@ -522,7 +598,7 @@

Return Value

static bool programExists($program) @@ -566,7 +642,7 @@

Return Value

static string getEditor(string|null $editor = null) @@ -610,7 +686,7 @@

Return Value

DrushConfig getConfig() @@ -653,10 +729,11 @@

See also

-

- - - __construct(BootstrapManager $bootstrapManager, SiteAliasManager $siteAliasManager, ClassLoader $autoloader) +

+ + protected void + configurePrompts(InputInterface $input)

@@ -664,31 +741,82 @@

-

No description

- +

Configure the prompt fallbacks.

Parameters

- - + + + + +
BootstrapManager$bootstrapManagerInputInterface$input
+ + +

Return Value

+ + + + + + +
void
+ + + + +
+

+ +

+
+

+ + protected mixed + promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

+
+ + + +
+

Prompt the user until the given validation callback passes.

+
+
+

Parameters

+ + + + + - - + + - - + +
Closure$prompt
SiteAliasManager$siteAliasManagerbool|string$required
ClassLoader$autoloaderClosure|null$validate
+

Return Value

+ + + + + + +
mixed
+ @@ -697,11 +825,11 @@

Parameters

-

- - protected SymfonyStyle - io() +

+ + protected void + restorePrompts()

@@ -709,7 +837,7 @@

-

Override Robo's IO function with our custom style.

+

Restore the prompts output.

@@ -717,7 +845,7 @@

Return Value

- +
SymfonyStylevoid
@@ -730,11 +858,11 @@

Return Value

-

- - void - setLoggerIfEmpty(LoggerInterface $logger) +

+ + protected bool + runningUnitTests()

@@ -742,25 +870,93 @@

-

Sets a logger, if none is available yet.

+

No description

+ +
+
+ +

Return Value

+ + + + + + +
bool
+ + + + +
+

+ +

+
+

+ + + __construct(BootstrapManager $bootstrapManager, SiteAliasManagerInterface $siteAliasManager, ClassLoader $autoloader) + +

+
+ + + +
+

No description

+

Parameters

- - + + + + + + + + + + + +
LoggerInterface$loggerBootstrapManager$bootstrapManager
SiteAliasManagerInterface$siteAliasManager
ClassLoader$autoloader
+ + + +
+
+ +
+
+

+ + protected DrushStyle + io() + +

+
+ + + +
+

Override Robo's IO function with our custom style.

+
+
+

Return Value

- +
voidDrushStyle
@@ -775,8 +971,8 @@

Return Value

- protected DrushLoggerManager|null +DrushCommands at line 72

+ DrushLoggerManager|null logger()

@@ -808,7 +1004,7 @@

Return Value

protected void printFile(string $file) @@ -851,7 +1047,7 @@

Return Value

preHook(CommandData $commandData) @@ -878,6 +1074,45 @@

Parameters

+
+

+ +
+
+

+ + + initHook($input, AnnotationData $annotationData) + +

+
+ + + +
+

Persist commandData for use in primary command callback. Used by 'topic' commands.

+
+
+

Parameters

+ + + + + + + + + + + + +
$input
AnnotationData$annotationData
+ + + + +
@@ -885,7 +1120,7 @@

Parameters

protected printFileTopic(CommandData $commandData) @@ -919,7 +1154,7 @@

Parameters

protected HandlerStack getStack() @@ -961,10 +1196,11 @@

See also

-

- - static SiteInstallCommands - createEarly(ContainerInterface $drush_container) +

+ + ProcessManager + processManager()

@@ -972,8 +1208,40 @@

-

No description

- +

This method overrides the trait in order to provide a more specific return type.

+
+
+ +

Return Value

+ + + + + + +
ProcessManager
+ + + + +
+

+ +

+
+

+ + static AutowireTrait + create(ContainerInterface $container) + +

+
+ + + +
+

Instantiates a new instance of the implementing class using autowiring.

Parameters

@@ -981,8 +1249,8 @@

Parameters

- - + +
ContainerInterface$drush_container$container

The service container this instance should use.

@@ -991,7 +1259,7 @@

Return Value

- +
SiteInstallCommandsAutowireTrait
@@ -1005,7 +1273,7 @@

Return Value

- + 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]) @@ -1052,7 +1320,7 @@

Return Value

- + void taskCallback($install_state) @@ -1095,7 +1363,7 @@

Return Value

- + protected string|bool determineProfile($profile, $options) @@ -1143,7 +1411,7 @@

Return Value

- + protected bool hasConfigFiles($config) @@ -1185,7 +1453,7 @@

Return Value

- + void validate(CommandData $commandData) @@ -1228,7 +1496,7 @@

Return Value

- + void pre(CommandData $commandData) @@ -1270,7 +1538,7 @@

Return Value

- + protected getSitesSubdirFromUri($root, $uri) @@ -1309,7 +1577,7 @@

Parameters

- + void serverGlobals($drupal_base_url) @@ -1362,7 +1630,7 @@

See also

- + protected void validateConfigDir(CommandData $commandData, $directory) diff --git a/api/Drush/Commands/core/SshCommands.html b/api/Drush/Commands/core/SshCommands.html index 437b34b83b..c399e8214f 100644 --- a/api/Drush/Commands/core/SshCommands.html +++ b/api/Drush/Commands/core/SshCommands.html @@ -86,7 +86,7 @@

SshCommands

final class - SshCommands extends DrushCommands implements SiteAliasManagerAwareInterface (View source) + SshCommands extends DrushCommands (View source)

@@ -100,8 +100,8 @@

Traits

- SiteAliasManagerAwareTrait
-
+ AutowireTrait
+

A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.

@@ -127,6 +127,11 @@

Traits

IO
+
+
@@ -197,6 +202,16 @@

Properties

+ + + + + +
+ protected + + $urifrom  +ExecTrait
protected CommandData|null @@ -261,36 +276,69 @@

Methods

- + void +
+
+ configurePrompts(InputInterface $input) + +

Configure the prompt fallbacks.

+ +
+
+
+ mixed +
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

Prompt the user until the given validation callback passes.

+ +
+
+
+ void +
+
+ restorePrompts() + +

Restore the prompts output.

+ +
+
+
+ bool
- __construct() + runningUnitTests()

No description

- +
- SymfonyStyle +
- io() + __construct(SiteAliasManagerInterface $siteAliasManager) -

Override Robo's IO function with our custom style.

- +

No description

+
+
- void + DrushStyle
- setLoggerIfEmpty(LoggerInterface $logger) + io() -

Sets a logger, if none is available yet.

- +
@@ -329,6 +377,17 @@

Methods

+
+
+ initHook($input, AnnotationData $annotationData) + +

Persist commandData for use in primary command callback. Used by 'topic' commands.

+ +
+
+
+
printFileTopic(CommandData $commandData) @@ -347,6 +406,28 @@

Methods

Get a Guzzle handler stack that uses the Drush logger.

+
+
+ +
+ 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.

+
@@ -367,7 +448,7 @@

Details

bool startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false) @@ -413,7 +494,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.

@@ -428,7 +509,7 @@

Return Value

static bool programExists($program) @@ -472,7 +553,7 @@

Return Value

static string getEditor(string|null $editor = null) @@ -516,7 +597,7 @@

Return Value

DrushConfig getConfig() @@ -559,11 +640,11 @@

See also

-

- - - __construct() +

+ + protected void + configurePrompts(InputInterface $input)

@@ -571,11 +652,29 @@

-

No description

- +

Configure the prompt fallbacks.

+

Parameters

+ + + + + + + +
InputInterface$input
+ +

Return Value

+ + + + + + +
void
+ @@ -584,11 +683,11 @@

-

- - protected SymfonyStyle - io() +

+ + protected mixed + promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)

@@ -596,15 +695,35 @@

-

Override Robo's IO function with our custom style.

+

Prompt the user until the given validation callback passes.

+

Parameters

+ + + + + + + + + + + + + + + + + +
Closure$prompt
bool|string$required
Closure|null$validate
+

Return Value

- +
SymfonyStylemixed
@@ -617,11 +736,77 @@

Return Value

-

- - void - setLoggerIfEmpty(LoggerInterface $logger) +

+ + protected void + restorePrompts() + +

+
+ + + +
+

Restore the prompts output.

+
+
+ +

Return Value

+ + + + + + +
void
+ + + + +
+
+ +

+
+

+ + protected bool + runningUnitTests() + +

+
+ + + +
+

No description

+ +
+
+ +

Return Value

+ + + + + + +
bool
+ + + + +
+
+ +
+
+

+ + + __construct(SiteAliasManagerInterface $siteAliasManager)

@@ -629,25 +814,50 @@

-

Sets a logger, if none is available yet.

+

No description

+

Parameters

- - + +
LoggerInterface$loggerSiteAliasManagerInterface$siteAliasManager
+ + + +
+

+ +
+
+

+ + protected DrushStyle + io() + +

+
+ + + +
+

Override Robo's IO function with our custom style.

+
+
+

Return Value

- +
voidDrushStyle
@@ -662,8 +872,8 @@

Return Value

- protected DrushLoggerManager|null +DrushCommands at line 72

+ DrushLoggerManager|null logger()

@@ -695,7 +905,7 @@

Return Value

protected void printFile(string $file) @@ -738,7 +948,7 @@

Return Value

preHook(CommandData $commandData) @@ -765,6 +975,45 @@

Parameters

+
+

+ +

+
+

+ + + initHook($input, AnnotationData $annotationData) + +

+
+ + + +
+

Persist commandData for use in primary command callback. Used by 'topic' commands.

+
+
+

Parameters

+ + + + + + + + + + + + +
$input
AnnotationData$annotationData
+ + + + +
@@ -772,7 +1021,7 @@

Parameters

protected printFileTopic(CommandData $commandData) @@ -806,7 +1055,7 @@

Parameters

protected HandlerStack getStack() @@ -843,13 +1092,89 @@

See also

+
+
+ +
+
+

+ + ProcessManager + processManager() + +

+
+ + + +
+

This method overrides the trait in order to provide a more specific return type.

+
+
+ +

Return Value

+ + + + + + +
ProcessManager
+ + + + +
+
+ +
+
+

+ + static AutowireTrait + create(ContainerInterface $container) + +

+
+ + + +
+

Instantiates a new instance of the implementing class using autowiring.

+
+
+

Parameters

+ + + + + + + +
ContainerInterface$container

The service container this instance should use.

+ + +

Return Value

+ + + + + + +
AutowireTrait
+ + + +

- + 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 50237687ac..0d9aeda96e 100644 --- a/api/Drush/Commands/core/StateCommands.html +++ b/api/Drush/Commands/core/StateCommands.html @@ -86,7 +86,7 @@

StateCommands

final class - StateCommands extends DrushCommands implements StdinAwareInterface (View source) + StateCommands extends DrushCommands implements StdinAwareInterface (View source)

@@ -99,6 +99,11 @@

Traits

+ +

A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.

+
+
StdinAwareTrait
@@ -127,6 +132,11 @@

Traits

IO
+
+
@@ -215,6 +225,16 @@

Properties

+ + + + + +
+ protected + + $urifrom  +ExecTrait
protected CommandData|null @@ -279,35 +299,69 @@

Methods

- + void
- __construct(StateInterface $state) + configurePrompts(InputInterface $input) + +

Configure the prompt fallbacks.

+ +
+
+
+ mixed +
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

Prompt the user until the given validation callback passes.

+ +
+
+
+ void +
+
+ restorePrompts() + +

Restore the prompts output.

+ +
+
+
+ bool +
+
+ runningUnitTests()

No description

-
+
- SymfonyStyle +
- io() + __construct(StateInterface $state) -

Override Robo's IO function with our custom style.

- +

No description

+
+
- void + DrushStyle
- setLoggerIfEmpty(LoggerInterface $logger) + io() -

Sets a logger, if none is available yet.

- +
@@ -346,6 +400,17 @@

Methods

+
+
+ initHook($input, AnnotationData $annotationData) + +

Persist commandData for use in primary command callback. Used by 'topic' commands.

+ +
+
+
+
printFileTopic(CommandData $commandData) @@ -367,14 +432,25 @@

Methods

- create(ContainerInterface $container) + processManager() -

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.

+
@@ -437,7 +513,7 @@

Details

bool startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false) @@ -483,7 +559,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.

@@ -498,7 +574,7 @@

Return Value

static bool programExists($program) @@ -542,7 +618,7 @@

Return Value

static string getEditor(string|null $editor = null) @@ -586,7 +662,7 @@

Return Value

DrushConfig getConfig() @@ -629,10 +705,11 @@

See also

-

- - - __construct(StateInterface $state) +

+ + protected void + configurePrompts(InputInterface $input)

@@ -640,21 +717,29 @@

-

No description

- +

Configure the prompt fallbacks.

Parameters

- - + +
StateInterface$stateInputInterface$input
+

Return Value

+ + + + + + +
void
+ @@ -663,11 +748,11 @@

Parameters

-

- - protected SymfonyStyle - io() +

+ + protected mixed + promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)

@@ -675,15 +760,35 @@

-

Override Robo's IO function with our custom style.

+

Prompt the user until the given validation callback passes.

+

Parameters

+ + + + + + + + + + + + + + + + + +
Closure$prompt
bool|string$required
Closure|null$validate
+

Return Value

- +
SymfonyStylemixed
@@ -696,11 +801,77 @@

Return Value

-

- - void - setLoggerIfEmpty(LoggerInterface $logger) +

+ + protected void + restorePrompts() + +

+
+ + + +
+

Restore the prompts output.

+
+
+ +

Return Value

+ + + + + + +
void
+ + + + +
+
+ +

+
+

+ + protected bool + runningUnitTests() + +

+
+ + + +
+

No description

+ +
+
+ +

Return Value

+ + + + + + +
bool
+ + + + +
+
+ +
+
+

+ + + __construct(StateInterface $state)

@@ -708,25 +879,50 @@

-

Sets a logger, if none is available yet.

+

No description

+

Parameters

- - + +
LoggerInterface$loggerStateInterface$state
+ + + +
+

+ +
+
+

+ + protected DrushStyle + io() + +

+
+ + + +
+

Override Robo's IO function with our custom style.

+
+
+

Return Value

- +
voidDrushStyle
@@ -741,8 +937,8 @@

Return Value

- protected DrushLoggerManager|null +DrushCommands at line 72

+ DrushLoggerManager|null logger()

@@ -774,7 +970,7 @@

Return Value

protected void printFile(string $file) @@ -817,7 +1013,7 @@

Return Value

preHook(CommandData $commandData) @@ -844,6 +1040,45 @@

Parameters

+
+

+ +

+
+

+ + + initHook($input, AnnotationData $annotationData) + +

+
+ + + +
+

Persist commandData for use in primary command callback. Used by 'topic' commands.

+
+
+

Parameters

+ + + + + + + + + + + + +
$input
AnnotationData$annotationData
+ + + + +
@@ -851,7 +1086,7 @@

Parameters

protected printFileTopic(CommandData $commandData) @@ -885,7 +1120,7 @@

Parameters

protected HandlerStack getStack() @@ -922,15 +1157,49 @@

See also

+
+
+ +
+
+

+ + ProcessManager + processManager() + +

+
+ + + +
+

This method overrides the trait in order to provide a more specific return type.

+
+
+ +

Return Value

+ + + + + + +
ProcessManager
+ + + +

- - static StateCommands - create(ContainerInterface $container) + + static AutowireTrait + create(ContainerInterface $container)

@@ -938,17 +1207,16 @@

-

No description

- +

Instantiates a new instance of the implementing class using autowiring.

Parameters

- + - +
ContainerInterfaceContainerInterface $container

The service container this instance should use.

@@ -957,7 +1225,7 @@

Return Value

- +
StateCommandsAutowireTrait
@@ -971,7 +1239,7 @@

Return Value

- + StateInterface getState() @@ -1004,7 +1272,7 @@

Return Value

- + PropertyList get(string $key, $options = ['format' => 'string']) @@ -1051,7 +1319,7 @@

Return Value

- + void set(string $key, $value, $options = ['input-format' => 'auto']) @@ -1103,7 +1371,7 @@

Return Value

- + void delete(string $key) @@ -1145,7 +1413,7 @@

Return Value

- + static mixed format(mixed $value, string $format) diff --git a/api/Drush/Commands/core/StatusCommands.html b/api/Drush/Commands/core/StatusCommands.html index 2733087a1c..828166d5b7 100644 --- a/api/Drush/Commands/core/StatusCommands.html +++ b/api/Drush/Commands/core/StatusCommands.html @@ -86,7 +86,7 @@

StatusCommands

final class - StatusCommands extends DrushCommands implements SiteAliasManagerAwareInterface (View source) + StatusCommands extends DrushCommands (View source)

@@ -99,11 +99,6 @@

Traits

-
- SiteAliasManagerAwareTrait
-
-
-
ProcessManagerAwareTrait
@@ -127,6 +122,11 @@

Traits

IO
+
+
@@ -197,6 +197,16 @@

Properties

+ + + + + +
+ protected + + $urifrom  +ExecTrait
protected CommandData|null @@ -261,36 +271,69 @@

Methods

- + void
- __construct() + configurePrompts(InputInterface $input) + +

Configure the prompt fallbacks.

+ +
+
+
+ mixed +
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

Prompt the user until the given validation callback passes.

+ +
+
+
+ void +
+
+ restorePrompts() + +

Restore the prompts output.

+ +
+
+
+ bool +
+
+ runningUnitTests()

No description

- +
- SymfonyStyle +
- io() + __construct(SiteAliasManagerInterface $siteAliasManager) -

Override Robo's IO function with our custom style.

- +

No description

+
+
- void + DrushStyle
- setLoggerIfEmpty(LoggerInterface $logger) + io() -

Sets a logger, if none is available yet.

- +
@@ -329,6 +372,17 @@

Methods

+
+
+ initHook($input, AnnotationData $annotationData) + +

Persist commandData for use in primary command callback. Used by 'topic' commands.

+ +
+
+
+
printFileTopic(CommandData $commandData) @@ -347,6 +401,27 @@

Methods

Get a Guzzle handler stack that uses the Drush logger.

+
+
+ +
+ 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.

+
@@ -411,7 +486,7 @@

Details

bool startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false) @@ -457,7 +532,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.

@@ -472,7 +547,7 @@

Return Value

static bool programExists($program) @@ -516,7 +591,7 @@

Return Value

static string getEditor(string|null $editor = null) @@ -560,7 +635,7 @@

Return Value

DrushConfig getConfig() @@ -603,11 +678,11 @@

See also

-

- - - __construct() +

+ + protected void + configurePrompts(InputInterface $input)

@@ -615,11 +690,29 @@

-

No description

- +

Configure the prompt fallbacks.

+

Parameters

+ + + + + + + +
InputInterface$input
+ +

Return Value

+ + + + + + +
void
+ @@ -628,11 +721,11 @@

-

- - protected SymfonyStyle - io() +

+ + protected mixed + promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)

@@ -640,7 +733,60 @@

-

Override Robo's IO function with our custom style.

+

Prompt the user until the given validation callback passes.

+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
Closure$prompt
bool|string$required
Closure|null$validate
+ + +

Return Value

+ + + + + + +
mixed
+ + + + +
+

+ +

+
+

+ + protected void + restorePrompts() + +

+
+ + + +
+

Restore the prompts output.

@@ -648,7 +794,7 @@

Return Value

- +
SymfonyStylevoid
@@ -661,11 +807,11 @@

Return Value

-

- - void - setLoggerIfEmpty(LoggerInterface $logger) +

+ + protected bool + runningUnitTests()

@@ -673,25 +819,83 @@

-

Sets a logger, if none is available yet.

+

No description

+ +
+
+ +

Return Value

+ + + + + + +
bool
+ + + + +
+

+ +

+
+

+ + + __construct(SiteAliasManagerInterface $siteAliasManager) + +

+
+ + + +
+

No description

+

Parameters

- - + +
LoggerInterface$loggerSiteAliasManagerInterface$siteAliasManager
+ + + +
+
+ +
+
+

+ + protected DrushStyle + io() + +

+
+ + + +
+

Override Robo's IO function with our custom style.

+
+
+

Return Value

- +
voidDrushStyle
@@ -706,8 +910,8 @@

Return Value

- protected DrushLoggerManager|null +DrushCommands at line 72

+ DrushLoggerManager|null logger()

@@ -739,7 +943,7 @@

Return Value

protected void printFile(string $file) @@ -782,7 +986,7 @@

Return Value

preHook(CommandData $commandData) @@ -809,6 +1013,45 @@

Parameters

+
+

+ +
+
+

+ + + initHook($input, AnnotationData $annotationData) + +

+
+ + + +
+

Persist commandData for use in primary command callback. Used by 'topic' commands.

+
+
+

Parameters

+ + + + + + + + + + + + +
$input
AnnotationData$annotationData
+ + + + +
@@ -816,7 +1059,7 @@

Parameters

protected printFileTopic(CommandData $commandData) @@ -850,7 +1093,7 @@

Parameters

protected HandlerStack getStack() @@ -887,13 +1130,88 @@

See also

+
+
+ +
+
+

+ + ProcessManager + processManager() + +

+
+ + + +
+

This method overrides the trait in order to provide a more specific return type.

+
+
+ +

Return Value

+ + + + + + +
ProcessManager
+ + + + +
+
+ +
+
+

+ + static StatusCommands + createEarly(Container $drush_container) + +

+
+ + + +
+

Not using Autowire in order to implicitly test backward compat.

+
+
+

Parameters

+ + + + + + + +
Container$drush_container
+ + +

Return Value

+ + + + + + +
StatusCommands
+ + + +

- + PropertyList status($options = ['project' => self::REQ, 'format' => 'table']) @@ -935,7 +1253,7 @@

Return Value

- + array getPropertyList($options) @@ -978,7 +1296,7 @@

Return Value

- + renderStatusCell($key, $cellData, FormatterOptions $options) @@ -1022,7 +1340,7 @@

Parameters

- + void adjustStatusOptions(CommandData $commandData) @@ -1065,7 +1383,7 @@

Return Value

- + 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 1f5a0a9813..531623a4f7 100644 --- a/api/Drush/Commands/core/TopicCommands.html +++ b/api/Drush/Commands/core/TopicCommands.html @@ -86,7 +86,7 @@

TopicCommands

final class - TopicCommands extends DrushCommands (View source) + TopicCommands extends DrushCommands (View source)

@@ -122,6 +122,11 @@

Traits

IO
+
+
@@ -192,6 +197,16 @@

Properties

+ + + + + + + + + +
+ protected + + $urifrom  +ExecTrait
protected CommandData|null @@ -256,36 +271,70 @@

Methods

- + void
- __construct() + configurePrompts(InputInterface $input) + +

Configure the prompt fallbacks.

+ +
+
+
+ mixed +
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

Prompt the user until the given validation callback passes.

+ +
+
+
+ void +
+
+ restorePrompts() + +

Restore the prompts output.

+ +
+
+
+ bool +
+
+ runningUnitTests()

No description

- +
- SymfonyStyle +
- io() + __construct() -

Override Robo's IO function with our custom style.

- +
- void + DrushStyle
- setLoggerIfEmpty(LoggerInterface $logger) + io() -

Sets a logger, if none is available yet.

- +
@@ -324,6 +373,17 @@

Methods

+
+
+ initHook($input, AnnotationData $annotationData) + +

Persist commandData for use in primary command callback. Used by 'topic' commands.

+ +
+
+
+
printFileTopic(CommandData $commandData) @@ -341,6 +401,17 @@

Methods

Get a Guzzle handler stack that uses the Drush logger.

+
+
+ +
+ processManager() + +

This method overrides the trait in order to provide a more specific return type.

+
@@ -405,7 +476,7 @@

Details

bool startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false) @@ -451,7 +522,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.

@@ -466,7 +537,7 @@

Return Value

static bool programExists($program) @@ -510,7 +581,7 @@

Return Value

static string getEditor(string|null $editor = null) @@ -554,7 +625,7 @@

Return Value

DrushConfig getConfig() @@ -597,11 +668,11 @@

See also

-

- - - __construct() +

+ + protected void + configurePrompts(InputInterface $input)

@@ -609,11 +680,29 @@

-

No description

- +

Configure the prompt fallbacks.

+

Parameters

+ + + + + + + +
InputInterface$input
+ +

Return Value

+ + + + + + +
void
+ @@ -622,11 +711,11 @@

-

- - protected SymfonyStyle - io() +

+ + protected mixed + promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)

@@ -634,15 +723,35 @@

-

Override Robo's IO function with our custom style.

+

Prompt the user until the given validation callback passes.

+

Parameters

+ + + + + + + + + + + + + + + + + +
Closure$prompt
bool|string$required
Closure|null$validate
+

Return Value

- +
SymfonyStylemixed
@@ -655,11 +764,11 @@

Return Value

-

- - void - setLoggerIfEmpty(LoggerInterface $logger) +

+ + protected void + restorePrompts()

@@ -667,25 +776,107 @@

-

Sets a logger, if none is available yet.

+

Restore the prompts output.

-

Parameters

+ +

Return Value

- - - - - -
LoggerInterface$logger
+

void
+ + +
+
+ +
+
+

+ + protected bool + runningUnitTests() + +

+
+ + + +
+

No description

+ +
+
+

Return Value

- + + + +
voidbool
+ + + + +
+
+ +
+
+

+ + + __construct() + +

+
+ + + +
+

No description

+ +
+
+ + + + +
+
+ +
+
+

+ + protected DrushStyle + io() + +

+
+ + + +
+

Override Robo's IO function with our custom style.

+
+
+ +

Return Value

+ + + +
DrushStyle
@@ -700,8 +891,8 @@

Return Value

- protected DrushLoggerManager|null +DrushCommands at line 72

+ DrushLoggerManager|null logger()

@@ -733,7 +924,7 @@

Return Value

protected void printFile(string $file) @@ -776,7 +967,7 @@

Return Value

preHook(CommandData $commandData) @@ -803,6 +994,45 @@

Parameters

+
+
+ +
+
+

+ + + initHook($input, AnnotationData $annotationData) + +

+
+ + + +
+

Persist commandData for use in primary command callback. Used by 'topic' commands.

+
+
+

Parameters

+ + + + + + + + + + + + +
$input
AnnotationData$annotationData
+ + + + +
@@ -810,7 +1040,7 @@

Parameters

protected printFileTopic(CommandData $commandData) @@ -844,7 +1074,7 @@

Parameters

protected HandlerStack getStack() @@ -881,13 +1111,46 @@

See also

+
+
+ +
+
+

+ + ProcessManager + processManager() + +

+
+ + + +
+

This method overrides the trait in order to provide a more specific return type.

+
+
+ +

Return Value

+ + + + + + +
ProcessManager
+ + + +

- + int topic($topic_name) @@ -929,7 +1192,7 @@

Return Value

- + void interact(InputInterface $input, OutputInterface $output) @@ -977,7 +1240,7 @@

Return Value

- + void validate(CommandData $commandData) @@ -1020,7 +1283,7 @@

Return Value

- + void topicComplete(CompletionInput $input, CompletionSuggestions $suggestions) @@ -1068,7 +1331,7 @@

Return Value

- + static array getAllTopics() diff --git a/api/Drush/Commands/core/TwigCommands.html b/api/Drush/Commands/core/TwigCommands.html index 040f5a0cc1..4e692906d4 100644 --- a/api/Drush/Commands/core/TwigCommands.html +++ b/api/Drush/Commands/core/TwigCommands.html @@ -86,7 +86,7 @@

TwigCommands

final class - TwigCommands extends DrushCommands (View source) + TwigCommands 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
+
+
@@ -210,6 +220,16 @@

Properties

+ + + + + +
+ protected + + $urifrom  +ExecTrait
protected CommandData|null @@ -274,35 +294,69 @@

Methods

- + void +
+
+ configurePrompts(InputInterface $input) + +

Configure the prompt fallbacks.

+ +
+
+
+ mixed +
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

Prompt the user until the given validation callback passes.

+ +
+
+
+ void +
+
+ restorePrompts() + +

Restore the prompts output.

+ +
+
+
+ bool
- __construct(TwigEnvironment $twig, ModuleHandlerInterface $moduleHandler, ExtensionList $extensionList, StateInterface $state, DrupalKernelInterface $kernel) + runningUnitTests()

No description

-
+
- SymfonyStyle +
- io() + __construct(TwigEnvironment $twig, ModuleHandlerInterface $moduleHandler, ModuleExtensionList $extensionList, StateInterface $state, DrupalKernelInterface $kernel) -

Override Robo's IO function with our custom style.

- +

No description

+
+
- void + DrushStyle
- setLoggerIfEmpty(LoggerInterface $logger) + io() -

Sets a logger, if none is available yet.

- +
@@ -341,6 +395,17 @@

Methods

+
+
+ initHook($input, AnnotationData $annotationData) + +

Persist commandData for use in primary command callback. Used by 'topic' commands.

+ +
+
+
+
printFileTopic(CommandData $commandData) @@ -362,14 +427,25 @@

Methods

- create(ContainerInterface $container) + processManager() -

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.

+
@@ -432,7 +508,7 @@

Details

bool startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false) @@ -478,7 +554,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.

@@ -493,7 +569,7 @@

Return Value

static bool programExists($program) @@ -537,7 +613,7 @@

Return Value

static string getEditor(string|null $editor = null) @@ -581,7 +657,7 @@

Return Value

DrushConfig getConfig() @@ -624,10 +700,11 @@

See also

-

- - - __construct(TwigEnvironment $twig, ModuleHandlerInterface $moduleHandler, ExtensionList $extensionList, StateInterface $state, DrupalKernelInterface $kernel) +

+ + protected void + configurePrompts(InputInterface $input)

@@ -635,41 +712,82 @@

-

No description

- +

Configure the prompt fallbacks.

Parameters

- - - - - - - + + +
TwigEnvironment$twig
ModuleHandlerInterface$moduleHandlerInputInterface$input
+ + +

Return Value

+ + + + + + +
void
+ + + + +
+

+ +

+
+

+ + protected mixed + promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

+
+ + + +
+

Prompt the user until the given validation callback passes.

+
+
+

Parameters

+ + - - + + - - + + - - + +
ExtensionList$extensionListClosure$prompt
StateInterface$statebool|string$required
DrupalKernelInterface$kernelClosure|null$validate
+

Return Value

+ + + + + + +
mixed
+ @@ -678,11 +796,11 @@

Parameters

-

- - protected SymfonyStyle - io() +

+ + protected void + restorePrompts()

@@ -690,7 +808,7 @@

-

Override Robo's IO function with our custom style.

+

Restore the prompts output.

@@ -698,7 +816,7 @@

Return Value

- +
SymfonyStylevoid
@@ -711,11 +829,11 @@

Return Value

-

- - void - setLoggerIfEmpty(LoggerInterface $logger) +

+ + protected bool + runningUnitTests()

@@ -723,25 +841,103 @@

-

Sets a logger, if none is available yet.

+

No description

+ +
+
+ +

Return Value

+ + + + + + +
bool
+ + + + +
+

+ +

+
+

+ + + __construct(TwigEnvironment $twig, ModuleHandlerInterface $moduleHandler, ModuleExtensionList $extensionList, StateInterface $state, DrupalKernelInterface $kernel) + +

+
+ + + +
+

No description

+

Parameters

- - + + + + + + + + + + + + + + + + + + + + + +
LoggerInterface$loggerTwigEnvironment$twig
ModuleHandlerInterface$moduleHandler
ModuleExtensionList$extensionList
StateInterface$state
DrupalKernelInterface$kernel
+ + + +
+
+ +
+
+

+ + protected DrushStyle + io() + +

+
+ + + +
+

Override Robo's IO function with our custom style.

+
+
+

Return Value

- +
voidDrushStyle
@@ -756,8 +952,8 @@

Return Value

- protected DrushLoggerManager|null +DrushCommands at line 72

+ DrushLoggerManager|null logger()

@@ -789,7 +985,7 @@

Return Value

protected void printFile(string $file) @@ -832,7 +1028,7 @@

Return Value

preHook(CommandData $commandData) @@ -859,6 +1055,45 @@

Parameters

+
+

+ +
+
+

+ + + initHook($input, AnnotationData $annotationData) + +

+
+ + + +
+

Persist commandData for use in primary command callback. Used by 'topic' commands.

+
+
+

Parameters

+ + + + + + + + + + + + +
$input
AnnotationData$annotationData
+ + + + +
@@ -866,7 +1101,7 @@

Parameters

protected printFileTopic(CommandData $commandData) @@ -900,7 +1135,7 @@

Parameters

protected HandlerStack getStack() @@ -937,15 +1172,49 @@

See also

+
+
+ +
+
+

+ + ProcessManager + processManager() + +

+
+ + + +
+

This method overrides the trait in order to provide a more specific return type.

+
+
+ +

Return Value

+ + + + + + +
ProcessManager
+ + + +

- - static TwigCommands - create(ContainerInterface $container) + + static AutowireTrait + create(ContainerInterface $container)

@@ -953,17 +1222,16 @@

-

No description

- +

Instantiates a new instance of the implementing class using autowiring.

Parameters

- + - +
ContainerInterfaceContainerInterface $container

The service container this instance should use.

@@ -972,7 +1240,7 @@

Return Value

- +
TwigCommandsAutowireTrait
@@ -986,7 +1254,7 @@

Return Value

- + TwigEnvironment getTwig() @@ -1019,7 +1287,7 @@

Return Value

- + ModuleHandlerInterface getModuleHandler() @@ -1052,7 +1320,7 @@

Return Value

- + RowsOfFields unused($searchpaths) @@ -1095,7 +1363,7 @@

Return Value

- + void twigCompile() @@ -1127,7 +1395,7 @@

Return Value

- + void twigDebug(string $mode) diff --git a/api/Drush/Commands/core/UpdateDBCommands.html b/api/Drush/Commands/core/UpdateDBCommands.html index b0e2a85519..1d3a8408bb 100644 --- a/api/Drush/Commands/core/UpdateDBCommands.html +++ b/api/Drush/Commands/core/UpdateDBCommands.html @@ -86,7 +86,7 @@

UpdateDBCommands

final class - UpdateDBCommands extends DrushCommands implements SiteAliasManagerAwareInterface (View source) + UpdateDBCommands extends DrushCommands (View source)

@@ -100,8 +100,8 @@

Traits

- SiteAliasManagerAwareTrait
-
+ AutowireTrait
+

A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.

@@ -127,6 +127,11 @@

Traits

IO
+
+
@@ -215,6 +220,16 @@

Properties

+ + + + + +
+ protected + + $urifrom  +ExecTrait
protected CommandData|null @@ -279,36 +294,69 @@

Methods

- + void +
+
+ configurePrompts(InputInterface $input) + +

Configure the prompt fallbacks.

+ +
+
+
+ mixed +
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

Prompt the user until the given validation callback passes.

+ +
+
+
+ void +
+
+ restorePrompts() + +

Restore the prompts output.

+ +
+
+
+ bool
- __construct() + runningUnitTests()

No description

- +
- SymfonyStyle +
- io() + __construct(SiteAliasManagerInterface $siteAliasManager) -

Override Robo's IO function with our custom style.

- +

No description

+
+
- void + DrushStyle
- setLoggerIfEmpty(LoggerInterface $logger) + io() -

Sets a logger, if none is available yet.

- +
@@ -347,6 +395,17 @@

Methods

+
+
+ initHook($input, AnnotationData $annotationData) + +

Persist commandData for use in primary command callback. Used by 'topic' commands.

+ +
+
+
+
printFileTopic(CommandData $commandData) @@ -365,6 +424,28 @@

Methods

Get a Guzzle handler stack that uses the Drush logger.

+
+
+ +
+ 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.

+
@@ -498,7 +579,7 @@

Details

bool startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false) @@ -544,7 +625,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.

@@ -559,7 +640,7 @@

Return Value

static bool programExists($program) @@ -603,7 +684,7 @@

Return Value

static string getEditor(string|null $editor = null) @@ -647,7 +728,7 @@

Return Value

DrushConfig getConfig() @@ -690,11 +771,11 @@

See also

-

- - - __construct() +

+ + protected void + configurePrompts(InputInterface $input)

@@ -702,11 +783,29 @@

-

No description

- +

Configure the prompt fallbacks.

+

Parameters

+ + + + + + + +
InputInterface$input
+ +

Return Value

+ + + + + + +
void
+ @@ -715,11 +814,11 @@

-

- - protected SymfonyStyle - io() +

+ + protected mixed + promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)

@@ -727,15 +826,35 @@

-

Override Robo's IO function with our custom style.

+

Prompt the user until the given validation callback passes.

+

Parameters

+ + + + + + + + + + + + + + + + + +
Closure$prompt
bool|string$required
Closure|null$validate
+

Return Value

- +
SymfonyStylemixed
@@ -748,11 +867,77 @@

Return Value

-

- - void - setLoggerIfEmpty(LoggerInterface $logger) +

+ + protected void + restorePrompts() + +

+
+ + + +
+

Restore the prompts output.

+
+
+ +

Return Value

+ + + + + + +
void
+ + + + +
+
+ +

+
+

+ + protected bool + runningUnitTests() + +

+
+ + + +
+

No description

+ +
+
+ +

Return Value

+ + + + + + +
bool
+ + + + +
+
+ +
+
+

+ + + __construct(SiteAliasManagerInterface $siteAliasManager)

@@ -760,25 +945,50 @@

-

Sets a logger, if none is available yet.

+

No description

+

Parameters

- - + +
LoggerInterface$loggerSiteAliasManagerInterface$siteAliasManager
+ + + +
+

+ +
+
+

+ + protected DrushStyle + io() + +

+
+ + + +
+

Override Robo's IO function with our custom style.

+
+
+

Return Value

- +
voidDrushStyle
@@ -793,8 +1003,8 @@

Return Value

- protected DrushLoggerManager|null +DrushCommands at line 72

+ DrushLoggerManager|null logger()

@@ -826,7 +1036,7 @@

Return Value

protected void printFile(string $file) @@ -869,7 +1079,7 @@

Return Value

preHook(CommandData $commandData) @@ -896,6 +1106,45 @@

Parameters

+
+

+ +

+
+

+ + + initHook($input, AnnotationData $annotationData) + +

+
+ + + +
+

Persist commandData for use in primary command callback. Used by 'topic' commands.

+
+
+

Parameters

+ + + + + + + + + + + + +
$input
AnnotationData$annotationData
+ + + + +
@@ -903,7 +1152,7 @@

Parameters

protected printFileTopic(CommandData $commandData) @@ -937,7 +1186,7 @@

Parameters

protected HandlerStack getStack() @@ -974,13 +1223,89 @@

See also

+
+
+ +
+
+

+ + ProcessManager + processManager() + +

+
+ + + +
+

This method overrides the trait in order to provide a more specific return type.

+
+
+ +

Return Value

+ + + + + + +
ProcessManager
+ + + + +
+
+ +
+
+

+ + static AutowireTrait + create(ContainerInterface $container) + +

+
+ + + +
+

Instantiates a new instance of the implementing class using autowiring.

+
+
+

Parameters

+ + + + + + + +
ContainerInterface$container

The service container this instance should use.

+ + +

Return Value

+ + + + + + +
AutowireTrait
+ + + +

- + int updatedb($options = ['cache-clear' => true]) @@ -1022,7 +1347,7 @@

Return Value

- + RowsOfFields|null updatedbStatus($options = ['format' => 'table']) @@ -1064,7 +1389,7 @@

Return Value

- + UnstructuredListData process(string $batch_id, $options = ['format' => 'json']) @@ -1111,7 +1436,7 @@

Return Value

- + static void updateDoOne(string $module, int $number, array $dependency_map, array $context) @@ -1175,7 +1500,7 @@

Return Value

- + static void updateDoOnePostUpdate(string $function, array $context) @@ -1223,7 +1548,7 @@

Return Value

- + void updateFinished(bool $success, array $results, array $operations) @@ -1275,7 +1600,7 @@

Return Value

- + bool updateBatch() @@ -1307,7 +1632,7 @@

Return Value

- + static void restoreMaintMode($status) @@ -1350,7 +1675,7 @@

Return Value

- + array getUpdateList() @@ -1383,7 +1708,7 @@

Return Value

- + static void cacheRebuild() @@ -1431,7 +1756,7 @@

See also

- + array getUpdatedbStatus(array $options) @@ -1479,7 +1804,7 @@

Return Value

- + bool updateCheckRequirements() diff --git a/api/Drush/Commands/core/UserCommands.html b/api/Drush/Commands/core/UserCommands.html index cf6650f2e7..67ff1feb99 100644 --- a/api/Drush/Commands/core/UserCommands.html +++ b/api/Drush/Commands/core/UserCommands.html @@ -86,7 +86,7 @@

UserCommands

final class - UserCommands extends DrushCommands (View source) + UserCommands 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
+
+
@@ -273,6 +283,16 @@

Properties

+ + + + + +
+ protected + + $urifrom  +ExecTrait
protected CommandData|null @@ -337,35 +357,69 @@

Methods

- + void
- __construct(DateFormatterInterface $dateFormatter) + configurePrompts(InputInterface $input) + +

Configure the prompt fallbacks.

+ +
+
+
+ mixed +
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

Prompt the user until the given validation callback passes.

+ +
+
+
+ void +
+
+ restorePrompts() + +

Restore the prompts output.

+ +
+
+
+ bool +
+
+ runningUnitTests()

No description

-
+
- SymfonyStyle +
- io() + __construct(DateFormatterInterface $dateFormatter) -

Override Robo's IO function with our custom style.

- +

No description

+
+
- void + DrushStyle
- setLoggerIfEmpty(LoggerInterface $logger) + io() -

Sets a logger, if none is available yet.

- +
@@ -404,6 +458,17 @@

Methods

+
+
+ initHook($input, AnnotationData $annotationData) + +

Persist commandData for use in primary command callback. Used by 'topic' commands.

+ +
+
+
+
printFileTopic(CommandData $commandData) @@ -425,14 +490,25 @@

Methods

- create(ContainerInterface $container) + processManager() -

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.

+
@@ -575,7 +651,7 @@

Details

bool startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false) @@ -621,7 +697,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.

@@ -636,7 +712,7 @@

Return Value

static bool programExists($program) @@ -680,7 +756,7 @@

Return Value

static string getEditor(string|null $editor = null) @@ -724,7 +800,7 @@

Return Value

DrushConfig getConfig() @@ -767,10 +843,11 @@

See also

-

- - - __construct(DateFormatterInterface $dateFormatter) +

+ + protected void + configurePrompts(InputInterface $input)

@@ -778,21 +855,29 @@

-

No description

- +

Configure the prompt fallbacks.

Parameters

- - + +
DateFormatterInterface$dateFormatterInputInterface$input
+

Return Value

+ + + + + + +
void
+ @@ -801,11 +886,11 @@

Parameters

-

- - protected SymfonyStyle - io() +

+ + protected mixed + promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)

@@ -813,15 +898,35 @@

-

Override Robo's IO function with our custom style.

+

Prompt the user until the given validation callback passes.

+

Parameters

+ + + + + + + + + + + + + + + + + +
Closure$prompt
bool|string$required
Closure|null$validate
+

Return Value

- +
SymfonyStylemixed
@@ -834,11 +939,11 @@

Return Value

-

- - void - setLoggerIfEmpty(LoggerInterface $logger) +

+ + protected void + restorePrompts()

@@ -846,25 +951,116 @@

-

Sets a logger, if none is available yet.

+

Restore the prompts output.

+
+
+ +

Return Value

+ + + + + + +
void
+ + + + +
+

+ +

+
+

+ + protected bool + runningUnitTests() + +

+
+ + + +
+

No description

+ +
+
+ +

Return Value

+ + + + + + +
bool
+ + + + +
+
+ +
+
+

+ + + __construct(DateFormatterInterface $dateFormatter) + +

+
+ + + +
+

No description

+

Parameters

- - + +
LoggerInterface$loggerDateFormatterInterface$dateFormatter
+ + + +
+
+ +
+
+

+ + protected DrushStyle + io() + +

+
+ + + +
+

Override Robo's IO function with our custom style.

+
+
+

Return Value

- +
voidDrushStyle
@@ -879,8 +1075,8 @@

Return Value

- protected DrushLoggerManager|null +DrushCommands at line 72

+ DrushLoggerManager|null logger()

@@ -912,7 +1108,7 @@

Return Value

protected void printFile(string $file) @@ -955,7 +1151,7 @@

Return Value

preHook(CommandData $commandData) @@ -982,6 +1178,45 @@

Parameters

+
+

+ +

+
+

+ + + initHook($input, AnnotationData $annotationData) + +

+
+ + + +
+

Persist commandData for use in primary command callback. Used by 'topic' commands.

+
+
+

Parameters

+ + + + + + + + + + + + +
$input
AnnotationData$annotationData
+ + + + +
@@ -989,7 +1224,7 @@

Parameters

protected printFileTopic(CommandData $commandData) @@ -1023,7 +1258,7 @@

Parameters

protected HandlerStack getStack() @@ -1060,15 +1295,49 @@

See also

+
+
+ +
+
+

+ + ProcessManager + processManager() + +

+
+ + + +
+

This method overrides the trait in order to provide a more specific return type.

+
+
+ +

Return Value

+ + + + + + +
ProcessManager
+ + + +

- - static UserCommands - create(ContainerInterface $container) + + static AutowireTrait + create(ContainerInterface $container)

@@ -1076,17 +1345,16 @@

-

No description

- +

Instantiates a new instance of the implementing class using autowiring.

Parameters

- + - +
ContainerInterfaceContainerInterface $container

The service container this instance should use.

@@ -1095,7 +1363,7 @@

Return Value

- +
UserCommandsAutowireTrait
@@ -1109,7 +1377,7 @@

Return Value

- + RowsOfFields information(string $names = '', $options = ['format' => 'table', 'uid' => self::REQ, 'mail' => self::REQ]) @@ -1156,7 +1424,7 @@

Return Value

- + renderRolesCell($key, $cellData, FormatterOptions $options) @@ -1200,7 +1468,7 @@

Parameters

- + void block(string $names = '', $options = ['uid' => self::REQ, 'mail' => self::REQ]) @@ -1247,7 +1515,7 @@

Return Value

- + void unblock(string $names = '', $options = ['uid' => self::REQ, 'mail' => self::REQ]) @@ -1294,7 +1562,7 @@

Return Value

- + void addRole(string $role, string $names = '', $options = ['uid' => self::REQ, 'mail' => self::REQ]) @@ -1346,7 +1614,7 @@

Return Value

- + void removeRole(string $role, string $names = '', $options = ['uid' => self::REQ, 'mail' => self::REQ]) @@ -1398,7 +1666,7 @@

Return Value

- + CommandError createUser(string $name, $options = ['format' => 'table', 'password' => self::REQ, 'mail' => self::REQ]) @@ -1445,7 +1713,7 @@

Return Value

- + void createValidate(CommandData $commandData) @@ -1487,7 +1755,7 @@

Return Value

- + void cancel(string $names = '', $options = ['delete-content' => false, 'reassign-content' => false, 'uid' => self::REQ, 'mail' => self::REQ]) @@ -1538,7 +1806,7 @@

Return Value

- + void password(string $name, string $password) @@ -1585,7 +1853,7 @@

Return Value

- + array infoArray($account) @@ -1627,7 +1895,7 @@

Return Value

- + protected array getAccounts(string $names = '', array $options = []) @@ -1683,7 +1951,7 @@

Exceptions

- + void roleComplete(CompletionInput $input, CompletionSuggestions $suggestions) diff --git a/api/Drush/Commands/core/ViewsCommands.html b/api/Drush/Commands/core/ViewsCommands.html index 4c87e984f9..291c54a397 100644 --- a/api/Drush/Commands/core/ViewsCommands.html +++ b/api/Drush/Commands/core/ViewsCommands.html @@ -86,7 +86,7 @@

ViewsCommands

final class - ViewsCommands extends DrushCommands (View source) + ViewsCommands 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
+
+
@@ -228,6 +238,16 @@

Properties

+ + + + + +
+ protected + + $urifrom  +ExecTrait
protected CommandData|null @@ -292,35 +312,69 @@

Methods

- + void
- __construct(ConfigFactoryInterface $configFactory, ModuleHandlerInterface $moduleHandler, EntityTypeManagerInterface $entityTypeManager, RendererInterface $renderer) + configurePrompts(InputInterface $input) + +

Configure the prompt fallbacks.

+ +
+
+
+ mixed +
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

Prompt the user until the given validation callback passes.

+ +
+
+
+ void +
+
+ restorePrompts() + +

Restore the prompts output.

+ +
+
+
+ bool +
+
+ runningUnitTests()

No description

-
+
- SymfonyStyle +
- io() + __construct(ConfigFactoryInterface $configFactory, ModuleHandlerInterface $moduleHandler, EntityTypeManagerInterface $entityTypeManager, RendererInterface $renderer) -

Override Robo's IO function with our custom style.

- +

No description

+
+
- void + DrushStyle
- setLoggerIfEmpty(LoggerInterface $logger) + io() -

Sets a logger, if none is available yet.

- +
@@ -359,6 +413,17 @@

Methods

+
+
+ initHook($input, AnnotationData $annotationData) + +

Persist commandData for use in primary command callback. Used by 'topic' commands.

+ +
+
+
+
printFileTopic(CommandData $commandData) @@ -380,14 +445,25 @@

Methods

- create(ContainerInterface $container) + processManager() -

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.

+
@@ -512,7 +588,7 @@

Details

bool startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false) @@ -558,7 +634,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.

@@ -573,7 +649,7 @@

Return Value

static bool programExists($program) @@ -617,7 +693,7 @@

Return Value

static string getEditor(string|null $editor = null) @@ -661,7 +737,7 @@

Return Value

DrushConfig getConfig() @@ -704,10 +780,11 @@

See also

-

- - - __construct(ConfigFactoryInterface $configFactory, ModuleHandlerInterface $moduleHandler, EntityTypeManagerInterface $entityTypeManager, RendererInterface $renderer) +

+ + protected void + configurePrompts(InputInterface $input)

@@ -715,36 +792,82 @@

-

No description

- +

Configure the prompt fallbacks.

Parameters

- - + + +
ConfigFactoryInterface$configFactoryInputInterface$input
+ + +

Return Value

+ + + + + + +
void
+ + + + +
+

+ +

+
+

+ + protected mixed + promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

+
+ + + +
+

Prompt the user until the given validation callback passes.

+
+
+

Parameters

+ + - - + + - - + + - - + +
ModuleHandlerInterface$moduleHandlerClosure$prompt
EntityTypeManagerInterface$entityTypeManagerbool|string$required
RendererInterface$rendererClosure|null$validate
+

Return Value

+ + + + + + +
mixed
+ @@ -753,11 +876,11 @@

Parameters

-

- - protected SymfonyStyle - io() +

+ + protected void + restorePrompts()

@@ -765,7 +888,7 @@

-

Override Robo's IO function with our custom style.

+

Restore the prompts output.

@@ -773,7 +896,7 @@

Return Value

- +
SymfonyStylevoid
@@ -786,11 +909,11 @@

Return Value

-

- - void - setLoggerIfEmpty(LoggerInterface $logger) +

+ + protected bool + runningUnitTests()

@@ -798,25 +921,98 @@

-

Sets a logger, if none is available yet.

+

No description

+ +
+
+ +

Return Value

+ + + + + + +
bool
+ + + + +
+

+ +

+
+

+ + + __construct(ConfigFactoryInterface $configFactory, ModuleHandlerInterface $moduleHandler, EntityTypeManagerInterface $entityTypeManager, RendererInterface $renderer) + +

+
+ + + +
+

No description

+

Parameters

- - + + + + + + + + + + + + + + + + +
LoggerInterface$loggerConfigFactoryInterface$configFactory
ModuleHandlerInterface$moduleHandler
EntityTypeManagerInterface$entityTypeManager
RendererInterface$renderer
+ + + +
+
+ +
+
+

+ + protected DrushStyle + io() + +

+
+ + + +
+

Override Robo's IO function with our custom style.

+
+
+

Return Value

- +
voidDrushStyle
@@ -831,8 +1027,8 @@

Return Value

- protected DrushLoggerManager|null +DrushCommands at line 72

+ DrushLoggerManager|null logger()

@@ -864,7 +1060,7 @@

Return Value

protected void printFile(string $file) @@ -907,7 +1103,7 @@

Return Value

preHook(CommandData $commandData) @@ -934,6 +1130,45 @@

Parameters

+
+

+ +
+
+

+ + + initHook($input, AnnotationData $annotationData) + +

+
+ + + +
+

Persist commandData for use in primary command callback. Used by 'topic' commands.

+
+
+

Parameters

+ + + + + + + + + + + + +
$input
AnnotationData$annotationData
+ + + + +
@@ -941,7 +1176,7 @@

Parameters

protected printFileTopic(CommandData $commandData) @@ -975,7 +1210,7 @@

Parameters

protected HandlerStack getStack() @@ -1012,15 +1247,49 @@

See also

+
+
+ +
+
+

+ + ProcessManager + processManager() + +

+
+ + + +
+

This method overrides the trait in order to provide a more specific return type.

+
+
+ +

Return Value

+ + + + + + +
ProcessManager
+ + + +

- - static ViewsCommands - create(ContainerInterface $container) + + static AutowireTrait + create(ContainerInterface $container)

@@ -1028,17 +1297,16 @@

-

No description

- +

Instantiates a new instance of the implementing class using autowiring.

Parameters

- + - +
ContainerInterfaceContainerInterface $container

The service container this instance should use.

@@ -1047,7 +1315,7 @@

Return Value

- +
ViewsCommandsAutowireTrait
@@ -1061,7 +1329,7 @@

Return Value

- + ConfigFactoryInterface getConfigFactory() @@ -1094,7 +1362,7 @@

Return Value

- + ModuleHandlerInterface getModuleHandler() @@ -1127,7 +1395,7 @@

Return Value

- + EntityTypeManagerInterface getEntityTypeManager() @@ -1160,7 +1428,7 @@

Return Value

- + RendererInterface getRenderer() @@ -1193,7 +1461,7 @@

Return Value

- + void dev() @@ -1225,7 +1493,7 @@

Return Value

- + RowsOfFields|null vlist($options = ['name' => self::REQ, 'tags' => self::REQ, 'status' => self::REQ, 'format' => 'table']) @@ -1267,7 +1535,7 @@

Return Value

- + string|null execute(string $view_name, $display = null, $view_args = null, $options = ['count' => 0, 'show-admin-links' => false]) @@ -1324,7 +1592,7 @@

Return Value

- + RowsOfFields|null analyze() @@ -1356,7 +1624,7 @@

Return Value

- + void enable(string $views) @@ -1398,7 +1666,7 @@

Return Value

- + void disable(string $views) @@ -1440,7 +1708,7 @@

Return Value

- + void cacheClear($types, $include_bootstrapped_types) diff --git a/api/Drush/Commands/core/WatchdogCommands.html b/api/Drush/Commands/core/WatchdogCommands.html index 3932e449f9..39db801cc7 100644 --- a/api/Drush/Commands/core/WatchdogCommands.html +++ b/api/Drush/Commands/core/WatchdogCommands.html @@ -86,7 +86,7 @@

WatchdogCommands

final class - WatchdogCommands extends DrushCommands (View source) + WatchdogCommands 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
+
+
@@ -228,6 +238,16 @@

Properties

+ + + + + +
+ protected + + $urifrom  +ExecTrait
protected CommandData|null @@ -292,35 +312,69 @@

Methods

- + void
- __construct(Connection $connection) + configurePrompts(InputInterface $input) + +

Configure the prompt fallbacks.

+ +
+
+
+ mixed +
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

Prompt the user until the given validation callback passes.

+ +
+
+
+ void +
+
+ restorePrompts() + +

Restore the prompts output.

+ +
+
+
+ bool +
+
+ runningUnitTests()

No description

-
+
- SymfonyStyle +
- io() + __construct(Connection $connection) -

Override Robo's IO function with our custom style.

- +

No description

+
+
- void + DrushStyle
- setLoggerIfEmpty(LoggerInterface $logger) + io() -

Sets a logger, if none is available yet.

- +
@@ -359,6 +413,17 @@

Methods

+
+
+ initHook($input, AnnotationData $annotationData) + +

Persist commandData for use in primary command callback. Used by 'topic' commands.

+ +
+
+
+
printFileTopic(CommandData $commandData) @@ -380,14 +445,25 @@

Methods

- create(ContainerInterface $container) + processManager() -

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.

+
@@ -455,17 +531,17 @@

Methods

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)

Build a WHERE snippet based on given parameters.

- + stdClass
- formatResult($result, bool $extended = false) + formatResult(stdClass $result, bool $extended = false)

Format a watchdog database row.

@@ -500,7 +576,7 @@

Details

bool startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false) @@ -546,7 +622,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.

@@ -561,7 +637,7 @@

Return Value

static bool programExists($program) @@ -605,7 +681,7 @@

Return Value

static string getEditor(string|null $editor = null) @@ -649,7 +725,7 @@

Return Value

DrushConfig getConfig() @@ -692,10 +768,11 @@

See also

-

- - - __construct(Connection $connection) +

+ + protected void + configurePrompts(InputInterface $input)

@@ -703,21 +780,29 @@

-

No description

- +

Configure the prompt fallbacks.

Parameters

- - + +
Connection$connectionInputInterface$input
+

Return Value

+ + + + + + +
void
+ @@ -726,11 +811,11 @@

Parameters

-

- - protected SymfonyStyle - io() +

+ + protected mixed + promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)

@@ -738,15 +823,35 @@

-

Override Robo's IO function with our custom style.

+

Prompt the user until the given validation callback passes.

+

Parameters

+ + + + + + + + + + + + + + + + + +
Closure$prompt
bool|string$required
Closure|null$validate
+

Return Value

- +
SymfonyStylemixed
@@ -759,11 +864,11 @@

Return Value

-

- - void - setLoggerIfEmpty(LoggerInterface $logger) +

+ + protected void + restorePrompts()

@@ -771,25 +876,116 @@

-

Sets a logger, if none is available yet.

+

Restore the prompts output.

+
+
+ +

Return Value

+ + + + + + +
void
+ + + + +
+

+ +

+
+

+ + protected bool + runningUnitTests() + +

+
+ + + +
+

No description

+ +
+
+ +

Return Value

+ + + + + + +
bool
+ + + + +
+
+ +
+
+

+ + + __construct(Connection $connection) + +

+
+ + + +
+

No description

+

Parameters

- - + +
LoggerInterface$loggerConnection$connection
+ + + +
+
+ +
+
+

+ + protected DrushStyle + io() + +

+
+ + + +
+

Override Robo's IO function with our custom style.

+
+
+

Return Value

- +
voidDrushStyle
@@ -804,8 +1000,8 @@

Return Value

- protected DrushLoggerManager|null +DrushCommands at line 72

+ DrushLoggerManager|null logger()

@@ -837,7 +1033,7 @@

Return Value

protected void printFile(string $file) @@ -880,7 +1076,7 @@

Return Value

preHook(CommandData $commandData) @@ -907,6 +1103,45 @@

Parameters

+
+

+ +

+
+

+ + + initHook($input, AnnotationData $annotationData) + +

+
+ + + +
+

Persist commandData for use in primary command callback. Used by 'topic' commands.

+
+
+

Parameters

+ + + + + + + + + + + + +
$input
AnnotationData$annotationData
+ + + + +
@@ -914,7 +1149,7 @@

Parameters

protected printFileTopic(CommandData $commandData) @@ -948,7 +1183,7 @@

Parameters

protected HandlerStack getStack() @@ -985,15 +1220,49 @@

See also

+
+
+ +
+
+

+ + ProcessManager + processManager() + +

+
+ + + +
+

This method overrides the trait in order to provide a more specific return type.

+
+
+ +

Return Value

+ + + + + + +
ProcessManager
+ + + +

- - static WatchdogCommands - create(ContainerInterface $container) + + static AutowireTrait + create(ContainerInterface $container)

@@ -1001,17 +1270,16 @@

-

No description

- +

Instantiates a new instance of the implementing class using autowiring.

Parameters

- + - +
ContainerInterfaceContainerInterface $container

The service container this instance should use.

@@ -1020,7 +1288,7 @@

Return Value

- +
WatchdogCommandsAutowireTrait
@@ -1034,7 +1302,7 @@

Return Value

- + RowsOfFields|null show($substring = '', $options = ['format' => 'table', 'count' => 10, 'severity' => self::REQ, 'severity-min' => self::REQ, 'type' => self::REQ, 'extended' => false]) @@ -1081,7 +1349,7 @@

Return Value

- + RowsOfFields|null watchdogList($substring = '', $options = ['format' => 'table', 'count' => 10, 'extended' => false]) @@ -1128,7 +1396,7 @@

Return Value

- + void tail(OutputInterface $output, $substring = '', $options = ['severity' => self::REQ, 'severity-min' => self::REQ, 'type' => self::REQ, 'extended' => false]) @@ -1180,7 +1448,7 @@

Return Value

- + void interactList($input, $output) @@ -1228,7 +1496,7 @@

Return Value

- + void delete($substring = '', $options = ['severity' => self::REQ, 'type' => self::REQ]) @@ -1275,7 +1543,7 @@

Return Value

- + PropertyList showOne($id, $options = ['format' => 'yaml']) @@ -1322,9 +1590,9 @@

Return Value

- + 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)

@@ -1359,7 +1627,7 @@

Parameters

('AND', 'OR'). Criteria for the WHERE snippet.

- int|string + int|string|null $severity_min

Int or String for the minimum severity to return.

@@ -1384,9 +1652,9 @@

Return Value

- - protected - formatResult($result, bool $extended = false) + + protected stdClass + formatResult(stdClass $result, bool $extended = false)

@@ -1401,18 +1669,27 @@

Parameters

- + - + - +
stdClass $result

Array. A database result object.

A database result object.

bool $extended

Boolean. Return extended message details.

Return extended message details.

+

Return Value

+ + + + + + +
stdClass

The result object with some attributes themed.

+ @@ -1422,7 +1699,7 @@

Parameters

- + static array messageTypes() @@ -1454,7 +1731,7 @@

Return Value

- + 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 @@

EntityTypeBundleAskTrait

trait - EntityTypeBundleAskTrait (View source) + EntityTypeBundleAskTrait (View source)

@@ -173,7 +173,7 @@

Details

- + protected array getFieldableEntityTypes() @@ -206,7 +206,7 @@

Return Value

- + protected string|null askEntityType() @@ -239,7 +239,7 @@

Return Value

- + protected string|null askBundle() diff --git a/api/Drush/Commands/field/FieldBaseInfoCommands.html b/api/Drush/Commands/field/FieldBaseInfoCommands.html index 0072faab6b..b2a59e32ba 100644 --- a/api/Drush/Commands/field/FieldBaseInfoCommands.html +++ b/api/Drush/Commands/field/FieldBaseInfoCommands.html @@ -85,8 +85,8 @@

FieldBaseInfoCommands

-

class - FieldBaseInfoCommands extends DrushCommands (View source) +

final class + FieldBaseInfoCommands extends DrushCommands (View source)

@@ -99,6 +99,11 @@

Traits

+ +

A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.

+
+
@@ -137,6 +142,11 @@

Traits

IO
+
+
@@ -190,6 +200,15 @@

Constants

+ + + +
+ BASE_INFO + +

+

+
@@ -198,6 +217,16 @@

Properties

+ + + + + +
+ protected + + $urifrom  +ExecTrait
protected CommandData|null @@ -292,35 +321,69 @@

Methods

- + void
- __construct(EntityTypeManagerInterface $entityTypeManager, EntityTypeBundleInfoInterface $entityTypeBundleInfo, EntityFieldManagerInterface $entityFieldManager) + configurePrompts(InputInterface $input) + +

Configure the prompt fallbacks.

+ +
+
+
+ mixed +
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

Prompt the user until the given validation callback passes.

+ +
+
+
+ void +
+
+ restorePrompts() + +

Restore the prompts output.

+ +
+
+
+ bool +
+
+ runningUnitTests()

No description

-
+
- SymfonyStyle +
- io() + __construct(EntityTypeManagerInterface $entityTypeManager, EntityTypeBundleInfoInterface $entityTypeBundleInfo, EntityFieldManagerInterface $entityFieldManager) -

Override Robo's IO function with our custom style.

- +

No description

+
+
- void + DrushStyle
- setLoggerIfEmpty(LoggerInterface $logger) + io() -

Sets a logger, if none is available yet.

- +
@@ -359,6 +422,17 @@

Methods

+
+
+ initHook($input, AnnotationData $annotationData) + +

Persist commandData for use in primary command callback. Used by 'topic' commands.

+ +
+
+
+
printFileTopic(CommandData $commandData) @@ -377,6 +451,28 @@

Methods

Get a Guzzle handler stack that uses the Drush logger.

+
+
+ +
+ 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.

+
@@ -473,17 +569,6 @@

Methods

-
-
-
- static FieldBaseInfoCommands -
-
- create(ContainerInterface $container) - -

No description

-
-
@@ -515,7 +600,7 @@

Details

bool startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false) @@ -561,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.

@@ -576,7 +661,7 @@

Return Value

static bool programExists($program) @@ -620,7 +705,7 @@

Return Value

static string getEditor(string|null $editor = null) @@ -664,7 +749,7 @@

Return Value

DrushConfig getConfig() @@ -707,10 +792,11 @@

See also

-

- - - __construct(EntityTypeManagerInterface $entityTypeManager, EntityTypeBundleInfoInterface $entityTypeBundleInfo, EntityFieldManagerInterface $entityFieldManager) +

+ + protected void + configurePrompts(InputInterface $input)

@@ -718,31 +804,82 @@

-

No description

- +

Configure the prompt fallbacks.

Parameters

- - + + +
EntityTypeManagerInterface$entityTypeManagerInputInterface$input
+ + +

Return Value

+ + + + + + +
void
+ + + + +
+

+ +

+
+

+ + protected mixed + promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

+
+ + + +
+

Prompt the user until the given validation callback passes.

+
+
+

Parameters

+ + - - + + - - + + + + + + +
EntityTypeBundleInfoInterface$entityTypeBundleInfoClosure$prompt
EntityFieldManagerInterface$entityFieldManagerbool|string$required
Closure|null$validate
+

Return Value

+ + + + + + +
mixed
+ @@ -751,11 +888,11 @@

Parameters

-

- - protected SymfonyStyle - io() +

+ + protected void + restorePrompts()

@@ -763,7 +900,7 @@

-

Override Robo's IO function with our custom style.

+

Restore the prompts output.

@@ -771,7 +908,7 @@

Return Value

- +
SymfonyStylevoid
@@ -784,11 +921,11 @@

Return Value

-

- - void - setLoggerIfEmpty(LoggerInterface $logger) +

+ + protected bool + runningUnitTests()

@@ -796,25 +933,93 @@

-

Sets a logger, if none is available yet.

+

No description

+ +
+
+ +

Return Value

+ + + + + + +
bool
+ + + + +
+

+ +

+
+

+ + + __construct(EntityTypeManagerInterface $entityTypeManager, EntityTypeBundleInfoInterface $entityTypeBundleInfo, EntityFieldManagerInterface $entityFieldManager) + +

+
+ + + +
+

No description

+

Parameters

- - + + + + + + + + + + + +
LoggerInterface$loggerEntityTypeManagerInterface$entityTypeManager
EntityTypeBundleInfoInterface$entityTypeBundleInfo
EntityFieldManagerInterface$entityFieldManager
+ + + +
+
+ +
+
+

+ + protected DrushStyle + io() + +

+
+ + + +
+

Override Robo's IO function with our custom style.

+
+
+

Return Value

- +
voidDrushStyle
@@ -829,8 +1034,8 @@

Return Value

- protected DrushLoggerManager|null +DrushCommands at line 72

+ DrushLoggerManager|null logger()

@@ -862,7 +1067,7 @@

Return Value

protected void printFile(string $file) @@ -905,7 +1110,7 @@

Return Value

preHook(CommandData $commandData) @@ -932,6 +1137,45 @@

Parameters

+
+

+ +
+
+

+ + + initHook($input, AnnotationData $annotationData) + +

+
+ + + +
+

Persist commandData for use in primary command callback. Used by 'topic' commands.

+
+
+

Parameters

+ + + + + + + + + + + + +
$input
AnnotationData$annotationData
+ + + + +
@@ -939,7 +1183,7 @@

Parameters

protected printFileTopic(CommandData $commandData) @@ -973,7 +1217,7 @@

Parameters

protected HandlerStack getStack() @@ -1010,6 +1254,82 @@

See also

+
+
+ +
+
+

+ + ProcessManager + processManager() + +

+
+ + + +
+

This method overrides the trait in order to provide a more specific return type.

+
+
+ +

Return Value

+ + + + + + +
ProcessManager
+ + + + +
+
+ +
+
+

+ + static AutowireTrait + create(ContainerInterface $container) + +

+
+ + + +
+

Instantiates a new instance of the implementing class using autowiring.

+
+
+

Parameters

+ + + + + + + +
ContainerInterface$container

The service container this instance should use.

+ + +

Return Value

+ + + + + + +
AutowireTrait
+ + + +
@@ -1017,7 +1337,7 @@

See also

+EntityTypeBundleAskTrait at line 22

protected array getFieldableEntityTypes() @@ -1051,7 +1371,7 @@

Return Value

+EntityTypeBundleAskTrait at line 32

protected string|null askEntityType() @@ -1085,7 +1405,7 @@

Return Value

+EntityTypeBundleAskTrait at line 50

protected string|null askBundle() @@ -1119,7 +1439,7 @@

Return Value

+EntityTypeBundleValidationTrait at line 16

protected void validateEntityType(string $entityTypeId) @@ -1163,7 +1483,7 @@

Return Value

+EntityTypeBundleValidationTrait at line 25

protected void validateBundle(string $entityTypeId, string $bundle) @@ -1212,7 +1532,7 @@

Return Value

+FieldDefinitionRowsOfFieldsTrait at line 13

renderArray($key, $value, FormatterOptions $options) @@ -1257,7 +1577,7 @@

Parameters

+FieldDefinitionRowsOfFieldsTrait at line 22

renderBoolean($key, $value, FormatterOptions $options) @@ -1302,7 +1622,7 @@

Parameters

+FieldDefinitionRowsOfFieldsTrait at line 31

protected RowsOfFields getRowsOfFieldsByFieldDefinitions(array $fieldDefinitions) @@ -1339,56 +1659,13 @@

Return Value

-
-
- -
-
-

- - static FieldBaseInfoCommands - create(ContainerInterface $container) - -

-
- - - -
-

No description

- -
-
-

Parameters

- - - - - - - -
ContainerInterface$container
- - -

Return Value

- - - - - - -
FieldBaseInfoCommands
- - - -

- + RowsOfFields info(string|null $entityType = null, array $options = ['format' => 'table']) @@ -1435,7 +1712,7 @@

Return Value

- + void complete(CompletionInput $input, CompletionSuggestions $suggestions) diff --git a/api/Drush/Commands/field/FieldBaseOverrideCreateCommands.html b/api/Drush/Commands/field/FieldBaseOverrideCreateCommands.html index ec48f4534a..839bcaf1a5 100644 --- a/api/Drush/Commands/field/FieldBaseOverrideCreateCommands.html +++ b/api/Drush/Commands/field/FieldBaseOverrideCreateCommands.html @@ -85,8 +85,8 @@

FieldBaseOverrideCreateCommands

-

class - FieldBaseOverrideCreateCommands extends DrushCommands (View source) +

final class + FieldBaseOverrideCreateCommands extends DrushCommands (View source)

@@ -99,6 +99,11 @@

Traits

+ +

A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.

+
+
@@ -132,6 +137,11 @@

Traits

IO
+
+
@@ -185,6 +195,15 @@

Constants

+ + + +
+ BASE_OVERRIDE_CREATE + +

+

+
@@ -193,6 +212,16 @@

Properties

+ + + + + +
+ protected + + $urifrom  +ExecTrait
protected CommandData|null @@ -287,35 +316,69 @@

Methods

- + void
- __construct(EntityTypeManagerInterface $entityTypeManager, EntityTypeBundleInfoInterface $entityTypeBundleInfo, EntityFieldManagerInterface $entityFieldManager) + configurePrompts(InputInterface $input) + +

Configure the prompt fallbacks.

+ +
+
+
+ mixed +
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

Prompt the user until the given validation callback passes.

+ +
+
+
+ void +
+
+ restorePrompts() + +

Restore the prompts output.

+ +
+
+
+ bool +
+
+ runningUnitTests()

No description

-
+
- SymfonyStyle +
- io() + __construct(EntityTypeManagerInterface $entityTypeManager, EntityTypeBundleInfoInterface $entityTypeBundleInfo, EntityFieldManagerInterface $entityFieldManager) -

Override Robo's IO function with our custom style.

- +

No description

+
+
- void + DrushStyle
- setLoggerIfEmpty(LoggerInterface $logger) + io() -

Sets a logger, if none is available yet.

- +
@@ -354,6 +417,17 @@

Methods

+
+
+ initHook($input, AnnotationData $annotationData) + +

Persist commandData for use in primary command callback. Used by 'topic' commands.

+ +
+
+
+
printFileTopic(CommandData $commandData) @@ -372,6 +446,28 @@

Methods

Get a Guzzle handler stack that uses the Drush logger.

+
+
+ +
+ 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.

+
@@ -432,17 +528,6 @@

Methods

-
-
- -
- create(ContainerInterface $container) - -

No description

-
-
@@ -551,7 +636,7 @@

Details

bool startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false) @@ -597,7 +682,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.

@@ -612,7 +697,7 @@

Return Value

static bool programExists($program) @@ -656,7 +741,7 @@

Return Value

static string getEditor(string|null $editor = null) @@ -700,7 +785,7 @@

Return Value

DrushConfig getConfig() @@ -743,10 +828,11 @@

See also

-

- - - __construct(EntityTypeManagerInterface $entityTypeManager, EntityTypeBundleInfoInterface $entityTypeBundleInfo, EntityFieldManagerInterface $entityFieldManager) +

+ + protected void + configurePrompts(InputInterface $input)

@@ -754,31 +840,82 @@

-

No description

- +

Configure the prompt fallbacks.

Parameters

- - + + +
EntityTypeManagerInterface$entityTypeManagerInputInterface$input
+ + +

Return Value

+ + + + + + +
void
+ + + + +
+

+ +

+
+

+ + protected mixed + promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

+
+ + + +
+

Prompt the user until the given validation callback passes.

+
+
+

Parameters

+ + - - + + - - + + + + + + +
EntityTypeBundleInfoInterface$entityTypeBundleInfoClosure$prompt
EntityFieldManagerInterface$entityFieldManagerbool|string$required
Closure|null$validate
+

Return Value

+ + + + + + +
mixed
+ @@ -787,11 +924,11 @@

Parameters

-

- - protected SymfonyStyle - io() +

+ + protected void + restorePrompts()

@@ -799,7 +936,7 @@

-

Override Robo's IO function with our custom style.

+

Restore the prompts output.

@@ -807,7 +944,7 @@

Return Value

- +
SymfonyStylevoid
@@ -820,11 +957,44 @@

Return Value

-

- - void - setLoggerIfEmpty(LoggerInterface $logger) +

+ + protected bool + runningUnitTests() + +

+
+ + + +
+

No description

+ +
+
+ +

Return Value

+ + + + + + +
bool
+ + + + +
+
+ +

+
+

+ + + __construct(EntityTypeManagerInterface $entityTypeManager, EntityTypeBundleInfoInterface $entityTypeBundleInfo, EntityFieldManagerInterface $entityFieldManager)

@@ -832,25 +1002,60 @@

-

Sets a logger, if none is available yet.

+

No description

+

Parameters

- - + + + + + + + + + + + +
LoggerInterface$loggerEntityTypeManagerInterface$entityTypeManager
EntityTypeBundleInfoInterface$entityTypeBundleInfo
EntityFieldManagerInterface$entityFieldManager
+ + + +
+

+ +
+
+

+ + protected DrushStyle + io() + +

+
+ + + +
+

Override Robo's IO function with our custom style.

+
+
+

Return Value

- +
voidDrushStyle
@@ -865,8 +1070,8 @@

Return Value

- protected DrushLoggerManager|null +DrushCommands at line 72

+ DrushLoggerManager|null logger()

@@ -898,7 +1103,7 @@

Return Value

protected void printFile(string $file) @@ -941,7 +1146,7 @@

Return Value

preHook(CommandData $commandData) @@ -968,6 +1173,45 @@

Parameters

+
+

+ +
+
+

+ + + initHook($input, AnnotationData $annotationData) + +

+
+ + + +
+

Persist commandData for use in primary command callback. Used by 'topic' commands.

+
+
+

Parameters

+ + + + + + + + + + + + +
$input
AnnotationData$annotationData
+ + + + +
@@ -975,7 +1219,7 @@

Parameters

protected printFileTopic(CommandData $commandData) @@ -1009,7 +1253,7 @@

Parameters

protected HandlerStack getStack() @@ -1046,6 +1290,82 @@

See also

+
+
+ +
+
+

+ + ProcessManager + processManager() + +

+
+ + + +
+

This method overrides the trait in order to provide a more specific return type.

+
+
+ +

Return Value

+ + + + + + +
ProcessManager
+ + + + +
+
+ +
+
+

+ + static AutowireTrait + create(ContainerInterface $container) + +

+
+ + + +
+

Instantiates a new instance of the implementing class using autowiring.

+
+
+

Parameters

+ + + + + + + +
ContainerInterface$container

The service container this instance should use.

+ + +

Return Value

+ + + + + + +
AutowireTrait
+ + + +
@@ -1053,7 +1373,7 @@

See also

+EntityTypeBundleAskTrait at line 22

protected array getFieldableEntityTypes() @@ -1087,7 +1407,7 @@

Return Value

+EntityTypeBundleAskTrait at line 32

protected string|null askEntityType() @@ -1121,7 +1441,7 @@

Return Value

+EntityTypeBundleAskTrait at line 50

protected string|null askBundle() @@ -1155,7 +1475,7 @@

Return Value

+EntityTypeBundleValidationTrait at line 16

protected void validateEntityType(string $entityTypeId) @@ -1199,7 +1519,7 @@

Return Value

+EntityTypeBundleValidationTrait at line 25

protected void validateBundle(string $entityTypeId, string $bundle) @@ -1241,56 +1561,13 @@

Return Value

-
-
- -
-
-

- - static FieldBaseOverrideCreateCommands - create(ContainerInterface $container) - -

-
- - - -
-

No description

- -
-
-

Parameters

- - - - - - - -
ContainerInterface$container
- - -

Return Value

- - - - - - -
FieldBaseOverrideCreateCommands
- - - -

- + 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]) @@ -1359,7 +1636,7 @@

See also

- + void complete(CompletionInput $input, CompletionSuggestions $suggestions) @@ -1407,7 +1684,7 @@

Return Value

- + protected string|null askFieldName(string $entityType) @@ -1450,7 +1727,7 @@

Return Value

- + protected string askFieldLabel(string $default) @@ -1493,7 +1770,7 @@

Return Value

- + protected string|null askFieldDescription(string|null $default) @@ -1536,7 +1813,7 @@

Return Value

- + protected bool askRequired(bool $default) @@ -1579,7 +1856,7 @@

Return Value

- + protected BaseFieldOverride createBaseFieldOverride(string $entityType, string $bundle, string $fieldName, $fieldLabel, $fieldDescription, bool $isRequired) @@ -1647,7 +1924,7 @@

Return Value

- + protected void logResult(BaseFieldOverride $baseFieldOverride) @@ -1690,7 +1967,7 @@

Return Value

- + 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 4b30b90edf..b31353960a 100644 --- a/api/Drush/Commands/field/FieldCreateCommands.html +++ b/api/Drush/Commands/field/FieldCreateCommands.html @@ -86,7 +86,7 @@

FieldCreateCommands

class - FieldCreateCommands extends DrushCommands implements CustomEventAwareInterface (View source) + FieldCreateCommands extends DrushCommands implements CustomEventAwareInterface (View source)

@@ -137,6 +137,11 @@

Traits

IO
+
+
@@ -207,6 +212,16 @@

Properties

+ + + + + +
+ protected + + $urifrom  +ExecTrait
protected CommandData|null @@ -310,35 +325,69 @@

Methods

- + void
- __construct(FieldTypePluginManagerInterface $fieldTypePluginManager, WidgetPluginManager $widgetPluginManager, SelectionPluginManagerInterface $selectionPluginManager, EntityTypeManagerInterface $entityTypeManager, EntityTypeBundleInfoInterface $entityTypeBundleInfo, ModuleHandlerInterface $moduleHandler, EntityFieldManagerInterface $entityFieldManager) + configurePrompts(InputInterface $input) + +

Configure the prompt fallbacks.

+ +
+
+
+ mixed +
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

Prompt the user until the given validation callback passes.

+ +
+
+
+ void +
+
+ restorePrompts() + +

Restore the prompts output.

+ +
+
+
+ bool +
+
+ runningUnitTests()

No description

-
+
- SymfonyStyle +
- io() + __construct(FieldTypePluginManagerInterface $fieldTypePluginManager, WidgetPluginManager $widgetPluginManager, SelectionPluginManagerInterface $selectionPluginManager, EntityTypeManagerInterface $entityTypeManager, EntityTypeBundleInfoInterface $entityTypeBundleInfo, ModuleHandlerInterface $moduleHandler, EntityFieldManagerInterface $entityFieldManager) -

Override Robo's IO function with our custom style.

- +

No description

+
+
- void + DrushStyle
- setLoggerIfEmpty(LoggerInterface $logger) + io() -

Sets a logger, if none is available yet.

- +
@@ -377,6 +426,17 @@

Methods

+
+
+ initHook($input, AnnotationData $annotationData) + +

Persist commandData for use in primary command callback. Used by 'topic' commands.

+ +
+
+
+
printFileTopic(CommandData $commandData) @@ -394,6 +454,17 @@

Methods

Get a Guzzle handler stack that uses the Drush logger.

+
+
+ +
+ processManager() + +

This method overrides the trait in order to provide a more specific return type.

+
@@ -461,7 +532,7 @@

Methods

static FieldCreateCommands
- create(ContainerInterface $container) + create(ContainerInterface $container)

No description

@@ -472,7 +543,7 @@

Methods

void
- setContentTranslationManager(ContentTranslationManagerInterface $manager = null) + setContentTranslationManager(ContentTranslationManagerInterface|null $manager = null)

No description

@@ -728,7 +799,7 @@

Details

bool startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false) @@ -774,7 +845,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.

@@ -789,7 +860,7 @@

Return Value

static bool programExists($program) @@ -833,7 +904,7 @@

Return Value

static string getEditor(string|null $editor = null) @@ -877,7 +948,7 @@

Return Value

DrushConfig getConfig() @@ -920,10 +991,11 @@

See also

-

- - - __construct(FieldTypePluginManagerInterface $fieldTypePluginManager, WidgetPluginManager $widgetPluginManager, SelectionPluginManagerInterface $selectionPluginManager, EntityTypeManagerInterface $entityTypeManager, EntityTypeBundleInfoInterface $entityTypeBundleInfo, ModuleHandlerInterface $moduleHandler, EntityFieldManagerInterface $entityFieldManager) +

+ + protected void + configurePrompts(InputInterface $input)

@@ -931,51 +1003,82 @@

-

No description

- +

Configure the prompt fallbacks.

Parameters

- - - - - - - - - - - - - - - - - + + +
FieldTypePluginManagerInterface$fieldTypePluginManager
WidgetPluginManager$widgetPluginManager
SelectionPluginManagerInterface$selectionPluginManager
EntityTypeManagerInterface$entityTypeManagerInputInterface$input
+ + +

Return Value

+ + + + + + +
void
+ + + + +
+

+ +

+
+

+ + protected mixed + promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

+
+ + + +
+

Prompt the user until the given validation callback passes.

+
+
+

Parameters

+ + - - + + - - + + - - + +
EntityTypeBundleInfoInterface$entityTypeBundleInfoClosure$prompt
ModuleHandlerInterface$moduleHandlerbool|string$required
EntityFieldManagerInterface$entityFieldManagerClosure|null$validate
+

Return Value

+ + + + + + +
mixed
+ @@ -984,11 +1087,11 @@

Parameters

-

- - protected SymfonyStyle - io() +

+ + protected void + restorePrompts()

@@ -996,7 +1099,7 @@

-

Override Robo's IO function with our custom style.

+

Restore the prompts output.

@@ -1004,7 +1107,7 @@

Return Value

- +
SymfonyStylevoid
@@ -1017,11 +1120,44 @@

Return Value

-

- - void - setLoggerIfEmpty(LoggerInterface $logger) +

+ + protected bool + runningUnitTests() + +

+
+ + + +
+

No description

+ +
+
+ +

Return Value

+ + + + + + +
bool
+ + + + +
+
+ +

+
+

+ + + __construct(FieldTypePluginManagerInterface $fieldTypePluginManager, WidgetPluginManager $widgetPluginManager, SelectionPluginManagerInterface $selectionPluginManager, EntityTypeManagerInterface $entityTypeManager, EntityTypeBundleInfoInterface $entityTypeBundleInfo, ModuleHandlerInterface $moduleHandler, EntityFieldManagerInterface $entityFieldManager)

@@ -1029,25 +1165,80 @@

-

Sets a logger, if none is available yet.

+

No description

+

Parameters

- - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
LoggerInterface$loggerFieldTypePluginManagerInterface$fieldTypePluginManager
WidgetPluginManager$widgetPluginManager
SelectionPluginManagerInterface$selectionPluginManager
EntityTypeManagerInterface$entityTypeManager
EntityTypeBundleInfoInterface$entityTypeBundleInfo
ModuleHandlerInterface$moduleHandler
EntityFieldManagerInterface$entityFieldManager
+ + + +
+

+ +
+
+

+ + protected DrushStyle + io() + +

+
+ + + +
+

Override Robo's IO function with our custom style.

+
+
+

Return Value

- +
voidDrushStyle
@@ -1062,8 +1253,8 @@

Return Value

- protected DrushLoggerManager|null +DrushCommands at line 72

+ DrushLoggerManager|null logger()

@@ -1095,7 +1286,7 @@

Return Value

protected void printFile(string $file) @@ -1138,7 +1329,7 @@

Return Value

preHook(CommandData $commandData) @@ -1165,6 +1356,45 @@

Parameters

+
+

+ +
+
+

+ + + initHook($input, AnnotationData $annotationData) + +

+
+ + + +
+

Persist commandData for use in primary command callback. Used by 'topic' commands.

+
+
+

Parameters

+ + + + + + + + + + + + +
$input
AnnotationData$annotationData
+ + + + +
@@ -1172,7 +1402,7 @@

Parameters

protected printFileTopic(CommandData $commandData) @@ -1206,7 +1436,7 @@

Parameters

protected HandlerStack getStack() @@ -1243,6 +1473,39 @@

See also

+
+
+ +

+
+

+ + ProcessManager + processManager() + +

+
+ + + +
+

This method overrides the trait in order to provide a more specific return type.

+
+
+ +

Return Value

+ + + + + + +
ProcessManager
+ + + +
@@ -1250,7 +1513,7 @@

See also

+EntityTypeBundleAskTrait at line 22

protected array getFieldableEntityTypes() @@ -1284,7 +1547,7 @@

Return Value

+EntityTypeBundleAskTrait at line 32

protected string|null askEntityType() @@ -1318,7 +1581,7 @@

Return Value

+EntityTypeBundleAskTrait at line 50

protected string|null askBundle() @@ -1352,7 +1615,7 @@

Return Value

+EntityTypeBundleValidationTrait at line 16

protected void validateEntityType(string $entityTypeId) @@ -1396,7 +1659,7 @@

Return Value

+EntityTypeBundleValidationTrait at line 25

protected void validateBundle(string $entityTypeId, string $bundle) @@ -1444,9 +1707,9 @@

Return Value

- + static FieldCreateCommands - create(ContainerInterface $container) + create(ContainerInterface $container)

@@ -1462,7 +1725,7 @@

Parameters

- + @@ -1487,9 +1750,9 @@

Return Value

- + void - setContentTranslationManager(ContentTranslationManagerInterface $manager = null) + setContentTranslationManager(ContentTranslationManagerInterface|null $manager = null)

@@ -1505,7 +1768,7 @@

Parameters

ContainerInterfaceContainerInterface $container
- + @@ -1530,7 +1793,7 @@

Return Value

- + void fieldCreate(string|null $entityType = null, string|null $bundle = null, array $options = ['field-name' => InputOption::VALUE_REQUIRED, 'field-label' => InputOption::VALUE_REQUIRED, 'field-description' => InputOption::VALUE_OPTIONAL, 'field-type' => InputOption::VALUE_REQUIRED, 'field-widget' => InputOption::VALUE_REQUIRED, 'is-required' => InputOption::VALUE_OPTIONAL, 'is-translatable' => InputOption::VALUE_OPTIONAL, 'cardinality' => InputOption::VALUE_REQUIRED, 'target-type' => InputOption::VALUE_OPTIONAL, 'target-bundle' => InputOption::VALUE_OPTIONAL, 'show-machine-names' => InputOption::VALUE_OPTIONAL, 'existing-field-name' => InputOption::VALUE_OPTIONAL, 'existing' => false]) @@ -1599,7 +1862,7 @@

See also

- + void complete(CompletionInput $input, CompletionSuggestions $suggestions) @@ -1647,7 +1910,7 @@

Return Value

- + protected string|null askExistingFieldName() @@ -1680,7 +1943,7 @@

Return Value

- + protected string askFieldName() @@ -1713,7 +1976,7 @@

Return Value

- + protected string askFieldLabel() @@ -1746,7 +2009,7 @@

Return Value

- + protected string|null askFieldDescription() @@ -1779,7 +2042,7 @@

Return Value

- + protected string askFieldType() @@ -1812,7 +2075,7 @@

Return Value

- + protected string|null askFieldWidget() @@ -1845,7 +2108,7 @@

Return Value

- + protected bool askRequired() @@ -1878,7 +2141,7 @@

Return Value

- + protected bool askTranslatable() @@ -1911,7 +2174,7 @@

Return Value

- + protected int askCardinality() @@ -1944,7 +2207,7 @@

Return Value

- + protected FieldConfigInterface createField() @@ -1977,7 +2240,7 @@

Return Value

- + protected FieldStorageConfigInterface createFieldStorage() @@ -2010,7 +2273,7 @@

Return Value

- + protected void createFieldDisplay(string $context) @@ -2053,7 +2316,7 @@

Return Value

- + protected EntityDisplayInterface|null getEntityDisplay(string $context) @@ -2096,7 +2359,7 @@

Return Value

- + protected void logResult(FieldConfigInterface $field) @@ -2139,7 +2402,7 @@

Return Value

- + protected string generateFieldName(string $source, string $bundle) @@ -2187,7 +2450,7 @@

Return Value

- + protected bool fieldExists(string $fieldName, string $entityType, string $bundle) @@ -2240,7 +2503,7 @@

Return Value

- + protected bool fieldStorageExists(string $fieldName, string $entityType) @@ -2288,7 +2551,7 @@

Return Value

- + protected array getExistingFieldStorageOptions(string $entityType, string $bundle, bool $showMachineNames) @@ -2341,7 +2604,7 @@

Return Value

- + protected bool hasContentTranslation() @@ -2374,7 +2637,7 @@

Return Value

- + protected void ensureOption(string $name, callable $asker, bool $required) diff --git a/api/Drush/Commands/field/FieldDefinitionCommands.html b/api/Drush/Commands/field/FieldDefinitionCommands.html index cd9ea3ec5a..b79cfc16d5 100644 --- a/api/Drush/Commands/field/FieldDefinitionCommands.html +++ b/api/Drush/Commands/field/FieldDefinitionCommands.html @@ -86,7 +86,7 @@

FieldDefinitionCommands

final class - FieldDefinitionCommands extends DrushCommands (View source) + FieldDefinitionCommands 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
+
+
@@ -210,6 +220,16 @@

Properties

ContentTranslationManagerInterfaceContentTranslationManagerInterface|null $manager
+ + + + + +
+ protected + + $urifrom  +ExecTrait
protected CommandData|null @@ -274,35 +294,69 @@

Methods

- + void
- __construct(FieldTypePluginManagerInterface $typePluginManager, WidgetPluginManager $widgetPluginManager, FormatterPluginManager $formatterPluginManager) + configurePrompts(InputInterface $input) + +

Configure the prompt fallbacks.

+ +
+
+
+ mixed +
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

Prompt the user until the given validation callback passes.

+ +
+
+
+ void +
+
+ restorePrompts() + +

Restore the prompts output.

+ +
+
+
+ bool +
+
+ runningUnitTests()

No description

-
+
- SymfonyStyle +
- io() + __construct(FieldTypePluginManagerInterface $typePluginManager, WidgetPluginManager $widgetPluginManager, FormatterPluginManager $formatterPluginManager) -

Override Robo's IO function with our custom style.

- +

No description

+
+
- void + DrushStyle
- setLoggerIfEmpty(LoggerInterface $logger) + io() -

Sets a logger, if none is available yet.

- +
@@ -341,6 +395,17 @@

Methods

+
+
+ initHook($input, AnnotationData $annotationData) + +

Persist commandData for use in primary command callback. Used by 'topic' commands.

+ +
+
+
+
printFileTopic(CommandData $commandData) @@ -362,14 +427,25 @@

Methods

- create(ContainerInterface $container) + processManager() -

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.

+
@@ -424,7 +500,7 @@

Details

bool startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false) @@ -470,7 +546,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 +561,7 @@

Return Value

static bool programExists($program) @@ -529,7 +605,7 @@

Return Value

static string getEditor(string|null $editor = null) @@ -573,7 +649,7 @@

Return Value

DrushConfig getConfig() @@ -616,10 +692,11 @@

See also

-

- - - __construct(FieldTypePluginManagerInterface $typePluginManager, WidgetPluginManager $widgetPluginManager, FormatterPluginManager $formatterPluginManager) +

+ + protected void + configurePrompts(InputInterface $input)

@@ -627,31 +704,82 @@

-

No description

- +

Configure the prompt fallbacks.

Parameters

- - + + + + +
FieldTypePluginManagerInterface$typePluginManagerInputInterface$input
+ + +

Return Value

+ + + + + + +
void
+ + + + +
+

+ +

+
+

+ + protected mixed + promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

+
+ + + +
+

Prompt the user until the given validation callback passes.

+
+
+

Parameters

+ + + + + - - + + - - + +
Closure$prompt
WidgetPluginManager$widgetPluginManagerbool|string$required
FormatterPluginManager$formatterPluginManagerClosure|null$validate
+

Return Value

+ + + + + + +
mixed
+ @@ -660,11 +788,11 @@

Parameters

-

- - protected SymfonyStyle - io() +

+ + protected void + restorePrompts()

@@ -672,7 +800,7 @@

-

Override Robo's IO function with our custom style.

+

Restore the prompts output.

@@ -680,7 +808,7 @@

Return Value

- +
SymfonyStylevoid
@@ -693,11 +821,11 @@

Return Value

-

- - void - setLoggerIfEmpty(LoggerInterface $logger) +

+ + protected bool + runningUnitTests()

@@ -705,25 +833,93 @@

-

Sets a logger, if none is available yet.

+

No description

+ +
+
+ +

Return Value

+ + + + + + +
bool
+ + + + +
+

+ +

+
+

+ + + __construct(FieldTypePluginManagerInterface $typePluginManager, WidgetPluginManager $widgetPluginManager, FormatterPluginManager $formatterPluginManager) + +

+
+ + + +
+

No description

+

Parameters

- - + + + + + + + + + + + +
LoggerInterface$loggerFieldTypePluginManagerInterface$typePluginManager
WidgetPluginManager$widgetPluginManager
FormatterPluginManager$formatterPluginManager
+ + + +
+
+ +
+
+

+ + protected DrushStyle + io() + +

+
+ + + +
+

Override Robo's IO function with our custom style.

+
+
+

Return Value

- +
voidDrushStyle
@@ -738,8 +934,8 @@

Return Value

- protected DrushLoggerManager|null +DrushCommands at line 72

+ DrushLoggerManager|null logger()

@@ -771,7 +967,7 @@

Return Value

protected void printFile(string $file) @@ -814,7 +1010,7 @@

Return Value

preHook(CommandData $commandData) @@ -841,6 +1037,45 @@

Parameters

+
+

+ +
+
+

+ + + initHook($input, AnnotationData $annotationData) + +

+
+ + + +
+

Persist commandData for use in primary command callback. Used by 'topic' commands.

+
+
+

Parameters

+ + + + + + + + + + + + +
$input
AnnotationData$annotationData
+ + + + +
@@ -848,7 +1083,7 @@

Parameters

protected printFileTopic(CommandData $commandData) @@ -882,7 +1117,7 @@

Parameters

protected HandlerStack getStack() @@ -919,15 +1154,49 @@

See also

+
+
+ +
+
+

+ + ProcessManager + processManager() + +

+
+ + + +
+

This method overrides the trait in order to provide a more specific return type.

+
+
+ +

Return Value

+ + + + + + +
ProcessManager
+ + + +

- - static FieldDefinitionCommands - create(ContainerInterface $container) + + static AutowireTrait + create(ContainerInterface $container)

@@ -935,17 +1204,16 @@

-

No description

- +

Instantiates a new instance of the implementing class using autowiring.

Parameters

- + - +
ContainerInterfaceContainerInterface $container

The service container this instance should use.

@@ -954,7 +1222,7 @@

Return Value

- +
FieldDefinitionCommandsAutowireTrait
@@ -968,7 +1236,7 @@

Return Value

- + UnstructuredListData types(array $options = ['format' => 'yaml']) @@ -1011,7 +1279,7 @@

Return Value

- + UnstructuredListData widgets(array $options = ['format' => 'yaml', 'field-type' => self::REQ]) @@ -1054,7 +1322,7 @@

Return Value

- + UnstructuredListData formatters(array $options = ['format' => 'yaml', 'field-type' => self::REQ]) @@ -1097,7 +1365,7 @@

Return Value

- + void complete(CompletionInput $input, CompletionSuggestions $suggestions) diff --git a/api/Drush/Commands/field/FieldDeleteCommands.html b/api/Drush/Commands/field/FieldDeleteCommands.html index 7a27c87513..ebb1eddd7e 100644 --- a/api/Drush/Commands/field/FieldDeleteCommands.html +++ b/api/Drush/Commands/field/FieldDeleteCommands.html @@ -85,8 +85,8 @@

FieldDeleteCommands

-

class - FieldDeleteCommands extends DrushCommands (View source) +

final class + FieldDeleteCommands extends DrushCommands (View source)

@@ -99,6 +99,11 @@

Traits

+ +

A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.

+
+
@@ -132,6 +137,11 @@

Traits

IO
+
+
@@ -185,6 +195,15 @@

Constants

+ + + +
+ DELETE + +

+

+
@@ -193,6 +212,16 @@

Properties

+ + + + + +
+ protected + + $urifrom  +ExecTrait
protected CommandData|null @@ -287,35 +316,69 @@

Methods

- + void +
+
+ configurePrompts(InputInterface $input) + +

Configure the prompt fallbacks.

+ +
+
+
+ mixed +
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

Prompt the user until the given validation callback passes.

+ +
+
+
+ void +
+
+ restorePrompts() + +

Restore the prompts output.

+ +
+
+
+ bool
- __construct(EntityTypeManagerInterface $entityTypeManager, EntityTypeBundleInfo $entityTypeBundleInfo) + runningUnitTests()

No description

-
+
- SymfonyStyle +
- io() + __construct(EntityTypeManagerInterface $entityTypeManager, EntityTypeBundleInfoInterface $entityTypeBundleInfo) -

Override Robo's IO function with our custom style.

- +

No description

+
+
- void + DrushStyle
- setLoggerIfEmpty(LoggerInterface $logger) + io() -

Sets a logger, if none is available yet.

- +
@@ -354,6 +417,17 @@

Methods

+
+
+ initHook($input, AnnotationData $annotationData) + +

Persist commandData for use in primary command callback. Used by 'topic' commands.

+ +
+
+
+
printFileTopic(CommandData $commandData) @@ -372,6 +446,28 @@

Methods

Get a Guzzle handler stack that uses the Drush logger.

+
+
+ +
+ 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.

+
@@ -431,17 +527,6 @@

Methods

-
-
-
- static FieldDeleteCommands -
-
- create(ContainerInterface $container) - -

No description

-
-
@@ -505,7 +590,7 @@

Details

bool startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false) @@ -551,7 +636,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.

@@ -566,7 +651,7 @@

Return Value

static bool programExists($program) @@ -610,7 +695,7 @@

Return Value

static string getEditor(string|null $editor = null) @@ -654,7 +739,7 @@

Return Value

DrushConfig getConfig() @@ -697,10 +782,11 @@

See also

-

- - - __construct(EntityTypeManagerInterface $entityTypeManager, EntityTypeBundleInfo $entityTypeBundleInfo) +

+ + protected void + configurePrompts(InputInterface $input)

@@ -708,26 +794,82 @@

-

No description

- +

Configure the prompt fallbacks.

Parameters

- - + + +
EntityTypeManagerInterface$entityTypeManagerInputInterface$input
+ + +

Return Value

+ + + + + + +
void
+ + + + +
+

+ +

+
+

+ + protected mixed + promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

+
+ + + +
+

Prompt the user until the given validation callback passes.

+
+
+

Parameters

+ + - - + + + + + + + + + + + +
EntityTypeBundleInfo$entityTypeBundleInfoClosure$prompt
bool|string$required
Closure|null$validate
+

Return Value

+ + + + + + +
mixed
+ @@ -736,11 +878,11 @@

Parameters

-

- - protected SymfonyStyle - io() +

+ + protected void + restorePrompts()

@@ -748,7 +890,7 @@

-

Override Robo's IO function with our custom style.

+

Restore the prompts output.

@@ -756,7 +898,7 @@

Return Value

- +
SymfonyStylevoid
@@ -769,11 +911,11 @@

Return Value

-

- - void - setLoggerIfEmpty(LoggerInterface $logger) +

+ + protected bool + runningUnitTests()

@@ -781,25 +923,88 @@

-

Sets a logger, if none is available yet.

+

No description

+ +
+
+ +

Return Value

+ + + + + + +
bool
+ + + + +
+

+ +

+
+

+ + + __construct(EntityTypeManagerInterface $entityTypeManager, EntityTypeBundleInfoInterface $entityTypeBundleInfo) + +

+
+ + + +
+

No description

+

Parameters

- - + + + + + + +
LoggerInterface$loggerEntityTypeManagerInterface$entityTypeManager
EntityTypeBundleInfoInterface$entityTypeBundleInfo
+ + + +
+
+ +
+
+

+ + protected DrushStyle + io() + +

+
+ + + +
+

Override Robo's IO function with our custom style.

+
+
+

Return Value

- +
voidDrushStyle
@@ -814,8 +1019,8 @@

Return Value

- protected DrushLoggerManager|null +DrushCommands at line 72

+ DrushLoggerManager|null logger()

@@ -847,7 +1052,7 @@

Return Value

protected void printFile(string $file) @@ -890,7 +1095,7 @@

Return Value

preHook(CommandData $commandData) @@ -917,6 +1122,45 @@

Parameters

+
+

+ +
+
+

+ + + initHook($input, AnnotationData $annotationData) + +

+
+ + + +
+

Persist commandData for use in primary command callback. Used by 'topic' commands.

+
+
+

Parameters

+ + + + + + + + + + + + +
$input
AnnotationData$annotationData
+ + + + +
@@ -924,7 +1168,7 @@

Parameters

protected printFileTopic(CommandData $commandData) @@ -958,7 +1202,7 @@

Parameters

protected HandlerStack getStack() @@ -995,6 +1239,82 @@

See also

+
+
+ +
+
+

+ + ProcessManager + processManager() + +

+
+ + + +
+

This method overrides the trait in order to provide a more specific return type.

+
+
+ +

Return Value

+ + + + + + +
ProcessManager
+ + + + +
+
+ +
+
+

+ + static AutowireTrait + create(ContainerInterface $container) + +

+
+ + + +
+

Instantiates a new instance of the implementing class using autowiring.

+
+
+

Parameters

+ + + + + + + +
ContainerInterface$container

The service container this instance should use.

+ + +

Return Value

+ + + + + + +
AutowireTrait
+ + + +
@@ -1002,7 +1322,7 @@

See also

+EntityTypeBundleAskTrait at line 22

protected array getFieldableEntityTypes() @@ -1036,7 +1356,7 @@

Return Value

+EntityTypeBundleAskTrait at line 32

protected string|null askEntityType() @@ -1069,7 +1389,7 @@

Return Value

- + protected string|null askBundle() @@ -1103,7 +1423,7 @@

Return Value

+EntityTypeBundleValidationTrait at line 16

protected void validateEntityType(string $entityTypeId) @@ -1147,7 +1467,7 @@

Return Value

+EntityTypeBundleValidationTrait at line 25

protected void validateBundle(string $entityTypeId, string $bundle) @@ -1189,56 +1509,13 @@

Return Value

-
-
- -
-
-

- - static FieldDeleteCommands - create(ContainerInterface $container) - -

-
- - - -
-

No description

- -
-
-

Parameters

- - - - - - - -
ContainerInterface$container
- - -

Return Value

- - - - - - -
FieldDeleteCommands
- - - -

- + 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]) @@ -1301,7 +1578,7 @@

See also

- + void complete(CompletionInput $input, CompletionSuggestions $suggestions) @@ -1349,7 +1626,7 @@

Return Value

- + protected string|null askExisting(string $entityType, string|null $bundle) @@ -1397,7 +1674,7 @@

Return Value

- + protected array getFieldConfigs(string $entityType, string|null $bundle) @@ -1444,7 +1721,7 @@

Return Value

- + protected void deleteFieldConfig(FieldConfigInterface $fieldConfig) diff --git a/api/Drush/Commands/field/FieldEntityReferenceHooks.html b/api/Drush/Commands/field/FieldEntityReferenceHooks.html index 6310b849d9..8bf807b5df 100644 --- a/api/Drush/Commands/field/FieldEntityReferenceHooks.html +++ b/api/Drush/Commands/field/FieldEntityReferenceHooks.html @@ -86,7 +86,7 @@

FieldEntityReferenceHooks

class - FieldEntityReferenceHooks extends DrushCommands (View source) + FieldEntityReferenceHooks extends DrushCommands (View source)

@@ -99,6 +99,11 @@

Traits

+ +

A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.

+
+
@@ -127,6 +132,11 @@

Traits

IO
+
+
@@ -188,6 +198,16 @@

Properties

+ + + + + + - - - - -
+ protected + + $urifrom  +ExecTrait
protected CommandData|null @@ -262,35 +282,69 @@

Methods

- + void
- __construct(EntityTypeManagerInterface $entityTypeManager, EntityTypeBundleInfoInterface $entityTypeBundleInfo) + configurePrompts(InputInterface $input) + +

Configure the prompt fallbacks.

+ +
+
+
+ mixed +
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

Prompt the user until the given validation callback passes.

+ +
+
+
+ void +
+
+ restorePrompts() + +

Restore the prompts output.

+ +
+
+
+ bool +
+
+ runningUnitTests()

No description

-
+
- SymfonyStyle +
- io() + __construct(EntityTypeManagerInterface $entityTypeManager, EntityTypeBundleInfoInterface $entityTypeBundleInfo) -

Override Robo's IO function with our custom style.

- +

No description

+
+
- void + DrushStyle
- setLoggerIfEmpty(LoggerInterface $logger) + io() -

Sets a logger, if none is available yet.

- +
@@ -329,6 +383,17 @@

Methods

+
+
+ initHook($input, AnnotationData $annotationData) + +

Persist commandData for use in primary command callback. Used by 'topic' commands.

+ +
+
+
+
printFileTopic(CommandData $commandData) @@ -350,38 +415,49 @@

Methods

- void + ProcessManager
- validateEntityType(string $entityTypeId) + processManager() -

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
- validateBundle(string $entityTypeId, string $bundle) + validateEntityType(string $entityTypeId)

No description

-
- static FieldEntityReferenceHooks + void
- create(ContainerInterface $container) + validateBundle(string $entityTypeId, string $bundle)

No description

-
+
@@ -458,7 +534,7 @@

Details

bool startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false) @@ -504,7 +580,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.

@@ -519,7 +595,7 @@

Return Value

static bool programExists($program) @@ -563,7 +639,7 @@

Return Value

static string getEditor(string|null $editor = null) @@ -607,7 +683,7 @@

Return Value

DrushConfig getConfig() @@ -650,10 +726,11 @@

See also

-

- - - __construct(EntityTypeManagerInterface $entityTypeManager, EntityTypeBundleInfoInterface $entityTypeBundleInfo) +

+ + protected void + configurePrompts(InputInterface $input)

@@ -661,26 +738,82 @@

-

No description

- +

Configure the prompt fallbacks.

Parameters

- - + + + + +
EntityTypeManagerInterface$entityTypeManagerInputInterface$input
+ + +

Return Value

+ + + + + + +
void
+ + + + +
+

+ +

+
+

+ + protected mixed + promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

+
+ + + +
+

Prompt the user until the given validation callback passes.

+
+
+

Parameters

+ + + + + - - + + + + + + +
Closure$prompt
EntityTypeBundleInfoInterface$entityTypeBundleInfobool|string$required
Closure|null$validate
+

Return Value

+ + + + + + +
mixed
+ @@ -689,11 +822,11 @@

Parameters

-

- - protected SymfonyStyle - io() +

+ + protected void + restorePrompts()

@@ -701,7 +834,7 @@

-

Override Robo's IO function with our custom style.

+

Restore the prompts output.

@@ -709,7 +842,7 @@

Return Value

- +
SymfonyStylevoid
@@ -722,11 +855,11 @@

Return Value

-

- - void - setLoggerIfEmpty(LoggerInterface $logger) +

+ + protected bool + runningUnitTests()

@@ -734,25 +867,88 @@

-

Sets a logger, if none is available yet.

+

No description

+ +
+
+ +

Return Value

+ + + + + + +
bool
+ + + + +
+

+ +

+
+

+ + + __construct(EntityTypeManagerInterface $entityTypeManager, EntityTypeBundleInfoInterface $entityTypeBundleInfo) + +

+
+ + + +
+

No description

+

Parameters

- - + + + + + + +
LoggerInterface$loggerEntityTypeManagerInterface$entityTypeManager
EntityTypeBundleInfoInterface$entityTypeBundleInfo
+ + + +
+
+ +
+
+

+ + protected DrushStyle + io() + +

+
+ + + +
+

Override Robo's IO function with our custom style.

+
+
+

Return Value

- +
voidDrushStyle
@@ -767,8 +963,8 @@

Return Value

- protected DrushLoggerManager|null +DrushCommands at line 72

+ DrushLoggerManager|null logger()

@@ -800,7 +996,7 @@

Return Value

protected void printFile(string $file) @@ -843,7 +1039,7 @@

Return Value

preHook(CommandData $commandData) @@ -870,6 +1066,45 @@

Parameters

+
+

+ +
+
+

+ + + initHook($input, AnnotationData $annotationData) + +

+
+ + + +
+

Persist commandData for use in primary command callback. Used by 'topic' commands.

+
+
+

Parameters

+ + + + + + + + + + + + +
$input
AnnotationData$annotationData
+ + + + +
@@ -877,7 +1112,7 @@

Parameters

protected printFileTopic(CommandData $commandData) @@ -911,7 +1146,7 @@

Parameters

protected HandlerStack getStack() @@ -953,11 +1188,11 @@

See also

-

- - protected void - validateEntityType(string $entityTypeId) +

+ + ProcessManager + processManager()

@@ -965,17 +1200,49 @@

-

No description

- +

This method overrides the trait in order to provide a more specific return type.

+
+
+ +

Return Value

+ + + + + + +
ProcessManager
+ + + + +
+

+ +

+
+

+ + static AutowireTrait + create(ContainerInterface $container) + +

+
+ + + +
+

Instantiates a new instance of the implementing class using autowiring.

Parameters

- - - + + +
string$entityTypeIdContainerInterface$container

The service container this instance should use.

@@ -984,7 +1251,7 @@

Return Value

- +
voidAutowireTrait
@@ -997,11 +1264,11 @@

Return Value

-

- +

+ protected void - validateBundle(string $entityTypeId, string $bundle) + validateEntityType(string $entityTypeId)

@@ -1020,11 +1287,6 @@

Parameters

string $entityTypeId
string$bundle
@@ -1046,10 +1308,11 @@

Return Value

-

- - static FieldEntityReferenceHooks - create(ContainerInterface $container) +

+ + protected void + validateBundle(string $entityTypeId, string $bundle)

@@ -1065,8 +1328,13 @@

Parameters

- - + + + + + + +
ContainerInterface$containerstring$entityTypeId
string$bundle
@@ -1076,7 +1344,7 @@

Return Value

- +
FieldEntityReferenceHooksvoid
@@ -1090,7 +1358,7 @@

Return Value

- + array hookFieldStorage(array $values, InputInterface $input) @@ -1138,7 +1406,7 @@

Return Value

- + array hookFieldConfig(array $values, InputInterface $input) @@ -1186,7 +1454,7 @@

Return Value

- + protected string getTargetType(InputInterface $input) @@ -1229,7 +1497,7 @@

Return Value

- + protected array|null getTargetBundles(InputInterface $input) @@ -1272,7 +1540,7 @@

Return Value

- + protected string askReferencedEntityType() @@ -1305,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 9432f9b847..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.

+
+
@@ -137,6 +142,11 @@

Traits

IO
+
+
@@ -190,6 +200,15 @@

Constants

+ + + +
+ INFO + +

+

+
@@ -198,6 +217,16 @@

Properties

+ + + + + +
+ protected + + $urifrom  +ExecTrait
protected CommandData|null @@ -292,35 +321,69 @@

Methods

- + void
- __construct(EntityTypeManagerInterface $entityTypeManager, EntityTypeBundleInfoInterface $entityTypeBundleInfo) + configurePrompts(InputInterface $input) + +

Configure the prompt fallbacks.

+ +
+
+
+ mixed +
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

Prompt the user until the given validation callback passes.

+ +
+
+
+ void +
+
+ restorePrompts() + +

Restore the prompts output.

+ +
+
+
+ bool +
+
+ runningUnitTests()

No description

-
+
- SymfonyStyle +
- io() + __construct(EntityTypeManagerInterface $entityTypeManager, EntityTypeBundleInfoInterface $entityTypeBundleInfo) -

Override Robo's IO function with our custom style.

- +

No description

+
+
- void + DrushStyle
- setLoggerIfEmpty(LoggerInterface $logger) + io() -

Sets a logger, if none is available yet.

- +
@@ -359,6 +422,17 @@

Methods

+
+
+ initHook($input, AnnotationData $annotationData) + +

Persist commandData for use in primary command callback. Used by 'topic' commands.

+ +
+
+
+
printFileTopic(CommandData $commandData) @@ -377,6 +451,28 @@

Methods

Get a Guzzle handler stack that uses the Drush logger.

+
+
+ +
+ 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.

+
@@ -473,17 +569,6 @@

Methods

-
-
-
- static FieldInfoCommands -
-
- create(ContainerInterface $container) - -

No description

-
-
@@ -515,7 +600,7 @@

Details

bool startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false) @@ -561,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.

@@ -576,7 +661,7 @@

Return Value

static bool programExists($program) @@ -620,7 +705,7 @@

Return Value

static string getEditor(string|null $editor = null) @@ -664,7 +749,7 @@

Return Value

DrushConfig getConfig() @@ -707,10 +792,11 @@

See also

-

- - - __construct(EntityTypeManagerInterface $entityTypeManager, EntityTypeBundleInfoInterface $entityTypeBundleInfo) +

+ + protected void + configurePrompts(InputInterface $input)

@@ -718,26 +804,82 @@

-

No description

- +

Configure the prompt fallbacks.

Parameters

- - + + +
EntityTypeManagerInterface$entityTypeManagerInputInterface$input
+ + +

Return Value

+ + + + + + +
void
+ + + + +
+

+ +

+
+

+ + protected mixed + promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

+
+ + + +
+

Prompt the user until the given validation callback passes.

+
+
+

Parameters

+ + - - + + + + + + + + + + + +
EntityTypeBundleInfoInterface$entityTypeBundleInfoClosure$prompt
bool|string$required
Closure|null$validate
+

Return Value

+ + + + + + +
mixed
+ @@ -746,11 +888,11 @@

Parameters

-

- - protected SymfonyStyle - io() +

+ + protected void + restorePrompts()

@@ -758,7 +900,7 @@

-

Override Robo's IO function with our custom style.

+

Restore the prompts output.

@@ -766,7 +908,7 @@

Return Value

- +
SymfonyStylevoid
@@ -779,11 +921,11 @@

Return Value

-

- - void - setLoggerIfEmpty(LoggerInterface $logger) +

+ + protected bool + runningUnitTests()

@@ -791,25 +933,88 @@

-

Sets a logger, if none is available yet.

+

No description

+ +
+
+ +

Return Value

+ + + + + + +
bool
+ + + + +
+

+ +

+
+

+ + + __construct(EntityTypeManagerInterface $entityTypeManager, EntityTypeBundleInfoInterface $entityTypeBundleInfo) + +

+
+ + + +
+

No description

+

Parameters

- - + + + + + + +
LoggerInterface$loggerEntityTypeManagerInterface$entityTypeManager
EntityTypeBundleInfoInterface$entityTypeBundleInfo
+ + + +
+
+ +
+
+

+ + protected DrushStyle + io() + +

+
+ + + +
+

Override Robo's IO function with our custom style.

+
+
+

Return Value

- +
voidDrushStyle
@@ -824,8 +1029,8 @@

Return Value

- protected DrushLoggerManager|null +DrushCommands at line 72

+ DrushLoggerManager|null logger()

@@ -857,7 +1062,7 @@

Return Value

protected void printFile(string $file) @@ -900,7 +1105,7 @@

Return Value

preHook(CommandData $commandData) @@ -927,6 +1132,45 @@

Parameters

+
+

+ +
+
+

+ + + initHook($input, AnnotationData $annotationData) + +

+
+ + + +
+

Persist commandData for use in primary command callback. Used by 'topic' commands.

+
+
+

Parameters

+ + + + + + + + + + + + +
$input
AnnotationData$annotationData
+ + + + +
@@ -934,7 +1178,7 @@

Parameters

protected printFileTopic(CommandData $commandData) @@ -968,7 +1212,7 @@

Parameters

protected HandlerStack getStack() @@ -1005,6 +1249,82 @@

See also

+
+
+ +
+
+

+ + ProcessManager + processManager() + +

+
+ + + +
+

This method overrides the trait in order to provide a more specific return type.

+
+
+ +

Return Value

+ + + + + + +
ProcessManager
+ + + + +
+
+ +
+
+

+ + static AutowireTrait + create(ContainerInterface $container) + +

+
+ + + +
+

Instantiates a new instance of the implementing class using autowiring.

+
+
+

Parameters

+ + + + + + + +
ContainerInterface$container

The service container this instance should use.

+ + +

Return Value

+ + + + + + +
AutowireTrait
+ + + +
@@ -1012,7 +1332,7 @@

See also

+EntityTypeBundleAskTrait at line 22

protected array getFieldableEntityTypes() @@ -1046,7 +1366,7 @@

Return Value

+EntityTypeBundleAskTrait at line 32

protected string|null askEntityType() @@ -1080,7 +1400,7 @@

Return Value

+EntityTypeBundleAskTrait at line 50

protected string|null askBundle() @@ -1114,7 +1434,7 @@

Return Value

+EntityTypeBundleValidationTrait at line 16

protected void validateEntityType(string $entityTypeId) @@ -1158,7 +1478,7 @@

Return Value

+EntityTypeBundleValidationTrait at line 25

protected void validateBundle(string $entityTypeId, string $bundle) @@ -1207,7 +1527,7 @@

Return Value

+FieldDefinitionRowsOfFieldsTrait at line 13

renderArray($key, $value, FormatterOptions $options) @@ -1252,7 +1572,7 @@

Parameters

+FieldDefinitionRowsOfFieldsTrait at line 22

renderBoolean($key, $value, FormatterOptions $options) @@ -1297,7 +1617,7 @@

Parameters

+FieldDefinitionRowsOfFieldsTrait at line 31

protected RowsOfFields getRowsOfFieldsByFieldDefinitions(array $fieldDefinitions) @@ -1334,56 +1654,13 @@

Return Value

-
-

- -
-
-

- - static FieldInfoCommands - create(ContainerInterface $container) - -

-
- - - -
-

No description

- -
-
-

Parameters

- - - - - - - -
ContainerInterface$container
- - -

Return Value

- - - - - - -
FieldInfoCommands
- - - -

- + RowsOfFields info(string|null $entityType = null, string|null $bundle = null, array $options = ['format' => 'table']) @@ -1435,7 +1712,7 @@

Return Value

- + void complete(CompletionInput $input, CompletionSuggestions $suggestions) diff --git a/api/Drush/Commands/field/FieldTextHooks.html b/api/Drush/Commands/field/FieldTextHooks.html index cd5705ff46..514c4a9c6e 100644 --- a/api/Drush/Commands/field/FieldTextHooks.html +++ b/api/Drush/Commands/field/FieldTextHooks.html @@ -86,7 +86,7 @@

FieldTextHooks

class - FieldTextHooks extends DrushCommands (View source) + FieldTextHooks extends DrushCommands (View source)

@@ -99,6 +99,11 @@

Traits

+ +

A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.

+
+
@@ -127,6 +132,11 @@

Traits

IO
+
+
@@ -188,6 +198,16 @@

Properties

+ + + + + + - - - - -
+ protected + + $urifrom  +ExecTrait
protected CommandData|null @@ -262,35 +282,69 @@

Methods

- + void
- __construct(EntityTypeManagerInterface $entityTypeManager, FieldTypePluginManagerInterface $fieldTypePluginManager) + configurePrompts(InputInterface $input) + +

Configure the prompt fallbacks.

+ +
+
+
+ mixed +
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

Prompt the user until the given validation callback passes.

+ +
+
+
+ void +
+
+ restorePrompts() + +

Restore the prompts output.

+ +
+
+
+ bool +
+
+ runningUnitTests()

No description

-
+
- SymfonyStyle +
- io() + __construct(EntityTypeManagerInterface $entityTypeManager, FieldTypePluginManagerInterface $fieldTypePluginManager) -

Override Robo's IO function with our custom style.

- +

No description

+
+
- void + DrushStyle
- setLoggerIfEmpty(LoggerInterface $logger) + io() -

Sets a logger, if none is available yet.

- +
@@ -329,6 +383,17 @@

Methods

+
+
+ initHook($input, AnnotationData $annotationData) + +

Persist commandData for use in primary command callback. Used by 'topic' commands.

+ +
+
+
+
printFileTopic(CommandData $commandData) @@ -350,38 +415,49 @@

Methods

- void + ProcessManager
- validateEntityType(string $entityTypeId) + processManager() -

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
- validateBundle(string $entityTypeId, string $bundle) + validateEntityType(string $entityTypeId)

No description

-
- static FieldTextHooks + void
- create(ContainerInterface $container) + validateBundle(string $entityTypeId, string $bundle)

No description

-
+
@@ -457,7 +533,7 @@

Details

bool startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false) @@ -503,7 +579,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.

@@ -518,7 +594,7 @@

Return Value

static bool programExists($program) @@ -562,7 +638,7 @@

Return Value

static string getEditor(string|null $editor = null) @@ -606,7 +682,7 @@

Return Value

DrushConfig getConfig() @@ -649,10 +725,11 @@

See also

-

- - - __construct(EntityTypeManagerInterface $entityTypeManager, FieldTypePluginManagerInterface $fieldTypePluginManager) +

+ + protected void + configurePrompts(InputInterface $input)

@@ -660,26 +737,82 @@

-

No description

- +

Configure the prompt fallbacks.

Parameters

- - + + +
EntityTypeManagerInterface$entityTypeManagerInputInterface$input
+ + +

Return Value

+ + + + + + +
void
+ + + + +
+

+ +

+
+

+ + protected mixed + promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

+
+ + + +
+

Prompt the user until the given validation callback passes.

+
+
+

Parameters

+ + - - + + + + + + + + + + + +
FieldTypePluginManagerInterface$fieldTypePluginManagerClosure$prompt
bool|string$required
Closure|null$validate
+

Return Value

+ + + + + + +
mixed
+ @@ -688,11 +821,11 @@

Parameters

-

- - protected SymfonyStyle - io() +

+ + protected void + restorePrompts()

@@ -700,7 +833,7 @@

-

Override Robo's IO function with our custom style.

+

Restore the prompts output.

@@ -708,7 +841,7 @@

Return Value

- +
SymfonyStylevoid
@@ -721,11 +854,11 @@

Return Value

-

- - void - setLoggerIfEmpty(LoggerInterface $logger) +

+ + protected bool + runningUnitTests()

@@ -733,25 +866,88 @@

-

Sets a logger, if none is available yet.

+

No description

+ +
+
+ +

Return Value

+ + + + + + +
bool
+ + + + +
+

+ +

+
+

+ + + __construct(EntityTypeManagerInterface $entityTypeManager, FieldTypePluginManagerInterface $fieldTypePluginManager) + +

+
+ + + +
+

No description

+

Parameters

- - + + + + + + +
LoggerInterface$loggerEntityTypeManagerInterface$entityTypeManager
FieldTypePluginManagerInterface$fieldTypePluginManager
+ + + +
+
+ +
+
+

+ + protected DrushStyle + io() + +

+
+ + + +
+

Override Robo's IO function with our custom style.

+
+
+

Return Value

- +
voidDrushStyle
@@ -766,8 +962,8 @@

Return Value

- protected DrushLoggerManager|null +DrushCommands at line 72

+ DrushLoggerManager|null logger()

@@ -799,7 +995,7 @@

Return Value

protected void printFile(string $file) @@ -842,7 +1038,7 @@

Return Value

preHook(CommandData $commandData) @@ -869,6 +1065,45 @@

Parameters

+
+

+ +
+
+

+ + + initHook($input, AnnotationData $annotationData) + +

+
+ + + +
+

Persist commandData for use in primary command callback. Used by 'topic' commands.

+
+
+

Parameters

+ + + + + + + + + + + + +
$input
AnnotationData$annotationData
+ + + + +
@@ -876,7 +1111,7 @@

Parameters

protected printFileTopic(CommandData $commandData) @@ -910,7 +1145,7 @@

Parameters

protected HandlerStack getStack() @@ -952,11 +1187,11 @@

See also

-

- - protected void - validateEntityType(string $entityTypeId) +

+ + ProcessManager + processManager()

@@ -964,17 +1199,49 @@

-

No description

- +

This method overrides the trait in order to provide a more specific return type.

+
+
+ +

Return Value

+ + + + + + +
ProcessManager
+ + + + +
+

+ +

+
+

+ + static AutowireTrait + create(ContainerInterface $container) + +

+
+ + + +
+

Instantiates a new instance of the implementing class using autowiring.

Parameters

- - - + + +
string$entityTypeIdContainerInterface$container

The service container this instance should use.

@@ -983,7 +1250,7 @@

Return Value

- +
voidAutowireTrait
@@ -996,11 +1263,11 @@

Return Value

-

- +

+ protected void - validateBundle(string $entityTypeId, string $bundle) + validateEntityType(string $entityTypeId)

@@ -1019,11 +1286,6 @@

Parameters

string $entityTypeId
string$bundle
@@ -1045,10 +1307,11 @@

Return Value

-

- - static FieldTextHooks - create(ContainerInterface $container) +

+ + protected void + validateBundle(string $entityTypeId, string $bundle)

@@ -1064,8 +1327,13 @@

Parameters

- - + + + + + + +
ContainerInterface$containerstring$entityTypeId
string$bundle
@@ -1075,7 +1343,7 @@

Return Value

- +
FieldTextHooksvoid
@@ -1089,7 +1357,7 @@

Return Value

- + void hookOption(Command $command, AnnotationData $annotationData) @@ -1137,7 +1405,7 @@

Return Value

- + void hookValidate(CommandData $commandData) @@ -1180,7 +1448,7 @@

Return Value

- + void hookSetOptions(InputInterface $input) @@ -1223,7 +1491,7 @@

Return Value

- + array hookFieldConfig(array $values, InputInterface $input) @@ -1271,7 +1539,7 @@

Return Value

- + protected bool hasAllowedFormats(string|null $fieldType = null) @@ -1314,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

- filterCLassExists(array $classes) + filterClassExists(array $classes)

Check each class for existence.

@@ -171,9 +171,9 @@

Details

- + - __construct(ContainerInterface $container, ContainerInterface $drush_container, LoggerInterface $logger) + __construct(ContainerInterface $drush_container, LoggerInterface $logger)

@@ -189,11 +189,6 @@

Parameters

- - - - - @@ -215,7 +210,7 @@

Parameters

- + Application create() @@ -247,7 +242,7 @@

Return Value

- + array discover() @@ -279,10 +274,10 @@

Return Value

-

- +

+ array - filterCLassExists(array $classes) + filterClassExists(array $classes)

@@ -322,7 +317,7 @@

Return Value

- + static void alterGenerators(GeneratorInfoAlter $event) @@ -364,7 +359,7 @@

Return Value

- + LoggerInterface logger() diff --git a/api/Drush/Commands/generate/GenerateCommands.html b/api/Drush/Commands/generate/GenerateCommands.html index a24482dc9e..3d8ab60a86 100644 --- a/api/Drush/Commands/generate/GenerateCommands.html +++ b/api/Drush/Commands/generate/GenerateCommands.html @@ -86,7 +86,7 @@

GenerateCommands

final class - GenerateCommands extends DrushCommands (View source) + GenerateCommands extends DrushCommands (View source)

@@ -122,6 +122,11 @@

Traits

IO
+
+
@@ -192,6 +197,16 @@

Properties

ContainerInterface$container
ContainerInterface $drush_container
+ + + + + +
+ protected + + $urifrom  +ExecTrait
protected CommandData|null @@ -256,35 +271,69 @@

Methods

- + void +
+
+ configurePrompts(InputInterface $input) + +

Configure the prompt fallbacks.

+ +
+
+
+ mixed +
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

Prompt the user until the given validation callback passes.

+ +
+
+
+ void +
+
+ restorePrompts() + +

Restore the prompts output.

+ +
+
+
+ bool
- __construct(ContainerInterface $container, ContainerInterface $drush_container) + runningUnitTests()

No description

-
+
- SymfonyStyle +
- io() + __construct(ContainerInterface $drush_container) -

Override Robo's IO function with our custom style.

- +

No description

+
+
- void + DrushStyle
- setLoggerIfEmpty(LoggerInterface $logger) + io() -

Sets a logger, if none is available yet.

- +
@@ -323,6 +372,17 @@

Methods

+
+
+ initHook($input, AnnotationData $annotationData) + +

Persist commandData for use in primary command callback. Used by 'topic' commands.

+ +
+
+
+
printFileTopic(CommandData $commandData) @@ -340,6 +400,17 @@

Methods

Get a Guzzle handler stack that uses the Drush logger.

+
+
+ +
+ processManager() + +

This method overrides the trait in order to provide a more specific return type.

+
@@ -347,7 +418,7 @@

Methods

static GenerateCommands
- create(ContainerInterface $container, ContainerInterface $drush_container) + create(ContainerInterface $container)

No description

@@ -382,7 +453,7 @@

Details

bool startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false) @@ -428,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.

@@ -443,7 +514,7 @@

Return Value

static bool programExists($program) @@ -487,7 +558,7 @@

Return Value

static string getEditor(string|null $editor = null) @@ -531,7 +602,7 @@

Return Value

DrushConfig getConfig() @@ -574,10 +645,11 @@

See also

-

- - protected - __construct(ContainerInterface $container, ContainerInterface $drush_container) +

+ + protected void + configurePrompts(InputInterface $input)

@@ -585,26 +657,82 @@

-

No description

- +

Configure the prompt fallbacks.

Parameters

- - + + +
ContainerInterface$containerInputInterface$input
+ + +

Return Value

+ + + + + + +
void
+ + + + +
+

+ +

+
+

+ + protected mixed + promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

+
+ + + +
+

Prompt the user until the given validation callback passes.

+
+
+

Parameters

+ + - - + + + + + + + + + + + +
ContainerInterface$drush_containerClosure$prompt
bool|string$required
Closure|null$validate
+

Return Value

+ + + + + + +
mixed
+ @@ -613,11 +741,11 @@

Parameters

-

- - protected SymfonyStyle - io() +

+ + protected void + restorePrompts()

@@ -625,7 +753,7 @@

-

Override Robo's IO function with our custom style.

+

Restore the prompts output.

@@ -633,7 +761,7 @@

Return Value

- +
SymfonyStylevoid
@@ -646,11 +774,11 @@

Return Value

-

- - void - setLoggerIfEmpty(LoggerInterface $logger) +

+ + protected bool + runningUnitTests()

@@ -658,25 +786,83 @@

-

Sets a logger, if none is available yet.

+

No description

+ +
+
+ +

Return Value

+ + + + + + +
bool
+ + + + +
+

+ +

+
+

+ + protected + __construct(ContainerInterface $drush_container) + +

+
+ + + +
+

No description

+

Parameters

- - + +
LoggerInterface$loggerContainerInterface$drush_container
+ + + +
+
+ +
+
+

+ + protected DrushStyle + io() + +

+
+ + + +
+

Override Robo's IO function with our custom style.

+
+
+

Return Value

- +
voidDrushStyle
@@ -691,8 +877,8 @@

Return Value

- protected DrushLoggerManager|null +DrushCommands at line 72

+ DrushLoggerManager|null logger()

@@ -724,7 +910,7 @@

Return Value

protected void printFile(string $file) @@ -767,7 +953,7 @@

Return Value

preHook(CommandData $commandData) @@ -794,6 +980,45 @@

Parameters

+
+

+ +
+
+

+ + + initHook($input, AnnotationData $annotationData) + +

+
+ + + +
+

Persist commandData for use in primary command callback. Used by 'topic' commands.

+
+
+

Parameters

+ + + + + + + + + + + + +
$input
AnnotationData$annotationData
+ + + + +
@@ -801,7 +1026,7 @@

Parameters

protected printFileTopic(CommandData $commandData) @@ -835,7 +1060,7 @@

Parameters

protected HandlerStack getStack() @@ -872,15 +1097,48 @@

See also

+
+
+ +
+
+

+ + ProcessManager + processManager() + +

+
+ + + +
+

This method overrides the trait in order to provide a more specific return type.

+
+
+ +

Return Value

+ + + + + + +
ProcessManager
+ + + +

- + static GenerateCommands - create(ContainerInterface $container, ContainerInterface $drush_container) + create(ContainerInterface $container)

@@ -896,13 +1154,8 @@

Parameters

- - - - - - +
ContainerInterface$container
ContainerInterface$drush_container$container
@@ -926,7 +1179,7 @@

Return Value

- + int generate(string $generator = '', $options = ['replace' => false, 'working-dir' => self::REQ, 'answer' => [], 'destination' => self::REQ, 'dry-run' => false]) @@ -975,7 +1228,7 @@

Return Value

- + void generatorNameComplete(CompletionInput $input, CompletionSuggestions $suggestions) diff --git a/api/Drush/Commands/help/ListCommands.html b/api/Drush/Commands/help/ListCommands.html index d98de5bd01..66e74450b3 100644 --- a/api/Drush/Commands/help/ListCommands.html +++ b/api/Drush/Commands/help/ListCommands.html @@ -86,7 +86,7 @@

ListCommands

class - ListCommands extends DrushCommands (View source) + ListCommands extends DrushCommands (View source)

@@ -122,6 +122,11 @@

Traits

IO
+
+
@@ -192,6 +197,16 @@

Properties

+ + + + + + + + + +
+ protected + + $urifrom  +ExecTrait
protected CommandData|null @@ -256,36 +271,70 @@

Methods

- + void
- __construct() + configurePrompts(InputInterface $input) + +

Configure the prompt fallbacks.

+ +
+
+
+ mixed +
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

Prompt the user until the given validation callback passes.

+ +
+
+
+ void +
+
+ restorePrompts() + +

Restore the prompts output.

+ +
+
+
+ bool +
+
+ runningUnitTests()

No description

- +
- SymfonyStyle +
- io() + __construct() -

Override Robo's IO function with our custom style.

- +
- void + DrushStyle
- setLoggerIfEmpty(LoggerInterface $logger) + io() -

Sets a logger, if none is available yet.

- +
@@ -324,6 +373,17 @@

Methods

+
+
+ initHook($input, AnnotationData $annotationData) + +

Persist commandData for use in primary command callback. Used by 'topic' commands.

+ +
+
+
+
printFileTopic(CommandData $commandData) @@ -341,6 +401,17 @@

Methods

Get a Guzzle handler stack that uses the Drush logger.

+
+
+ +
+ processManager() + +

This method overrides the trait in order to provide a more specific return type.

+
@@ -417,7 +488,7 @@

Details

bool startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false) @@ -463,7 +534,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.

@@ -478,7 +549,7 @@

Return Value

static bool programExists($program) @@ -522,7 +593,7 @@

Return Value

static string getEditor(string|null $editor = null) @@ -566,7 +637,7 @@

Return Value

DrushConfig getConfig() @@ -609,11 +680,11 @@

See also

-

- - - __construct() +

+ + protected void + configurePrompts(InputInterface $input)

@@ -621,11 +692,29 @@

-

No description

- +

Configure the prompt fallbacks.

+

Parameters

+ + + + + + + +
InputInterface$input
+ +

Return Value

+ + + + + + +
void
+ @@ -634,11 +723,11 @@

-

- - protected SymfonyStyle - io() +

+ + protected mixed + promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)

@@ -646,15 +735,35 @@

-

Override Robo's IO function with our custom style.

+

Prompt the user until the given validation callback passes.

+

Parameters

+ + + + + + + + + + + + + + + + + +
Closure$prompt
bool|string$required
Closure|null$validate
+

Return Value

- +
SymfonyStylemixed
@@ -667,11 +776,11 @@

Return Value

-

- - void - setLoggerIfEmpty(LoggerInterface $logger) +

+ + protected void + restorePrompts()

@@ -679,25 +788,107 @@

-

Sets a logger, if none is available yet.

+

Restore the prompts output.

-

Parameters

+ +

Return Value

- - - - - -
LoggerInterface$logger
+

void
+ + + + +
+
+ +
+
+

+ + protected bool + runningUnitTests() + +

+
+ + +
+

No description

+ +
+

Return Value

- + + + +
voidbool
+ + + + +
+
+ +
+
+

+ + + __construct() + +

+
+ + + +
+

No description

+ +
+
+ + + + +
+
+ +
+
+

+ + protected DrushStyle + io() + +

+
+ + + +
+

Override Robo's IO function with our custom style.

+
+
+ +

Return Value

+ + + +
DrushStyle
@@ -712,8 +903,8 @@

Return Value

- protected DrushLoggerManager|null +DrushCommands at line 72

+ DrushLoggerManager|null logger()

@@ -745,7 +936,7 @@

Return Value

protected void printFile(string $file) @@ -788,7 +979,7 @@

Return Value

preHook(CommandData $commandData) @@ -815,6 +1006,45 @@

Parameters

+
+
+ +
+
+

+ + + initHook($input, AnnotationData $annotationData) + +

+
+ + + +
+

Persist commandData for use in primary command callback. Used by 'topic' commands.

+
+
+

Parameters

+ + + + + + + + + + + + +
$input
AnnotationData$annotationData
+ + + + +
@@ -822,7 +1052,7 @@

Parameters

protected printFileTopic(CommandData $commandData) @@ -856,7 +1086,7 @@

Parameters

protected HandlerStack getStack() @@ -893,13 +1123,46 @@

See also

+
+

+ +
+
+

+ + ProcessManager + processManager() + +

+
+ + + +
+

This method overrides the trait in order to provide a more specific return type.

+
+
+ +

Return Value

+ + + + + + +
ProcessManager
+ + + +

- + string|null helpList($options = ['format' => 'listcli', 'raw' => false, 'filter' => self::REQ]) @@ -941,7 +1204,7 @@

Return Value

- + DOMDocument buildDom($namespaced, $application) @@ -989,7 +1252,7 @@

Return Value

- + static void renderListCLI(Application $application, array $namespaced, OutputInterface $output, string $preamble) @@ -1047,7 +1310,7 @@

Return Value

- + static int getTerminalWidth() @@ -1080,7 +1343,7 @@

Return Value

- + void renderListRaw(array $namespaced) @@ -1123,7 +1386,7 @@

Return Value

- + static array categorize(array $all, string $separator = ':') diff --git a/api/Drush/Commands/pm/PmCommands.html b/api/Drush/Commands/pm/PmCommands.html index a66b125c67..e021f15496 100644 --- a/api/Drush/Commands/pm/PmCommands.html +++ b/api/Drush/Commands/pm/PmCommands.html @@ -86,7 +86,7 @@

PmCommands

final class - PmCommands extends DrushCommands (View source) + PmCommands 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
+
+
@@ -210,6 +220,16 @@

Properties

+ + + + + +
+ protected + + $urifrom  +ExecTrait
protected CommandData|null @@ -274,35 +294,69 @@

Methods

- + void
- __construct(ConfigFactoryInterface $configFactory, ModuleInstallerInterface $moduleInstaller, ModuleHandlerInterface $moduleHandler, ThemeHandlerInterface $themeHandler, ModuleExtensionList $extensionListModule) + configurePrompts(InputInterface $input) + +

Configure the prompt fallbacks.

+ +
+
+
+ mixed +
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

Prompt the user until the given validation callback passes.

+ +
+
+
+ void +
+
+ restorePrompts() + +

Restore the prompts output.

+ +
+
+
+ bool +
+
+ runningUnitTests()

No description

-
+
- SymfonyStyle +
- io() + __construct(ConfigFactoryInterface $configFactory, ModuleInstallerInterface $moduleInstaller, ModuleHandlerInterface $moduleHandler, ThemeHandlerInterface $themeHandler, ModuleExtensionList $extensionListModule) -

Override Robo's IO function with our custom style.

- +

No description

+
+
- void + DrushStyle
- setLoggerIfEmpty(LoggerInterface $logger) + io() -

Sets a logger, if none is available yet.

- +
@@ -341,6 +395,17 @@

Methods

+
+
+ initHook($input, AnnotationData $annotationData) + +

Persist commandData for use in primary command callback. Used by 'topic' commands.

+ +
+
+
+
printFileTopic(CommandData $commandData) @@ -362,14 +427,25 @@

Methods

- create(ContainerInterface $container) + processManager() -

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.

+
@@ -518,7 +594,7 @@

Details

bool startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false) @@ -564,7 +640,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.

@@ -579,7 +655,7 @@

Return Value

static bool programExists($program) @@ -623,7 +699,7 @@

Return Value

static string getEditor(string|null $editor = null) @@ -667,7 +743,7 @@

Return Value

DrushConfig getConfig() @@ -710,10 +786,11 @@

See also

-

- - - __construct(ConfigFactoryInterface $configFactory, ModuleInstallerInterface $moduleInstaller, ModuleHandlerInterface $moduleHandler, ThemeHandlerInterface $themeHandler, ModuleExtensionList $extensionListModule) +

+ + protected void + configurePrompts(InputInterface $input)

@@ -721,41 +798,82 @@

-

No description

- +

Configure the prompt fallbacks.

Parameters

- - - - - - - + + +
ConfigFactoryInterface$configFactory
ModuleInstallerInterface$moduleInstallerInputInterface$input
+ + +

Return Value

+ + + + + + +
void
+ + + + +
+

+ +

+
+

+ + protected mixed + promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

+
+ + + +
+

Prompt the user until the given validation callback passes.

+
+
+

Parameters

+ + - - + + - - + + - - + +
ModuleHandlerInterface$moduleHandlerClosure$prompt
ThemeHandlerInterface$themeHandlerbool|string$required
ModuleExtensionList$extensionListModuleClosure|null$validate
+

Return Value

+ + + + + + +
mixed
+ @@ -764,11 +882,11 @@

Parameters

-

- - protected SymfonyStyle - io() +

+ + protected void + restorePrompts()

@@ -776,7 +894,7 @@

-

Override Robo's IO function with our custom style.

+

Restore the prompts output.

@@ -784,7 +902,7 @@

Return Value

- +
SymfonyStylevoid
@@ -797,11 +915,11 @@

Return Value

-

- - void - setLoggerIfEmpty(LoggerInterface $logger) +

+ + protected bool + runningUnitTests()

@@ -809,25 +927,103 @@

-

Sets a logger, if none is available yet.

+

No description

+ +
+
+ +

Return Value

+ + + + + + +
bool
+ + + + +
+

+ +

+
+

+ + + __construct(ConfigFactoryInterface $configFactory, ModuleInstallerInterface $moduleInstaller, ModuleHandlerInterface $moduleHandler, ThemeHandlerInterface $themeHandler, ModuleExtensionList $extensionListModule) + +

+
+ + + +
+

No description

+

Parameters

- - + + + + + + + + + + + + + + + + + + + + + +
LoggerInterface$loggerConfigFactoryInterface$configFactory
ModuleInstallerInterface$moduleInstaller
ModuleHandlerInterface$moduleHandler
ThemeHandlerInterface$themeHandler
ModuleExtensionList$extensionListModule
+ + + +
+
+ +
+
+

+ + protected DrushStyle + io() + +

+
+ + + +
+

Override Robo's IO function with our custom style.

+
+
+

Return Value

- +
voidDrushStyle
@@ -842,8 +1038,8 @@

Return Value

- protected DrushLoggerManager|null +DrushCommands at line 72

+ DrushLoggerManager|null logger()

@@ -875,7 +1071,7 @@

Return Value

protected void printFile(string $file) @@ -918,7 +1114,7 @@

Return Value

preHook(CommandData $commandData) @@ -945,6 +1141,45 @@

Parameters

+
+

+ +
+
+

+ + + initHook($input, AnnotationData $annotationData) + +

+
+ + + +
+

Persist commandData for use in primary command callback. Used by 'topic' commands.

+
+
+

Parameters

+ + + + + + + + + + + + +
$input
AnnotationData$annotationData
+ + + + +
@@ -952,7 +1187,7 @@

Parameters

protected printFileTopic(CommandData $commandData) @@ -986,7 +1221,7 @@

Parameters

protected HandlerStack getStack() @@ -1023,15 +1258,49 @@

See also

+
+
+ +
+
+

+ + ProcessManager + processManager() + +

+
+ + + +
+

This method overrides the trait in order to provide a more specific return type.

+
+
+ +

Return Value

+ + + + + + +
ProcessManager
+ + + +

- - static PmCommands - create(ContainerInterface $container) + + static AutowireTrait + create(ContainerInterface $container)

@@ -1039,17 +1308,16 @@

-

No description

- +

Instantiates a new instance of the implementing class using autowiring.

Parameters

- + - +
ContainerInterfaceContainerInterface $container

The service container this instance should use.

@@ -1058,7 +1326,7 @@

Return Value

- +
PmCommandsAutowireTrait
@@ -1072,7 +1340,7 @@

Return Value

- + ConfigFactoryInterface getConfigFactory() @@ -1105,7 +1373,7 @@

Return Value

- + ModuleInstallerInterface getModuleInstaller() @@ -1138,7 +1406,7 @@

Return Value

- + ModuleHandlerInterface getModuleHandler() @@ -1171,7 +1439,7 @@

Return Value

- + ThemeHandlerInterface getThemeHandler() @@ -1204,7 +1472,7 @@

Return Value

- + ModuleExtensionList getExtensionListModule() @@ -1237,7 +1505,7 @@

Return Value

- + void install(array $modules) @@ -1279,7 +1547,7 @@

Return Value

- + void validateEnableModules(CommandData $commandData) @@ -1332,7 +1600,7 @@

See also

- + void uninstall(array $modules) @@ -1374,7 +1642,7 @@

Return Value

- + void validateUninstall(CommandData $commandData) @@ -1417,7 +1685,7 @@

Return Value

- + RowsOfFields pmList($options = ['format' => 'table', 'type' => 'module,theme', 'status' => 'enabled,disabled', 'package' => self::REQ, 'core' => false, 'no-core' => false]) @@ -1459,7 +1727,7 @@

Return Value

- + string extensionStatus($extension) @@ -1488,7 +1756,7 @@

Return Value

- +
string

describing extension status. Values: enabled|disabled.

Status. Values: enabled|disabled.

@@ -1501,7 +1769,7 @@

Return Value

- + array addInstallDependencies($modules) @@ -1544,7 +1812,7 @@

Return Value

- + addUninstallDependencies($modules) diff --git a/api/Drush/Commands/pm/ThemeCommands.html b/api/Drush/Commands/pm/ThemeCommands.html index 2485d02783..ae2113f251 100644 --- a/api/Drush/Commands/pm/ThemeCommands.html +++ b/api/Drush/Commands/pm/ThemeCommands.html @@ -86,7 +86,7 @@

ThemeCommands

final class - ThemeCommands extends DrushCommands (View source) + ThemeCommands 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
+
+
@@ -201,6 +211,16 @@

Properties

+ + + + + +
+ protected + + $urifrom  +ExecTrait
protected CommandData|null @@ -265,35 +285,69 @@

Methods

- + void
- __construct(ThemeInstallerInterface $themeInstaller) + configurePrompts(InputInterface $input) + +

Configure the prompt fallbacks.

+ +
+
+
+ mixed +
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

Prompt the user until the given validation callback passes.

+ +
+
+
+ void +
+
+ restorePrompts() + +

Restore the prompts output.

+ +
+
+
+ bool +
+
+ runningUnitTests()

No description

-
+
- SymfonyStyle +
- io() + __construct(ThemeInstallerInterface $themeInstaller) -

Override Robo's IO function with our custom style.

- +

No description

+
+
- void + DrushStyle
- setLoggerIfEmpty(LoggerInterface $logger) + io() -

Sets a logger, if none is available yet.

- +
@@ -332,6 +386,17 @@

Methods

+
+
+ initHook($input, AnnotationData $annotationData) + +

Persist commandData for use in primary command callback. Used by 'topic' commands.

+ +
+
+
+
printFileTopic(CommandData $commandData) @@ -353,14 +418,25 @@

Methods

- create(ContainerInterface $container) + processManager() -

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.

+
@@ -402,7 +478,7 @@

Details

bool startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false) @@ -448,7 +524,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.

@@ -463,7 +539,7 @@

Return Value

static bool programExists($program) @@ -507,7 +583,7 @@

Return Value

static string getEditor(string|null $editor = null) @@ -551,7 +627,7 @@

Return Value

DrushConfig getConfig() @@ -594,10 +670,11 @@

See also

-

- - - __construct(ThemeInstallerInterface $themeInstaller) +

+ + protected void + configurePrompts(InputInterface $input)

@@ -605,21 +682,29 @@

-

No description

- +

Configure the prompt fallbacks.

Parameters

- - + +
ThemeInstallerInterface$themeInstallerInputInterface$input
+

Return Value

+ + + + + + +
void
+ @@ -628,11 +713,11 @@

Parameters

-

- - protected SymfonyStyle - io() +

+ + protected mixed + promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)

@@ -640,15 +725,35 @@

-

Override Robo's IO function with our custom style.

+

Prompt the user until the given validation callback passes.

+

Parameters

+ + + + + + + + + + + + + + + + + +
Closure$prompt
bool|string$required
Closure|null$validate
+

Return Value

- +
SymfonyStylemixed
@@ -661,11 +766,11 @@

Return Value

-

- - void - setLoggerIfEmpty(LoggerInterface $logger) +

+ + protected void + restorePrompts()

@@ -673,25 +778,116 @@

-

Sets a logger, if none is available yet.

+

Restore the prompts output.

+
+
+ +

Return Value

+ + + + + + +
void
+ + + + +
+

+ +

+
+

+ + protected bool + runningUnitTests() + +

+
+ + + +
+

No description

+ +
+
+ +

Return Value

+ + + + + + +
bool
+ + + + +
+
+ +
+
+

+ + + __construct(ThemeInstallerInterface $themeInstaller) + +

+
+ + + +
+

No description

+

Parameters

- - + +
LoggerInterface$loggerThemeInstallerInterface$themeInstaller
+ + + +
+
+ +
+
+

+ + protected DrushStyle + io() + +

+
+ + + +
+

Override Robo's IO function with our custom style.

+
+
+

Return Value

- +
voidDrushStyle
@@ -706,8 +902,8 @@

Return Value

- protected DrushLoggerManager|null +DrushCommands at line 72

+ DrushLoggerManager|null logger()

@@ -739,7 +935,7 @@

Return Value

protected void printFile(string $file) @@ -782,7 +978,7 @@

Return Value

preHook(CommandData $commandData) @@ -809,6 +1005,45 @@

Parameters

+
+

+ +

+
+

+ + + initHook($input, AnnotationData $annotationData) + +

+
+ + + +
+

Persist commandData for use in primary command callback. Used by 'topic' commands.

+
+
+

Parameters

+ + + + + + + + + + + + +
$input
AnnotationData$annotationData
+ + + + +
@@ -816,7 +1051,7 @@

Parameters

protected printFileTopic(CommandData $commandData) @@ -850,7 +1085,7 @@

Parameters

protected HandlerStack getStack() @@ -887,15 +1122,49 @@

See also

+
+
+ +
+
+

+ + ProcessManager + processManager() + +

+
+ + + +
+

This method overrides the trait in order to provide a more specific return type.

+
+
+ +

Return Value

+ + + + + + +
ProcessManager
+ + + +

- - static ThemeCommands - create(ContainerInterface $container) + + static AutowireTrait + create(ContainerInterface $container)

@@ -903,17 +1172,16 @@

-

No description

- +

Instantiates a new instance of the implementing class using autowiring.

Parameters

- + - +
ContainerInterfaceContainerInterface $container

The service container this instance should use.

@@ -922,7 +1190,7 @@

Return Value

- +
ThemeCommandsAutowireTrait
@@ -936,7 +1204,7 @@

Return Value

- + ThemeInstallerInterface getThemeInstaller() @@ -969,7 +1237,7 @@

Return Value

- + void install(array $themes) @@ -1011,7 +1279,7 @@

Return Value

- + void uninstall(array $themes) diff --git a/api/Drush/Commands/sql/SqlSyncCommands.html b/api/Drush/Commands/sql/SqlSyncCommands.html index eedde0101d..b494db6f28 100644 --- a/api/Drush/Commands/sql/SqlSyncCommands.html +++ b/api/Drush/Commands/sql/SqlSyncCommands.html @@ -86,7 +86,7 @@

SqlSyncCommands

final class - SqlSyncCommands extends DrushCommands implements SiteAliasManagerAwareInterface (View source) + SqlSyncCommands extends DrushCommands (View source)

@@ -100,8 +100,8 @@

Traits

- SiteAliasManagerAwareTrait
-
+ AutowireTrait
+

A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.

@@ -127,6 +127,11 @@

Traits

IO
+
+
@@ -197,6 +202,16 @@

Properties

+ + + + + +
+ protected + + $urifrom  +ExecTrait
protected CommandData|null @@ -261,36 +276,69 @@

Methods

- + void +
+
+ configurePrompts(InputInterface $input) + +

Configure the prompt fallbacks.

+ +
+
+
+ mixed +
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate) + +

Prompt the user until the given validation callback passes.

+ +
+
+
+ void +
+
+ restorePrompts() + +

Restore the prompts output.

+ +
+
+
+ bool
- __construct() + runningUnitTests()

No description

- +
- SymfonyStyle +
- io() + __construct(SiteAliasManagerInterface $siteAliasManager) -

Override Robo's IO function with our custom style.

- +

No description

+
+
- void + DrushStyle
- setLoggerIfEmpty(LoggerInterface $logger) + io() -

Sets a logger, if none is available yet.

- +
@@ -329,6 +377,17 @@

Methods

+
+
+ initHook($input, AnnotationData $annotationData) + +

Persist commandData for use in primary command callback. Used by 'topic' commands.

+ +
+
+
+
printFileTopic(CommandData $commandData) @@ -347,6 +406,28 @@

Methods

Get a Guzzle handler stack that uses the Drush logger.

+
+
+ +
+ 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.

+
@@ -420,7 +501,7 @@

Details

bool startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false) @@ -466,7 +547,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.

@@ -481,7 +562,7 @@

Return Value

static bool programExists($program) @@ -525,7 +606,7 @@

Return Value

static string getEditor(string|null $editor = null) @@ -569,7 +650,7 @@

Return Value

DrushConfig getConfig() @@ -612,11 +693,11 @@

See also

-

- - - __construct() +

+ + protected void + configurePrompts(InputInterface $input)

@@ -624,11 +705,29 @@

-

No description

- +

Configure the prompt fallbacks.

+

Parameters

+ + + + + + + +
InputInterface$input
+ +

Return Value

+ + + + + + +
void
+ @@ -637,11 +736,11 @@

-

- - protected SymfonyStyle - io() +

+ + protected mixed + promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)

@@ -649,15 +748,35 @@

-

Override Robo's IO function with our custom style.

+

Prompt the user until the given validation callback passes.

+

Parameters

+ + + + + + + + + + + + + + + + + +
Closure$prompt
bool|string$required
Closure|null$validate
+

Return Value

- +
SymfonyStylemixed
@@ -670,11 +789,77 @@

Return Value

-

- - void - setLoggerIfEmpty(LoggerInterface $logger) +

+ + protected void + restorePrompts() + +

+
+ + + +
+

Restore the prompts output.

+
+
+ +

Return Value

+ + + + + + +
void
+ + + + +
+
+ +

+
+

+ + protected bool + runningUnitTests() + +

+
+ + + +
+

No description

+ +
+
+ +

Return Value

+ + + + + + +
bool
+ + + + +
+
+ +
+
+

+ + + __construct(SiteAliasManagerInterface $siteAliasManager)

@@ -682,25 +867,50 @@

-

Sets a logger, if none is available yet.

+

No description

+

Parameters

- - + +
LoggerInterface$loggerSiteAliasManagerInterface$siteAliasManager
+ + + +
+

+ +
+
+

+ + protected DrushStyle + io() + +

+
+ + + +
+

Override Robo's IO function with our custom style.

+
+
+

Return Value

- +
voidDrushStyle
@@ -715,8 +925,8 @@

Return Value

- protected DrushLoggerManager|null +DrushCommands at line 72

+ DrushLoggerManager|null logger()

@@ -748,7 +958,7 @@

Return Value

protected void printFile(string $file) @@ -791,7 +1001,7 @@

Return Value

preHook(CommandData $commandData) @@ -818,6 +1028,45 @@

Parameters

+
+

+ +

+
+

+ + + initHook($input, AnnotationData $annotationData) + +

+
+ + + +
+

Persist commandData for use in primary command callback. Used by 'topic' commands.

+
+
+

Parameters

+ + + + + + + + + + + + +
$input
AnnotationData$annotationData
+ + + + +
@@ -825,7 +1074,7 @@

Parameters

protected printFileTopic(CommandData $commandData) @@ -859,7 +1108,7 @@

Parameters

protected HandlerStack getStack() @@ -896,13 +1145,89 @@

See also

+
+
+ +
+
+

+ + ProcessManager + processManager() + +

+
+ + + +
+

This method overrides the trait in order to provide a more specific return type.

+
+
+ +

Return Value

+ + + + + + +
ProcessManager
+ + + + +
+
+ +
+
+

+ + static AutowireTrait + create(ContainerInterface $container) + +

+
+ + + +
+

Instantiates a new instance of the implementing class using autowiring.

+
+
+

Parameters

+ + + + + + + +
ContainerInterface$container

The service container this instance should use.

+ + +

Return Value

+ + + + + + +
AutowireTrait
+ + + +

- + 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]) @@ -954,7 +1279,7 @@

Return Value

- + void validate(CommandData $commandData) @@ -997,7 +1322,7 @@

Return Value

- + string databaseName(SiteAlias $record) @@ -1040,7 +1365,7 @@

Return Value

- + string dump(array $options, array $global_options, SiteAlias $sourceRecord) @@ -1092,7 +1417,7 @@

Return Value

- + string rsync(array $options, SiteAlias $sourceRecord, SiteAlias $targetRecord, $source_dump_path) @@ -1159,7 +1484,7 @@

Exceptions

- + void import($global_options, $target_dump_path, $targetRecord) diff --git a/api/Drush/Config/ConfigLocator.html b/api/Drush/Config/ConfigLocator.html index 5e8d68b98f..fbc6b285b6 100644 --- a/api/Drush/Config/ConfigLocator.html +++ b/api/Drush/Config/ConfigLocator.html @@ -86,7 +86,7 @@

ConfigLocator

class - ConfigLocator (View source) + ConfigLocator (View source)

@@ -192,7 +192,7 @@

Properties

@@ -201,7 +201,7 @@

Properties

@@ -361,7 +361,7 @@

Methods

ConfigLocator
- addPreflightConfigFiles($filepaths) + addPreflightConfigFiles(array $filepaths)

Add config paths defined in preflight configuration.

@@ -403,7 +403,7 @@

Methods

ConfigLocator|null
- addSitewideConfig($siteRoot) + addSitewideConfig(string $siteRoot)

Add any configuration files found around the Drupal root of the selected site.

@@ -426,7 +426,7 @@

Methods

void
- addConfigFiles(ConfigProcessor $processor, ConfigLoaderInterface $loader, array $configFiles) + addConfigFiles(ConfigProcessor $processor, ConfigLoader $loader, array $configFiles)

Adds $configFiles to the list of config files.

@@ -554,7 +554,7 @@

Details

- + __construct($envPrefix = '', $configFileVariant = '') @@ -592,7 +592,7 @@

Parameters

- + void setLocal(bool $isLocal) @@ -634,7 +634,7 @@

Return Value

- + ConfigLocator collectSources(bool $collect = true) @@ -678,7 +678,7 @@

Return Value

- + array sources() @@ -714,7 +714,7 @@

Return Value

- + array configFilePaths() @@ -746,7 +746,7 @@

Return Value

- + protected void addToSources(array $sources) @@ -788,7 +788,7 @@

Return Value

- + ConfigInterface config() @@ -821,7 +821,7 @@

Return Value

- + ConfigLocator addEnvironment(Environment $environment) @@ -866,9 +866,9 @@

Return Value

- + ConfigLocator - addPreflightConfigFiles($filepaths) + addPreflightConfigFiles(array $filepaths)

@@ -883,7 +883,7 @@

Parameters

- protected ConfigInterface + protected DrushConfig $config
- protected + protected bool $isLocal
- + @@ -908,7 +908,7 @@

Return Value

- + ConfigLocator addAliasConfig($aliasConfig) @@ -951,7 +951,7 @@

Return Value

- + ConfigLocator addUserConfig($configPaths, $systemConfigPath, $userConfigDir) @@ -1004,7 +1004,7 @@

Return Value

- + ConfigLocator addDrushConfig(string $drushProjectDir) @@ -1046,9 +1046,9 @@

Return Value

- + ConfigLocator|null - addSitewideConfig($siteRoot) + addSitewideConfig(string $siteRoot)

@@ -1064,7 +1064,7 @@

Parameters

array $filepaths
- + @@ -1089,7 +1089,7 @@

Return Value

- + ConfigLocator addConfigPaths(string $contextName, array $paths) @@ -1138,9 +1138,9 @@

Return Value

- + protected void - addConfigFiles(ConfigProcessor $processor, ConfigLoaderInterface $loader, array $configFiles) + addConfigFiles(ConfigProcessor $processor, ConfigLoader $loader, array $configFiles)

@@ -1160,7 +1160,7 @@

Parameters

- + @@ -1190,7 +1190,7 @@

Return Value

- + protected array identifyCandidates(array $paths, array $candidates) @@ -1239,7 +1239,7 @@

Return Value

- + protected array identifyCandidatesAtPath(string $path, array $candidates) @@ -1286,7 +1286,7 @@

Return Value

- + array getSiteAliasPaths(array $paths, Environment $environment) @@ -1333,7 +1333,7 @@

Return Value

- + array getCommandFilePaths(array $commandPaths, string $root) @@ -1380,7 +1380,7 @@

Return Value

- + protected array getBuiltinCommandFilePaths() @@ -1412,7 +1412,7 @@

Return Value

- + protected array getIncludedCommandFilePaths($commandPaths) @@ -1455,7 +1455,7 @@

Return Value

- + protected array getSiteCommandFilePaths($root) @@ -1499,7 +1499,7 @@

Return Value

- + void setComposerRoot($selectedComposerRoot) @@ -1541,7 +1541,7 @@

Return Value

- + array expandCandidates($candidates, $prefix) @@ -1588,7 +1588,7 @@

Return Value

- + protected array findConfigFiles(array $paths, array $candidates) @@ -1623,7 +1623,7 @@

Return Value

string $siteRoot
ConfigLoaderInterfaceConfigLoader $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.

@@ -1637,7 +1637,7 @@

Return Value

- + static bool addSiteSpecificConfig(DrushConfig $config, $siteConfig) @@ -1671,7 +1671,7 @@

Return Value

- +
bool

the config exists and was processed.

Whether the config exists and was processed.

diff --git a/api/Drush/Config/Environment.html b/api/Drush/Config/Environment.html index 6531038919..84092b6982 100644 --- a/api/Drush/Config/Environment.html +++ b/api/Drush/Config/Environment.html @@ -86,7 +86,7 @@

Environment

class - Environment (View source) + Environment (View source)

@@ -487,7 +487,7 @@

Details

- + __construct(string $homeDir, string $cwd, string $autoloadFile) @@ -530,7 +530,7 @@

Parameters

- + protected string getUsername() @@ -562,7 +562,7 @@

Return Value

- + protected string getTmp() @@ -595,7 +595,7 @@

Return Value

- + array exportConfigData() @@ -645,7 +645,7 @@

See also

- + string drushBasePath() @@ -678,7 +678,7 @@

Return Value

- + bool|string getSiteSetAliasName() @@ -710,7 +710,7 @@

Return Value

- + string homeDir() @@ -742,7 +742,7 @@

Return Value

- + string userConfigPath() @@ -774,7 +774,7 @@

Return Value

- + void setConfigFileVariant($variant) @@ -817,7 +817,7 @@

Return Value

- + getConfigFileVariant() @@ -842,7 +842,7 @@

- + string cwd() @@ -874,7 +874,7 @@

Return Value

- + string vendorPath() @@ -906,7 +906,7 @@

Return Value

- + ClassLoader|null loader() @@ -938,7 +938,7 @@

Return Value

- + void setLoader(ClassLoader $loader) @@ -980,7 +980,7 @@

Return Value

- + Environment applyEnvironment() @@ -1012,7 +1012,7 @@

Return Value

- + Environment setEtcPrefix(mixed $etcPrefix) @@ -1055,7 +1055,7 @@

Return Value

- + Environment setSharePrefix(string $sharePrefix) @@ -1098,7 +1098,7 @@

Return Value

- + string|null docsPath() @@ -1133,7 +1133,7 @@

Return Value

- + protected string|bool findDocsPath(string $drushBasePath) @@ -1176,7 +1176,7 @@

Return Value

- + protected bool|string findFromCandidates(array $candidates) @@ -1218,7 +1218,7 @@

Return Value

- + static protected string systemPathPrefix(string $override = '', string $defaultPrefix = '') @@ -1265,7 +1265,7 @@

Return Value

- + string systemConfigPath() @@ -1297,7 +1297,7 @@

Return Value

- + string systemCommandFilePath() @@ -1329,7 +1329,7 @@

Return Value

- + static bool isWindows($os = null) @@ -1371,7 +1371,7 @@

Return Value

- + bool verifyCLI() @@ -1404,7 +1404,7 @@

Return Value

- + int calculateColumns() @@ -1436,7 +1436,7 @@

Return Value

- + protected string|false getSiteSetAliasFilePath(string $filename_prefix = 'drush-drupal-site-') diff --git a/api/Drush/Drupal/Commands/sql/SanitizePluginInterface.html b/api/Drush/Drupal/Commands/sql/SanitizePluginInterface.html index 8b7ca68e5d..56c6720fb0 100644 --- a/api/Drush/Drupal/Commands/sql/SanitizePluginInterface.html +++ b/api/Drush/Drupal/Commands/sql/SanitizePluginInterface.html @@ -80,21 +80,26 @@

interface - SanitizePluginInterface (View source) + SanitizePluginInterface (View source)

+

+ deprecated + + use + \Drush\Commands\sql\sanitize\SanitizePluginInterface instead. + +

-
-

Implement this interface when building a Drush sql-sanitize plugin.

@@ -109,17 +114,19 @@

Methods

sanitize($result, CommandData $commandData) -

Run your sanitization logic using standard Drupal APIs.

+

No description

+
- string[] +
messages(array $messages, InputInterface $input) -

Use #[CLI\Hook(type: HookManager::ON_EVENT, target: SanitizeCommands::CONFIRMS)]

+

No description

+
@@ -130,7 +137,7 @@

Details

- + sanitize($result, CommandData $commandData) @@ -140,7 +147,8 @@

-

Run your sanitization logic using standard Drupal APIs.

+

No description

+

Parameters

@@ -149,13 +157,12 @@

Parameters

$result -

Exit code from the main operation for sql-sanitize.

+ CommandData $commandData -

Information about the current request.

-

Use #[CLI\Hook(type: HookManager::POST_COMMAND_HOOK, target: SanitizeCommands::SANITIZE)]

+ @@ -169,8 +176,8 @@

Parameters

- - string[] + + messages(array $messages, InputInterface $input)

@@ -179,7 +186,8 @@

-

Use #[CLI\Hook(type: HookManager::ON_EVENT, target: SanitizeCommands::CONFIRMS)]

+

No description

+

Parameters

@@ -188,25 +196,16 @@

Parameters

array $messages -

An array of messages to show during confirmation.

+ InputInterface $input -

The effective commandline input for this request.

+ -

Return Value

- - - - - - -
string[]

An array of messages.

- 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 @@

DrupalKernel

class - DrupalKernel extends DrupalKernel (View source) + DrupalKernel extends DrupalKernel (View source)

@@ -96,254 +96,9 @@

DrupalKernel

Overridden version of DrupalKernel adapted to the needs of Drush.

-

Traits

- -
-
- -

Common functionality for overridden kernels.

-
-
- - -

Properties

- - - - - - - - - - - - - - -
- protected ServiceModifierInterface[] - - $serviceModifiersfrom  -DrupalKernelTrait
- protected - - $serviceFinderfrom  -DrupalKernelTrait
- - -

Methods

- -
-
-
- -
-
- addServiceModifier(ServiceModifierInterface $serviceModifier) - -

Add a service modifier to the container builder.

- -
-
-
- -
-
- getContainerBuilder() - -

No description

-
- -
-
-
- ContainerInterface -
-
- initializeContainer() - -

Initializes the service container.

- -
-
-
- -
-
- shouldDrushInvalidateContainer() - -

No description

-
- -
-
-
- -
-
- discoverServiceProviders() - -

{@inheritdoc}

- -
-
- - -

Details

- -
-
-

- - - 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.

-
-
-

Parameters

- - - - - - - -
ServiceModifierInterface$serviceModifier
- - - - - -
-
- -
-
-

- - protected - getContainerBuilder() - -

-
- - - -
-

No description

- -
-
- - - - -
-
- -
-
-

- - protected ContainerInterface - initializeContainer() - -

-
- - -
-

Initializes the service container.

-
-
- -

Return Value

- - - - - - -
ContainerInterface
- - - - -
-
- -
-
-

- - protected - shouldDrushInvalidateContainer() - -

-
- - -
-

No description

- -
-
- - - - -
-
- -
-
-

- - - discoverServiceProviders() - -

-
- - - -
-

{@inheritdoc}

-
-
- - - - -
-
- -
-
-

diff --git a/api/Drush/Drupal/InstallerKernel.html b/api/Drush/Drupal/InstallerKernel.html index 022d67849a..93290b15a1 100644 --- a/api/Drush/Drupal/InstallerKernel.html +++ b/api/Drush/Drupal/InstallerKernel.html @@ -86,7 +86,7 @@

InstallerKernel

class - InstallerKernel extends InstallerKernel (View source) + InstallerKernel extends InstallerKernel (View source)

@@ -96,254 +96,9 @@

InstallerKernel

Overridden version of InstallerKernel adapted to the needs of Drush.

-

Traits

- -
-
- -

Common functionality for overridden kernels.

-
-
- - -

Properties

- - - - - - - - - - - - - - -
- protected ServiceModifierInterface[] - - $serviceModifiersfrom  -DrupalKernelTrait
- protected - - $serviceFinderfrom  -DrupalKernelTrait
- - -

Methods

- -
-
-
- -
-
- addServiceModifier(ServiceModifierInterface $serviceModifier) - -

Add a service modifier to the container builder.

- -
-
-
- -
-
- getContainerBuilder() - -

No description

-
- -
-
-
- ContainerInterface -
-
- initializeContainer() - -

Initializes the service container.

- -
-
-
- -
-
- shouldDrushInvalidateContainer() - -

No description

-
- -
-
-
- -
-
- discoverServiceProviders() - -

{@inheritdoc}

- -
-
- - -

Details

- -
-
-

- - - 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.

-
-
-

Parameters

- - - - - - - -
ServiceModifierInterface$serviceModifier
- - - - - -
-
- -
-
-

- - protected - getContainerBuilder() - -

-
- - - -
-

No description

- -
-
- - - - -
-
- -
-
-

- - protected ContainerInterface - initializeContainer() - -

-
- - -
-

Initializes the service container.

-
-
- -

Return Value

- - - - - - -
ContainerInterface
- - - - -
-
- -
-
-

- - protected - shouldDrushInvalidateContainer() - -

-
- - -
-

No description

- -
-
- - - - -
-
- -
-
-

- - - discoverServiceProviders() - -

-
- - - -
-

{@inheritdoc}

-
-
- - - - -
-
- -
-
-

diff --git a/api/Drush/Drupal/Migrate/MigrateExecutable.html b/api/Drush/Drupal/Migrate/MigrateExecutable.html index 86146392cc..55186320d6 100644 --- a/api/Drush/Drupal/Migrate/MigrateExecutable.html +++ b/api/Drush/Drupal/Migrate/MigrateExecutable.html @@ -86,7 +86,7 @@

MigrateExecutable

class - MigrateExecutable extends MigrateExecutable (View source) + MigrateExecutable extends MigrateExecutable (View source)

@@ -527,7 +527,7 @@

Details

- + __construct(MigrationInterface $migration, MigrateMessageInterface $message, OutputInterface $output, array $options = []) @@ -575,7 +575,7 @@

Parameters

- + void onMapSave(MigrateMapSaveEvent $event) @@ -617,7 +617,7 @@

Return Value

- + void onMapDelete(MigrateMapDeleteEvent $event) @@ -659,7 +659,7 @@

Return Value

- + void onPreImport(MigrateImportEvent $event) @@ -701,7 +701,7 @@

Return Value

- + protected void handleMissingSourceRows(MigrationInterface $migration) @@ -765,7 +765,7 @@

See also

- + void onMissingSourceRows(MigrateMissingSourceRowsEvent $event) @@ -810,7 +810,7 @@

Return Value

- + void onPostImport(MigrateImportEvent $event) @@ -852,7 +852,7 @@

Return Value

- + protected void importFeedbackMessage(bool $done = true) @@ -894,7 +894,7 @@

Return Value

- + void onPreRollback(MigrateRollbackEvent $event) @@ -936,7 +936,7 @@

Return Value

- + void onPostRollback(MigrateRollbackEvent $event) @@ -978,7 +978,7 @@

Return Value

- + protected void rollbackFeedbackMessage(bool $done = true) @@ -1020,7 +1020,7 @@

Return Value

- + void onPreRowSave(MigratePreRowSaveEvent $event) @@ -1062,7 +1062,7 @@

Return Value

- + void onPostRowSave(MigratePostRowSaveEvent $event) @@ -1104,7 +1104,7 @@

Return Value

- + void onPostRowDelete(MigrateRowDeleteEvent $event) @@ -1146,7 +1146,7 @@

Return Value

- + void onPrepareRow(MigratePrepareRowEvent $event) @@ -1197,7 +1197,7 @@

Exceptions

- + protected MigrateIdMapFilter getIdMap() @@ -1229,7 +1229,7 @@

Return Value

- + int getCreatedCount() @@ -1261,7 +1261,7 @@

Return Value

- + int getUpdatedCount() @@ -1293,7 +1293,7 @@

Return Value

- + int getIgnoredCount() @@ -1325,7 +1325,7 @@

Return Value

- + int getFailedCount() @@ -1357,7 +1357,7 @@

Return Value

- + int getProcessedCount() @@ -1390,7 +1390,7 @@

Return Value

- + int getRollbackCount() @@ -1422,7 +1422,7 @@

Return Value

- + protected void resetCounters() @@ -1454,7 +1454,7 @@

Return Value

- + protected void initProgressBar(MigrationInterface $migration) @@ -1496,7 +1496,7 @@

Return Value

- + void updateProgressBar() @@ -1528,7 +1528,7 @@

Return Value

- + void progressFinish() @@ -1560,7 +1560,7 @@

Return Value

- + 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 @@

MigrateMessage

class - MigrateMessage implements MigrateMessageInterface, LoggerAwareInterface (View source) + MigrateMessage implements MigrateMessageInterface, LoggerAwareInterface (View source)

@@ -140,7 +140,7 @@

Details

- + __construct(LoggerInterface $logger) @@ -173,7 +173,7 @@

Parameters

- + 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 @@

MigrateUtils

class - MigrateUtils (View source) + MigrateUtils (View source)

@@ -120,7 +120,7 @@

Details

- + 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 @@

UpdateKernel

class - UpdateKernel extends UpdateKernel (View source) + UpdateKernel extends UpdateKernel (View source)

@@ -96,254 +96,9 @@

UpdateKernel

Overridden version of UpdateKernel adapted to the needs of Drush.

-

Traits

- -
-
- -

Common functionality for overridden kernels.

-
-
- - -

Properties

- - - - - - - - - - - - - - -
- protected ServiceModifierInterface[] - - $serviceModifiersfrom  -DrupalKernelTrait
- protected - - $serviceFinderfrom  -DrupalKernelTrait
- - -

Methods

- -
-
-
- -
-
- addServiceModifier(ServiceModifierInterface $serviceModifier) - -

Add a service modifier to the container builder.

- -
-
-
- -
-
- getContainerBuilder() - -

No description

-
- -
-
-
- ContainerInterface -
-
- initializeContainer() - -

Initializes the service container.

- -
-
-
- -
-
- shouldDrushInvalidateContainer() - -

No description

-
- -
-
-
- -
-
- discoverServiceProviders() - -

{@inheritdoc}

- -
-
- - -

Details

- -
-
-

- - - 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.

-
-
-

Parameters

- - - - - - - -
ServiceModifierInterface$serviceModifier
- - - - - -
-
- -
-
-

- - protected - getContainerBuilder() - -

-
- - - -
-

No description

- -
-
- - - - -
-
- -
-
-

- - protected ContainerInterface - initializeContainer() - -

-
- - -
-

Initializes the service container.

-
-
- -

Return Value

- - - - - - -
ContainerInterface
- - - - -
-
- -
-
-

- - protected - shouldDrushInvalidateContainer() - -

-
- - -
-

No description

- -
-
- - - - -
-
- -
-
-

- - - discoverServiceProviders() - -

-
- - - -
-

{@inheritdoc}

-
-
- - - - -
-
- -
-
-
diff --git a/api/Drush/DrupalFinder/DrushDrupalFinder.html b/api/Drush/DrupalFinder/DrushDrupalFinder.html index f8edc71dd8..e5a3f1586a 100644 --- a/api/Drush/DrupalFinder/DrushDrupalFinder.html +++ b/api/Drush/DrupalFinder/DrushDrupalFinder.html @@ -86,7 +86,7 @@

DrushDrupalFinder

class - DrushDrupalFinder (View source) + DrushDrupalFinder (View source)

@@ -151,7 +151,7 @@

Details

- + __construct(Environment $environment) @@ -185,7 +185,7 @@

Parameters

- + string|bool getDrupalRoot() @@ -217,7 +217,7 @@

Return Value

- + string|bool getComposerRoot() @@ -249,7 +249,7 @@

Return Value

- + 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 @@

Drush

class - Drush (View source) + Drush (View source)

@@ -124,16 +124,16 @@

Properties

- + @@ -142,7 +142,7 @@

Properties

@@ -177,7 +177,7 @@

Methods

- static  + static string|false
getVersion() @@ -187,7 +187,7 @@

Methods

- static  + static string
sanitizeVersionString($version) @@ -394,7 +394,7 @@

Methods

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.

@@ -404,7 +404,7 @@

Methods

static ProcessBase
- shell(string $command, string|null $cwd = null, array $env = null, mixed|null $input = null, int|float|null $timeout = 60) + shell(string $command, string|null $cwd = null, array|null $env = null, mixed $input = null, int|float|null $timeout = 60)

Create a Process instance from a commandline string.

@@ -471,7 +471,7 @@

Methods

- static Boot + static DrupalBoot8
bootstrap() @@ -481,7 +481,7 @@

Methods

- static  + static array
redispatchOptions($input = null) @@ -498,7 +498,7 @@

Details

- + static int getTimeout() @@ -531,8 +531,8 @@

Return Value

- - static + + static string|false getVersion()

@@ -546,6 +546,15 @@

+

Return Value

+ +
- 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
- static protected + static protected string|false $minorVersion
+ + + + +
string|false
+ @@ -555,8 +564,8 @@

- - static + + static string sanitizeVersionString($version)

@@ -579,6 +588,15 @@

Parameters

+

Return Value

+ + + + + + +
string
+ @@ -588,7 +606,7 @@

Parameters

- + static string getMajorVersion() @@ -621,7 +639,7 @@

Return Value

- + static string getMinorVersion() @@ -654,7 +672,7 @@

Return Value

- + static void setContainer($container) @@ -696,7 +714,7 @@

Return Value

- + static void unsetContainer() @@ -728,7 +746,7 @@

Return Value

- + static ContainerInterface getContainer() @@ -769,7 +787,7 @@

Exceptions

- + static bool hasContainer() @@ -801,7 +819,7 @@

Return Value

- + static Application getApplication() @@ -833,7 +851,7 @@

Return Value

- + static Runner runner() @@ -865,7 +883,7 @@

Return Value

- + static service(string $id) @@ -900,7 +918,7 @@

Parameters

- + static bool hasService(string $id) @@ -942,7 +960,7 @@

Return Value

- + static AnnotatedCommandFactory commandFactory() @@ -974,7 +992,7 @@

Return Value

- + static LoggerInterface logger() @@ -1013,7 +1031,7 @@

Return Value

- + static DrushConfig config() @@ -1052,7 +1070,7 @@

Return Value

- + static SiteAliasManager aliasManager() @@ -1092,7 +1110,7 @@

Return Value

- + static ProcessManager processManager() @@ -1132,7 +1150,7 @@

Return Value

- + static InputInterface input() @@ -1164,7 +1182,7 @@

Return Value

- + static OutputInterface output() @@ -1196,7 +1214,7 @@

Return Value

- + static SiteProcess drush(SiteAliasInterface $siteAlias, string $command, array $args = [], array $options = [], array $options_double_dash = []) @@ -1222,29 +1240,7 @@

Other classes will need to ensure that the process manager is injected as shown above.

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().

@@ -1298,7 +1294,7 @@

Return Value

- + static ProcessBase siteProcess(SiteAliasInterface $siteAlias, array $args = [], array $options = [], array $options_double_dash = []) @@ -1356,9 +1352,9 @@

Return Value

- + 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)

@@ -1368,14 +1364,14 @@

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.

Parameters

- + @@ -1390,12 +1386,12 @@

Parameters

- + - + @@ -1407,7 +1403,7 @@

Return Value

string|arraystring|array $commandline

The command line to run

The environment variables or null to use the same environment as the current PHP process

mixed|nullmixed $input

The input as stream resource, scalar or \Traversable, or null for no input

int|float|nullint|float|null $timeout

The timeout in seconds or null to disable

- +
ProcessBase

wrapper around Symfony Process.

@@ -1420,9 +1416,9 @@

Return Value

- + static ProcessBase - shell(string $command, string|null $cwd = null, array $env = null, mixed|null $input = null, int|float|null $timeout = 60) + shell(string $command, string|null $cwd = null, array|null $env = null, mixed $input = null, int|float|null $timeout = 60)

@@ -1447,17 +1443,17 @@

Parameters

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

- mixed|null + mixed $input

The input as stream resource, scalar or \Traversable, or null for no input

- int|float|null + int|float|null $timeout

The timeout in seconds or null to disable

@@ -1469,7 +1465,7 @@

Return Value

- +
ProcessBase

wrapper around Symfony Process.

A wrapper around Symfony Process.

@@ -1482,7 +1478,7 @@

Return Value

- + static simulate() @@ -1512,7 +1508,7 @@

- + static affirmative() @@ -1535,7 +1531,7 @@

- + static negative() @@ -1558,7 +1554,7 @@

- + static bool verbose() @@ -1590,7 +1586,7 @@

Return Value

- + static bool debug() @@ -1622,7 +1618,7 @@

Return Value

- + static BootstrapManager bootstrapManager() @@ -1654,8 +1650,8 @@

Return Value

- - static Boot + + static DrupalBoot8 bootstrap()

@@ -1672,7 +1668,7 @@

Return Value

- +
BootDrupalBoot8
@@ -1686,8 +1682,8 @@

Return Value

- - static + + static array redispatchOptions($input = null)

@@ -1711,6 +1707,15 @@

Parameters

+

Return Value

+ + + + + + +
array
+ diff --git a/api/Drush/Exceptions/CommandFailedException.html b/api/Drush/Exceptions/CommandFailedException.html index 82f36f69c3..a66749631e 100644 --- a/api/Drush/Exceptions/CommandFailedException.html +++ b/api/Drush/Exceptions/CommandFailedException.html @@ -86,7 +86,7 @@

CommandFailedException

class - CommandFailedException extends Exception (View source) + CommandFailedException extends Exception (View source)

@@ -107,7 +107,7 @@

Methods

- __construct($message = "Failed.", $code = 1, Throwable $previous = null) + __construct($message = "Failed.", $code = 1, Throwable|null $previous = null)

No description

@@ -121,9 +121,9 @@

Details

- + - __construct($message = "Failed.", $code = 1, Throwable $previous = null) + __construct($message = "Failed.", $code = 1, Throwable|null $previous = null)

@@ -149,7 +149,7 @@

Parameters

- Throwable + Throwable|null $previous diff --git a/api/Drush/Exceptions/UserAbortException.html b/api/Drush/Exceptions/UserAbortException.html index 37d4b5e92d..58358bce85 100644 --- a/api/Drush/Exceptions/UserAbortException.html +++ b/api/Drush/Exceptions/UserAbortException.html @@ -86,7 +86,7 @@

UserAbortException

class - UserAbortException extends Exception (View source) + UserAbortException extends Exception (View source)

@@ -107,7 +107,7 @@

Methods

- __construct($message = "Cancelled.", $code = 0, Exception $previous = null) + __construct($message = "Cancelled.", $code = 0, Exception|null $previous = null)

No description

@@ -121,9 +121,9 @@

Details

- + - __construct($message = "Cancelled.", $code = 0, Exception $previous = null) + __construct($message = "Cancelled.", $code = 0, Exception|null $previous = null)

@@ -149,7 +149,7 @@

Parameters

- Exception + Exception|null $previous diff --git a/api/Drush/Exec/ExecTrait.html b/api/Drush/Exec/ExecTrait.html index a194aec8f7..66a806cc35 100644 --- a/api/Drush/Exec/ExecTrait.html +++ b/api/Drush/Exec/ExecTrait.html @@ -86,7 +86,7 @@

ExecTrait

trait - ExecTrait (View source) + ExecTrait (View source)

@@ -96,6 +96,20 @@

ExecTrait +

Properties

+ + + + + + + + +
+ protected + + $uri
+

Methods

@@ -140,7 +154,7 @@

Details

- + bool startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false) @@ -186,7 +200,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.

@@ -200,7 +214,7 @@

Return Value

- + static bool programExists($program) @@ -243,7 +257,7 @@

Return Value

- + 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 @@

DrushLog

class - DrushLog implements LoggerInterface, LoggerAwareInterface (View source) + DrushLog implements LoggerInterface, LoggerAwareInterface (View source)

@@ -162,7 +162,7 @@

Details

- + __construct(LogMessageParserInterface $parser) @@ -195,7 +195,7 @@

Parameters

- + 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 @@

ArgsPreprocessor

class - ArgsPreprocessor (View source) + ArgsPreprocessor (View source)

@@ -212,7 +212,7 @@

Details

- + __construct() @@ -235,7 +235,7 @@

- + void setArgsRemapper(ArgsRemapper $remapper) @@ -278,7 +278,7 @@

Return Value

- + parse(array $argv, PreflightArgsInterface $storage) @@ -319,7 +319,7 @@

Parameters

- + static protected bool nextCouldBeValue($argv) @@ -362,7 +362,7 @@

Return Value

- + protected bool isAliasOrSiteSpec(string $arg) @@ -405,7 +405,7 @@

Return Value

- + protected array findMethodForOptionWithValues(array $optionsTable, string $opt) @@ -441,7 +441,7 @@

Return Value

- +
array

[$methodName, $optionValue, $acceptsValueFromNextArg]

@@ -454,7 +454,7 @@

Return Value

- + protected array checkMatchingOption(string $opt, string $keyParam, string $methodName) @@ -494,7 +494,7 @@

Return Value

- +
array

[$methodName, $optionValue, $acceptsValueFromNextArg]

diff --git a/api/Drush/Preflight/ArgsRemapper.html b/api/Drush/Preflight/ArgsRemapper.html index 3914ea4e1e..44e1c9bd6b 100644 --- a/api/Drush/Preflight/ArgsRemapper.html +++ b/api/Drush/Preflight/ArgsRemapper.html @@ -86,7 +86,7 @@

ArgsRemapper

class - ArgsRemapper (View source) + ArgsRemapper (View source)

@@ -197,7 +197,7 @@

Details

- + __construct($remapOptions, $remapCommandAliases) @@ -235,7 +235,7 @@

Parameters

- + array remap(array $argv) @@ -278,7 +278,7 @@

Return Value

- + protected string checkRemap(string $arg, bool $sawCommand) @@ -326,7 +326,7 @@

Return Value

- + protected remapOptions($arg) @@ -360,7 +360,7 @@

Parameters

- + protected remapCommandAlias($arg) @@ -394,7 +394,7 @@

Parameters

- + 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 @@

Preflight

class - Preflight (View source) + Preflight (View source)

@@ -338,7 +338,8 @@

Methods

drupalFinder() -

Return the Drupal Finder

+

No description

+
@@ -348,7 +349,8 @@

Methods

aliasManager() -

Return the alias manager

+

No description

+
@@ -358,7 +360,8 @@

Methods

environment() -

Return the environment

+

No description

+
@@ -369,7 +372,7 @@

Details

- + __construct(Environment $environment, $verify = null, $configLocator = null, $preflightLog = null) @@ -417,7 +420,7 @@

Parameters

- + PreflightLog logger() @@ -450,7 +453,7 @@

Return Value

- + void setLogger(PreflightLog $logger) @@ -493,7 +496,7 @@

Return Value

- + void init() @@ -526,7 +529,7 @@

Return Value

- + protected array remapOptions() @@ -570,7 +573,7 @@

Return Value

- + protected array remapCommandAliases() @@ -606,7 +609,7 @@

Return Value

- + PreflightArgs preflightArgs($argv) @@ -649,7 +652,7 @@

Return Value

- + void prepareConfig(Environment $environment) @@ -692,7 +695,7 @@

Return Value

- + InputInterface createInput() @@ -725,7 +728,7 @@

Return Value

- + array getCommandFilePaths() @@ -758,7 +761,7 @@

Return Value

- + ClassLoader loadSymfonyCompatabilityAutoloader() @@ -791,7 +794,7 @@

Return Value

- + DrushConfig config() @@ -824,7 +827,7 @@

Return Value

- + array preflight($argv) @@ -867,7 +870,7 @@

Return Value

- + protected preferredSite() @@ -891,7 +894,7 @@

- + DrushDrupalFinder drupalFinder() @@ -901,7 +904,8 @@

-

Return the Drupal Finder

+

No description

+
@@ -923,7 +927,7 @@

Return Value

- + SiteAliasManager aliasManager() @@ -933,7 +937,8 @@

-

Return the alias manager

+

No description

+
@@ -955,7 +960,7 @@

Return Value

- + Environment environment() @@ -965,7 +970,8 @@

-

Return the environment

+

No description

+
diff --git a/api/Drush/Preflight/PreflightArgs.html b/api/Drush/Preflight/PreflightArgs.html index 33e81eec25..ee76e44213 100644 --- a/api/Drush/Preflight/PreflightArgs.html +++ b/api/Drush/Preflight/PreflightArgs.html @@ -86,7 +86,7 @@

PreflightArgs

class - PreflightArgs extends Config implements PreflightArgsInterface (View source) + PreflightArgs extends Config implements PreflightArgsInterface (View source)

@@ -623,7 +623,7 @@

Methods

PreflightArgs
- setSimulate($simulate) + setSimulate(bool $simulate)

Set simulated mode

@@ -643,7 +643,7 @@

Methods

PreflightArgs
- setCoverageFile($coverageFile) + setCoverageFile(string $coverageFile)

Set the coverage file path.

@@ -697,7 +697,7 @@

Details

- + string homeDir() @@ -730,7 +730,7 @@

Return Value

- + void setHomeDir(string $homeDir) @@ -773,7 +773,7 @@

Return Value

- + __construct(array $data = []) @@ -806,7 +806,7 @@

Parameters

- + array optionsWithValues() @@ -839,7 +839,7 @@

Return Value

- + void adjustHelpOption() @@ -873,7 +873,7 @@

Return Value

- + protected array optionConfigMap() @@ -907,7 +907,7 @@

Return Value

- + protected array optionConfigPathMap() @@ -941,7 +941,7 @@

Return Value

- + applyToConfig(ConfigInterface $config) @@ -992,7 +992,7 @@

See also

- + args() @@ -1016,7 +1016,7 @@

- + applicationPath() @@ -1040,7 +1040,7 @@

- + commandName() @@ -1064,7 +1064,7 @@

- + setCommandName($commandName) @@ -1098,7 +1098,7 @@

Parameters

- + addArg(string $arg) @@ -1132,7 +1132,7 @@

Parameters

- + passArgs($args) @@ -1166,7 +1166,7 @@

Parameters

- + alias() @@ -1190,7 +1190,7 @@

- + hasAlias() @@ -1214,7 +1214,7 @@

- + setAlias(string $alias) @@ -1248,7 +1248,7 @@

Parameters

- + selectedSite($default = false) @@ -1281,7 +1281,7 @@

Parameters

- + void setDebug($value) @@ -1324,7 +1324,7 @@

Return Value

- + PreflightArgs setSelectedSite($root) @@ -1366,7 +1366,7 @@

Return Value

- + uri($default = false) @@ -1399,7 +1399,7 @@

Parameters

- + bool hasUri() @@ -1432,7 +1432,7 @@

Return Value

- + PreflightArgs setUri($uri) @@ -1474,7 +1474,7 @@

Return Value

- + configPaths() @@ -1497,7 +1497,7 @@

- + PreflightArgs addConfigPath(string $path) @@ -1539,7 +1539,7 @@

Return Value

- + PreflightArgs mergeConfigPaths(array $configPaths) @@ -1581,7 +1581,7 @@

Return Value

- + aliasPaths() @@ -1604,7 +1604,7 @@

- + PreflightArgs addAliasPath(string $path) @@ -1646,7 +1646,7 @@

Return Value

- + commandPaths() @@ -1669,7 +1669,7 @@

- + PreflightArgs addCommandPath(string $path) @@ -1711,7 +1711,7 @@

Return Value

- + PreflightArgs mergeCommandPaths($commandPaths) @@ -1753,7 +1753,7 @@

Return Value

- + isLocal() @@ -1776,7 +1776,7 @@

- + PreflightArgs setLocal(bool $isLocal) @@ -1818,7 +1818,7 @@

Return Value

- + isSimulated() @@ -1841,9 +1841,9 @@

- + PreflightArgs - setSimulate($simulate) + setSimulate(bool $simulate)

@@ -1858,7 +1858,7 @@

Parameters

- + @@ -1883,7 +1883,7 @@

Return Value

- + coverageFile() @@ -1906,9 +1906,9 @@

- + PreflightArgs - setCoverageFile($coverageFile) + setCoverageFile(string $coverageFile)

@@ -1923,7 +1923,7 @@

Parameters

bool $simulate
- + @@ -1948,7 +1948,7 @@

Return Value

- + isStrict() @@ -1971,7 +1971,7 @@

- + PreflightArgs setStrict(bool $strict) @@ -2013,7 +2013,7 @@

Return Value

- + protected array getOptionNameList(array $argv) @@ -2056,7 +2056,7 @@

Return Value

- + InputInterface createInput() diff --git a/api/Drush/Preflight/PreflightSiteLocator.html b/api/Drush/Preflight/PreflightSiteLocator.html index 44b8f548a2..8a07a008d9 100644 --- a/api/Drush/Preflight/PreflightSiteLocator.html +++ b/api/Drush/Preflight/PreflightSiteLocator.html @@ -86,7 +86,7 @@

PreflightSiteLocator

class - PreflightSiteLocator (View source) + PreflightSiteLocator (View source)

@@ -130,7 +130,7 @@

Methods

SiteAlias|false
- findSite(PreflightArgsInterface $preflightArgs, Environment $environment, string $root) + findSite(PreflightArgs $preflightArgs, Environment $environment, string $root)

During bootstrap, finds the currently selected site from the parameters provided on the commandline.

@@ -141,7 +141,7 @@

Methods

SiteAlias|false
- determineSelf(PreflightArgsInterface $preflightArgs, Environment $environment, $root) + determineSelf(PreflightArgs $preflightArgs, Environment $environment, $root)

Either look up the specified alias name / site spec, or, if those are invalid, then generate one from @@ -153,7 +153,7 @@

Methods

SiteAlias
- buildSelf(PreflightArgsInterface $preflightArgs, string|null $root) + buildSelf(PreflightArgs $preflightArgs, string|null $root)

Generate @self from the provided root and URI.

@@ -166,7 +166,7 @@

Details

- + __construct(SiteAliasManager $siteAliasManager) @@ -200,9 +200,9 @@

Parameters

- + SiteAlias|false - findSite(PreflightArgsInterface $preflightArgs, Environment $environment, string $root) + findSite(PreflightArgs $preflightArgs, Environment $environment, string $root)

@@ -219,7 +219,7 @@

Parameters

string $coverageFile
- + @@ -254,9 +254,9 @@

Return Value

- + protected SiteAlias|false - determineSelf(PreflightArgsInterface $preflightArgs, Environment $environment, $root) + determineSelf(PreflightArgs $preflightArgs, Environment $environment, $root)

@@ -273,7 +273,7 @@

Parameters

PreflightArgsInterfacePreflightArgs $preflightArgs

An alias name or site specification

- + @@ -308,9 +308,9 @@

Return Value

- + protected SiteAlias - buildSelf(PreflightArgsInterface $preflightArgs, string|null $root) + buildSelf(PreflightArgs $preflightArgs, string|null $root)

@@ -325,7 +325,7 @@

Parameters

PreflightArgsInterfacePreflightArgs $preflightArgs
- + diff --git a/api/Drush/Preflight/PreflightVerify.html b/api/Drush/Preflight/PreflightVerify.html index 7efb1b09d9..32d6e27fc3 100644 --- a/api/Drush/Preflight/PreflightVerify.html +++ b/api/Drush/Preflight/PreflightVerify.html @@ -86,7 +86,7 @@

PreflightVerify

class - PreflightVerify (View source) + PreflightVerify (View source)

@@ -174,7 +174,7 @@

Details

- + void verify(Environment $environment) @@ -216,7 +216,7 @@

Return Value

- + void confirmPhpVersion(string|null $minimumPhpVersion) @@ -258,7 +258,7 @@

Return Value

- + protected void confirmUsingCLI(Environment $environment) @@ -300,7 +300,7 @@

Return Value

- + protected void checkPhpIni() @@ -334,7 +334,7 @@

Return Value

- + protected bool invalidIniValue(mixed $ini_value, string|array $disallowed_value) @@ -382,7 +382,7 @@

Return Value

- + protected string loadedPhpIniMessage() diff --git a/api/Drush/Psysh/DrushCommand.html b/api/Drush/Psysh/DrushCommand.html index e1cc8f74b9..b03603aec0 100644 --- a/api/Drush/Psysh/DrushCommand.html +++ b/api/Drush/Psysh/DrushCommand.html @@ -86,7 +86,7 @@

DrushCommand

class - DrushCommand extends Command (View source) + DrushCommand extends Command (View source)

@@ -161,7 +161,7 @@

Details

- + __construct(Command $command) @@ -194,7 +194,7 @@

Parameters

- + string getNamespace() @@ -226,7 +226,7 @@

Return Value

- + protected void configure() @@ -258,7 +258,7 @@

Return Value

- + protected int execute(InputInterface $input, OutputInterface $output) @@ -305,7 +305,7 @@

Return Value

- + protected string buildHelpFromCommand() diff --git a/api/Drush/Psysh/DrushHelpCommand.html b/api/Drush/Psysh/DrushHelpCommand.html index f320418093..eb333454fa 100644 --- a/api/Drush/Psysh/DrushHelpCommand.html +++ b/api/Drush/Psysh/DrushHelpCommand.html @@ -86,7 +86,7 @@

DrushHelpCommand

class - DrushHelpCommand extends Command (View source) + DrushHelpCommand extends Command (View source)

@@ -111,20 +111,6 @@

Constants

PreflightArgsInterfacePreflightArgs $preflightArgs
-

Properties

- - - - - - - - -
- protected Command - - $command

The currently set subcommand.

-

Methods

@@ -141,17 +127,7 @@

Methods

- void -
-
- setCommand(Command $command) - -

Helper for setting a subcommand to retrieve help for.

-
-
-
-
- void + int
execute(InputInterface $input, OutputInterface $output) @@ -167,7 +143,7 @@

Details

- + protected void configure() @@ -193,56 +169,14 @@

Return Value

-
-
- -
-
-

- - void - setCommand(Command $command) - -

-
- - - -
-

Helper for setting a subcommand to retrieve help for.

-
-
-

Parameters

- - - - - - - -
Command$command
- - -

Return Value

- - - - - - -
void
- - - -

- - protected void + + protected int execute(InputInterface $input, OutputInterface $output)

@@ -274,7 +208,7 @@

Return Value

- +
voidint
diff --git a/api/Drush/Psysh/Shell.html b/api/Drush/Psysh/Shell.html index 4380d83f77..668a5869fb 100644 --- a/api/Drush/Psysh/Shell.html +++ b/api/Drush/Psysh/Shell.html @@ -86,7 +86,7 @@

Shell

class - Shell extends Shell (View source) + Shell extends Shell (View source)

@@ -102,7 +102,7 @@

Methods

- null|string + Command|null
getCommand(string $input) @@ -138,8 +138,8 @@

Details

- - protected null|string + + protected Command|null getCommand(string $input)

@@ -166,7 +166,7 @@

Return Value

- +
null|stringCommand|null
@@ -180,7 +180,7 @@

Return Value

- + protected bool hasCommand(string $input) @@ -222,7 +222,7 @@

Return Value

- + 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 @@

DependencyInjection

class - DependencyInjection (View source) + DependencyInjection (View source)

@@ -100,7 +100,7 @@

DependencyInjection

Constants

- + @@ -847,7 +890,7 @@

Return Value

- + protected bool supportsCompoundContainer($class, $drush_container) @@ -894,7 +937,7 @@

Return Value

- + protected bool hasStaticCreateFactory(string $class) @@ -913,7 +956,7 @@

Parameters

- +
- BOOTSTRAP_MANAGER + SITE_ALIAS_MANAGER

@@ -109,7 +109,7 @@

Constants

- LOADER + BOOTSTRAP_MANAGER

@@ -118,7 +118,7 @@

Constants

- +
- SITE_ALIAS_MANAGER + LOADER

@@ -162,7 +162,7 @@

Methods

Container
- initContainer(Application $application, ConfigInterface $config, InputInterface $input, OutputInterface $output, ClassLoader $loader, DrushDrupalFinder $drupalFinder, SiteAliasManager $aliasManager) + initContainer(Application $application, ConfigInterface $config, InputInterface $input, OutputInterface $output, ClassLoader $loader, DrushDrupalFinder $drupalFinder, SiteAliasManager $aliasManager)

Set up our dependency injection container.

@@ -193,7 +193,7 @@

Methods

void
- alterServicesForDrush($container, Application $application) + alterServicesForDrush($container, Application $application)

No description

@@ -204,7 +204,7 @@

Methods

void
- injectApplicationServices($container, Application $application) + injectApplicationServices($container, Application $application)

No description

@@ -218,7 +218,7 @@

Details

- + void desiredHandlers($handlerList) @@ -261,9 +261,9 @@

Return Value

- + Container - initContainer(Application $application, ConfigInterface $config, InputInterface $input, OutputInterface $output, ClassLoader $loader, DrushDrupalFinder $drupalFinder, SiteAliasManager $aliasManager) + initContainer(Application $application, ConfigInterface $config, InputInterface $input, OutputInterface $output, ClassLoader $loader, DrushDrupalFinder $drupalFinder, SiteAliasManager $aliasManager)

@@ -278,7 +278,7 @@

Parameters

- + @@ -333,7 +333,7 @@

Return Value

- + void installHandlers($container) @@ -375,7 +375,7 @@

Return Value

- + protected void addDrushServices($container, ClassLoader $loader, DrushDrupalFinder $drupalFinder, SiteAliasManager $aliasManager, DrushConfig $config, OutputInterface $output) @@ -443,9 +443,9 @@

Return Value

- + protected void - alterServicesForDrush($container, Application $application) + alterServicesForDrush($container, Application $application)

@@ -466,7 +466,7 @@

Parameters

- + @@ -491,9 +491,9 @@

Return Value

- + protected void - injectApplicationServices($container, Application $application) + injectApplicationServices($container, Application $application)

@@ -514,7 +514,7 @@

Parameters

- + diff --git a/api/Drush/Runtime/LegacyServiceFinder.html b/api/Drush/Runtime/LegacyServiceFinder.html index 59440336e2..ac8b77285e 100644 --- a/api/Drush/Runtime/LegacyServiceFinder.html +++ b/api/Drush/Runtime/LegacyServiceFinder.html @@ -86,7 +86,7 @@

LegacyServiceFinder

class - LegacyServiceFinder (View source) + LegacyServiceFinder (View source)

@@ -233,7 +233,7 @@

Details

- + __construct($moduleHandler, DrushConfig $drushConfig) @@ -272,7 +272,7 @@

Parameters

- + array getDrushServiceFiles() @@ -304,7 +304,7 @@

Return Value

- + protected discoverDrushServiceProviders() @@ -327,7 +327,7 @@

- + protected addModuleDrushServiceProvider(string $module, string $filename) @@ -366,7 +366,7 @@

Parameters

- + protected string[] findModuleDrushServiceProvider(string $module, string $dir) @@ -414,7 +414,7 @@

Return Value

- + protected string findDefaultServicesFile(string $module, string $dir) @@ -462,7 +462,7 @@

Return Value

- + protected array findModuleDrushServiceProviderFromComposer(string $dir) @@ -514,7 +514,7 @@

Return Value

- + protected string findAppropriateServicesFile(string $module, array $services, string $dir) @@ -567,7 +567,7 @@

Return Value

- + protected addDrushServiceProvider(string $serviceProviderName, string $serviceYmlPath = '') @@ -605,7 +605,7 @@

Parameters

- + protected string[] getModuleFileNames() diff --git a/api/Drush/Runtime/LegacyServiceInstantiator.html b/api/Drush/Runtime/LegacyServiceInstantiator.html index e26f59b987..ee9e22f9ee 100644 --- a/api/Drush/Runtime/LegacyServiceInstantiator.html +++ b/api/Drush/Runtime/LegacyServiceInstantiator.html @@ -86,7 +86,7 @@

LegacyServiceInstantiator

class - LegacyServiceInstantiator (View source) + LegacyServiceInstantiator (View source)

@@ -241,7 +241,7 @@

Methods

object
- resolveArgument($arg) + resolveArgument(array $arg)

Look up one argument in the appropriate container, or return it as-is.

@@ -249,7 +249,7 @@

Methods

- + object
resolveFromContainer(Container $container, string $arg) @@ -274,7 +274,7 @@

Methods

bool
- atLeastOneValue($args) + atLeastOneValue(array $args)

Helper function to determine whether or not any of the arguments resolved. set methods with non-required DI container references @@ -289,7 +289,7 @@

Details

- + __construct(ContainerInterface $container, LoggerInterface $logger) @@ -328,7 +328,7 @@

Parameters

- + loadServiceFiles(array $serviceFiles) @@ -363,7 +363,7 @@

Parameters

- + protected bool isValidServiceData(string $serviceFile, array $serviceFileData) @@ -410,7 +410,7 @@

Return Value

- + protected bool allServicesHaveClassElement(string $serviceFile, array $services) @@ -457,7 +457,7 @@

Return Value

- + instantiateServices(array $services) @@ -478,7 +478,7 @@

Parameters

- +
ApplicationApplication $application
ApplicationApplication $application
ApplicationApplication $application
array $services

List of drush services

@@ -492,7 +492,7 @@

Parameters

- + object[] taggedServices(string $tagName) @@ -535,7 +535,7 @@

Return Value

- + object create(string $class, array $arguments, array $calls) @@ -564,7 +564,7 @@

Parameters

array $calls

Method names and arguments to call after object is instantiated

@@ -587,7 +587,7 @@

Return Value

- + instantiateObject(string $class, array $arguments) @@ -627,7 +627,7 @@

Parameters

- + call(object $object, string $method, array $arguments) @@ -670,7 +670,7 @@

Parameters

- + protected array resolveArguments(array $arguments) @@ -713,9 +713,9 @@

Return Value

- + protected object - resolveArgument($arg) + resolveArgument(array $arg)

@@ -731,9 +731,9 @@

Parameters

- + - +
array $arg

Argument to resolve

@@ -756,8 +756,8 @@

Return Value

- - protected + + protected object resolveFromContainer(Container $container, string $arg)

@@ -786,6 +786,15 @@

Parameters

+

Return Value

+ + + + + + +
object

Resolved object from DI container

+ @@ -795,7 +804,7 @@

Parameters

- + protected isRequired(string $arg) @@ -829,9 +838,9 @@

Parameters

- + protected bool - atLeastOneValue($args) + atLeastOneValue(array $args)

@@ -848,9 +857,9 @@

Parameters

- + - +
array $args

Names of references

diff --git a/api/Drush/Runtime/RedispatchHook.html b/api/Drush/Runtime/RedispatchHook.html index dacb59d7b0..18403702a9 100644 --- a/api/Drush/Runtime/RedispatchHook.html +++ b/api/Drush/Runtime/RedispatchHook.html @@ -86,7 +86,7 @@

RedispatchHook

class - RedispatchHook implements InitializeHookInterface, ConfigAwareInterface, SiteAliasManagerAwareInterface (View source) + RedispatchHook implements InitializeHookInterface, ConfigAwareInterface, SiteAliasManagerAwareInterface (View source)

@@ -142,7 +142,7 @@

Methods

- __construct(ProcessManager $processManager) + __construct(ProcessManager $processManager)

No description

@@ -209,7 +209,7 @@

Details

DrushConfig getConfig() @@ -253,9 +253,9 @@

See also

- + - __construct(ProcessManager $processManager) + __construct(ProcessManager $processManager)

@@ -271,7 +271,7 @@

Parameters

- + @@ -287,7 +287,7 @@

Parameters

- + initialize(InputInterface $input, AnnotationData $annotationData) @@ -327,7 +327,7 @@

Parameters

- + redispatchIfRemote(InputInterface $input) @@ -361,7 +361,7 @@

Parameters

- + never redispatch(InputInterface $input) @@ -403,7 +403,7 @@

Return Value

- + protected array alterArgsForRedispatch(array $redispatchArgs) @@ -446,7 +446,7 @@

Return Value

- + protected never exitEarly(int $exit_code) diff --git a/api/Drush/Runtime/ServiceManager.html b/api/Drush/Runtime/ServiceManager.html index 98e5435951..32e203f404 100644 --- a/api/Drush/Runtime/ServiceManager.html +++ b/api/Drush/Runtime/ServiceManager.html @@ -86,7 +86,7 @@

ServiceManager

class - ServiceManager (View source) + ServiceManager (View source)

@@ -251,9 +251,20 @@

Methods

array
- instantiateServices(array $bootstrapCommandClasses, ContainerInterface $drushContainer, ContainerInterface|null $container = null) + instantiateDrupalCoreBootstrappedCommands() -

Instantiate objects given a lsit of classes. For each class, if it has +

Instantiate commands from Drupal Core that we want to expose +as Drush commands.

+
+ +
+
+ array +
+
+ instantiateServices(array $bootstrapCommandClasses, Container $drushContainer, ContainerInterface|null $container = null) + +

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'

@@ -286,8 +297,7 @@

Methods

bootStrapAttributeValue(string $class) -

No description

-
+

Does the provided class have a Bootstrap Attribute, indicating early loading.

@@ -305,9 +315,9 @@

Methods

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.

@@ -315,9 +325,9 @@

Methods

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.

@@ -335,7 +345,7 @@

Methods

void
- inflect(ContainerInterface $container, mixed $object) + inflect(Container $container, mixed $object)

Inject any dependencies needed via the "*AwareInterface" pattern

@@ -348,7 +358,7 @@

Details

- + __construct(ClassLoader $autoloader, DrushConfig $config, LoggerInterface $logger) @@ -392,7 +402,7 @@

Parameters

- + protected void loadCommandClasses(array $commandClasses) @@ -412,7 +422,7 @@

Parameters

- +
ProcessManagerProcessManager $processManager
array $commandClasses

Associative array mapping path => class.

@@ -435,7 +445,7 @@

Return Value

- + array bootstrapCommandClasses() @@ -467,7 +477,7 @@

Return Value

- + array discover(array $commandfileSearchpath, string $baseNamespace) @@ -518,7 +528,7 @@

Return Value

- + array discoverCommandsFromConfiguration() @@ -550,7 +560,7 @@

Return Value

- + array discoverCommands(array $directoryList, string $baseNamespace) @@ -598,7 +608,7 @@

Return Value

- + array discoverPsr4Commands() @@ -631,7 +641,7 @@

Return Value

- + array discoverPsr4Generators() @@ -663,7 +673,7 @@

Return Value

- + array discoverModuleCommands(array $directoryList, string $baseNamespace) @@ -711,7 +721,7 @@

Return Value

- + array discoverModuleCommandInfoAlterers(array $directoryList, string $baseNamespace) @@ -759,7 +769,7 @@

Return Value

- + array instantiateYamlCliCommands() @@ -786,15 +796,48 @@

Return Value

+
+
+ + +
+

+ + array + instantiateDrupalCoreBootstrappedCommands() + +

+
+ + + +
+

Instantiate commands from Drupal Core that we want to expose +as Drush commands.

These require a bootstrapped Drupal.

+
+
+ +

Return Value

+ + + + + + +
array

List of Symfony Command objects

+ + + +

- + array - instantiateServices(array $bootstrapCommandClasses, ContainerInterface $drushContainer, ContainerInterface|null $container = null) + instantiateServices(array $bootstrapCommandClasses, Container $drushContainer, ContainerInterface|null $container = null)

@@ -802,7 +845,7 @@

-

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'

@@ -817,7 +860,7 @@

Parameters

Classes to instantiate.

ContainerInterfaceContainer $drushContainer
string $class

The name of the class to check

@@ -923,7 +966,7 @@

Return Value

- +
bool

True if class has a static create method.

@@ -936,7 +979,7 @@

Return Value

- + protected int|null bootStrapAttributeValue(string $class) @@ -946,8 +989,7 @@

-

No description

- +

Does the provided class have a Bootstrap Attribute, indicating early loading.

Parameters

@@ -979,7 +1021,7 @@

Return Value

- + protected bool requiresBootstrap(string $class) @@ -1020,10 +1062,10 @@

Return Value

-

- +

+ protected bool - hasStaticCreateEarlyFactory(string $class) + hasStaticMethod(string $class, string $methodName)

@@ -1031,7 +1073,7 @@

-

Check to see if the provided class has a static createEarly method.

+

Check to see if the provided class has the specified static method.

Parameters

@@ -1040,7 +1082,12 @@

Parameters

string $class -

The name of the class to check

+ + + + string + $methodName + @@ -1050,7 +1097,7 @@

Return Value

- +
bool

True if class has a static createEarly method.

@@ -1062,10 +1109,10 @@

Return Value

-

- +

+ protected bool - hasStaticMethod(string $class, string $methodName) + hasStaticCreateEarlyFactory(string $class)

@@ -1073,7 +1120,7 @@

-

Check to see if the provided class has the specified static method.

+

Check to see if the provided class has a static createEarly method.

Parameters

@@ -1083,11 +1130,6 @@

Parameters

string $class

The name of the class to check

- - - string - $methodName -

The name of the method the class should have

@@ -1097,7 +1139,7 @@

Return Value

- +
bool

True if class has a static method with the specified name.

True if class has a static createEarly method.

@@ -1110,7 +1152,7 @@

Return Value

- + array discoverModuleGenerators(array $directoryList, string $baseNamespace) @@ -1157,9 +1199,9 @@

Return Value

- + void - inflect(ContainerInterface $container, mixed $object) + inflect(Container $container, mixed $object)

@@ -1174,7 +1216,7 @@

Parameters

- + diff --git a/api/Drush/SiteAlias/ProcessManager.html b/api/Drush/SiteAlias/ProcessManager.html index 4bd582c6f8..9443ec78f8 100644 --- a/api/Drush/SiteAlias/ProcessManager.html +++ b/api/Drush/SiteAlias/ProcessManager.html @@ -86,7 +86,7 @@

ProcessManager

class - ProcessManager extends ProcessManager (View source) + ProcessManager extends ProcessManager (View source)

@@ -194,7 +194,7 @@

Methods

ProcessBase
- process(array $commandline, string|null $cwd = null, array $env = null, mixed|null $input = null, int|float|null $timeout = 60) + process(array $commandline, string|null $cwd = null, array|null $env = null, mixed|null $input = null, int|float|null $timeout = 60)

Run a bash fragment locally.

@@ -204,7 +204,7 @@

Methods

ProcessBase
- shell(string $command, string|null $cwd = null, array $env = null, mixed|null $input = null, int|float|null $timeout = 60) + shell(string $command, string|null $cwd = null, array|null $env = null, mixed|null $input = null, int|float|null $timeout = 60)

Create a Process instance from a commandline string.

@@ -227,7 +227,7 @@

Details

- + void setDrupalFinder($drupalFinder) @@ -270,7 +270,7 @@

Return Value

- + getDrupalFinder() @@ -294,7 +294,7 @@

- + ProcessBase drush(SiteAliasInterface $siteAlias, string $command, array $args = [], array $options = [], array $options_double_dash = []) @@ -356,7 +356,7 @@

Return Value

- + ProcessBase drushSiteProcess(SiteAliasInterface $siteAlias, array $args = [], array $options = [], array $options_double_dash = []) @@ -421,7 +421,7 @@

Return Value

- + drushScript(SiteAliasInterface $siteAlias) @@ -454,7 +454,7 @@

Parameters

- + protected relativePathToVendorBinDrush() @@ -477,7 +477,7 @@

- + ProcessBase siteProcess(SiteAliasInterface $siteAlias, $args = [], $options = [], $optionsPassedAsArgs = []) @@ -535,9 +535,9 @@

Return Value

- + ProcessBase - process(array $commandline, string|null $cwd = null, array $env = null, mixed|null $input = null, int|float|null $timeout = 60) + process(array $commandline, string|null $cwd = null, array|null $env = null, mixed|null $input = null, int|float|null $timeout = 60)

@@ -563,7 +563,7 @@

Parameters

- + @@ -599,9 +599,9 @@

Return Value

- + ProcessBase - shell(string $command, string|null $cwd = null, array $env = null, mixed|null $input = null, int|float|null $timeout = 60) + shell(string $command, string|null $cwd = null, array|null $env = null, mixed|null $input = null, int|float|null $timeout = 60)

@@ -626,7 +626,7 @@

Parameters

- + @@ -661,7 +661,7 @@

Return Value

- + static protected ProcessBase configureProcess(ProcessBase $process) diff --git a/api/Drush/Sql/SqlBase.html b/api/Drush/Sql/SqlBase.html index 19e6bc0d29..7bc640387d 100644 --- a/api/Drush/Sql/SqlBase.html +++ b/api/Drush/Sql/SqlBase.html @@ -86,7 +86,7 @@

SqlBase

abstract class - SqlBase implements ConfigAwareInterface (View source) + SqlBase implements ConfigAwareInterface (View source)

@@ -470,7 +470,7 @@

Methods

string
- createdbSql($dbname, bool $quoted = false) + createdbSql(string $dbname, bool $quoted = false)

Build a SQL string for dropping and creating a database.

@@ -618,7 +618,7 @@

Details

array getExpandedTableSelection(array $options, array $all_tables) @@ -653,7 +653,7 @@

Return Value

ContainerInterfaceContainer $container

The DI contaner

The working directory or null to use the working dir of the current PHP process

arrayarray|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

arrayarray|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.

@@ -668,7 +668,7 @@

Return Value

array expandAndFilterTables(array $tables, array $db_tables) @@ -705,7 +705,7 @@

Return Value

- +
array

array of tables with non-existant tables removed.

An array of tables with non-existent tables removed.

@@ -719,7 +719,7 @@

Return Value

array expandWildcardTables(array $tables, array $db_tables) @@ -753,7 +753,7 @@

Return Value

- +
array

$tables array with wildcards resolved to real table names.

@@ -767,7 +767,7 @@

Return Value

array filterTables(array $tables, array $db_tables) @@ -801,7 +801,7 @@

Return Value

-
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).

@@ -816,7 +816,7 @@

Return Value

array getTableSelection(array $options) @@ -852,7 +852,7 @@

Return Value

-
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.

@@ -867,7 +867,7 @@

Return Value

array getRawTableList(string $option_name, array $options) @@ -886,7 +886,8 @@

Parameters

string $option_name - +

The option name to check: skip-tables, structure-tables +or tables. This function will check both -key and -list.

array @@ -901,7 +902,7 @@

Return Value

-
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.

@@ -916,7 +917,7 @@

Return Value

DrushConfig getConfig() @@ -960,7 +961,7 @@

See also

- + __construct(array $dbSpec, array $options) @@ -998,7 +999,7 @@

Parameters

- + array getEnv() @@ -1030,7 +1031,7 @@

Return Value

- + Process getProcess() @@ -1062,7 +1063,7 @@

Return Value

- + void setProcess(Process $process) @@ -1105,7 +1106,7 @@

Return Value

- + static SqlBase|null create(array $options = []) @@ -1147,7 +1148,7 @@

Return Value

- + static SqlBase|null getInstance($db_spec, $options) @@ -1195,7 +1196,7 @@

Return Value

- + array getDbSpec() @@ -1228,7 +1229,7 @@

Return Value

- + void setDbSpec(array $dbSpec) @@ -1270,7 +1271,7 @@

Return Value

- + string command() @@ -1302,7 +1303,7 @@

Return Value

- + string connect(bool $hide_password = true) @@ -1345,7 +1346,7 @@

Return Value

- + string|bool|null dump() @@ -1378,7 +1379,7 @@

Return Value

- + protected string addPipeFail(string $cmd, string $pipefail) @@ -1434,7 +1435,7 @@

Return Value

- + string dumpCmd($table_selection) @@ -1477,7 +1478,7 @@

Return Value

- + string|null dumpFile($file) @@ -1520,7 +1521,7 @@

Return Value

- + bool|null query(string $query, $input_file = null, $result_file = '') @@ -1573,7 +1574,7 @@

Return Value

- + bool alwaysQuery(string $query, $input_file = null, string|null $result_file = '') @@ -1613,7 +1614,7 @@

Return Value

- +
bool

on success, FALSE on failure.

TRUE on success, FALSE on failure.

@@ -1626,7 +1627,7 @@

Return Value

- + protected void logQueryInDebugMode($query, $input_file_original) @@ -1673,7 +1674,7 @@

Return Value

- + string|null silent() @@ -1706,7 +1707,7 @@

Return Value

- + string|null queryPrefix($query) @@ -1749,7 +1750,7 @@

Return Value

- + queryFormat($query) @@ -1783,7 +1784,7 @@

Parameters

- + bool|null drop(array $tables) @@ -1826,9 +1827,9 @@

Return Value

- + string - createdbSql($dbname, bool $quoted = false) + createdbSql(string $dbname, bool $quoted = false)

@@ -1843,9 +1844,9 @@

Parameters

- + - + @@ -1874,7 +1875,7 @@

Return Value

- + bool|null createdb(bool $quoted = false) @@ -1918,7 +1919,7 @@

Return Value

- + bool dropOrCreate() @@ -1951,7 +1952,7 @@

Return Value

- + bool dbExists() @@ -1984,7 +1985,7 @@

Return Value

- + string creds(bool $hide_password = true) @@ -2027,7 +2028,7 @@

Return Value

- + string scheme() @@ -2059,7 +2060,7 @@

Return Value

- + array listTables() @@ -2091,7 +2092,7 @@

Return Value

- + array listTablesQuoted() @@ -2110,7 +2111,7 @@

Return Value

string $dbname

The database name.

bool
-
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.

@@ -2124,7 +2125,7 @@

Return Value

- + string paramsToOptions($parameters) @@ -2167,7 +2168,7 @@

Return Value

- + void su() @@ -2199,7 +2200,7 @@

Return Value

- + array getOptions() @@ -2232,7 +2233,7 @@

Return Value

- + getOption($name, $default = null) @@ -2271,7 +2272,7 @@

Parameters

- + static array dbSpecFromDbUrl($db_url) @@ -2290,7 +2291,9 @@

Parameters

$db_url - +

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.

@@ -2313,7 +2316,7 @@

Return Value

- + 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 @@

SqlMysql

class - SqlMysql extends SqlBase (View source) + SqlMysql extends SqlBase (View source)

@@ -488,7 +488,7 @@

Methods

string
- createdbSql($dbname, bool $quoted = false) + createdbSql(string $dbname, bool $quoted = false)

Build a SQL string for dropping and creating a database.

@@ -687,7 +687,7 @@

Details

array getExpandedTableSelection(array $options, array $all_tables) @@ -722,7 +722,7 @@

Return Value

-
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.

@@ -737,7 +737,7 @@

Return Value

array expandAndFilterTables(array $tables, array $db_tables) @@ -774,7 +774,7 @@

Return Value

- +
array

array of tables with non-existant tables removed.

An array of tables with non-existent tables removed.

@@ -788,7 +788,7 @@

Return Value

array expandWildcardTables(array $tables, array $db_tables) @@ -822,7 +822,7 @@

Return Value

- +
array

$tables array with wildcards resolved to real table names.

@@ -836,7 +836,7 @@

Return Value

array filterTables(array $tables, array $db_tables) @@ -870,7 +870,7 @@

Return Value

-
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).

@@ -885,7 +885,7 @@

Return Value

array getTableSelection(array $options) @@ -921,7 +921,7 @@

Return Value

-
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.

@@ -936,7 +936,7 @@

Return Value

array getRawTableList(string $option_name, array $options) @@ -955,7 +955,8 @@

Parameters

string $option_name - +

The option name to check: skip-tables, structure-tables +or tables. This function will check both -key and -list.

array @@ -970,7 +971,7 @@

Return Value

-
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.

@@ -985,7 +986,7 @@

Return Value

DrushConfig getConfig() @@ -1030,7 +1031,7 @@

See also

__construct(array $dbSpec, array $options) @@ -1069,7 +1070,7 @@

Parameters

array getEnv() @@ -1102,7 +1103,7 @@

Return Value

Process getProcess() @@ -1135,7 +1136,7 @@

Return Value

void setProcess(Process $process) @@ -1179,7 +1180,7 @@

Return Value

static SqlBase|null create(array $options = []) @@ -1222,7 +1223,7 @@

Return Value

static SqlBase|null getInstance($db_spec, $options) @@ -1271,7 +1272,7 @@

Return Value

array getDbSpec() @@ -1305,7 +1306,7 @@

Return Value

void setDbSpec(array $dbSpec) @@ -1347,7 +1348,7 @@

Return Value

- + string command() @@ -1380,7 +1381,7 @@

Return Value

string connect(bool $hide_password = true) @@ -1424,7 +1425,7 @@

Return Value

string|bool|null dump() @@ -1458,7 +1459,7 @@

Return Value

protected string addPipeFail(string $cmd, string $pipefail) @@ -1514,7 +1515,7 @@

Return Value

- + string dumpCmd($table_selection) @@ -1558,7 +1559,7 @@

Return Value

string|null dumpFile($file) @@ -1602,7 +1603,7 @@

Return Value

bool|null query(string $query, $input_file = null, $result_file = '') @@ -1656,7 +1657,7 @@

Return Value

bool alwaysQuery(string $query, $input_file = null, string|null $result_file = '') @@ -1696,7 +1697,7 @@

Return Value

- +
bool

on success, FALSE on failure.

TRUE on success, FALSE on failure.

@@ -1710,7 +1711,7 @@

Return Value

protected void logQueryInDebugMode($query, $input_file_original) @@ -1757,7 +1758,7 @@

Return Value

- + string|null silent() @@ -1791,7 +1792,7 @@

Return Value

string|null queryPrefix($query) @@ -1835,7 +1836,7 @@

Return Value

queryFormat($query) @@ -1870,7 +1871,7 @@

Parameters

bool|null drop(array $tables) @@ -1913,9 +1914,9 @@

Return Value

- + string - createdbSql($dbname, bool $quoted = false) + createdbSql(string $dbname, bool $quoted = false)

@@ -1930,9 +1931,9 @@

Parameters

- + - + @@ -1962,7 +1963,7 @@

Return Value

bool|null createdb(bool $quoted = false) @@ -2007,7 +2008,7 @@

Return Value

bool dropOrCreate() @@ -2040,7 +2041,7 @@

Return Value

- + bool dbExists() @@ -2073,7 +2074,7 @@

Return Value

- + string creds(bool $hide_password = true) @@ -2117,7 +2118,7 @@

Return Value

string scheme() @@ -2149,7 +2150,7 @@

Return Value

- + array listTables() @@ -2181,7 +2182,7 @@

Return Value

- + array listTablesQuoted() @@ -2200,7 +2201,7 @@

Return Value

string $dbname

The database name.

bool
-
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.

@@ -2215,7 +2216,7 @@

Return Value

string paramsToOptions($parameters) @@ -2259,7 +2260,7 @@

Return Value

void su() @@ -2292,7 +2293,7 @@

Return Value

array getOptions() @@ -2326,7 +2327,7 @@

Return Value

getOption($name, $default = null) @@ -2366,7 +2367,7 @@

Parameters

static array dbSpecFromDbUrl($db_url) @@ -2385,7 +2386,9 @@

Parameters

$db_url - +

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.

@@ -2409,7 +2412,7 @@

Return Value

array alwaysQueryCommand($input_file) @@ -2451,7 +2454,7 @@

Return Value

- + static make(array $dbSpec, array $options) @@ -2489,7 +2492,7 @@

Parameters

- + string dumpProgram() @@ -2522,7 +2525,7 @@

Return Value

- + string getVersion() @@ -2554,7 +2557,7 @@

Return Value

- + 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 @@

SqlPgsql

class - SqlPgsql extends SqlBase (View source) + SqlPgsql extends SqlBase (View source)

@@ -476,7 +476,7 @@

Methods

string
- createdbSql($dbname, bool $quoted = false) + createdbSql(string $dbname, bool $quoted = false)

Build a SQL string for dropping and creating a database.

@@ -644,7 +644,7 @@

Details

array getExpandedTableSelection(array $options, array $all_tables) @@ -679,7 +679,7 @@

Return Value

-
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.

@@ -694,7 +694,7 @@

Return Value

array expandAndFilterTables(array $tables, array $db_tables) @@ -731,7 +731,7 @@

Return Value

- +
array

array of tables with non-existant tables removed.

An array of tables with non-existent tables removed.

@@ -745,7 +745,7 @@

Return Value

array expandWildcardTables(array $tables, array $db_tables) @@ -779,7 +779,7 @@

Return Value

- +
array

$tables array with wildcards resolved to real table names.

@@ -793,7 +793,7 @@

Return Value

array filterTables(array $tables, array $db_tables) @@ -827,7 +827,7 @@

Return Value

-
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).

@@ -842,7 +842,7 @@

Return Value

array getTableSelection(array $options) @@ -878,7 +878,7 @@

Return Value

-
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.

@@ -893,7 +893,7 @@

Return Value

array getRawTableList(string $option_name, array $options) @@ -912,7 +912,8 @@

Parameters

string $option_name - +

The option name to check: skip-tables, structure-tables +or tables. This function will check both -key and -list.

array @@ -927,7 +928,7 @@

Return Value

-
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.

@@ -942,7 +943,7 @@

Return Value

DrushConfig getConfig() @@ -987,7 +988,7 @@

See also

__construct(array $dbSpec, array $options) @@ -1025,7 +1026,7 @@

Parameters

- + array getEnv() @@ -1058,7 +1059,7 @@

Return Value

Process getProcess() @@ -1091,7 +1092,7 @@

Return Value

void setProcess(Process $process) @@ -1135,7 +1136,7 @@

Return Value

static SqlBase|null create(array $options = []) @@ -1178,7 +1179,7 @@

Return Value

static SqlBase|null getInstance($db_spec, $options) @@ -1227,7 +1228,7 @@

Return Value

array getDbSpec() @@ -1261,7 +1262,7 @@

Return Value

void setDbSpec(array $dbSpec) @@ -1303,7 +1304,7 @@

Return Value

- + string command() @@ -1336,7 +1337,7 @@

Return Value

string connect(bool $hide_password = true) @@ -1380,7 +1381,7 @@

Return Value

string|bool|null dump() @@ -1414,7 +1415,7 @@

Return Value

protected string addPipeFail(string $cmd, string $pipefail) @@ -1470,7 +1471,7 @@

Return Value

- + string dumpCmd($table_selection) @@ -1514,7 +1515,7 @@

Return Value

string|null dumpFile($file) @@ -1558,7 +1559,7 @@

Return Value

bool|null query(string $query, $input_file = null, $result_file = '') @@ -1612,7 +1613,7 @@

Return Value

bool alwaysQuery(string $query, $input_file = null, string|null $result_file = '') @@ -1652,7 +1653,7 @@

Return Value

- +
bool

on success, FALSE on failure.

TRUE on success, FALSE on failure.

@@ -1666,7 +1667,7 @@

Return Value

protected void logQueryInDebugMode($query, $input_file_original) @@ -1714,7 +1715,7 @@

Return Value

string|null silent() @@ -1748,7 +1749,7 @@

Return Value

string|null queryPrefix($query) @@ -1791,7 +1792,7 @@

Return Value

- + queryFormat($query) @@ -1825,7 +1826,7 @@

Parameters

- + bool|null drop(array $tables) @@ -1868,9 +1869,9 @@

Return Value

- + string - createdbSql($dbname, bool $quoted = false) + createdbSql(string $dbname, bool $quoted = false)

@@ -1885,9 +1886,9 @@

Parameters

- + - + @@ -1916,7 +1917,7 @@

Return Value

- + bool|null createdb(bool $quoted = false) @@ -1961,7 +1962,7 @@

Return Value

bool dropOrCreate() @@ -1994,7 +1995,7 @@

Return Value

- + bool dbExists() @@ -2027,7 +2028,7 @@

Return Value

- + string creds(bool $hide_password = true) @@ -2071,7 +2072,7 @@

Return Value

string scheme() @@ -2103,7 +2104,7 @@

Return Value

- + array listTables() @@ -2136,7 +2137,7 @@

Return Value

array listTablesQuoted() @@ -2155,7 +2156,7 @@

Return Value

string $dbname

The database name.

bool
-
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.

@@ -2170,7 +2171,7 @@

Return Value

string paramsToOptions($parameters) @@ -2214,7 +2215,7 @@

Return Value

void su() @@ -2247,7 +2248,7 @@

Return Value

array getOptions() @@ -2281,7 +2282,7 @@

Return Value

getOption($name, $default = null) @@ -2321,7 +2322,7 @@

Parameters

static array dbSpecFromDbUrl($db_url) @@ -2340,7 +2341,9 @@

Parameters

$db_url - +

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.

@@ -2364,7 +2367,7 @@

Return Value

array alwaysQueryCommand($input_file) @@ -2406,7 +2409,7 @@

Return Value

- + 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 @@

SqlSqlite

class - SqlSqlite extends SqlBase (View source) + SqlSqlite extends SqlBase (View source)

@@ -480,7 +480,7 @@

Methods

string
- createdbSql($dbname, bool $quoted = false) + createdbSql(string $dbname, bool $quoted = false)

Build a SQL string for dropping and creating a database.

@@ -637,7 +637,7 @@

Details

array getExpandedTableSelection(array $options, array $all_tables) @@ -672,7 +672,7 @@

Return Value

-
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.

@@ -687,7 +687,7 @@

Return Value

array expandAndFilterTables(array $tables, array $db_tables) @@ -724,7 +724,7 @@

Return Value

- +
array

array of tables with non-existant tables removed.

An array of tables with non-existent tables removed.

@@ -738,7 +738,7 @@

Return Value

array expandWildcardTables(array $tables, array $db_tables) @@ -772,7 +772,7 @@

Return Value

- +
array

$tables array with wildcards resolved to real table names.

@@ -786,7 +786,7 @@

Return Value

array filterTables(array $tables, array $db_tables) @@ -820,7 +820,7 @@

Return Value

-
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).

@@ -835,7 +835,7 @@

Return Value

array getTableSelection(array $options) @@ -871,7 +871,7 @@

Return Value

-
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.

@@ -886,7 +886,7 @@

Return Value

array getRawTableList(string $option_name, array $options) @@ -905,7 +905,8 @@

Parameters

string $option_name - +

The option name to check: skip-tables, structure-tables +or tables. This function will check both -key and -list.

array @@ -920,7 +921,7 @@

Return Value

-
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.

@@ -935,7 +936,7 @@

Return Value

DrushConfig getConfig() @@ -980,7 +981,7 @@

See also

__construct(array $dbSpec, array $options) @@ -1019,7 +1020,7 @@

Parameters

array getEnv() @@ -1052,7 +1053,7 @@

Return Value

Process getProcess() @@ -1085,7 +1086,7 @@

Return Value

void setProcess(Process $process) @@ -1129,7 +1130,7 @@

Return Value

static SqlBase|null create(array $options = []) @@ -1172,7 +1173,7 @@

Return Value

static SqlBase|null getInstance($db_spec, $options) @@ -1221,7 +1222,7 @@

Return Value

array getDbSpec() @@ -1255,7 +1256,7 @@

Return Value

void setDbSpec(array $dbSpec) @@ -1297,7 +1298,7 @@

Return Value

- + string command() @@ -1330,7 +1331,7 @@

Return Value

string connect(bool $hide_password = true) @@ -1374,7 +1375,7 @@

Return Value

string|bool|null dump() @@ -1408,7 +1409,7 @@

Return Value

protected string addPipeFail(string $cmd, string $pipefail) @@ -1464,7 +1465,7 @@

Return Value

- + string dumpCmd($table_selection) @@ -1508,7 +1509,7 @@

Return Value

string|null dumpFile($file) @@ -1552,7 +1553,7 @@

Return Value

bool|null query(string $query, $input_file = null, $result_file = '') @@ -1606,7 +1607,7 @@

Return Value

bool alwaysQuery(string $query, $input_file = null, string|null $result_file = '') @@ -1646,7 +1647,7 @@

Return Value

- +
bool

on success, FALSE on failure.

TRUE on success, FALSE on failure.

@@ -1660,7 +1661,7 @@

Return Value

protected void logQueryInDebugMode($query, $input_file_original) @@ -1708,7 +1709,7 @@

Return Value

string|null silent() @@ -1742,7 +1743,7 @@

Return Value

string|null queryPrefix($query) @@ -1786,7 +1787,7 @@

Return Value

queryFormat($query) @@ -1820,7 +1821,7 @@

Parameters

- + bool|null drop(array $tables) @@ -1863,9 +1864,9 @@

Return Value

- + string - createdbSql($dbname, bool $quoted = false) + createdbSql(string $dbname, bool $quoted = false)

@@ -1880,9 +1881,9 @@

Parameters

- + - + @@ -1911,7 +1912,7 @@

Return Value

- + bool|null createdb(bool $quoted = false) @@ -1956,7 +1957,7 @@

Return Value

bool dropOrCreate() @@ -1989,7 +1990,7 @@

Return Value

- + bool dbExists() @@ -2022,7 +2023,7 @@

Return Value

- + string creds(bool $hide_password = true) @@ -2066,7 +2067,7 @@

Return Value

string scheme() @@ -2098,7 +2099,7 @@

Return Value

- + array listTables() @@ -2131,7 +2132,7 @@

Return Value

array listTablesQuoted() @@ -2150,7 +2151,7 @@

Return Value

string $dbname

The database name.

bool
-
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.

@@ -2165,7 +2166,7 @@

Return Value

string paramsToOptions($parameters) @@ -2209,7 +2210,7 @@

Return Value

void su() @@ -2242,7 +2243,7 @@

Return Value

array getOptions() @@ -2276,7 +2277,7 @@

Return Value

getOption($name, $default = null) @@ -2316,7 +2317,7 @@

Parameters

static array dbSpecFromDbUrl($db_url) @@ -2335,7 +2336,9 @@

Parameters

$db_url - +

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.

@@ -2359,7 +2362,7 @@

Return Value

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 @@

SqlTableSelectionTrait

trait - SqlTableSelectionTrait (View source) + SqlTableSelectionTrait (View source)

@@ -175,7 +175,7 @@

Details

- + array getExpandedTableSelection(array $options, array $all_tables) @@ -210,7 +210,7 @@

Return Value

-
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.

@@ -224,7 +224,7 @@

Return Value

- + array expandAndFilterTables(array $tables, array $db_tables) @@ -261,7 +261,7 @@

Return Value

- +
array

array of tables with non-existant tables removed.

An array of tables with non-existent tables removed.

@@ -274,7 +274,7 @@

Return Value

- + array expandWildcardTables(array $tables, array $db_tables) @@ -308,7 +308,7 @@

Return Value

- +
array

$tables array with wildcards resolved to real table names.

@@ -321,7 +321,7 @@

Return Value

- + array filterTables(array $tables, array $db_tables) @@ -355,7 +355,7 @@

Return Value

-
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).

@@ -369,7 +369,7 @@

Return Value

- + array getTableSelection(array $options) @@ -405,7 +405,7 @@

Return Value

-
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.

@@ -419,7 +419,7 @@

Return Value

- + array getRawTableList(string $option_name, array $options) @@ -438,7 +438,8 @@

Parameters

string $option_name - +

The option name to check: skip-tables, structure-tables +or tables. This function will check both -key and -list.

array @@ -453,7 +454,7 @@

Return Value

-
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.

diff --git a/api/Drush/TestTraits/DrushTestTrait.html b/api/Drush/TestTraits/DrushTestTrait.html index 73b4890665..baf2725698 100644 --- a/api/Drush/TestTraits/DrushTestTrait.html +++ b/api/Drush/TestTraits/DrushTestTrait.html @@ -86,7 +86,7 @@

DrushTestTrait

trait - DrushTestTrait (View source) + DrushTestTrait (View source)

@@ -95,7 +95,7 @@

DrushTestTrait

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.

+used to write functional tests for Drush extensions.

More information is available at https://github.com/drush-ops/drush/blob/13.x/docs/contribute/unish.md#drush-test-traits.

Traits

@@ -271,7 +271,7 @@

Methods

mixed
- getOutputFromJSON(string|int $key = null) + getOutputFromJSON(string|int|null $key = null)

Accessor for the last output, decoded from json.

from  @@ -418,7 +418,7 @@

Details

abstract string getOutputRaw() @@ -451,7 +451,7 @@

Return Value

abstract string getErrorOutputRaw() @@ -484,7 +484,7 @@

Return Value

protected string getSimplifiedOutput() @@ -517,7 +517,7 @@

Return Value

protected string getSimplifiedErrorOutput() @@ -551,7 +551,7 @@

Return Value

protected string simplifyOutput(string $output) @@ -594,7 +594,7 @@

Return Value

array pathsToSimplify() @@ -628,7 +628,7 @@

Return Value

string getOutput() @@ -661,7 +661,7 @@

Return Value

string getErrorOutput() @@ -694,7 +694,7 @@

Return Value

array getOutputAsList() @@ -727,7 +727,7 @@

Return Value

array getErrorOutputAsList() @@ -760,9 +760,9 @@

Return Value

mixed - getOutputFromJSON(string|int $key = null) + getOutputFromJSON(string|int|null $key = null)

@@ -777,7 +777,7 @@

Parameters

- + @@ -803,7 +803,7 @@

Return Value

Process startExecute(string|array $command, string|null $cd = null, array|null $env = null, string|null $input = null) @@ -861,7 +861,7 @@

Return Value

void execute(array|string $command, int $expected_return = 0, string|null $cd = null, array|null $env = null, string|null $input = null) @@ -924,7 +924,7 @@

Return Value

static string escapeshellarg(string $arg) @@ -968,7 +968,7 @@

Return Value

static bool isWindows() @@ -1002,7 +1002,7 @@

Return Value

static string _escapeshellargWindows(string $arg) @@ -1046,7 +1046,7 @@

Return Value

string buildProcessMessage() @@ -1079,7 +1079,7 @@

Return Value

protected void assertOutputEquals(string $expected, string $filter = '') @@ -1129,7 +1129,7 @@

Return Value

protected void assertErrorOutputEquals(string $expected, string $filter = '') @@ -1178,7 +1178,7 @@

Return Value

- + string getPathToDrush() @@ -1211,7 +1211,7 @@

Return Value

- + void drush($command, array $args = [], array $options = [], string|null $site_specification = null, string|null $cd = null, int $expected_return = 0, string|null $suffix = null, array $env = []) @@ -1288,7 +1288,7 @@

Return Value

- + protected string convertKeyValueToFlag(string $key, mixed $value) @@ -1335,7 +1335,7 @@

Return Value

- + int drushMajorVersion() diff --git a/api/Drush/TestTraits/OutputUtilsTrait.html b/api/Drush/TestTraits/OutputUtilsTrait.html index 3c92b5fd94..49fa0c4a88 100644 --- a/api/Drush/TestTraits/OutputUtilsTrait.html +++ b/api/Drush/TestTraits/OutputUtilsTrait.html @@ -86,7 +86,7 @@

OutputUtilsTrait

trait - OutputUtilsTrait (View source) + OutputUtilsTrait (View source)

@@ -209,7 +209,7 @@

Methods

mixed
- getOutputFromJSON(string|int $key = null) + getOutputFromJSON(string|int|null $key = null)

Accessor for the last output, decoded from json.

@@ -222,7 +222,7 @@

Details

- + abstract string getOutputRaw() @@ -254,7 +254,7 @@

Return Value

- + abstract string getErrorOutputRaw() @@ -286,7 +286,7 @@

Return Value

- + protected string getSimplifiedOutput() @@ -318,7 +318,7 @@

Return Value

- + protected string getSimplifiedErrorOutput() @@ -351,7 +351,7 @@

Return Value

- + protected string simplifyOutput(string $output) @@ -393,7 +393,7 @@

Return Value

- + array pathsToSimplify() @@ -426,7 +426,7 @@

Return Value

- + string getOutput() @@ -458,7 +458,7 @@

Return Value

- + string getErrorOutput() @@ -490,7 +490,7 @@

Return Value

- + array getOutputAsList() @@ -522,7 +522,7 @@

Return Value

- + array getErrorOutputAsList() @@ -554,9 +554,9 @@

Return Value

- + mixed - getOutputFromJSON(string|int $key = null) + getOutputFromJSON(string|int|null $key = null)

@@ -571,7 +571,7 @@

Parameters

string|intstring|int|null $key

Optionally return only a top level element from the json object.

- + diff --git a/api/Drush/Utils/FsUtils.html b/api/Drush/Utils/FsUtils.html index 0cc3cf88c1..ca3ef3c6f4 100644 --- a/api/Drush/Utils/FsUtils.html +++ b/api/Drush/Utils/FsUtils.html @@ -85,8 +85,8 @@

FsUtils -

class - FsUtils (View source) +

final class + FsUtils (View source)

@@ -105,14 +105,14 @@

Methods

static string
- getBackupDir(string $subdir = null) + getBackupDir(string|null $subdir = null) -

Decide where our backup directory should go

+

Return path to the backup directory.

- static A + static 
getBackupDirParent() @@ -209,9 +209,9 @@

Details

- + static string - getBackupDir(string $subdir = null) + getBackupDir(string|null $subdir = null)

@@ -219,14 +219,14 @@

-

Decide where our backup directory should go

+

Return path to the backup directory.

Parameters

string|intstring|int|null $key

Optionally return only a top level element from the json object.

- + @@ -239,7 +239,7 @@

Return Value

stringstring|null $subdir

The name of the desired subdirectory(s) under drush-backups. Usually a database name.

- +
string

path to the backup directory.

@@ -261,8 +261,8 @@

Exceptions

- - static A + + static getBackupDirParent()

@@ -275,25 +275,7 @@

-

Return Value

- - - - - - -
A

path to the backup directory parent

- -

Exceptions

- - - - - - -
Exception
-
@@ -302,7 +284,7 @@

Exceptions

- + static bool|string isUsableDirectory(string|null $dir) @@ -345,7 +327,7 @@

Return Value

- + static string tmpDir(string $subdir = null) @@ -396,7 +378,7 @@

Exceptions

- + static registerForDeletion(string $dir) @@ -429,7 +411,7 @@

Parameters

- + static cleanup() @@ -452,7 +434,7 @@

- + static string prepareBackupDir(string $subdir = null) @@ -503,7 +485,7 @@

Exceptions

- + static string realpath(string $path) @@ -546,7 +528,7 @@

Return Value

- + static string|bool isTarball(string $path) @@ -588,7 +570,7 @@

Return Value

- + static string|bool|null getMimeContentType(string $path) diff --git a/api/Drush/Utils/StringUtils.html b/api/Drush/Utils/StringUtils.html index 45901059ef..2e543095e7 100644 --- a/api/Drush/Utils/StringUtils.html +++ b/api/Drush/Utils/StringUtils.html @@ -85,8 +85,8 @@

StringUtils

-

class - StringUtils (View source) +

final class + StringUtils (View source)

@@ -149,7 +149,7 @@

Details

- + static array csvToArray($args) @@ -194,7 +194,7 @@

Return Value

- + static string interpolate(string $message, array $context = []) @@ -244,7 +244,7 @@

Return Value

- + static string replaceTilde($path, $home) @@ -292,7 +292,7 @@

Return Value

- + static string generatePassword(int $length = 10) diff --git a/api/classes.html b/api/classes.html index 9d1dca4a1a..d1f2cbd902 100644 --- a/api/classes.html +++ b/api/classes.html @@ -167,7 +167,7 @@

Classes

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

+user tries to run one, the command's description is shown. Example usage at https://github.com/drush-ops/drush/blob/13.x/src/Commands/LegacyCommands.php

@@ -341,6 +341,11 @@

Classes

A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.

+
+
@@ -391,11 +396,6 @@

Classes

-
-
@@ -515,7 +515,7 @@

Classes

-

Migrate runner commands.

+
@@ -679,17 +679,17 @@

Classes

-

Ensures that existing composer.json file has drush services entry.

+ DrushAliasFile
+
@@ -734,76 +734,77 @@

Classes

-

Locate Drush configuration files and load them into the configuration -instance.

+ SanitizeCommentsCommands
+

This class is a good example of a sql:sanitize plugin.

-

Accessors for common Drush config keys.

+ SanitizePluginInterface +
+

Implement this interface when building a Drush sql-sanitize plugin.

-

Store information about the environment

+ SanitizeSessionsCommands
+

This class is a good example of how to build a sql:sanitize plugin.

-

Load configuration files, and fill in any property values that -need to be expanded.

+ SanitizeUserFieldsCommands
+

This class is a good example of how to build a sql:sanitize plugin.

-

A replacement for DrupalFinder. We may go back to that once it uses InstalledVersions from Composer.

+ SanitizeUserTableCommands
+

A sql:sanitize plugin.

-

This class is a good example of a sql-sanitize plugin.

+ ConfigLocator
+

Locate Drush configuration files and load them into the configuration +instance.

-

Implement this interface when building a Drush sql-sanitize plugin.

+ DrushConfig
+

Accessors for common Drush config keys.

-

This class is a good example of how to build a sql-sanitize plugin.

+ Environment
+

Store information about the environment

-

This class is a good example of how to build a sql-sanitize plugin.

+ YamlConfigLoader
+

Load configuration files, and fill in any property values that +need to be expanded.

-

A sql-sanitize plugin.

+ DrushDrupalFinder
+

A replacement for DrupalFinder. We may go back to that once it uses InstalledVersions from Composer.

-

Overridden version of DrupalKernel adapted to the needs of Drush.

+ SanitizePluginInterface + deprecated
+
-

Common functionality for overridden kernels.

+ DrupalKernel
+

Overridden version of DrupalKernel adapted to the needs of Drush.

@@ -966,15 +967,6 @@

Classes

Helper methods to verify preflight state.

-
-
- -

RedispatchToSiteLocal forces an exec to the site-local Drush if it -exist. We must do this super-early, before loading Drupal's autoload -file. If we do not, we will crash unless the site-local Drush and the -global Drush are using the exact same versions of all dependencies, which -will rarely line up sufficiently to prevent problems.

diff --git a/api/doc-index.html b/api/doc-index.html index edf5bf09ae..dea4bd3ddf 100644 --- a/api/doc-index.html +++ b/api/doc-index.html @@ -126,8 +126,9 @@

A

AutowireTraitClass in namespace Drush\Commands

A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.

ExampleCommands::alterFormatters() — Method in class ExampleCommands
-

Demonstrate an alter hook with an option.

ArchiveDumpCommandsClass in namespace Drush\Commands\core
-
ArchiveRestoreCommandsClass in namespace Drush\Commands\core
+

Demonstrate an alter hook with an option.

+LegacyCommands::archiveRestore() — Method in class LegacyCommands
+

archive:restore has been removed. A replacement may be available from your web host.

ArchiveDumpCommandsClass in namespace Drush\Commands\core
LanguageCommands::add() — Method in class LanguageCommands
@@ -205,6 +206,8 @@

A

PmCommands::addInstallDependencies
() — Method in class PmCommands
PmCommands::addUninstallDependencies() — Method in class PmCommands
+
+SanitizeCommentsCommands::applies() — Method in class SanitizeCommentsCommands
ConfigLocator::addToSources() — Method in class ConfigLocator

Accumulate the sources provided by the configuration loader.

@@ -235,11 +238,7 @@

A

ConfigLocator::addSiteSpecificConfig
() — Method in class ConfigLocator

Attempt to load site specific configuration.

Environment::applyEnvironment() — Method in class Environment
-

Alter our default locations based on the value of environment variables.

-SanitizeCommentsCommands::applies() — Method in class SanitizeCommentsCommands
-
-DrupalKernelTrait::addServiceModifier() — Method in class DrupalKernelTrait
-

Add a service modifier to the container builder.

$ +

Alter our default locations based on the value of environment variables.

$ MigrateExecutable#allSourceIdValuesProperty in class MigrateExecutable

List of all source IDs that are found in source during this migration.

MigrateIdMapFilter::accept() — Method in class MigrateIdMapFilter
@@ -253,7 +252,7 @@

A

Preflight#aliasManager — Property in class Preflight
Preflight::aliasManager() — Method in class Preflight
-

Return the alias manager

$ +
$ PreflightArgs#argsProperty in class PreflightArgs
PreflightArgs::adjustHelpOption() — Method in class PreflightArgs
@@ -386,9 +385,7 @@

A

DrupalBoot::bootstrapDrupalCore() — Method in class DrupalBoot
DrupalBoot::bootstrapDrupalSiteValidate() — Method in class DrupalBoot
-

VALIDATE the DRUSH_BOOTSTRAP_DRUPAL_SITE phase.

-DrupalBoot::bootstrapDrupalSite() — Method in class DrupalBoot
-

Initialize a site on the Drupal root.

+

VALIDATE the DRUSH_BOOTSTRAP_DRUPAL_SITE phase.

DrupalBoot::bootstrapDrupalConfiguration() — Method in class DrupalBoot

Initialize and load the Drupal configuration files.

DrupalBoot::bootstrapDrupalDatabaseValidate() — Method in class DrupalBoot
@@ -411,7 +408,9 @@

A

DrupalBoot8::bootstrapDrupalConfiguration() — Method in class DrupalBoot8

Initialize and load the Drupal configuration files.

DrupalBoot8::bootstrapDrupalFull() — Method in class DrupalBoot8
-

Attempt to load the full Drupal system.

+

Attempt to load the full Drupal system.

+DrupalBoot8::bootstrapDrupalSite() — Method in class DrupalBoot8
+

Initialize a site on the Drupal root.

EmptyBoot::bootstrapPhases() — Method in class EmptyBoot

Returns an array that determines what bootstrap phases are necessary to bootstrap this CMS. This array @@ -449,7 +448,7 @@

A

ServiceManager::bootstrapCommandClasses() — Method in class ServiceManager

Return cached of deferred commandhander objects.

ServiceManager::bootStrapAttributeValue() — Method in class ServiceManager
-
BootstrapCompilerPassClass in namespace Drush\Symfony
+

Does the provided class have a Bootstrap Attribute, indicating early loading.

BootstrapCompilerPassClass in namespace Drush\Symfony
CliTestTrait::buildProcessMessage() — Method in class CliTestTrait

Borrowed from \Symfony\Component\Process\Exception\ProcessTimedOutException

C

@@ -475,13 +474,12 @@

A

ServiceCommandlist#commandList — Property in class ServiceCommandlist
AutowireTrait::create() — Method in class AutowireTrait
-

Instantiates a new instance of the implementing class using autowiring.

$ +

Instantiates a new instance of the implementing class using autowiring.

ConfiguresPromptsClass in namespace Drush\Commands
+
+ConfiguresPrompts::configurePrompts() — Method in class ConfiguresPrompts
+

Configure the prompt fallbacks.

$ DrushCommands#commandDataProperty in class DrushCommands
ConfigCommandsClass in namespace Drush\Commands\config
-
$ -ConfigCommands#configStorageExportProperty in class ConfigCommands
-
-ConfigCommands::create() — Method in class ConfigCommands
ConfigCommands::configChangesTable() — Method in class ConfigCommands

Build a table of config changes.

@@ -502,8 +500,6 @@

A

ConfigImportCommands::create
() — Method in class ConfigImportCommands
ConfigPullCommandsClass in namespace Drush\Commands\config
CacheCommandsClass in namespace Drush\Commands\core
-
-CacheCommands::create() — Method in class CacheCommands
CacheCommands::clear() — Method in class CacheCommands

Clear a specific cache, or all Drupal caches.

@@ -523,11 +519,7 @@

A

Clears the render cache entries.

CacheCommands::clearPlugin() — Method in class CacheCommands
CacheRebuildCommandsClass in namespace Drush\Commands\core
-
-CacheRebuildCommands::createEarly() — Method in class CacheRebuildCommands
CliCommandsClass in namespace Drush\Commands\core
-
-CliCommands::create() — Method in class CliCommands
CliCommands::cli() — Method in class CliCommands

Open an interactive shell on a Drupal site.

CoreCommandsClass in namespace Drush\Commands\core
@@ -541,70 +533,38 @@

A

DocsCommands::cron() — Method in class DocsCommands

Crontab instructions for running your Drupal cron tasks via drush cron.

DocsCommands::commands() — Method in class DocsCommands
-

Instructions on creating your own Drush commands.

-DrupalCommands::create() — Method in class DrupalCommands
-
+

Instructions on creating your own Drush commands.

DrupalCommands::cron() — Method in class DrupalCommands
-

Run all cron hooks in all active modules for specified site.

+

Run all cron hooks in all active modules for specified site.

+EditCommands::create() — Method in class EditCommands
+

Not using Autowire in order to implicitly test backward compat.

EditCommands::complete() — Method in class EditCommands
-
-EntityCommands::create() — Method in class EntityCommands
-
-EntityCreateCommands::create() — Method in class EntityCreateCommands
EntityCreateCommands::createEntity() — Method in class EntityCreateCommands
-

Create a content entity after prompting for field values.

-LanguageCommands::create() — Method in class LanguageCommands
-
-LinkHooks::create() — Method in class LinkHooks
-
-LocaleCommands::create() — Method in class LocaleCommands
-
+

Create a content entity after prompting for field values.

LocaleCommands::check() — Method in class LocaleCommands

Checks for available translation updates.

LocaleCommands::clearStatus() — Method in class LocaleCommands
-

Clears the translation status.

-MessengerCommands::create() — Method in class MessengerCommands
-
-MigrateRunnerCommands::create() — Method in class MigrateRunnerCommands
-
-MkCommands::create() — Method in class MkCommands
-
+

Clears the translation status.

MkCommands::createAnnotatedCommands() — Method in class MkCommands

Convert generators into Annotated commands (for Help).

MkCommands::cliTextToMarkdown() — Method in class MkCommands
-

Convert text like foo to foo.

-QueueCommands::create() — Method in class QueueCommands
-
-RoleCommands::create() — Method in class RoleCommands
-

Create a new role.

-SiteInstallCommands::createEarly() — Method in class SiteInstallCommands
-
-StateCommands::create() — Method in class StateCommands
-
-TwigCommands::create() — Method in class TwigCommands
-
+

Convert text like foo to foo.

+RoleCommands::createRole() — Method in class RoleCommands
+

Create a new role.

+StatusCommands::createEarly() — Method in class StatusCommands
+

Not using Autowire in order to implicitly test backward compat.

UpdateDBCommands::cacheRebuild() — Method in class UpdateDBCommands
-

Clears caches and rebuilds the container.

-UserCommands::create() — Method in class UserCommands
-
+

Clears caches and rebuilds the container.

UserCommands::createUser() — Method in class UserCommands

Create a user account.

UserCommands::createValidate() — Method in class UserCommands

Assure that provided username is available.

UserCommands::cancel() — Method in class UserCommands
-

Block or delete user account(s) with the specified name(s).

-ViewsCommands::create() — Method in class ViewsCommands
-
+

Block or delete user account(s) with the specified name(s).

ViewsCommands::cacheClear() — Method in class ViewsCommands
-

Adds a cache clear option for views.

-WatchdogCommands::create() — Method in class WatchdogCommands
-
-FieldBaseInfoCommands::create() — Method in class FieldBaseInfoCommands
-
+

Adds a cache clear option for views.

FieldBaseInfoCommands::complete() — Method in class FieldBaseInfoCommands
-
-FieldBaseOverrideCreateCommands::create() — Method in class FieldBaseOverrideCreateCommands
FieldBaseOverrideCreateCommands::complete() — Method in class FieldBaseOverrideCreateCommands
@@ -621,35 +581,20 @@

A

FieldCreateCommands::createFieldStorage
() — Method in class FieldCreateCommands
FieldCreateCommands::createFieldDisplay() — Method in class FieldCreateCommands
-
-FieldDefinitionCommands::create() — Method in class FieldDefinitionCommands
FieldDefinitionCommands::complete() — Method in class FieldDefinitionCommands
-
-FieldDeleteCommands::create() — Method in class FieldDeleteCommands
FieldDeleteCommands::complete() — Method in class FieldDeleteCommands
-
-FieldEntityReferenceHooks::create() — Method in class FieldEntityReferenceHooks
-
-FieldInfoCommands::create() — Method in class FieldInfoCommands
FieldInfoCommands::complete() — Method in class FieldInfoCommands
-
-FieldTextHooks::create() — Method in class FieldTextHooks
ApplicationFactory::create() — Method in class ApplicationFactory

Creates Drush generate application.

GenerateCommands::create() — Method in class GenerateCommands
-
ComposerJsonResolverClass in namespace Drush\Commands\generate\Generators\Drush
-

Ensures that existing composer.json file has drush services entry.

+
HelpCLIFormatter::cleanOptions() — Method in class HelpCLIFormatter
ListCommands::categorize() — Method in class ListCommands
-
-PmCommands::create() — Method in class PmCommands
-
-ThemeCommands::create() — Method in class ThemeCommands
SqlCommands::conf() — Method in class SqlCommands
@@ -749,9 +694,7 @@

A

Caster::castMarkup
() — Method in class Caster

Casts \Drupal\Component\Render\MarkupInterface classes.

DrushCommand::configure() — Method in class DrushCommand
-
{@inheritdoc}
$ -DrushHelpCommand#commandProperty in class DrushHelpCommand
-

The currently set subcommand.

+
{@inheritdoc}
DrushHelpCommand::configure() — Method in class DrushHelpCommand
{@inheritdoc}
LegacyServiceInstantiator::create() — Method in class LegacyServiceInstantiator
@@ -876,6 +819,7 @@

A

ApplicationFactory::discover() — Method in class ApplicationFactory
DrushAliasFileClass in namespace Drush\Commands\generate\Generators\Drush
DrushCommandFileClass in namespace Drush\Commands\generate\Generators\Drush
+
DrushGeneratorFileClass in namespace Drush\Commands\generate\Generators\Drush
DrushHelpDocumentClass in namespace Drush\Commands\help
SqlCommands::drop() — Method in class SqlCommands
@@ -902,10 +846,7 @@

A

& c. for Linux platforms slice-and-dice the contents and put the docs elsewhere.

DrushDrupalFinderClass in namespace Drush\DrupalFinder

A replacement for DrupalFinder. We may go back to that once it uses InstalledVersions from Composer.

DrupalKernelClass in namespace Drush\Drupal
-

Overridden version of DrupalKernel adapted to the needs of Drush.

DrupalKernelTraitClass in namespace Drush\Drupal
-

Common functionality for overridden kernels.

-DrupalKernelTrait::discoverServiceProviders() — Method in class DrupalKernelTrait
-
{@inheritdoc}
DrupalUtilClass in namespace Drush\Drupal
+

Overridden version of DrupalKernel adapted to the needs of Drush.

DrupalUtilClass in namespace Drush\Drupal
DrupalUtil::drushRender() — Method in class DrupalUtil

Output a Drupal render array, object or string as plain text.

DrushLoggerServiceProviderClass in namespace Drush\Drupal
@@ -931,7 +872,7 @@

A

Preflight#drupalFinder — Property in class Preflight
Preflight::drupalFinder() — Method in class Preflight
-

Return the Drupal Finder

$ +
$ PreflightLog#debugProperty in class PreflightLog
PreflightSiteLocator::determineSelf() — Method in class PreflightSiteLocator
@@ -1084,7 +1025,7 @@

A

Preflight#environment — Property in class Preflight
Preflight::environment() — Method in class Preflight
-

Return the environment

+
DrushCommand::execute() — Method in class DrushCommand
{@inheritdoc}
DrushHelpCommand::execute() — Method in class DrushHelpCommand
@@ -1122,9 +1063,7 @@

A

if the user did not explicitly specify a URI.

DrupalBoot::findUri() — Method in class DrupalBoot

Select the best URI for the provided cwd. Only called -if the user did not explicitly specify a URI.

-ArchiveRestoreCommands::fileImportAbsolutePath() — Method in class ArchiveRestoreCommands
-

Determines the path where files should be extracted.

+if the user did not explicitly specify a URI.

EditCommands::findBashrc() — Method in class EditCommands

Determine which .bashrc file is best to use on this platform.

ImageCommands::flush() — Method in class ImageCommands
@@ -1151,8 +1090,8 @@

A

FieldEntityReferenceHooksClass in namespace Drush\Commands\field
FieldInfoCommandsClass in namespace Drush\Commands\field
FieldTextHooksClass in namespace Drush\Commands\field
-
-ApplicationFactory::filterCLassExists() — Method in class ApplicationFactory
+
+ApplicationFactory::filterClassExists() — Method in class ApplicationFactory

Check each class for existence.

HelpCLIFormatter::formatOptionKeys() — Method in class HelpCLIFormatter
@@ -1176,10 +1115,7 @@

A

that takes a value.

PreflightSiteLocator::findSite() — Method in class PreflightSiteLocator

During bootstrap, finds the currently selected site from the parameters -provided on the commandline.

-RedispatchToSiteLocal::findSiteLocalDrush() — Method in class RedispatchToSiteLocal
-

Find a site-local Drush, if there is one in the selected site's -vendor directory.

+provided on the commandline.

LegacyServiceFinder::findModuleDrushServiceProvider() — Method in class LegacyServiceFinder
LegacyServiceFinder::findDefaultServicesFile() — Method in class LegacyServiceFinder
@@ -1212,9 +1148,7 @@

A

BootstrapManager::getComposerRoot() — Method in class BootstrapManager

Return the composer root for the selected Drupal site.

BootstrapManager::getUri() — Method in class BootstrapManager
-

Return the framework uri selected by the user.

-DrupalBoot::getVersion() — Method in class DrupalBoot
-

Given a site root directory, determine the exact version of the software.

+

Return the framework uri selected by the user.

DrupalBoot8::getRequest() — Method in class DrupalBoot8
DrupalBoot8::getKernel() — Method in class DrupalBoot8
@@ -1281,15 +1215,9 @@

A

ConfigImportCommands::getImportTransformer() — Method in class ConfigImportCommands
ConfigImportCommands::getModuleExtensionList() — Method in class ConfigImportCommands
-
-ArchiveRestoreCommands::getExtractDir() — Method in class ArchiveRestoreCommands
-

Extracts the archive.

-ArchiveRestoreCommands::getDrupalRootPath() — Method in class ArchiveRestoreCommands
-

Returns the absolute path to Drupal root.

-ArchiveRestoreCommands::getDestinationPath() — Method in class ArchiveRestoreCommands
-

Returns the destination path.

-ArchiveRestoreCommands::getSiteAlias() — Method in class ArchiveRestoreCommands
-

Returns SiteAlias object by the site alias name.

+
+ConfigImportCommands::getThemeExtensionList() — Method in class ConfigImportCommands
+
CacheCommands::get() — Method in class CacheCommands

Fetch a cached object and display it.

CacheCommands::getTypes() — Method in class CacheCommands
@@ -1325,8 +1253,6 @@

A

LocaleCommands::getLanguageManager() — Method in class LocaleCommands
LocaleCommands::getConfigFactory() — Method in class LocaleCommands
-
-LocaleCommands::getModuleHandler() — Method in class LocaleCommands
LocaleCommands::getState() — Method in class LocaleCommands
@@ -1417,7 +1343,9 @@

A

DrushAliasFile::generate
() — Method in class DrushAliasFile
{@inheritdoc}
DrushCommandFile::generate() — Method in class DrushCommandFile
-
{@inheritdoc}
+
{@inheritdoc}
+DrushGeneratorFile::generate() — Method in class DrushGeneratorFile
+
DrushHelpDocument::generateBaseHelpDom() — Method in class DrushHelpDocument
ListCommands::getTerminalWidth() — Method in class ListCommands
@@ -1433,6 +1361,10 @@

A

PmCommands::getExtensionListModule() — Method in class PmCommands
ThemeCommands::getThemeInstaller() — Method in class ThemeCommands
+
+SanitizeUserFieldsCommands::getDatabase() — Method in class SanitizeUserFieldsCommands
+
+SanitizeUserFieldsCommands::getEntityFieldManager() — Method in class SanitizeUserFieldsCommands
ConfigAwareTrait::getConfig() — Method in class ConfigAwareTrait

Replaces same method in ConfigAwareTrait in order to provide a @@ -1467,15 +1399,7 @@

A

DrushDrupalFinder::getComposerRoot() — Method in class DrushDrupalFinder

Get the Composer root.

DrushDrupalFinder::getVendorDir() — Method in class DrushDrupalFinder
-

Get the vendor path.

-SanitizeSessionsCommands::getDatabase() — Method in class SanitizeSessionsCommands
-
-SanitizeUserFieldsCommands::getDatabase() — Method in class SanitizeUserFieldsCommands
-
-SanitizeUserFieldsCommands::getEntityFieldManager() — Method in class SanitizeUserFieldsCommands
-
-DrupalKernelTrait::getContainerBuilder() — Method in class DrupalKernelTrait
-
+

Get the vendor path.

MigrateExecutable::getIdMap() — Method in class MigrateExecutable
{@inheritdoc}
MigrateExecutable::getCreatedCount() — Method in class MigrateExecutable
@@ -1589,7 +1513,7 @@

A

OutputUtilsTrait::getOutputFromJSON() — Method in class OutputUtilsTrait

Accessor for the last output, decoded from json.

FsUtils::getBackupDir() — Method in class FsUtils
-

Decide where our backup directory should go

+

Return path to the backup directory.

FsUtils::getBackupDirParent() — Method in class FsUtils

Get the base dir where our backup directories will be stored. Also stores CLI history file.

FsUtils::getMimeContentType() — Method in class FsUtils
@@ -1702,11 +1626,11 @@

A

HandlerInterface represents a PHP system handler (e.g. the error reporting handler, the shutdown handler) that may be globally installed.

ServiceManager::hasStaticCreateFactory() — Method in class ServiceManager
-

Check to see if the provided class has a static create method.

-ServiceManager::hasStaticCreateEarlyFactory() — Method in class ServiceManager
-

Check to see if the provided class has a static createEarly method.

+

Check to see if the provided class has a static create method.

ServiceManager::hasStaticMethod() — Method in class ServiceManager
-

Check to see if the provided class has the specified static method.

HostPathClass in namespace Drush\SiteAlias
+

Check to see if the provided class has the specified static method.

+ServiceManager::hasStaticCreateEarlyFactory() — Method in class ServiceManager
+

Check to see if the provided class has a static createEarly method.

HostPathClass in namespace Drush\SiteAlias

A host path is a path on some machine. The machine may be specified by a label, and the label may be an @alias or a site specification.

I

InteractConfigNameClass in namespace Drush\Attributes
@@ -1716,21 +1640,15 @@

A

BootstrapManager::injectBootstrap() — Method in class BootstrapManager

For use in testing

DrushCommands::io() — Method in class DrushCommands
-

Override Robo's IO function with our custom style.

$ -ConfigCommands#importStorageTransformerProperty in class ConfigCommands
-
+

Override Robo's IO function with our custom style.

+DrushCommands::initHook() — Method in class DrushCommands
+

Persist commandData for use in primary command callback. Used by 'topic' commands.

ConfigCommands::interactConfigName() — Method in class ConfigCommands
$ ConfigImportCommands#importStorageTransformerProperty in class ConfigImportCommands
ConfigImportCommands::import() — Method in class ConfigImportCommands
-

Import config from the config directory.

-ArchiveRestoreCommands::importCode() — Method in class ArchiveRestoreCommands
-

Imports the code to the site.

-ArchiveRestoreCommands::importFiles() — Method in class ArchiveRestoreCommands
-

Imports Drupal files to the site.

-ArchiveRestoreCommands::importDatabase() — Method in class ArchiveRestoreCommands
-

Imports the database dump to the site.

+

Import config from the config directory.

CacheCommands::interact() — Method in class CacheCommands
ImageCommandsClass in namespace Drush\Commands\core
@@ -1773,7 +1691,9 @@

A

ThemeCommands::install
() — Method in class ThemeCommands

Install one or more themes.

SqlSyncCommands::import() — Method in class SqlSyncCommands
-

Import file into target.

$ +

Import file into target.

+SanitizeUserTableCommands::isEnabled() — Method in class SanitizeUserTableCommands
+

Test an option value to see if it is disabled.

$ ConfigLocator#isLocalProperty in class ConfigLocator
ConfigLocator::identifyCandidates() — Method in class ConfigLocator
@@ -1785,11 +1705,7 @@

A

DrushConfig::isWindows() — Method in class DrushConfig
Environment::isWindows() — Method in class Environment
-

Determine whether current OS is a Windows variant.

-SanitizeUserTableCommands::isEnabled() — Method in class SanitizeUserTableCommands
-

Test an option value to see if it is disabled.

-DrupalKernelTrait::initializeContainer() — Method in class DrupalKernelTrait
-

Initializes the service container.

InstallerKernelClass in namespace Drush\Drupal
+

Determine whether current OS is a Windows variant.

InstallerKernelClass in namespace Drush\Drupal

Overridden version of InstallerKernel adapted to the needs of Drush.

$ MigrateExecutable#idlistProperty in class MigrateExecutable

List of specific source IDs to import.

$ @@ -1844,9 +1760,12 @@

A

Check to see if it is necessary to redispatch to a remote site.

ServiceManager::instantiateYamlCliCommands() — Method in class ServiceManager

Instantiate commands from Grasmash\YamlCli that we want to expose +as Drush commands.

+ServiceManager::instantiateDrupalCoreBootstrappedCommands() — Method in class ServiceManager
+

Instantiate commands from Drupal Core that we want to expose as Drush commands.

ServiceManager::instantiateServices() — Method in class ServiceManager
-

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'

@@ -1874,7 +1793,7 @@

A

KernelsClass in namespace Drush\Boot

Defines the available kernels that can be bootstrapped.

$ MigrateRunnerCommands#keyValueProperty in class MigrateRunnerCommands
-

The key-value store service.

L

+

L

BackendPathEvaluator::lookup() — Method in class BackendPathEvaluator

Lookup will use the provided alias record to look up and return @@ -1971,24 +1890,26 @@

A

Defining and running migrations.

MaintCommandsClass in namespace Drush\Commands\core
MessengerCommandsClass in namespace Drush\Commands\core
MigrateRunnerCommandsClass in namespace Drush\Commands\core
-

Migrate runner commands.

$ +
$ MigrateRunnerCommands#migrationPluginManagerProperty in class MigrateRunnerCommands
MigrateRunnerCommands::messages() — Method in class MigrateRunnerCommands

View any messages associated with a migration.

MkCommandsClass in namespace Drush\Commands\core
WatchdogCommands::messageTypes() — Method in class WatchdogCommands
-

Helper function to obtain the message types based on drupal version.

-SanitizeCommentsCommands::messages() — Method in class SanitizeCommentsCommands
+

Helper function to obtain the message types based on drupal version.

+SanitizeCommentsCommands::messages() — Method in class SanitizeCommentsCommands
+

Use #[CLI\Hook(type: HookManager::ON_EVENT, target: SanitizeCommands::CONFIRMS)]

+SanitizePluginInterface::messages() — Method in class SanitizePluginInterface
+

Use #[CLI\Hook(type: HookManager::ON_EVENT, target: SanitizeCommands::CONFIRMS)]

+SanitizeSessionsCommands::messages() — Method in class SanitizeSessionsCommands
+

Use #[CLI\Hook(type: HookManager::ON_EVENT, target: SanitizeCommands::CONFIRMS)]

+SanitizeUserFieldsCommands::messages() — Method in class SanitizeUserFieldsCommands
+

Use #[CLI\Hook(type: HookManager::ON_EVENT, target: SanitizeCommands::CONFIRMS)]

+SanitizeUserTableCommands::messages() — Method in class SanitizeUserTableCommands

Use #[CLI\Hook(type: HookManager::ON_EVENT, target: SanitizeCommands::CONFIRMS)]

SanitizePluginInterface::messages() — Method in class SanitizePluginInterface
-

Use #[CLI\Hook(type: HookManager::ON_EVENT, target: SanitizeCommands::CONFIRMS)]

-SanitizeSessionsCommands::messages() — Method in class SanitizeSessionsCommands
-

Use #[CLI\Hook(type: HookManager::ON_EVENT, target: SanitizeCommands::CONFIRMS)]

-SanitizeUserFieldsCommands::messages() — Method in class SanitizeUserFieldsCommands
-

Use #[CLI\Hook(type: HookManager::ON_EVENT, target: SanitizeCommands::CONFIRMS)]

-SanitizeUserTableCommands::messages() — Method in class SanitizeUserTableCommands
-

Use #[CLI\Hook(type: HookManager::ON_EVENT, target: SanitizeCommands::CONFIRMS)]

MigrateEventsClass in namespace Drush\Drupal\Migrate
+
MigrateEventsClass in namespace Drush\Drupal\Migrate

Defines the row preparation event for the migration system.

MigrateExecutableClass in namespace Drush\Drupal\Migrate
MigrateIdMapFilterClass in namespace Drush\Drupal\Migrate

Filters the ID map by a source and/or a destination ID list.

MigrateMessageClass in namespace Drush\Drupal\Migrate
@@ -2022,7 +1943,7 @@

A

exists and does not begin with a -.

O

ObsoleteClass in namespace Drush\Attributes

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

OptionClass in namespace Drush\Attributes
+user tries to run one, the command's description is shown. Example usage at https://github.com/drush-ops/drush/blob/13.x/src/Commands/LegacyCommands.php

OptionClass in namespace Drush\Attributes
OptionsetGetEditorClass in namespace Drush\Attributes
OptionsetProcBuildClass in namespace Drush\Attributes
OptionsetSqlClass in namespace Drush\Attributes
@@ -2051,12 +1972,12 @@

A

XhprofCommands::optionsetXhProf() — Method in class XhprofCommands
HelpCLIFormatter::optionRows() — Method in class HelpCLIFormatter
+
+SanitizeUserFieldsCommands::options() — Method in class SanitizeUserFieldsCommands
+
+SanitizeUserTableCommands::options() — Method in class SanitizeUserTableCommands
$ Environment#originalCwdProperty in class Environment
-
-SanitizeUserFieldsCommands::options() — Method in class SanitizeUserFieldsCommands
-
-SanitizeUserTableCommands::options() — Method in class SanitizeUserTableCommands
$ MigrateExecutable#outputProperty in class MigrateExecutable

The Symfony console output.

@@ -2104,13 +2025,17 @@

A

BaseBoot#phase
Property in class BaseBoot
$ BootstrapManager#phaseProperty in class BootstrapManager
-
+
+ConfiguresPrompts::promptUntilValid() — Method in class ConfiguresPrompts
+

Prompt the user until the given validation callback passes.

DrushCommands::printFile() — Method in class DrushCommands

Print the contents of a file.

DrushCommands::preHook() — Method in class DrushCommands

Persist commandData for use in primary command callback. Used by 'topic' commands.

DrushCommands::printFileTopic() — Method in class DrushCommands
-

Print the contents of a file. The path comes from the @topic annotation.

+

Print the contents of a file. The path comes from the @topic annotation.

+DrushCommands::processManager() — Method in class DrushCommands
+

This method overrides the trait in order to provide a more specific return type.

ConfigPullCommands::pull() — Method in class ConfigPullCommands

Export and transfer config from one environment to another.

ArchiveDumpCommands::prepareArchiveDir() — Method in class ArchiveDumpCommands
@@ -2217,11 +2142,9 @@

A

FsUtils::prepareBackupDir() — Method in class FsUtils

Prepare a backup directory.

Q

QueueCommandsClass in namespace Drush\Commands\core
-
$ -QueueCommands#queueServiceProperty in class QueueCommands
$ QueueCommands#queuesProperty in class QueueCommands
-

Keep track of queue definitions.

+
QueueCommands::qList() — Method in class QueueCommands

Returns a list of all defined queues.

QueueCommands::queueComplete() — Method in class QueueCommands
@@ -2251,9 +2174,7 @@

A

Application::refineUriSelection() — Method in class Application

If the user did not explicitly select a site URI, -then pick an appropriate site from the cwd.

-Application::renderException() — Method in class Application
-

Renders a caught exception. Omits the command docs at end.

+then pick an appropriate site from the cwd.

Application::renderThrowable() — Method in class Application

Renders a caught Throwable. Omits the command docs at end.

BackendPathEvaluator::resolve() — Method in class BackendPathEvaluator
@@ -2274,11 +2195,11 @@

A

RemoteCommandProxyClass in namespace Drush\Command

Create a placeholder proxy command to represent an unknown command.

$ RemoteCommandProxy#redispatchHookProperty in class RemoteCommandProxy
-
-ArchiveRestoreCommands::restore() — Method in class ArchiveRestoreCommands
-

Restore (import) your code, files, and database.

-ArchiveRestoreCommands::rsyncFiles() — Method in class ArchiveRestoreCommands
-

Copies files from the source to the destination.

+
+ConfiguresPrompts::restorePrompts() — Method in class ConfiguresPrompts
+

Restore the prompts output.

+ConfiguresPrompts::runningUnitTests() — Method in class ConfiguresPrompts
+
CacheRebuildCommands::rebuild() — Method in class CacheRebuildCommands

Rebuild all caches.

DocsCommands::readme() — Method in class DocsCommands
@@ -2327,9 +2248,7 @@

A

FieldDefinitionRowsOfFieldsTrait::renderArray() — Method in class FieldDefinitionRowsOfFieldsTrait
FieldDefinitionRowsOfFieldsTrait::renderBoolean() — Method in class FieldDefinitionRowsOfFieldsTrait
-
-ComposerJsonResolver::resolve() — Method in class ComposerJsonResolver
-
{@inheritdoc}
+
ListCommands::renderListCLI() — Method in class ListCommands
ListCommands::renderListRaw() — Method in class ListCommands
@@ -2373,14 +2292,7 @@

A

they are too similar to other Drush commands that contain the same characters. To avoid the "I don't know which command you mean"-type errors, we will replace problematic -aliases with their longhand equivalents.

RedispatchToSiteLocalClass in namespace Drush\Preflight
-

RedispatchToSiteLocal forces an exec to the site-local Drush if it -exist. We must do this super-early, before loading Drupal's autoload -file. If we do not, we will crash unless the site-local Drush and the -global Drush are using the exact same versions of all dependencies, which -will rarely line up sufficiently to prevent problems.

-RedispatchToSiteLocal::redispatchIfSiteLocalDrush() — Method in class RedispatchToSiteLocal
-

Determine if a local redispatch is needed, and do so if it is.

+aliases with their longhand equivalents.

LegacyServiceInstantiator::resolveArguments() — Method in class LegacyServiceInstantiator

Resolve arguments against our containers. Arguments that do not map to one of our containers are returned unchanged.

@@ -2461,19 +2373,13 @@

A

commandline options from the event Input, and set configuration values as appropriate.

ServiceCommandlistClass in namespace Drush\Command

Keep a list of all of the service commands that we can find when the -Drupal Kernel is booted.

-DrushCommands::setLoggerIfEmpty() — Method in class DrushCommands
-

Sets a logger, if none is available yet.

+Drupal Kernel is booted.

LegacyCommands::saconvert() — Method in class LegacyCommands

site:alias-convert has been removed. Please use Drush 11 or convert by hand.

LegacyCommands::secphp() — Method in class LegacyCommands

pm:security-php has been removed. Please use composer audit command.

LegacyCommands::sec() — Method in class LegacyCommands
-

pm:security has been removed. Please use composer audit command. See https://www.drupal.org/project/project_composer/issues/3301876.

-ConfigCommands::setExportStorage() — Method in class ConfigCommands
-
-ConfigCommands::setImportTransformer() — Method in class ConfigCommands
-
+

pm:security has been removed. Please use composer audit command. See https://www.drupal.org/project/project_composer/issues/3301876.

ConfigCommands::set() — Method in class ConfigCommands

Save a config value directly. Does not perform a config import.

ConfigCommands::status() — Method in class ConfigCommands
@@ -2489,8 +2395,6 @@

A

CacheCommands::set() — Method in class CacheCommands

Cache an object expressed in JSON or var_export() format.

CacheCommands::setPrepareData() — Method in class CacheCommands
-
-DeployHookCommands::setUpdateType() — Method in class DeployHookCommands
DocsCommands::siteAliases() — Method in class DocsCommands

Creating site aliases for running Drush on remote sites.

@@ -2548,7 +2452,26 @@

A

SqlSyncCommandsClass in namespace Drush\Commands\sql
SqlSyncCommands::sqlsync() — Method in class SqlSyncCommands
-

Copy DB data from a source site to a target site. Transfers data via rsync.

$ +

Copy DB data from a source site to a target site. Transfers data via rsync.

SanitizeCommandsClass in namespace Drush\Commands\sql\sanitize
+
+SanitizeCommands::sanitize() — Method in class SanitizeCommands
+

Sanitize the database by removing or obfuscating user data.

SanitizeCommentsCommandsClass in namespace Drush\Commands\sql\sanitize
+

This class is a good example of a sql:sanitize plugin.

+SanitizeCommentsCommands::sanitize() — Method in class SanitizeCommentsCommands
+

Sanitize comment names from the DB.

SanitizePluginInterfaceClass in namespace Drush\Commands\sql\sanitize
+

Implement this interface when building a Drush sql-sanitize plugin.

+SanitizePluginInterface::sanitize() — Method in class SanitizePluginInterface
+

Run your sanitization logic using standard Drupal APIs.

SanitizeSessionsCommandsClass in namespace Drush\Commands\sql\sanitize
+

This class is a good example of how to build a sql:sanitize plugin.

+SanitizeSessionsCommands::sanitize() — Method in class SanitizeSessionsCommands
+

Sanitize sessions from the DB.

SanitizeUserFieldsCommandsClass in namespace Drush\Commands\sql\sanitize
+

This class is a good example of how to build a sql:sanitize plugin.

+SanitizeUserFieldsCommands::sanitize() — Method in class SanitizeUserFieldsCommands
+

Sanitize string fields associated with the user.

SanitizeUserTableCommandsClass in namespace Drush\Commands\sql\sanitize
+

A sql:sanitize plugin.

+SanitizeUserTableCommands::sanitize() — Method in class SanitizeUserTableCommands
+

Sanitize emails and passwords. This also an example of how to write a +database sanitizer for sql:sync.

$ ConfigLocator#sourcesProperty in class ConfigLocator
$ ConfigLocator#siteRootsProperty in class ConfigLocator
@@ -2584,31 +2507,9 @@

A

Environment::systemConfigPath() — Method in class Environment

Return the system configuration path (default: /etc/drush)

Environment::systemCommandFilePath() — Method in class Environment
-

Return the system shared commandfile path (default: /usr/share/drush/commands)

SanitizeCommandsClass in namespace Drush\Drupal\Commands\sql
-
-SanitizeCommands::sanitize() — Method in class SanitizeCommands
-

Sanitize the database by removing or obfuscating user data.

SanitizeCommentsCommandsClass in namespace Drush\Drupal\Commands\sql
-

This class is a good example of a sql-sanitize plugin.

-SanitizeCommentsCommands::sanitize() — Method in class SanitizeCommentsCommands
-

Sanitize comment names from the DB.

SanitizePluginInterfaceClass in namespace Drush\Drupal\Commands\sql
-

Implement this interface when building a Drush sql-sanitize plugin.

+

Return the system shared commandfile path (default: /usr/share/drush/commands)

SanitizePluginInterfaceClass in namespace Drush\Drupal\Commands\sql
+
SanitizePluginInterface::sanitize() — Method in class SanitizePluginInterface
-

Run your sanitization logic using standard Drupal APIs.

SanitizeSessionsCommandsClass in namespace Drush\Drupal\Commands\sql
-

This class is a good example of how to build a sql-sanitize plugin.

-SanitizeSessionsCommands::sanitize() — Method in class SanitizeSessionsCommands
-

Sanitize sessions from the DB.

SanitizeUserFieldsCommandsClass in namespace Drush\Drupal\Commands\sql
-

This class is a good example of how to build a sql-sanitize plugin.

-SanitizeUserFieldsCommands::sanitize() — Method in class SanitizeUserFieldsCommands
-

Sanitize string fields associated with the user.

SanitizeUserTableCommandsClass in namespace Drush\Drupal\Commands\sql
-

A sql-sanitize plugin.

-SanitizeUserTableCommands::sanitize() — Method in class SanitizeUserTableCommands
-

Sanitize emails and passwords. This also an example of how to write a -database sanitizer for sql-sync.

$ -DrupalKernelTrait#serviceModifiersProperty in class DrupalKernelTrait
-
$ -DrupalKernelTrait#serviceFinderProperty in class DrupalKernelTrait
-
-DrupalKernelTrait::shouldDrushInvalidateContainer() — Method in class DrupalKernelTrait
$ MigrateExecutable#saveCountersProperty in class MigrateExecutable

Counters of map statuses.

$ @@ -2676,9 +2577,7 @@

A

PreflightLog::setDebug
() — Method in class PreflightLog
$ PreflightSiteLocator#siteAliasManagerProperty in class PreflightSiteLocator
-
-DrushHelpCommand::setCommand() — Method in class DrushHelpCommand
-

Helper for setting a subcommand to retrieve help for.

ShellClass in namespace Drush\Psysh
+
ShellClass in namespace Drush\Psysh
Runtime::setCompleted() — Method in class Runtime

Mark the current request as having completed successfully.

@@ -2818,7 +2717,9 @@

A

Overridden version of UpdateKernel adapted to the needs of Drush.

Drush::unsetContainer() — Method in class Drush

Unsets the global container.

UserAbortExceptionClass in namespace Drush\Exceptions
-

Throw an exception indicating that the user cancelled the operation.

+

Throw an exception indicating that the user cancelled the operation.

$ +ExecTrait#uriProperty in class ExecTrait
+
PreflightArgs::uri() — Method in class PreflightArgs

Get the selected uri

V

ValidateConfigNameClass in namespace Drush\Attributes
@@ -2855,10 +2756,6 @@

A

Boot::validRoot() — Method in class Boot

This function determines if the specified path points to the root directory of a CMS that can be bootstrapped by -the specific subclass that implements it.

-DrupalBoot::validRoot() — Method in class DrupalBoot
-

This function determines if the specified path points to -the root directory of a CMS that can be bootstrapped by the specific subclass that implements it.

DrupalBoot8::validRoot() — Method in class DrupalBoot8

This function determines if the specified path points to @@ -2893,9 +2790,7 @@

A

CoreCommands::version() — Method in class CoreCommands

Show Drush version.

MigrateRunnerCommands::validateMigrationId() — Method in class MigrateRunnerCommands
-

Validates a migration ID is valid.

-QueueCommands::validateQueueName() — Method in class QueueCommands
-

Validate that a queue exists.

+

Validates a migration ID is valid.

RsyncCommands::validate() — Method in class RsyncCommands

Validate that passed aliases are valid.

SiteInstallCommands::validate() — Method in class SiteInstallCommands
@@ -2929,7 +2824,7 @@

A

Verify that we are running PHP through the command line interface.

ValidateMigrationIdClass in namespace Drush\Drupal\Migrate
$ Drush#versionProperty in class Drush
-

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.

Drush::verbose() — Method in class Drush

Return 'true' if we are in verbose mode

$ Preflight#verifyProperty in class Preflight
@@ -2946,9 +2841,7 @@

A

MkCommands::writeAllMd() — Method in class MkCommands
MkCommands::writeContentFilesAndBuildNavAndBuildRedirectMap() — Method in class MkCommands
-

Write content files, add to nav, build a redirect map.

$ -QueueCommands#workerManagerProperty in class QueueCommands
-
WatchdogCommandsClass in namespace Drush\Commands\core
+

Write content files, add to nav, build a redirect map.

WatchdogCommandsClass in namespace Drush\Commands\core
WatchdogCommands::watchdogList() — Method in class WatchdogCommands

Interactively filter the watchdog message listing.

@@ -3017,16 +2910,26 @@

A

ConfigExportCommands::__construct
() — Method in class ConfigExportCommands
ConfigImportCommands::__construct() — Method in class ConfigImportCommands
+
+ConfigPullCommands::__construct() — Method in class ConfigPullCommands
+
+BrowseCommands::__construct() — Method in class BrowseCommands
CacheCommands::__construct() — Method in class CacheCommands
CacheRebuildCommands::__construct() — Method in class CacheRebuildCommands
CliCommands::__construct() — Method in class CliCommands
+
+DeployCommands::__construct() — Method in class DeployCommands
+
+DeployHookCommands::__construct() — Method in class DeployHookCommands
DrupalCommands::__construct() — Method in class DrupalCommands
DrupalDirectoryCommands::__construct() — Method in class DrupalDirectoryCommands
+
+EditCommands::__construct() — Method in class EditCommands
EntityCommands::__construct() — Method in class EntityCommands
@@ -3045,18 +2948,26 @@

A

MessengerCommands::__construct
() — Method in class MessengerCommands
MigrateRunnerCommands::__construct() — Method in class MigrateRunnerCommands
-
-MkCommands::__construct() — Method in class MkCommands
QueueCommands::__construct() — Method in class QueueCommands
+
+RoleCommands::__construct() — Method in class RoleCommands
RsyncCommands::__construct() — Method in class RsyncCommands
+
+SiteCommands::__construct() — Method in class SiteCommands
SiteInstallCommands::__construct() — Method in class SiteInstallCommands
+
+SshCommands::__construct() — Method in class SshCommands
StateCommands::__construct() — Method in class StateCommands
+
+StatusCommands::__construct() — Method in class StatusCommands
TwigCommands::__construct() — Method in class TwigCommands
+
+UpdateDBCommands::__construct() — Method in class UpdateDBCommands
UserCommands::__construct() — Method in class UserCommands
@@ -3087,20 +2998,22 @@

A

PmCommands::__construct
() — Method in class PmCommands
ThemeCommands::__construct() — Method in class ThemeCommands
+
+SqlSyncCommands::__construct() — Method in class SqlSyncCommands
+
+SanitizeCommentsCommands::__construct() — Method in class SanitizeCommentsCommands
+
+SanitizeSessionsCommands::__construct() — Method in class SanitizeSessionsCommands
+
+SanitizeUserFieldsCommands::__construct() — Method in class SanitizeUserFieldsCommands
+
+SanitizeUserTableCommands::__construct() — Method in class SanitizeUserTableCommands
ConfigLocator::__construct() — Method in class ConfigLocator

ConfigLocator constructor

Environment::__construct() — Method in class Environment

Environment constructor

DrushDrupalFinder::__construct() — Method in class DrushDrupalFinder
-
-SanitizeCommentsCommands::__construct() — Method in class SanitizeCommentsCommands
-
-SanitizeSessionsCommands::__construct() — Method in class SanitizeSessionsCommands
-
-SanitizeUserFieldsCommands::__construct() — Method in class SanitizeUserFieldsCommands
-
-SanitizeUserTableCommands::__construct() — Method in class SanitizeUserTableCommands
MigrateExecutable::__construct() — Method in class MigrateExecutable

Constructs a new migrate executable instance.

diff --git a/api/doctum-search.json b/api/doctum-search.json index 5340ceea7d..c422cb6f2a 100644 --- a/api/doctum-search.json +++ b/api/doctum-search.json @@ -1 +1 @@ -{"items":[{"t":"C","n":"Drush\\Application","p":"Drush/Application.html","d":"

Our application object

","f":{"n":"Drush","p":"Drush.html"}},{"t":"C","n":"Drush\\Attributes\\Argument","p":"Drush/Attributes/Argument.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\Bootstrap","p":"Drush/Attributes/Bootstrap.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\Command","p":"Drush/Attributes/Command.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\Complete","p":"Drush/Attributes/Complete.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\DefaultFields","p":"Drush/Attributes/DefaultFields.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\DefaultTableFields","p":"Drush/Attributes/DefaultTableFields.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\FieldLabels","p":"Drush/Attributes/FieldLabels.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\FilterDefaultField","p":"Drush/Attributes/FilterDefaultField.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\Format","p":"Drush/Attributes/Format.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\HandleRemoteCommands","p":"Drush/Attributes/HandleRemoteCommands.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\Help","p":"Drush/Attributes/Help.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\Hook","p":"Drush/Attributes/Hook.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\HookSelector","p":"Drush/Attributes/HookSelector.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\InteractConfigName","p":"Drush/Attributes/InteractConfigName.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\Kernel","p":"Drush/Attributes/Kernel.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\NoArgumentsBase","p":"Drush/Attributes/NoArgumentsBase.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\Obsolete","p":"Drush/Attributes/Obsolete.html","d":"

Mark commands as obsolete. These commands are omitted from help list and when\nuser 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

","f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\Option","p":"Drush/Attributes/Option.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\OptionsetGetEditor","p":"Drush/Attributes/OptionsetGetEditor.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\OptionsetProcBuild","p":"Drush/Attributes/OptionsetProcBuild.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\OptionsetSql","p":"Drush/Attributes/OptionsetSql.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\OptionsetSsh","p":"Drush/Attributes/OptionsetSsh.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\OptionsetTableSelection","p":"Drush/Attributes/OptionsetTableSelection.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\Topics","p":"Drush/Attributes/Topics.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\Usage","p":"Drush/Attributes/Usage.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\ValidateConfigName","p":"Drush/Attributes/ValidateConfigName.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\ValidateEntityLoad","p":"Drush/Attributes/ValidateEntityLoad.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\ValidateFileExists","p":"Drush/Attributes/ValidateFileExists.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\ValidateModulesEnabled","p":"Drush/Attributes/ValidateModulesEnabled.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\ValidatePermissions","p":"Drush/Attributes/ValidatePermissions.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\ValidatePhpExtensions","p":"Drush/Attributes/ValidatePhpExtensions.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\ValidateQueueName","p":"Drush/Attributes/ValidateQueueName.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\ValidatorBase","p":"Drush/Attributes/ValidatorBase.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\ValidatorInterface","p":"Drush/Attributes/ValidatorInterface.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\Version","p":"Drush/Attributes/Version.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Backend\\BackendPathEvaluator","p":"Drush/Backend/BackendPathEvaluator.html","d":null,"f":{"n":"Drush\\Backend","p":"Drush/Backend.html"}},{"t":"C","n":"Drush\\Boot\\BaseBoot","p":"Drush/Boot/BaseBoot.html","d":null,"f":{"n":"Drush\\Boot","p":"Drush/Boot.html"}},{"t":"C","n":"Drush\\Boot\\Boot","p":"Drush/Boot/Boot.html","d":"

Defines the interface for a Boot classes. Any CMS that wishes\nto work with Drush should extend BaseBoot. If the CMS has a\nDrupal-Compatibility layer, then it should extend DrupalBoot.

","f":{"n":"Drush\\Boot","p":"Drush/Boot.html"}},{"t":"C","n":"Drush\\Boot\\BootstrapHook","p":"Drush/Boot/BootstrapHook.html","d":"

The BootstrapHook is installed as an init hook that runs before\nall commands. If there is a @bootstrap annotation/attribute, then we will\nbootstrap Drupal to the requested phase.

","f":{"n":"Drush\\Boot","p":"Drush/Boot.html"}},{"t":"C","n":"Drush\\Boot\\BootstrapManager","p":"Drush/Boot/BootstrapManager.html","d":null,"f":{"n":"Drush\\Boot","p":"Drush/Boot.html"}},{"t":"C","n":"Drush\\Boot\\DrupalBoot","p":"Drush/Boot/DrupalBoot.html","d":null,"f":{"n":"Drush\\Boot","p":"Drush/Boot.html"}},{"t":"C","n":"Drush\\Boot\\DrupalBoot8","p":"Drush/Boot/DrupalBoot8.html","d":null,"f":{"n":"Drush\\Boot","p":"Drush/Boot.html"}},{"t":"C","n":"Drush\\Boot\\DrupalBootLevels","p":"Drush/Boot/DrupalBootLevels.html","d":"

A value class with bootstrap levels.

","f":{"n":"Drush\\Boot","p":"Drush/Boot.html"}},{"t":"C","n":"Drush\\Boot\\EmptyBoot","p":"Drush/Boot/EmptyBoot.html","d":"

This is a do-nothing 'Boot' class that is used when there\nis no site at --root, or when no root is specified.

","f":{"n":"Drush\\Boot","p":"Drush/Boot.html"}},{"t":"C","n":"Drush\\Boot\\Kernels","p":"Drush/Boot/Kernels.html","d":"

Defines the available kernels that can be bootstrapped.

","f":{"n":"Drush\\Boot","p":"Drush/Boot.html"}},{"t":"C","n":"Drush\\Command\\DrushCommandInfoAlterer","p":"Drush/Command/DrushCommandInfoAlterer.html","d":null,"f":{"n":"Drush\\Command","p":"Drush/Command.html"}},{"t":"C","n":"Drush\\Command\\GlobalOptionsEventListener","p":"Drush/Command/GlobalOptionsEventListener.html","d":null,"f":{"n":"Drush\\Command","p":"Drush/Command.html"}},{"t":"C","n":"Drush\\Command\\RemoteCommandProxy","p":"Drush/Command/RemoteCommandProxy.html","d":"

Create a placeholder proxy command to represent an unknown command.

","f":{"n":"Drush\\Command","p":"Drush/Command.html"}},{"t":"C","n":"Drush\\Command\\ServiceCommandlist","p":"Drush/Command/ServiceCommandlist.html","d":"

Keep a list of all of the service commands that we can find when the\nDrupal Kernel is booted.

","f":{"n":"Drush\\Command","p":"Drush/Command.html"}},{"t":"T","n":"Drush\\Commands\\AutowireTrait","p":"Drush/Commands/AutowireTrait.html","d":"

A copy of \\Drupal\\Core\\DependencyInjection\\AutowireTrait with first params' type hint changed.

","f":{"n":"Drush\\Commands","p":"Drush/Commands.html"}},{"t":"C","n":"Drush\\Commands\\DrushCommands","p":"Drush/Commands/DrushCommands.html","d":null,"f":{"n":"Drush\\Commands","p":"Drush/Commands.html"}},{"t":"C","n":"Drush\\Commands\\ExampleCommands","p":"Drush/Commands/ExampleCommands.html","d":null,"f":{"n":"Drush\\Commands","p":"Drush/Commands.html"}},{"t":"C","n":"Drush\\Commands\\LegacyCommands","p":"Drush/Commands/LegacyCommands.html","d":null,"f":{"n":"Drush\\Commands","p":"Drush/Commands.html"}},{"t":"C","n":"Drush\\Commands\\OptionsCommands","p":"Drush/Commands/OptionsCommands.html","d":null,"f":{"n":"Drush\\Commands","p":"Drush/Commands.html"}},{"t":"C","n":"Drush\\Commands\\ValidatorsCommands","p":"Drush/Commands/ValidatorsCommands.html","d":null,"f":{"n":"Drush\\Commands","p":"Drush/Commands.html"}},{"t":"C","n":"Drush\\Commands\\config\\ConfigCommands","p":"Drush/Commands/config/ConfigCommands.html","d":null,"f":{"n":"Drush\\Commands\\config","p":"Drush/Commands/config.html"}},{"t":"C","n":"Drush\\Commands\\config\\ConfigExportCommands","p":"Drush/Commands/config/ConfigExportCommands.html","d":null,"f":{"n":"Drush\\Commands\\config","p":"Drush/Commands/config.html"}},{"t":"C","n":"Drush\\Commands\\config\\ConfigImportCommands","p":"Drush/Commands/config/ConfigImportCommands.html","d":null,"f":{"n":"Drush\\Commands\\config","p":"Drush/Commands/config.html"}},{"t":"C","n":"Drush\\Commands\\config\\ConfigPullCommands","p":"Drush/Commands/config/ConfigPullCommands.html","d":null,"f":{"n":"Drush\\Commands\\config","p":"Drush/Commands/config.html"}},{"t":"C","n":"Drush\\Commands\\core\\ArchiveDumpCommands","p":"Drush/Commands/core/ArchiveDumpCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\ArchiveRestoreCommands","p":"Drush/Commands/core/ArchiveRestoreCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\BatchCommands","p":"Drush/Commands/core/BatchCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\BrowseCommands","p":"Drush/Commands/core/BrowseCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\CacheCommands","p":"Drush/Commands/core/CacheCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\CacheRebuildCommands","p":"Drush/Commands/core/CacheRebuildCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\CliCommands","p":"Drush/Commands/core/CliCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\CoreCommands","p":"Drush/Commands/core/CoreCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\DeployCommands","p":"Drush/Commands/core/DeployCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\DeployHookCommands","p":"Drush/Commands/core/DeployHookCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\DocsCommands","p":"Drush/Commands/core/DocsCommands.html","d":"

Topic commands.

","f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\DrupalCommands","p":"Drush/Commands/core/DrupalCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\DrupalDirectoryCommands","p":"Drush/Commands/core/DrupalDirectoryCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\DrupliconCommands","p":"Drush/Commands/core/DrupliconCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\EditCommands","p":"Drush/Commands/core/EditCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\EntityCommands","p":"Drush/Commands/core/EntityCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\EntityCreateCommands","p":"Drush/Commands/core/EntityCreateCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\ImageCommands","p":"Drush/Commands/core/ImageCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\JsonapiCommands","p":"Drush/Commands/core/JsonapiCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\LanguageCommands","p":"Drush/Commands/core/LanguageCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\LinkHooks","p":"Drush/Commands/core/LinkHooks.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\LocaleCommands","p":"Drush/Commands/core/LocaleCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\LoginCommands","p":"Drush/Commands/core/LoginCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\MaintCommands","p":"Drush/Commands/core/MaintCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\MessengerCommands","p":"Drush/Commands/core/MessengerCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\MigrateRunnerCommands","p":"Drush/Commands/core/MigrateRunnerCommands.html","d":"

Migrate runner commands.

","f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\MkCommands","p":"Drush/Commands/core/MkCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\NotifyCommands","p":"Drush/Commands/core/NotifyCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\PhpCommands","p":"Drush/Commands/core/PhpCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\QueueCommands","p":"Drush/Commands/core/QueueCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\RoleCommands","p":"Drush/Commands/core/RoleCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\RsyncCommands","p":"Drush/Commands/core/RsyncCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\RunserverCommands","p":"Drush/Commands/core/RunserverCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\SiteCommands","p":"Drush/Commands/core/SiteCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\SiteInstallCommands","p":"Drush/Commands/core/SiteInstallCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\SshCommands","p":"Drush/Commands/core/SshCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\StateCommands","p":"Drush/Commands/core/StateCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\StatusCommands","p":"Drush/Commands/core/StatusCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\TopicCommands","p":"Drush/Commands/core/TopicCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\TwigCommands","p":"Drush/Commands/core/TwigCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\UpdateDBCommands","p":"Drush/Commands/core/UpdateDBCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\UserCommands","p":"Drush/Commands/core/UserCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\ViewsCommands","p":"Drush/Commands/core/ViewsCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\WatchdogCommands","p":"Drush/Commands/core/WatchdogCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\XhprofCommands","p":"Drush/Commands/core/XhprofCommands.html","d":"

Supports profiling Drush commands using either XHProf or Tideways XHProf.

","f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"T","n":"Drush\\Commands\\field\\EntityTypeBundleAskTrait","p":"Drush/Commands/field/EntityTypeBundleAskTrait.html","d":"","f":{"n":"Drush\\Commands\\field","p":"Drush/Commands/field.html"}},{"t":"T","n":"Drush\\Commands\\field\\EntityTypeBundleValidationTrait","p":"Drush/Commands/field/EntityTypeBundleValidationTrait.html","d":"","f":{"n":"Drush\\Commands\\field","p":"Drush/Commands/field.html"}},{"t":"C","n":"Drush\\Commands\\field\\FieldBaseInfoCommands","p":"Drush/Commands/field/FieldBaseInfoCommands.html","d":null,"f":{"n":"Drush\\Commands\\field","p":"Drush/Commands/field.html"}},{"t":"C","n":"Drush\\Commands\\field\\FieldBaseOverrideCreateCommands","p":"Drush/Commands/field/FieldBaseOverrideCreateCommands.html","d":null,"f":{"n":"Drush\\Commands\\field","p":"Drush/Commands/field.html"}},{"t":"C","n":"Drush\\Commands\\field\\FieldCreateCommands","p":"Drush/Commands/field/FieldCreateCommands.html","d":null,"f":{"n":"Drush\\Commands\\field","p":"Drush/Commands/field.html"}},{"t":"C","n":"Drush\\Commands\\field\\FieldDefinitionCommands","p":"Drush/Commands/field/FieldDefinitionCommands.html","d":null,"f":{"n":"Drush\\Commands\\field","p":"Drush/Commands/field.html"}},{"t":"T","n":"Drush\\Commands\\field\\FieldDefinitionRowsOfFieldsTrait","p":"Drush/Commands/field/FieldDefinitionRowsOfFieldsTrait.html","d":null,"f":{"n":"Drush\\Commands\\field","p":"Drush/Commands/field.html"}},{"t":"C","n":"Drush\\Commands\\field\\FieldDeleteCommands","p":"Drush/Commands/field/FieldDeleteCommands.html","d":null,"f":{"n":"Drush\\Commands\\field","p":"Drush/Commands/field.html"}},{"t":"C","n":"Drush\\Commands\\field\\FieldEntityReferenceHooks","p":"Drush/Commands/field/FieldEntityReferenceHooks.html","d":null,"f":{"n":"Drush\\Commands\\field","p":"Drush/Commands/field.html"}},{"t":"C","n":"Drush\\Commands\\field\\FieldInfoCommands","p":"Drush/Commands/field/FieldInfoCommands.html","d":null,"f":{"n":"Drush\\Commands\\field","p":"Drush/Commands/field.html"}},{"t":"C","n":"Drush\\Commands\\field\\FieldTextHooks","p":"Drush/Commands/field/FieldTextHooks.html","d":null,"f":{"n":"Drush\\Commands\\field","p":"Drush/Commands/field.html"}},{"t":"C","n":"Drush\\Commands\\generate\\ApplicationFactory","p":"Drush/Commands/generate/ApplicationFactory.html","d":null,"f":{"n":"Drush\\Commands\\generate","p":"Drush/Commands/generate.html"}},{"t":"C","n":"Drush\\Commands\\generate\\GenerateCommands","p":"Drush/Commands/generate/GenerateCommands.html","d":null,"f":{"n":"Drush\\Commands\\generate","p":"Drush/Commands/generate.html"}},{"t":"C","n":"Drush\\Commands\\generate\\Generators\\Drush\\ComposerJsonResolver","p":"Drush/Commands/generate/Generators/Drush/ComposerJsonResolver.html","d":"

Ensures that existing composer.json file has drush services entry.

","f":{"n":"Drush\\Commands\\generate\\Generators\\Drush","p":"Drush/Commands/generate/Generators/Drush.html"}},{"t":"C","n":"Drush\\Commands\\generate\\Generators\\Drush\\DrushAliasFile","p":"Drush/Commands/generate/Generators/Drush/DrushAliasFile.html","d":null,"f":{"n":"Drush\\Commands\\generate\\Generators\\Drush","p":"Drush/Commands/generate/Generators/Drush.html"}},{"t":"C","n":"Drush\\Commands\\generate\\Generators\\Drush\\DrushCommandFile","p":"Drush/Commands/generate/Generators/Drush/DrushCommandFile.html","d":null,"f":{"n":"Drush\\Commands\\generate\\Generators\\Drush","p":"Drush/Commands/generate/Generators/Drush.html"}},{"t":"C","n":"Drush\\Commands\\help\\DrushHelpDocument","p":"Drush/Commands/help/DrushHelpDocument.html","d":null,"f":{"n":"Drush\\Commands\\help","p":"Drush/Commands/help.html"}},{"t":"C","n":"Drush\\Commands\\help\\HelpCLIFormatter","p":"Drush/Commands/help/HelpCLIFormatter.html","d":"

Format an array into CLI help string.

","f":{"n":"Drush\\Commands\\help","p":"Drush/Commands/help.html"}},{"t":"C","n":"Drush\\Commands\\help\\HelpCommands","p":"Drush/Commands/help/HelpCommands.html","d":null,"f":{"n":"Drush\\Commands\\help","p":"Drush/Commands/help.html"}},{"t":"C","n":"Drush\\Commands\\help\\ListCommands","p":"Drush/Commands/help/ListCommands.html","d":null,"f":{"n":"Drush\\Commands\\help","p":"Drush/Commands/help.html"}},{"t":"C","n":"Drush\\Commands\\pm\\PmCommands","p":"Drush/Commands/pm/PmCommands.html","d":null,"f":{"n":"Drush\\Commands\\pm","p":"Drush/Commands/pm.html"}},{"t":"C","n":"Drush\\Commands\\pm\\ThemeCommands","p":"Drush/Commands/pm/ThemeCommands.html","d":null,"f":{"n":"Drush\\Commands\\pm","p":"Drush/Commands/pm.html"}},{"t":"C","n":"Drush\\Commands\\sql\\SqlCommands","p":"Drush/Commands/sql/SqlCommands.html","d":null,"f":{"n":"Drush\\Commands\\sql","p":"Drush/Commands/sql.html"}},{"t":"C","n":"Drush\\Commands\\sql\\SqlSyncCommands","p":"Drush/Commands/sql/SqlSyncCommands.html","d":null,"f":{"n":"Drush\\Commands\\sql","p":"Drush/Commands/sql.html"}},{"t":"T","n":"Drush\\Config\\ConfigAwareTrait","p":"Drush/Config/ConfigAwareTrait.html","d":null,"f":{"n":"Drush\\Config","p":"Drush/Config.html"}},{"t":"C","n":"Drush\\Config\\ConfigLocator","p":"Drush/Config/ConfigLocator.html","d":"

Locate Drush configuration files and load them into the configuration\ninstance.

","f":{"n":"Drush\\Config","p":"Drush/Config.html"}},{"t":"C","n":"Drush\\Config\\DrushConfig","p":"Drush/Config/DrushConfig.html","d":"

Accessors for common Drush config keys.

","f":{"n":"Drush\\Config","p":"Drush/Config.html"}},{"t":"C","n":"Drush\\Config\\Environment","p":"Drush/Config/Environment.html","d":"

Store information about the environment

","f":{"n":"Drush\\Config","p":"Drush/Config.html"}},{"t":"C","n":"Drush\\Config\\Loader\\YamlConfigLoader","p":"Drush/Config/Loader/YamlConfigLoader.html","d":"

Load configuration files, and fill in any property values that\nneed to be expanded.

","f":{"n":"Drush\\Config\\Loader","p":"Drush/Config/Loader.html"}},{"t":"C","n":"Drush\\DrupalFinder\\DrushDrupalFinder","p":"Drush/DrupalFinder/DrushDrupalFinder.html","d":"

A replacement for DrupalFinder. We may go back to that once it uses InstalledVersions from Composer.

","f":{"n":"Drush\\DrupalFinder","p":"Drush/DrupalFinder.html"}},{"t":"C","n":"Drush\\Drupal\\Commands\\sql\\SanitizeCommands","p":"Drush/Drupal/Commands/sql/SanitizeCommands.html","d":null,"f":{"n":"Drush\\Drupal\\Commands\\sql","p":"Drush/Drupal/Commands/sql.html"}},{"t":"C","n":"Drush\\Drupal\\Commands\\sql\\SanitizeCommentsCommands","p":"Drush/Drupal/Commands/sql/SanitizeCommentsCommands.html","d":"

This class is a good example of a sql-sanitize plugin.

","f":{"n":"Drush\\Drupal\\Commands\\sql","p":"Drush/Drupal/Commands/sql.html"}},{"t":"C","n":"Drush\\Drupal\\Commands\\sql\\SanitizePluginInterface","p":"Drush/Drupal/Commands/sql/SanitizePluginInterface.html","d":"

Implement this interface when building a Drush sql-sanitize plugin.

","f":{"n":"Drush\\Drupal\\Commands\\sql","p":"Drush/Drupal/Commands/sql.html"}},{"t":"C","n":"Drush\\Drupal\\Commands\\sql\\SanitizeSessionsCommands","p":"Drush/Drupal/Commands/sql/SanitizeSessionsCommands.html","d":"

This class is a good example of how to build a sql-sanitize plugin.

","f":{"n":"Drush\\Drupal\\Commands\\sql","p":"Drush/Drupal/Commands/sql.html"}},{"t":"C","n":"Drush\\Drupal\\Commands\\sql\\SanitizeUserFieldsCommands","p":"Drush/Drupal/Commands/sql/SanitizeUserFieldsCommands.html","d":"

This class is a good example of how to build a sql-sanitize plugin.

","f":{"n":"Drush\\Drupal\\Commands\\sql","p":"Drush/Drupal/Commands/sql.html"}},{"t":"C","n":"Drush\\Drupal\\Commands\\sql\\SanitizeUserTableCommands","p":"Drush/Drupal/Commands/sql/SanitizeUserTableCommands.html","d":"

A sql-sanitize plugin.

","f":{"n":"Drush\\Drupal\\Commands\\sql","p":"Drush/Drupal/Commands/sql.html"}},{"t":"C","n":"Drush\\Drupal\\DrupalKernel","p":"Drush/Drupal/DrupalKernel.html","d":"

Overridden version of DrupalKernel adapted to the needs of Drush.

","f":{"n":"Drush\\Drupal","p":"Drush/Drupal.html"}},{"t":"T","n":"Drush\\Drupal\\DrupalKernelTrait","p":"Drush/Drupal/DrupalKernelTrait.html","d":"

Common functionality for overridden kernels.

","f":{"n":"Drush\\Drupal","p":"Drush/Drupal.html"}},{"t":"C","n":"Drush\\Drupal\\DrupalUtil","p":"Drush/Drupal/DrupalUtil.html","d":null,"f":{"n":"Drush\\Drupal","p":"Drush/Drupal.html"}},{"t":"C","n":"Drush\\Drupal\\DrushLoggerServiceProvider","p":"Drush/Drupal/DrushLoggerServiceProvider.html","d":null,"f":{"n":"Drush\\Drupal","p":"Drush/Drupal.html"}},{"t":"C","n":"Drush\\Drupal\\ExtensionDiscovery","p":"Drush/Drupal/ExtensionDiscovery.html","d":null,"f":{"n":"Drush\\Drupal","p":"Drush/Drupal.html"}},{"t":"C","n":"Drush\\Drupal\\InstallerKernel","p":"Drush/Drupal/InstallerKernel.html","d":"

Overridden version of InstallerKernel adapted to the needs of Drush.

","f":{"n":"Drush\\Drupal","p":"Drush/Drupal.html"}},{"t":"C","n":"Drush\\Drupal\\Migrate\\MigrateEvents","p":"Drush/Drupal/Migrate/MigrateEvents.html","d":"

Defines the row preparation event for the migration system.

","f":{"n":"Drush\\Drupal\\Migrate","p":"Drush/Drupal/Migrate.html"}},{"t":"C","n":"Drush\\Drupal\\Migrate\\MigrateExecutable","p":"Drush/Drupal/Migrate/MigrateExecutable.html","d":null,"f":{"n":"Drush\\Drupal\\Migrate","p":"Drush/Drupal/Migrate.html"}},{"t":"C","n":"Drush\\Drupal\\Migrate\\MigrateIdMapFilter","p":"Drush/Drupal/Migrate/MigrateIdMapFilter.html","d":"

Filters the ID map by a source and/or a destination ID list.

","f":{"n":"Drush\\Drupal\\Migrate","p":"Drush/Drupal/Migrate.html"}},{"t":"C","n":"Drush\\Drupal\\Migrate\\MigrateMessage","p":"Drush/Drupal/Migrate/MigrateMessage.html","d":"

Print message in drush from migrate message.

","f":{"n":"Drush\\Drupal\\Migrate","p":"Drush/Drupal/Migrate.html"}},{"t":"C","n":"Drush\\Drupal\\Migrate\\MigrateMissingSourceRowsEvent","p":"Drush/Drupal/Migrate/MigrateMissingSourceRowsEvent.html","d":"

Missing source rows event.

","f":{"n":"Drush\\Drupal\\Migrate","p":"Drush/Drupal/Migrate.html"}},{"t":"C","n":"Drush\\Drupal\\Migrate\\MigratePrepareRowEvent","p":"Drush/Drupal/Migrate/MigratePrepareRowEvent.html","d":"

Wraps a prepare-row event for event listeners.

","f":{"n":"Drush\\Drupal\\Migrate","p":"Drush/Drupal/Migrate.html"}},{"t":"C","n":"Drush\\Drupal\\Migrate\\MigrateUtils","p":"Drush/Drupal/Migrate/MigrateUtils.html","d":"

Utility methods.

","f":{"n":"Drush\\Drupal\\Migrate","p":"Drush/Drupal/Migrate.html"}},{"t":"C","n":"Drush\\Drupal\\Migrate\\ValidateMigrationId","p":"Drush/Drupal/Migrate/ValidateMigrationId.html","d":null,"f":{"n":"Drush\\Drupal\\Migrate","p":"Drush/Drupal/Migrate.html"}},{"t":"C","n":"Drush\\Drupal\\UpdateKernel","p":"Drush/Drupal/UpdateKernel.html","d":"

Overridden version of UpdateKernel adapted to the needs of Drush.

","f":{"n":"Drush\\Drupal","p":"Drush/Drupal.html"}},{"t":"C","n":"Drush\\Drush","p":"Drush/Drush.html","d":"

Static Service Container wrapper.

","f":{"n":"Drush","p":"Drush.html"}},{"t":"C","n":"Drush\\Exceptions\\CommandFailedException","p":"Drush/Exceptions/CommandFailedException.html","d":"

Throw an exception indicating that the command was unable to continue.

","f":{"n":"Drush\\Exceptions","p":"Drush/Exceptions.html"}},{"t":"C","n":"Drush\\Exceptions\\UserAbortException","p":"Drush/Exceptions/UserAbortException.html","d":"

Throw an exception indicating that the user cancelled the operation.

","f":{"n":"Drush\\Exceptions","p":"Drush/Exceptions.html"}},{"t":"T","n":"Drush\\Exec\\ExecTrait","p":"Drush/Exec/ExecTrait.html","d":null,"f":{"n":"Drush\\Exec","p":"Drush/Exec.html"}},{"t":"C","n":"Drush\\Formatters\\DrushFormatterManager","p":"Drush/Formatters/DrushFormatterManager.html","d":"

Our own output formatter

","f":{"n":"Drush\\Formatters","p":"Drush/Formatters.html"}},{"t":"C","n":"Drush\\Formatters\\EntityToArraySimplifier","p":"Drush/Formatters/EntityToArraySimplifier.html","d":"

Simplify a EntityInterface to an array.

","f":{"n":"Drush\\Formatters","p":"Drush/Formatters.html"}},{"t":"C","n":"Drush\\Log\\DrushLog","p":"Drush/Log/DrushLog.html","d":"

Redirects Drupal logging messages to Drush log.

","f":{"n":"Drush\\Log","p":"Drush/Log.html"}},{"t":"C","n":"Drush\\Log\\DrushLoggerManager","p":"Drush/Log/DrushLoggerManager.html","d":null,"f":{"n":"Drush\\Log","p":"Drush/Log.html"}},{"t":"C","n":"Drush\\Log\\Logger","p":"Drush/Log/Logger.html","d":"

Contains \\Drush\\Log\\Logger.

","f":{"n":"Drush\\Log","p":"Drush/Log.html"}},{"t":"C","n":"Drush\\Log\\SuccessInterface","p":"Drush/Log/SuccessInterface.html","d":null,"f":{"n":"Drush\\Log","p":"Drush/Log.html"}},{"t":"C","n":"Drush\\Preflight\\ArgsPreprocessor","p":"Drush/Preflight/ArgsPreprocessor.html","d":"

Preprocess commandline arguments.

","f":{"n":"Drush\\Preflight","p":"Drush/Preflight.html"}},{"t":"C","n":"Drush\\Preflight\\ArgsRemapper","p":"Drush/Preflight/ArgsRemapper.html","d":"

Map commandline arguments from one value to another during preflight.

","f":{"n":"Drush\\Preflight","p":"Drush/Preflight.html"}},{"t":"C","n":"Drush\\Preflight\\LegacyPreflight","p":"Drush/Preflight/LegacyPreflight.html","d":"

Prepare to bootstrap Drupal

","f":{"n":"Drush\\Preflight","p":"Drush/Preflight.html"}},{"t":"C","n":"Drush\\Preflight\\Preflight","p":"Drush/Preflight/Preflight.html","d":"

The Drush preflight determines what needs to be done for this request.

","f":{"n":"Drush\\Preflight","p":"Drush/Preflight.html"}},{"t":"C","n":"Drush\\Preflight\\PreflightArgs","p":"Drush/Preflight/PreflightArgs.html","d":"

Storage for arguments preprocessed during preflight.

","f":{"n":"Drush\\Preflight","p":"Drush/Preflight.html"}},{"t":"C","n":"Drush\\Preflight\\PreflightArgsInterface","p":"Drush/Preflight/PreflightArgsInterface.html","d":"

Storage for arguments preprocessed during preflight.

","f":{"n":"Drush\\Preflight","p":"Drush/Preflight.html"}},{"t":"C","n":"Drush\\Preflight\\PreflightLog","p":"Drush/Preflight/PreflightLog.html","d":null,"f":{"n":"Drush\\Preflight","p":"Drush/Preflight.html"}},{"t":"C","n":"Drush\\Preflight\\PreflightSiteLocator","p":"Drush/Preflight/PreflightSiteLocator.html","d":null,"f":{"n":"Drush\\Preflight","p":"Drush/Preflight.html"}},{"t":"C","n":"Drush\\Preflight\\PreflightVerify","p":"Drush/Preflight/PreflightVerify.html","d":"

Helper methods to verify preflight state.

","f":{"n":"Drush\\Preflight","p":"Drush/Preflight.html"}},{"t":"C","n":"Drush\\Preflight\\RedispatchToSiteLocal","p":"Drush/Preflight/RedispatchToSiteLocal.html","d":"

RedispatchToSiteLocal forces an exec to the site-local Drush if it\nexist. We must do this super-early, before loading Drupal's autoload\nfile. If we do not, we will crash unless the site-local Drush and the\nglobal Drush are using the exact same versions of all dependencies, which\nwill rarely line up sufficiently to prevent problems.

","f":{"n":"Drush\\Preflight","p":"Drush/Preflight.html"}},{"t":"C","n":"Drush\\Psysh\\Caster","p":"Drush/Psysh/Caster.html","d":"

Caster class for VarDumper casters for the shell.

","f":{"n":"Drush\\Psysh","p":"Drush/Psysh.html"}},{"t":"C","n":"Drush\\Psysh\\DrushCommand","p":"Drush/Psysh/DrushCommand.html","d":"

DrushCommand is a PsySH proxy command which accepts a Drush command config\narray and tries to build an appropriate PsySH command for it.

","f":{"n":"Drush\\Psysh","p":"Drush/Psysh.html"}},{"t":"C","n":"Drush\\Psysh\\DrushHelpCommand","p":"Drush/Psysh/DrushHelpCommand.html","d":"

Help command.

","f":{"n":"Drush\\Psysh","p":"Drush/Psysh.html"}},{"t":"C","n":"Drush\\Psysh\\Shell","p":"Drush/Psysh/Shell.html","d":null,"f":{"n":"Drush\\Psysh","p":"Drush/Psysh.html"}},{"t":"C","n":"Drush\\Runtime\\DependencyInjection","p":"Drush/Runtime/DependencyInjection.html","d":"

Prepare our Dependency Injection Container

","f":{"n":"Drush\\Runtime","p":"Drush/Runtime.html"}},{"t":"C","n":"Drush\\Runtime\\ErrorHandler","p":"Drush/Runtime/ErrorHandler.html","d":"

Log PHP errors to the Drush log. This is in effect until Drupal's error\nhandler takes over.

","f":{"n":"Drush\\Runtime","p":"Drush/Runtime.html"}},{"t":"C","n":"Drush\\Runtime\\HandlerInterface","p":"Drush/Runtime/HandlerInterface.html","d":"

HandlerInterface represents a PHP system handler (e.g. the error reporting\nhandler, the shutdown handler) that may be globally installed.

","f":{"n":"Drush\\Runtime","p":"Drush/Runtime.html"}},{"t":"C","n":"Drush\\Runtime\\LegacyServiceFinder","p":"Drush/Runtime/LegacyServiceFinder.html","d":"

Find drush.services.yml files.

","f":{"n":"Drush\\Runtime","p":"Drush/Runtime.html"}},{"t":"C","n":"Drush\\Runtime\\LegacyServiceInstantiator","p":"Drush/Runtime/LegacyServiceInstantiator.html","d":"

Use the Symfony Dependency Injection Container to instantiate services.

","f":{"n":"Drush\\Runtime","p":"Drush/Runtime.html"}},{"t":"C","n":"Drush\\Runtime\\RedispatchHook","p":"Drush/Runtime/RedispatchHook.html","d":"

The RedispatchHook is installed as an init hook that runs before\nall commands. If the commandline contains an alias or a site specification\nthat points at a remote machine, then we will stop execution of the\ncurrent command and instead run the command remotely.

","f":{"n":"Drush\\Runtime","p":"Drush/Runtime.html"}},{"t":"C","n":"Drush\\Runtime\\Runtime","p":"Drush/Runtime/Runtime.html","d":"

Control the Drush runtime environment

","f":{"n":"Drush\\Runtime","p":"Drush/Runtime.html"}},{"t":"C","n":"Drush\\Runtime\\ServiceManager","p":"Drush/Runtime/ServiceManager.html","d":"

Manage Drush services.

","f":{"n":"Drush\\Runtime","p":"Drush/Runtime.html"}},{"t":"C","n":"Drush\\Runtime\\ShutdownHandler","p":"Drush/Runtime/ShutdownHandler.html","d":"

Drush's shutdown handler

","f":{"n":"Drush\\Runtime","p":"Drush/Runtime.html"}},{"t":"C","n":"Drush\\Runtime\\TildeExpansionHook","p":"Drush/Runtime/TildeExpansionHook.html","d":"

The TildeExpansionHook is installed as a preValidate hook that runs before\nall commands. Argument or option values containing a leading tilde will be expanded\nto an absolute path.

","f":{"n":"Drush\\Runtime","p":"Drush/Runtime.html"}},{"t":"C","n":"Drush\\SiteAlias\\HostPath","p":"Drush/SiteAlias/HostPath.html","d":"

A host path is a path on some machine. The machine may be specified\nby a label, and the label may be an @alias or a site specification.

","f":{"n":"Drush\\SiteAlias","p":"Drush/SiteAlias.html"}},{"t":"C","n":"Drush\\SiteAlias\\ProcessManager","p":"Drush/SiteAlias/ProcessManager.html","d":"

The Drush ProcessManager adds a few Drush-specific service methods.

","f":{"n":"Drush\\SiteAlias","p":"Drush/SiteAlias.html"}},{"t":"C","n":"Drush\\SiteAlias\\SiteAliasFileLoader","p":"Drush/SiteAlias/SiteAliasFileLoader.html","d":"

Discover alias files:

","f":{"n":"Drush\\SiteAlias","p":"Drush/SiteAlias.html"}},{"t":"C","n":"Drush\\SiteAlias\\SiteAliasManagerAwareInterface","p":"Drush/SiteAlias/SiteAliasManagerAwareInterface.html","d":"

Inflection interface for the site alias manager.

","f":{"n":"Drush\\SiteAlias","p":"Drush/SiteAlias.html"}},{"t":"C","n":"Drush\\SiteAlias\\SiteAliasName","p":"Drush/SiteAlias/SiteAliasName.html","d":"

Parse a string that contains a site alias name, and provide convenience\nmethods to access the parts.

","f":{"n":"Drush\\SiteAlias","p":"Drush/SiteAlias.html"}},{"t":"C","n":"Drush\\SiteAlias\\SiteSpecParser","p":"Drush/SiteAlias/SiteSpecParser.html","d":"

Parse a string that contains a site specification.

","f":{"n":"Drush\\SiteAlias","p":"Drush/SiteAlias.html"}},{"t":"C","n":"Drush\\SiteAlias\\Util\\InternalYamlDataFileLoader","p":"Drush/SiteAlias/Util/InternalYamlDataFileLoader.html","d":null,"f":{"n":"Drush\\SiteAlias\\Util","p":"Drush/SiteAlias/Util.html"}},{"t":"C","n":"Drush\\Sql\\SqlBase","p":"Drush/Sql/SqlBase.html","d":"

The base implementation for Drush database connections.

","f":{"n":"Drush\\Sql","p":"Drush/Sql.html"}},{"t":"C","n":"Drush\\Sql\\SqlException","p":"Drush/Sql/SqlException.html","d":null,"f":{"n":"Drush\\Sql","p":"Drush/Sql.html"}},{"t":"C","n":"Drush\\Sql\\SqlMariaDB","p":"Drush/Sql/SqlMariaDB.html","d":null,"f":{"n":"Drush\\Sql","p":"Drush/Sql.html"}},{"t":"C","n":"Drush\\Sql\\SqlMysql","p":"Drush/Sql/SqlMysql.html","d":null,"f":{"n":"Drush\\Sql","p":"Drush/Sql.html"}},{"t":"C","n":"Drush\\Sql\\SqlPgsql","p":"Drush/Sql/SqlPgsql.html","d":null,"f":{"n":"Drush\\Sql","p":"Drush/Sql.html"}},{"t":"C","n":"Drush\\Sql\\SqlSqlite","p":"Drush/Sql/SqlSqlite.html","d":null,"f":{"n":"Drush\\Sql","p":"Drush/Sql.html"}},{"t":"T","n":"Drush\\Sql\\SqlTableSelectionTrait","p":"Drush/Sql/SqlTableSelectionTrait.html","d":"

Note: when using this trait, also implement ConfigAwareInterface/ConfigAwareTrait.

","f":{"n":"Drush\\Sql","p":"Drush/Sql.html"}},{"t":"C","n":"Drush\\Symfony\\BootstrapCompilerPass","p":"Drush/Symfony/BootstrapCompilerPass.html","d":null,"f":{"n":"Drush\\Symfony","p":"Drush/Symfony.html"}},{"t":"C","n":"Drush\\Symfony\\DrushStyleInjector","p":"Drush/Symfony/DrushStyleInjector.html","d":null,"f":{"n":"Drush\\Symfony","p":"Drush/Symfony.html"}},{"t":"T","n":"Drush\\TestTraits\\CliTestTrait","p":"Drush/TestTraits/CliTestTrait.html","d":"

CliTestTrait provides an execute() method that is useful\nfor launching executable programs in functional tests.

","f":{"n":"Drush\\TestTraits","p":"Drush/TestTraits.html"}},{"t":"T","n":"Drush\\TestTraits\\DrushTestTrait","p":"Drush/TestTraits/DrushTestTrait.html","d":"

DrushTestTrait provides a drush() method that may be\nused to write functional tests for Drush extensions.

","f":{"n":"Drush\\TestTraits","p":"Drush/TestTraits.html"}},{"t":"T","n":"Drush\\TestTraits\\OutputUtilsTrait","p":"Drush/TestTraits/OutputUtilsTrait.html","d":"

OutputUtilsTrait provides some useful utility methods for test classes\nthat define getOutputRaw() and getErrorOutputRaw() methods.

","f":{"n":"Drush\\TestTraits","p":"Drush/TestTraits.html"}},{"t":"C","n":"Drush\\Utils\\FsUtils","p":"Drush/Utils/FsUtils.html","d":null,"f":{"n":"Drush\\Utils","p":"Drush/Utils.html"}},{"t":"C","n":"Drush\\Utils\\StringUtils","p":"Drush/Utils/StringUtils.html","d":null,"f":{"n":"Drush\\Utils","p":"Drush/Utils.html"}},{"t":"I","n":"Drush\\Attributes\\ValidatorInterface","p":"Drush/Attributes/ValidatorInterface.html","f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"I","n":"Drush\\Boot\\Boot","p":"Drush/Boot/Boot.html","f":{"n":"Drush\\Boot","p":"Drush/Boot.html"}},{"t":"I","n":"Drush\\Drupal\\Commands\\sql\\SanitizePluginInterface","p":"Drush/Drupal/Commands/sql/SanitizePluginInterface.html","f":{"n":"Drush\\Drupal\\Commands\\sql","p":"Drush/Drupal/Commands/sql.html"}},{"t":"I","n":"Drush\\Log\\SuccessInterface","p":"Drush/Log/SuccessInterface.html","f":{"n":"Drush\\Log","p":"Drush/Log.html"}},{"t":"I","n":"Drush\\Preflight\\PreflightArgsInterface","p":"Drush/Preflight/PreflightArgsInterface.html","f":{"n":"Drush\\Preflight","p":"Drush/Preflight.html"}},{"t":"I","n":"Drush\\Runtime\\HandlerInterface","p":"Drush/Runtime/HandlerInterface.html","f":{"n":"Drush\\Runtime","p":"Drush/Runtime.html"}},{"t":"I","n":"Drush\\SiteAlias\\SiteAliasManagerAwareInterface","p":"Drush/SiteAlias/SiteAliasManagerAwareInterface.html","f":{"n":"Drush\\SiteAlias","p":"Drush/SiteAlias.html"}},{"t":"M","n":"Drush\\Application::configureGlobalOptions","p":"Drush/Application.html#method_configureGlobalOptions","d":"

Add global options to the Application and their default values to Config.

"},{"t":"M","n":"Drush\\Application::bootstrapManager","p":"Drush/Application.html#method_bootstrapManager","d":null},{"t":"M","n":"Drush\\Application::setBootstrapManager","p":"Drush/Application.html#method_setBootstrapManager","d":null},{"t":"M","n":"Drush\\Application::aliasManager","p":"Drush/Application.html#method_aliasManager","d":null},{"t":"M","n":"Drush\\Application::setAliasManager","p":"Drush/Application.html#method_setAliasManager","d":null},{"t":"M","n":"Drush\\Application::setRedispatchHook","p":"Drush/Application.html#method_setRedispatchHook","d":null},{"t":"M","n":"Drush\\Application::setTildeExpansionHook","p":"Drush/Application.html#method_setTildeExpansionHook","d":null},{"t":"M","n":"Drush\\Application::setServiceManager","p":"Drush/Application.html#method_setServiceManager","d":null},{"t":"M","n":"Drush\\Application::getUri","p":"Drush/Application.html#method_getUri","d":"

Return the framework uri selected by the user.

"},{"t":"M","n":"Drush\\Application::refineUriSelection","p":"Drush/Application.html#method_refineUriSelection","d":"

If the user did not explicitly select a site URI,\nthen pick an appropriate site from the cwd.

"},{"t":"M","n":"Drush\\Application::selectUri","p":"Drush/Application.html#method_selectUri","d":"

Select a URI to use for the site, based on directory or config.

"},{"t":"M","n":"Drush\\Application::find","p":"Drush/Application.html#method_find","d":""},{"t":"M","n":"Drush\\Application::bootstrapAndFind","p":"Drush/Application.html#method_bootstrapAndFind","d":"

Look up a command. Bootstrap further if necessary.

"},{"t":"M","n":"Drush\\Application::checkObsolete","p":"Drush/Application.html#method_checkObsolete","d":"

If a command is annotated @obsolete, then we will throw an exception\nimmediately; the command will not run, and no hooks will be called.

"},{"t":"M","n":"Drush\\Application::configureIO","p":"Drush/Application.html#method_configureIO","d":""},{"t":"M","n":"Drush\\Application::configureAndRegisterCommands","p":"Drush/Application.html#method_configureAndRegisterCommands","d":"

Configure the application object and register all of the commandfiles\navailable in the search paths provided via Preflight

"},{"t":"M","n":"Drush\\Application::renderException","p":"Drush/Application.html#method_renderException","d":"

Renders a caught exception. Omits the command docs at end.

"},{"t":"M","n":"Drush\\Application::renderThrowable","p":"Drush/Application.html#method_renderThrowable","d":"

Renders a caught Throwable. Omits the command docs at end.

"},{"t":"M","n":"Drush\\Attributes\\Bootstrap::__construct","p":"Drush/Attributes/Bootstrap.html#method___construct","d":""},{"t":"M","n":"Drush\\Attributes\\Bootstrap::handle","p":"Drush/Attributes/Bootstrap.html#method_handle","d":null},{"t":"M","n":"Drush\\Attributes\\Format::__construct","p":"Drush/Attributes/Format.html#method___construct","d":""},{"t":"M","n":"Drush\\Attributes\\Format::handle","p":"Drush/Attributes/Format.html#method_handle","d":null},{"t":"M","n":"Drush\\Attributes\\InteractConfigName::__construct","p":"Drush/Attributes/InteractConfigName.html#method___construct","d":""},{"t":"M","n":"Drush\\Attributes\\InteractConfigName::handle","p":"Drush/Attributes/InteractConfigName.html#method_handle","d":null},{"t":"M","n":"Drush\\Attributes\\Kernel::__construct","p":"Drush/Attributes/Kernel.html#method___construct","d":""},{"t":"M","n":"Drush\\Attributes\\Kernel::handle","p":"Drush/Attributes/Kernel.html#method_handle","d":null},{"t":"M","n":"Drush\\Attributes\\NoArgumentsBase::handle","p":"Drush/Attributes/NoArgumentsBase.html#method_handle","d":null},{"t":"M","n":"Drush\\Attributes\\Obsolete::handle","p":"Drush/Attributes/Obsolete.html#method_handle","d":null},{"t":"M","n":"Drush\\Attributes\\OptionsetGetEditor::handle","p":"Drush/Attributes/OptionsetGetEditor.html#method_handle","d":null},{"t":"M","n":"Drush\\Attributes\\OptionsetProcBuild::handle","p":"Drush/Attributes/OptionsetProcBuild.html#method_handle","d":null},{"t":"M","n":"Drush\\Attributes\\OptionsetSql::handle","p":"Drush/Attributes/OptionsetSql.html#method_handle","d":null},{"t":"M","n":"Drush\\Attributes\\OptionsetSsh::handle","p":"Drush/Attributes/OptionsetSsh.html#method_handle","d":null},{"t":"M","n":"Drush\\Attributes\\OptionsetTableSelection::handle","p":"Drush/Attributes/OptionsetTableSelection.html#method_handle","d":null},{"t":"M","n":"Drush\\Attributes\\ValidateConfigName::__construct","p":"Drush/Attributes/ValidateConfigName.html#method___construct","d":""},{"t":"M","n":"Drush\\Attributes\\ValidateConfigName::validate","p":"Drush/Attributes/ValidateConfigName.html#method_validate","d":null},{"t":"M","n":"Drush\\Attributes\\ValidateEntityLoad::__construct","p":"Drush/Attributes/ValidateEntityLoad.html#method___construct","d":""},{"t":"M","n":"Drush\\Attributes\\ValidateEntityLoad::validate","p":"Drush/Attributes/ValidateEntityLoad.html#method_validate","d":null},{"t":"M","n":"Drush\\Attributes\\ValidateFileExists::__construct","p":"Drush/Attributes/ValidateFileExists.html#method___construct","d":""},{"t":"M","n":"Drush\\Attributes\\ValidateFileExists::validate","p":"Drush/Attributes/ValidateFileExists.html#method_validate","d":null},{"t":"M","n":"Drush\\Attributes\\ValidateModulesEnabled::__construct","p":"Drush/Attributes/ValidateModulesEnabled.html#method___construct","d":""},{"t":"M","n":"Drush\\Attributes\\ValidateModulesEnabled::validate","p":"Drush/Attributes/ValidateModulesEnabled.html#method_validate","d":null},{"t":"M","n":"Drush\\Attributes\\ValidatePermissions::__construct","p":"Drush/Attributes/ValidatePermissions.html#method___construct","d":""},{"t":"M","n":"Drush\\Attributes\\ValidatePermissions::validate","p":"Drush/Attributes/ValidatePermissions.html#method_validate","d":null},{"t":"M","n":"Drush\\Attributes\\ValidatePhpExtensions::__construct","p":"Drush/Attributes/ValidatePhpExtensions.html#method___construct","d":""},{"t":"M","n":"Drush\\Attributes\\ValidatePhpExtensions::validate","p":"Drush/Attributes/ValidatePhpExtensions.html#method_validate","d":null},{"t":"M","n":"Drush\\Attributes\\ValidateQueueName::__construct","p":"Drush/Attributes/ValidateQueueName.html#method___construct","d":""},{"t":"M","n":"Drush\\Attributes\\ValidateQueueName::validate","p":"Drush/Attributes/ValidateQueueName.html#method_validate","d":null},{"t":"M","n":"Drush\\Attributes\\ValidateQueueName::getQueues","p":"Drush/Attributes/ValidateQueueName.html#method_getQueues","d":null},{"t":"M","n":"Drush\\Attributes\\ValidatorBase::handle","p":"Drush/Attributes/ValidatorBase.html#method_handle","d":null},{"t":"M","n":"Drush\\Attributes\\ValidatorInterface::validate","p":"Drush/Attributes/ValidatorInterface.html#method_validate","d":null},{"t":"M","n":"Drush\\Attributes\\Version::__construct","p":"Drush/Attributes/Version.html#method___construct","d":""},{"t":"M","n":"Drush\\Attributes\\Version::handle","p":"Drush/Attributes/Version.html#method_handle","d":null},{"t":"M","n":"Drush\\Backend\\BackendPathEvaluator::evaluate","p":"Drush/Backend/BackendPathEvaluator.html#method_evaluate","d":"

Evaluate will check to see if the provided host path\ncontains a path alias. If it does, the alias will\nbe resolved, and the result of the resolution will be\ninjected into the HostPath, replacing the alias.

"},{"t":"M","n":"Drush\\Backend\\BackendPathEvaluator::resolve","p":"Drush/Backend/BackendPathEvaluator.html#method_resolve","d":"

Resolve will check to see if the provided host path\ncontains a path alias. If it does, the alias will\nbe resolved, and the result of the resolution will be\nreturned.

"},{"t":"M","n":"Drush\\Backend\\BackendPathEvaluator::lookup","p":"Drush/Backend/BackendPathEvaluator.html#method_lookup","d":"

Lookup will use the provided alias record to look up and return\nthe value of a path alias.

"},{"t":"M","n":"Drush\\Backend\\BackendPathEvaluator::request","p":"Drush/Backend/BackendPathEvaluator.html#method_request","d":"

Request the value of the path alias from the site associated with\nthe alias record.

"},{"t":"M","n":"Drush\\Boot\\BaseBoot::__construct","p":"Drush/Boot/BaseBoot.html#method___construct","d":null},{"t":"M","n":"Drush\\Boot\\BaseBoot::findUri","p":"Drush/Boot/BaseBoot.html#method_findUri","d":"

Select the best URI for the provided cwd. Only called\nif the user did not explicitly specify a URI.

"},{"t":"M","n":"Drush\\Boot\\BaseBoot::getUri","p":"Drush/Boot/BaseBoot.html#method_getUri","d":null},{"t":"M","n":"Drush\\Boot\\BaseBoot::setUri","p":"Drush/Boot/BaseBoot.html#method_setUri","d":"

Inject the uri for the specific site to be bootstrapped

"},{"t":"M","n":"Drush\\Boot\\BaseBoot::getPhase","p":"Drush/Boot/BaseBoot.html#method_getPhase","d":null},{"t":"M","n":"Drush\\Boot\\BaseBoot::setPhase","p":"Drush/Boot/BaseBoot.html#method_setPhase","d":null},{"t":"M","n":"Drush\\Boot\\BaseBoot::validRoot","p":"Drush/Boot/BaseBoot.html#method_validRoot","d":"

This function determines if the specified path points to\nthe root directory of a CMS that can be bootstrapped by\nthe specific subclass that implements it.

"},{"t":"M","n":"Drush\\Boot\\BaseBoot::getVersion","p":"Drush/Boot/BaseBoot.html#method_getVersion","d":"

Given a site root directory, determine the exact version of the software.

"},{"t":"M","n":"Drush\\Boot\\BaseBoot::commandDefaults","p":"Drush/Boot/BaseBoot.html#method_commandDefaults","d":null},{"t":"M","n":"Drush\\Boot\\BaseBoot::reportCommandError","p":"Drush/Boot/BaseBoot.html#method_reportCommandError","d":"

Called by Drush if a command is not found, or if the\ncommand was found, but did not meet requirements.

"},{"t":"M","n":"Drush\\Boot\\BaseBoot::bootstrapPhaseMap","p":"Drush/Boot/BaseBoot.html#method_bootstrapPhaseMap","d":"

Return an array mapping from bootstrap phase shorthand\nstrings (e.g. "full") to the corresponding bootstrap\nphase index constant (e.g. DRUSH_BOOTSTRAP_DRUPAL_FULL).

"},{"t":"M","n":"Drush\\Boot\\BaseBoot::lookUpPhaseIndex","p":"Drush/Boot/BaseBoot.html#method_lookUpPhaseIndex","d":"

Convert from a phase shorthand or constant to a phase index.

"},{"t":"M","n":"Drush\\Boot\\BaseBoot::bootstrapDrush","p":"Drush/Boot/BaseBoot.html#method_bootstrapDrush","d":null},{"t":"M","n":"Drush\\Boot\\BaseBoot::hasRegisteredSymfonyCommand","p":"Drush/Boot/BaseBoot.html#method_hasRegisteredSymfonyCommand","d":null},{"t":"M","n":"Drush\\Boot\\BaseBoot::terminate","p":"Drush/Boot/BaseBoot.html#method_terminate","d":"

This method is called during the shutdown of drush.

"},{"t":"M","n":"Drush\\Boot\\Boot::findUri","p":"Drush/Boot/Boot.html#method_findUri","d":"

Select the best URI for the provided cwd. Only called\nif the user did not explicitly specify a URI.

"},{"t":"M","n":"Drush\\Boot\\Boot::setUri","p":"Drush/Boot/Boot.html#method_setUri","d":"

Inject the uri for the specific site to be bootstrapped

"},{"t":"M","n":"Drush\\Boot\\Boot::validRoot","p":"Drush/Boot/Boot.html#method_validRoot","d":"

This function determines if the specified path points to\nthe root directory of a CMS that can be bootstrapped by\nthe specific subclass that implements it.

"},{"t":"M","n":"Drush\\Boot\\Boot::getVersion","p":"Drush/Boot/Boot.html#method_getVersion","d":"

Given a site root directory, determine the exact version of the software.

"},{"t":"M","n":"Drush\\Boot\\Boot::bootstrapPhases","p":"Drush/Boot/Boot.html#method_bootstrapPhases","d":"

Returns an array that determines what bootstrap phases\nare necessary to bootstrap this CMS. This array\nshould map from a numeric phase to the name of a method\n(string) in the Boot class that handles the bootstrap\nphase.

"},{"t":"M","n":"Drush\\Boot\\Boot::bootstrapPhaseMap","p":"Drush/Boot/Boot.html#method_bootstrapPhaseMap","d":"

Return an array mapping from bootstrap phase shorthand\nstrings (e.g. "full") to the corresponding bootstrap\nphase index constant (e.g. DRUSH_BOOTSTRAP_DRUPAL_FULL).

"},{"t":"M","n":"Drush\\Boot\\Boot::lookUpPhaseIndex","p":"Drush/Boot/Boot.html#method_lookUpPhaseIndex","d":"

Convert from a phase shorthand or constant to a phase index.

"},{"t":"M","n":"Drush\\Boot\\Boot::reportCommandError","p":"Drush/Boot/Boot.html#method_reportCommandError","d":"

Called by Drush if a command is not found, or if the\ncommand was found, but did not meet requirements.

"},{"t":"M","n":"Drush\\Boot\\Boot::terminate","p":"Drush/Boot/Boot.html#method_terminate","d":"

This method is called during the shutdown of drush.

"},{"t":"M","n":"Drush\\Boot\\BootstrapHook::__construct","p":"Drush/Boot/BootstrapHook.html#method___construct","d":null},{"t":"M","n":"Drush\\Boot\\BootstrapHook::initialize","p":"Drush/Boot/BootstrapHook.html#method_initialize","d":null},{"t":"M","n":"Drush\\Boot\\BootstrapManager::getPhase","p":"Drush/Boot/BootstrapManager.html#method_getPhase","d":""},{"t":"M","n":"Drush\\Boot\\BootstrapManager::setPhase","p":"Drush/Boot/BootstrapManager.html#method_setPhase","d":null},{"t":"M","n":"Drush\\Boot\\BootstrapManager::add","p":"Drush/Boot/BootstrapManager.html#method_add","d":"

Add a bootstrap object to the list of candidates.

"},{"t":"M","n":"Drush\\Boot\\BootstrapManager::drupalFinder","p":"Drush/Boot/BootstrapManager.html#method_drupalFinder","d":null},{"t":"M","n":"Drush\\Boot\\BootstrapManager::setDrupalFinder","p":"Drush/Boot/BootstrapManager.html#method_setDrupalFinder","d":null},{"t":"M","n":"Drush\\Boot\\BootstrapManager::getRoot","p":"Drush/Boot/BootstrapManager.html#method_getRoot","d":"

Return the framework root selected by the user.

"},{"t":"M","n":"Drush\\Boot\\BootstrapManager::getComposerRoot","p":"Drush/Boot/BootstrapManager.html#method_getComposerRoot","d":"

Return the composer root for the selected Drupal site.

"},{"t":"M","n":"Drush\\Boot\\BootstrapManager::getUri","p":"Drush/Boot/BootstrapManager.html#method_getUri","d":"

Return the framework uri selected by the user.

"},{"t":"M","n":"Drush\\Boot\\BootstrapManager::selectUri","p":"Drush/Boot/BootstrapManager.html#method_selectUri","d":"

This method is called by the Application iff the user\ndid not explicitly provide a URI.

"},{"t":"M","n":"Drush\\Boot\\BootstrapManager::setUri","p":"Drush/Boot/BootstrapManager.html#method_setUri","d":null},{"t":"M","n":"Drush\\Boot\\BootstrapManager::bootstrap","p":"Drush/Boot/BootstrapManager.html#method_bootstrap","d":"

Crete the bootstrap object if necessary, then return it.

"},{"t":"M","n":"Drush\\Boot\\BootstrapManager::injectBootstrap","p":"Drush/Boot/BootstrapManager.html#method_injectBootstrap","d":"

For use in testing

"},{"t":"M","n":"Drush\\Boot\\BootstrapManager::bootstrapObjectForRoot","p":"Drush/Boot/BootstrapManager.html#method_bootstrapObjectForRoot","d":"

Look up the best bootstrap class for the given location\nfrom the set of available candidates.

"},{"t":"M","n":"Drush\\Boot\\BootstrapManager::bootstrapPhases","p":"Drush/Boot/BootstrapManager.html#method_bootstrapPhases","d":"

Returns an array that determines what bootstrap phases\nare necessary to bootstrap the CMS.

"},{"t":"M","n":"Drush\\Boot\\BootstrapManager::doBootstrap","p":"Drush/Boot/BootstrapManager.html#method_doBootstrap","d":"

Bootstrap Drush to the desired phase.

"},{"t":"M","n":"Drush\\Boot\\BootstrapManager::hasBootstrap","p":"Drush/Boot/BootstrapManager.html#method_hasBootstrap","d":"

hasBootstrap determines whether the manager has a bootstrap object yet.

"},{"t":"M","n":"Drush\\Boot\\BootstrapManager::hasBootstrapped","p":"Drush/Boot/BootstrapManager.html#method_hasBootstrapped","d":"

Determine whether a given bootstrap phase has been completed.

"},{"t":"M","n":"Drush\\Boot\\BootstrapManager::bootstrapValidate","p":"Drush/Boot/BootstrapManager.html#method_bootstrapValidate","d":"

Validate whether a bootstrap phase can be reached.

"},{"t":"M","n":"Drush\\Boot\\BootstrapManager::bootstrapToPhase","p":"Drush/Boot/BootstrapManager.html#method_bootstrapToPhase","d":"

Bootstrap to the specified phase.

"},{"t":"M","n":"Drush\\Boot\\BootstrapManager::maxPhaseLimit","p":"Drush/Boot/BootstrapManager.html#method_maxPhaseLimit","d":null},{"t":"M","n":"Drush\\Boot\\BootstrapManager::bootstrapToPhaseIndex","p":"Drush/Boot/BootstrapManager.html#method_bootstrapToPhaseIndex","d":"

Bootstrap to the specified phase.

"},{"t":"M","n":"Drush\\Boot\\BootstrapManager::bootstrapMax","p":"Drush/Boot/BootstrapManager.html#method_bootstrapMax","d":"

Bootstrap to the highest level possible, without triggering any errors.

"},{"t":"M","n":"Drush\\Boot\\BootstrapManager::logger","p":"Drush/Boot/BootstrapManager.html#method_logger","d":"

Allow those with a reference to the BootstrapManager to use its logger

"},{"t":"M","n":"Drush\\Boot\\DrupalBoot::findUri","p":"Drush/Boot/DrupalBoot.html#method_findUri","d":"

Select the best URI for the provided cwd. Only called\nif the user did not explicitly specify a URI.

"},{"t":"M","n":"Drush\\Boot\\DrupalBoot::scanUpForUri","p":"Drush/Boot/DrupalBoot.html#method_scanUpForUri","d":null},{"t":"M","n":"Drush\\Boot\\DrupalBoot::validRoot","p":"Drush/Boot/DrupalBoot.html#method_validRoot","d":"

This function determines if the specified path points to\nthe root directory of a CMS that can be bootstrapped by\nthe specific subclass that implements it.

"},{"t":"M","n":"Drush\\Boot\\DrupalBoot::getVersion","p":"Drush/Boot/DrupalBoot.html#method_getVersion","d":"

Given a site root directory, determine the exact version of the software.

"},{"t":"M","n":"Drush\\Boot\\DrupalBoot::confPath","p":"Drush/Boot/DrupalBoot.html#method_confPath","d":null},{"t":"M","n":"Drush\\Boot\\DrupalBoot::bootstrapPhases","p":"Drush/Boot/DrupalBoot.html#method_bootstrapPhases","d":"

Bootstrap phases used with Drupal:

"},{"t":"M","n":"Drush\\Boot\\DrupalBoot::bootstrapPhaseMap","p":"Drush/Boot/DrupalBoot.html#method_bootstrapPhaseMap","d":"

Return an array mapping from bootstrap phase shorthand\nstrings (e.g. "full") to the corresponding bootstrap\nphase index constant (e.g. DRUSH_BOOTSTRAP_DRUPAL_FULL).

"},{"t":"M","n":"Drush\\Boot\\DrupalBoot::bootstrapDrupalRootValidate","p":"Drush/Boot/DrupalBoot.html#method_bootstrapDrupalRootValidate","d":"

Validate the DRUSH_BOOTSTRAP_DRUPAL_ROOT phase.

"},{"t":"M","n":"Drush\\Boot\\DrupalBoot::bootstrapDrupalRoot","p":"Drush/Boot/DrupalBoot.html#method_bootstrapDrupalRoot","d":"

Bootstrap Drush with a valid Drupal Directory.

"},{"t":"M","n":"Drush\\Boot\\DrupalBoot::bootstrapDrupalCore","p":"Drush/Boot/DrupalBoot.html#method_bootstrapDrupalCore","d":null},{"t":"M","n":"Drush\\Boot\\DrupalBoot::bootstrapDrupalSiteValidate","p":"Drush/Boot/DrupalBoot.html#method_bootstrapDrupalSiteValidate","d":"

VALIDATE the DRUSH_BOOTSTRAP_DRUPAL_SITE phase.

"},{"t":"M","n":"Drush\\Boot\\DrupalBoot::bootstrapDrupalSite","p":"Drush/Boot/DrupalBoot.html#method_bootstrapDrupalSite","d":"

Initialize a site on the Drupal root.

"},{"t":"M","n":"Drush\\Boot\\DrupalBoot::bootstrapDrupalConfiguration","p":"Drush/Boot/DrupalBoot.html#method_bootstrapDrupalConfiguration","d":"

Initialize and load the Drupal configuration files.

"},{"t":"M","n":"Drush\\Boot\\DrupalBoot::bootstrapDrupalDatabaseValidate","p":"Drush/Boot/DrupalBoot.html#method_bootstrapDrupalDatabaseValidate","d":"

Validate the DRUSH_BOOTSTRAP_DRUPAL_DATABASE phase

"},{"t":"M","n":"Drush\\Boot\\DrupalBoot::bootstrapDrupalDatabase","p":"Drush/Boot/DrupalBoot.html#method_bootstrapDrupalDatabase","d":"

Bootstrap the Drupal database.

"},{"t":"M","n":"Drush\\Boot\\DrupalBoot::bootstrapDrupalFull","p":"Drush/Boot/DrupalBoot.html#method_bootstrapDrupalFull","d":"

Attempt to load the full Drupal system.

"},{"t":"M","n":"Drush\\Boot\\DrupalBoot8::__construct","p":"Drush/Boot/DrupalBoot8.html#method___construct","d":null},{"t":"M","n":"Drush\\Boot\\DrupalBoot8::getRequest","p":"Drush/Boot/DrupalBoot8.html#method_getRequest","d":null},{"t":"M","n":"Drush\\Boot\\DrupalBoot8::setRequest","p":"Drush/Boot/DrupalBoot8.html#method_setRequest","d":null},{"t":"M","n":"Drush\\Boot\\DrupalBoot8::getKernel","p":"Drush/Boot/DrupalBoot8.html#method_getKernel","d":null},{"t":"M","n":"Drush\\Boot\\DrupalBoot8::setLogger","p":"Drush/Boot/DrupalBoot8.html#method_setLogger","d":"

Sometimes (e.g. in the integration tests), the DrupalBoot\nobject will be cached, and re-injected into a fresh set\nof preflight / bootstrap objects. When this happens, the\nnew Drush logger will be injected into the boot object. If\nthis happens after we have created the Drupal logger adapter\n(i.e., after bootstrapping Drupal), then we also need to\nupdate the logger reference in that adapter.

"},{"t":"M","n":"Drush\\Boot\\DrupalBoot8::validRoot","p":"Drush/Boot/DrupalBoot8.html#method_validRoot","d":"

This function determines if the specified path points to\nthe root directory of a CMS that can be bootstrapped by\nthe specific subclass that implements it.

"},{"t":"M","n":"Drush\\Boot\\DrupalBoot8::getVersion","p":"Drush/Boot/DrupalBoot8.html#method_getVersion","d":"

Given a site root directory, determine the exact version of the software.

"},{"t":"M","n":"Drush\\Boot\\DrupalBoot8::confPath","p":"Drush/Boot/DrupalBoot8.html#method_confPath","d":"

Beware, this function populates Database::Connection info.

"},{"t":"M","n":"Drush\\Boot\\DrupalBoot8::bootstrapDrupalSiteValidate","p":"Drush/Boot/DrupalBoot8.html#method_bootstrapDrupalSiteValidate","d":"

VALIDATE the DRUSH_BOOTSTRAP_DRUPAL_SITE phase.

"},{"t":"M","n":"Drush\\Boot\\DrupalBoot8::bootstrapDoDrupalSite","p":"Drush/Boot/DrupalBoot8.html#method_bootstrapDoDrupalSite","d":"

Called by bootstrapDrupalSite to do the main work\nof the Drush drupal site bootstrap.

"},{"t":"M","n":"Drush\\Boot\\DrupalBoot8::bootstrapDrupalConfigurationValidate","p":"Drush/Boot/DrupalBoot8.html#method_bootstrapDrupalConfigurationValidate","d":null},{"t":"M","n":"Drush\\Boot\\DrupalBoot8::bootstrapDrupalDatabaseValidate","p":"Drush/Boot/DrupalBoot8.html#method_bootstrapDrupalDatabaseValidate","d":"

Validate the DRUSH_BOOTSTRAP_DRUPAL_DATABASE phase

"},{"t":"M","n":"Drush\\Boot\\DrupalBoot8::bootstrapDrupalDatabase","p":"Drush/Boot/DrupalBoot8.html#method_bootstrapDrupalDatabase","d":"

Bootstrap the Drupal database.

"},{"t":"M","n":"Drush\\Boot\\DrupalBoot8::bootstrapDrupalConfiguration","p":"Drush/Boot/DrupalBoot8.html#method_bootstrapDrupalConfiguration","d":"

Initialize and load the Drupal configuration files.

"},{"t":"M","n":"Drush\\Boot\\DrupalBoot8::bootstrapDrupalFull","p":"Drush/Boot/DrupalBoot8.html#method_bootstrapDrupalFull","d":"

Attempt to load the full Drupal system.

"},{"t":"M","n":"Drush\\Boot\\DrupalBoot8::addDrupalModuleDrushCommands","p":"Drush/Boot/DrupalBoot8.html#method_addDrupalModuleDrushCommands","d":null},{"t":"M","n":"Drush\\Boot\\DrupalBoot8::terminate","p":"Drush/Boot/DrupalBoot8.html#method_terminate","d":"

This method is called during the shutdown of drush.

"},{"t":"M","n":"Drush\\Boot\\DrupalBootLevels::getPhaseName","p":"Drush/Boot/DrupalBootLevels.html#method_getPhaseName","d":null},{"t":"M","n":"Drush\\Boot\\EmptyBoot::validRoot","p":"Drush/Boot/EmptyBoot.html#method_validRoot","d":"

This function determines if the specified path points to\nthe root directory of a CMS that can be bootstrapped by\nthe specific subclass that implements it.

"},{"t":"M","n":"Drush\\Boot\\EmptyBoot::bootstrapPhases","p":"Drush/Boot/EmptyBoot.html#method_bootstrapPhases","d":"

Returns an array that determines what bootstrap phases\nare necessary to bootstrap this CMS. This array\nshould map from a numeric phase to the name of a method\n(string) in the Boot class that handles the bootstrap\nphase.

"},{"t":"M","n":"Drush\\Boot\\EmptyBoot::bootstrapInitPhases","p":"Drush/Boot/EmptyBoot.html#method_bootstrapInitPhases","d":null},{"t":"M","n":"Drush\\Boot\\Kernels::availableKernels","p":"Drush/Boot/Kernels.html#method_availableKernels","d":"

Returns the available kernels.

"},{"t":"M","n":"Drush\\Boot\\Kernels::getKernelFactory","p":"Drush/Boot/Kernels.html#method_getKernelFactory","d":"

Returns the factory method that can be used to retrieve the given kernel.

"},{"t":"M","n":"Drush\\Command\\DrushCommandInfoAlterer::alterCommandInfo","p":"Drush/Command/DrushCommandInfoAlterer.html#method_alterCommandInfo","d":null},{"t":"M","n":"Drush\\Command\\GlobalOptionsEventListener::getSubscribedEvents","p":"Drush/Command/GlobalOptionsEventListener.html#method_getSubscribedEvents","d":null},{"t":"M","n":"Drush\\Command\\GlobalOptionsEventListener::setGlobalOptions","p":"Drush/Command/GlobalOptionsEventListener.html#method_setGlobalOptions","d":"

Before a Console command runs, examine the global\ncommandline options from the event Input, and set\nconfiguration values as appropriate.

"},{"t":"M","n":"Drush\\Command\\RemoteCommandProxy::__construct","p":"Drush/Command/RemoteCommandProxy.html#method___construct","d":null},{"t":"M","n":"Drush\\Command\\RemoteCommandProxy::execute","p":"Drush/Command/RemoteCommandProxy.html#method_execute","d":null},{"t":"M","n":"Drush\\Command\\ServiceCommandlist::addCommandReference","p":"Drush/Command/ServiceCommandlist.html#method_addCommandReference","d":null},{"t":"M","n":"Drush\\Command\\ServiceCommandlist::getCommandList","p":"Drush/Command/ServiceCommandlist.html#method_getCommandList","d":null},{"t":"M","n":"Drush\\Commands\\AutowireTrait::create","p":"Drush/Commands/AutowireTrait.html#method_create","d":"

Instantiates a new instance of the implementing class using autowiring.

"},{"t":"M","n":"Drush\\Commands\\DrushCommands::__construct","p":"Drush/Commands/DrushCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\DrushCommands::io","p":"Drush/Commands/DrushCommands.html#method_io","d":"

Override Robo's IO function with our custom style.

"},{"t":"M","n":"Drush\\Commands\\DrushCommands::setLoggerIfEmpty","p":"Drush/Commands/DrushCommands.html#method_setLoggerIfEmpty","d":"

Sets a logger, if none is available yet.

"},{"t":"M","n":"Drush\\Commands\\DrushCommands::logger","p":"Drush/Commands/DrushCommands.html#method_logger","d":"

Returns a logger object.

"},{"t":"M","n":"Drush\\Commands\\DrushCommands::printFile","p":"Drush/Commands/DrushCommands.html#method_printFile","d":"

Print the contents of a file.

"},{"t":"M","n":"Drush\\Commands\\DrushCommands::preHook","p":"Drush/Commands/DrushCommands.html#method_preHook","d":"

Persist commandData for use in primary command callback. Used by 'topic' commands.

"},{"t":"M","n":"Drush\\Commands\\DrushCommands::printFileTopic","p":"Drush/Commands/DrushCommands.html#method_printFileTopic","d":"

Print the contents of a file. The path comes from the @topic annotation.

"},{"t":"M","n":"Drush\\Commands\\DrushCommands::getStack","p":"Drush/Commands/DrushCommands.html#method_getStack","d":"

Get a Guzzle handler stack that uses the Drush logger.

"},{"t":"M","n":"Drush\\Commands\\ExampleCommands::exampleTable","p":"Drush/Commands/ExampleCommands.html#method_exampleTable","d":"

Demonstrate output formatters. Default format is 'table'.

"},{"t":"M","n":"Drush\\Commands\\ExampleCommands::alterFormatters","p":"Drush/Commands/ExampleCommands.html#method_alterFormatters","d":"

Demonstrate an alter hook with an option.

"},{"t":"M","n":"Drush\\Commands\\LegacyCommands::saconvert","p":"Drush/Commands/LegacyCommands.html#method_saconvert","d":"

site:alias-convert has been removed. Please use Drush 11 or convert by hand.

"},{"t":"M","n":"Drush\\Commands\\LegacyCommands::secphp","p":"Drush/Commands/LegacyCommands.html#method_secphp","d":"

pm:security-php has been removed. Please use composer audit command.

"},{"t":"M","n":"Drush\\Commands\\LegacyCommands::sec","p":"Drush/Commands/LegacyCommands.html#method_sec","d":"

pm:security has been removed. Please use composer audit command. See https://www.drupal.org/project/project_composer/issues/3301876.

"},{"t":"M","n":"Drush\\Commands\\OptionsCommands::optionsetProcBuild","p":"Drush/Commands/OptionsCommands.html#method_optionsetProcBuild","d":""},{"t":"M","n":"Drush\\Commands\\OptionsCommands::optionsetGetEditor","p":"Drush/Commands/OptionsCommands.html#method_optionsetGetEditor","d":""},{"t":"M","n":"Drush\\Commands\\OptionsCommands::optionsetSsh","p":"Drush/Commands/OptionsCommands.html#method_optionsetSsh","d":""},{"t":"M","n":"Drush\\Commands\\OptionsCommands::optionsetSql","p":"Drush/Commands/OptionsCommands.html#method_optionsetSql","d":""},{"t":"M","n":"Drush\\Commands\\OptionsCommands::optionsetTableSelection","p":"Drush/Commands/OptionsCommands.html#method_optionsetTableSelection","d":""},{"t":"M","n":"Drush\\Commands\\ValidatorsCommands::validateEntityLoad","p":"Drush/Commands/ValidatorsCommands.html#method_validateEntityLoad","d":"

Validate that passed entity names are valid.

"},{"t":"M","n":"Drush\\Commands\\ValidatorsCommands::validateModuleEnabled","p":"Drush/Commands/ValidatorsCommands.html#method_validateModuleEnabled","d":"

Validate that passed module names are enabled. We use post-init phase because interact() methods run early and they\nneed to know that their module is enabled (e.g. image-flush).

"},{"t":"M","n":"Drush\\Commands\\ValidatorsCommands::validateFileExists","p":"Drush/Commands/ValidatorsCommands.html#method_validateFileExists","d":"

Validate that the file path exists.

"},{"t":"M","n":"Drush\\Commands\\ValidatorsCommands::validatePHPExtension","p":"Drush/Commands/ValidatorsCommands.html#method_validatePHPExtension","d":"

Validate that required PHP extension exists.

"},{"t":"M","n":"Drush\\Commands\\ValidatorsCommands::validatePermissions","p":"Drush/Commands/ValidatorsCommands.html#method_validatePermissions","d":"

Validate that the permission exists.

"},{"t":"M","n":"Drush\\Commands\\config\\ConfigCommands::getConfigFactory","p":"Drush/Commands/config/ConfigCommands.html#method_getConfigFactory","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigCommands::__construct","p":"Drush/Commands/config/ConfigCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigCommands::create","p":"Drush/Commands/config/ConfigCommands.html#method_create","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigCommands::setExportStorage","p":"Drush/Commands/config/ConfigCommands.html#method_setExportStorage","d":""},{"t":"M","n":"Drush\\Commands\\config\\ConfigCommands::getConfigStorageExport","p":"Drush/Commands/config/ConfigCommands.html#method_getConfigStorageExport","d":""},{"t":"M","n":"Drush\\Commands\\config\\ConfigCommands::setImportTransformer","p":"Drush/Commands/config/ConfigCommands.html#method_setImportTransformer","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigCommands::hasImportTransformer","p":"Drush/Commands/config/ConfigCommands.html#method_hasImportTransformer","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigCommands::getImportTransformer","p":"Drush/Commands/config/ConfigCommands.html#method_getImportTransformer","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigCommands::get","p":"Drush/Commands/config/ConfigCommands.html#method_get","d":"

Display a config value, or a whole configuration object.

"},{"t":"M","n":"Drush\\Commands\\config\\ConfigCommands::set","p":"Drush/Commands/config/ConfigCommands.html#method_set","d":"

Save a config value directly. Does not perform a config import.

"},{"t":"M","n":"Drush\\Commands\\config\\ConfigCommands::edit","p":"Drush/Commands/config/ConfigCommands.html#method_edit","d":"

Open a config file in a text editor. Edits are imported after closing editor.

"},{"t":"M","n":"Drush\\Commands\\config\\ConfigCommands::delete","p":"Drush/Commands/config/ConfigCommands.html#method_delete","d":"

Delete a configuration key, or a whole object(s).

"},{"t":"M","n":"Drush\\Commands\\config\\ConfigCommands::status","p":"Drush/Commands/config/ConfigCommands.html#method_status","d":"

Display status of configuration (differences between the filesystem and database).

"},{"t":"M","n":"Drush\\Commands\\config\\ConfigCommands::getDirectory","p":"Drush/Commands/config/ConfigCommands.html#method_getDirectory","d":"

Determine which configuration directory to use and return directory path.

"},{"t":"M","n":"Drush\\Commands\\config\\ConfigCommands::getChanges","p":"Drush/Commands/config/ConfigCommands.html#method_getChanges","d":"

Returns the difference in configuration between active storage and target storage.

"},{"t":"M","n":"Drush\\Commands\\config\\ConfigCommands::getStorage","p":"Drush/Commands/config/ConfigCommands.html#method_getStorage","d":"

Get storage corresponding to a configuration directory.

"},{"t":"M","n":"Drush\\Commands\\config\\ConfigCommands::configChangesTable","p":"Drush/Commands/config/ConfigCommands.html#method_configChangesTable","d":"

Build a table of config changes.

"},{"t":"M","n":"Drush\\Commands\\config\\ConfigCommands::configComplete","p":"Drush/Commands/config/ConfigCommands.html#method_configComplete","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigCommands::interactConfigName","p":"Drush/Commands/config/ConfigCommands.html#method_interactConfigName","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigCommands::validateConfigName","p":"Drush/Commands/config/ConfigCommands.html#method_validateConfigName","d":"

Validate that a config name is valid.

"},{"t":"M","n":"Drush\\Commands\\config\\ConfigCommands::copyConfig","p":"Drush/Commands/config/ConfigCommands.html#method_copyConfig","d":"

Copies configuration objects from source storage to target storage.

"},{"t":"M","n":"Drush\\Commands\\config\\ConfigCommands::getDiff","p":"Drush/Commands/config/ConfigCommands.html#method_getDiff","d":"

Get diff between two config sets.

"},{"t":"M","n":"Drush\\Commands\\config\\ConfigExportCommands::getConfigManager","p":"Drush/Commands/config/ConfigExportCommands.html#method_getConfigManager","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigExportCommands::setExportStorage","p":"Drush/Commands/config/ConfigExportCommands.html#method_setExportStorage","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigExportCommands::getConfigStorageExport","p":"Drush/Commands/config/ConfigExportCommands.html#method_getConfigStorageExport","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigExportCommands::getConfigStorage","p":"Drush/Commands/config/ConfigExportCommands.html#method_getConfigStorage","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigExportCommands::getConfigStorageSync","p":"Drush/Commands/config/ConfigExportCommands.html#method_getConfigStorageSync","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigExportCommands::setConfigStorageSync","p":"Drush/Commands/config/ConfigExportCommands.html#method_setConfigStorageSync","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigExportCommands::__construct","p":"Drush/Commands/config/ConfigExportCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigExportCommands::create","p":"Drush/Commands/config/ConfigExportCommands.html#method_create","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigExportCommands::export","p":"Drush/Commands/config/ConfigExportCommands.html#method_export","d":"

Export Drupal configuration to a directory.

"},{"t":"M","n":"Drush\\Commands\\config\\ConfigExportCommands::doExport","p":"Drush/Commands/config/ConfigExportCommands.html#method_doExport","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigExportCommands::doAddCommit","p":"Drush/Commands/config/ConfigExportCommands.html#method_doAddCommit","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigExportCommands::validate","p":"Drush/Commands/config/ConfigExportCommands.html#method_validate","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigImportCommands::getConfigManager","p":"Drush/Commands/config/ConfigImportCommands.html#method_getConfigManager","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigImportCommands::getConfigStorage","p":"Drush/Commands/config/ConfigImportCommands.html#method_getConfigStorage","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigImportCommands::getConfigStorageSync","p":"Drush/Commands/config/ConfigImportCommands.html#method_getConfigStorageSync","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigImportCommands::setConfigStorageSync","p":"Drush/Commands/config/ConfigImportCommands.html#method_setConfigStorageSync","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigImportCommands::getConfigCache","p":"Drush/Commands/config/ConfigImportCommands.html#method_getConfigCache","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigImportCommands::getModuleHandler","p":"Drush/Commands/config/ConfigImportCommands.html#method_getModuleHandler","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigImportCommands::getEventDispatcher","p":"Drush/Commands/config/ConfigImportCommands.html#method_getEventDispatcher","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigImportCommands::getLock","p":"Drush/Commands/config/ConfigImportCommands.html#method_getLock","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigImportCommands::getConfigTyped","p":"Drush/Commands/config/ConfigImportCommands.html#method_getConfigTyped","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigImportCommands::getModuleInstaller","p":"Drush/Commands/config/ConfigImportCommands.html#method_getModuleInstaller","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigImportCommands::getThemeHandler","p":"Drush/Commands/config/ConfigImportCommands.html#method_getThemeHandler","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigImportCommands::getStringTranslation","p":"Drush/Commands/config/ConfigImportCommands.html#method_getStringTranslation","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigImportCommands::setImportTransformer","p":"Drush/Commands/config/ConfigImportCommands.html#method_setImportTransformer","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigImportCommands::hasImportTransformer","p":"Drush/Commands/config/ConfigImportCommands.html#method_hasImportTransformer","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigImportCommands::getImportTransformer","p":"Drush/Commands/config/ConfigImportCommands.html#method_getImportTransformer","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigImportCommands::getModuleExtensionList","p":"Drush/Commands/config/ConfigImportCommands.html#method_getModuleExtensionList","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigImportCommands::__construct","p":"Drush/Commands/config/ConfigImportCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigImportCommands::create","p":"Drush/Commands/config/ConfigImportCommands.html#method_create","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigImportCommands::import","p":"Drush/Commands/config/ConfigImportCommands.html#method_import","d":"

Import config from the config directory.

"},{"t":"M","n":"Drush\\Commands\\config\\ConfigImportCommands::doImport","p":"Drush/Commands/config/ConfigImportCommands.html#method_doImport","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigImportCommands::validate","p":"Drush/Commands/config/ConfigImportCommands.html#method_validate","d":"

Validate partial and source options.

"},{"t":"M","n":"Drush\\Commands\\config\\ConfigPullCommands::pull","p":"Drush/Commands/config/ConfigPullCommands.html#method_pull","d":"

Export and transfer config from one environment to another.

"},{"t":"M","n":"Drush\\Commands\\config\\ConfigPullCommands::validateConfigPull","p":"Drush/Commands/config/ConfigPullCommands.html#method_validateConfigPull","d":null},{"t":"M","n":"Drush\\Commands\\core\\ArchiveDumpCommands::dump","p":"Drush/Commands/core/ArchiveDumpCommands.html#method_dump","d":"

Backup your code, files, and database into a single file.

"},{"t":"M","n":"Drush\\Commands\\core\\ArchiveDumpCommands::prepareArchiveDir","p":"Drush/Commands/core/ArchiveDumpCommands.html#method_prepareArchiveDir","d":"

Creates a temporary directory for the archive.

"},{"t":"M","n":"Drush\\Commands\\core\\ArchiveRestoreCommands::restore","p":"Drush/Commands/core/ArchiveRestoreCommands.html#method_restore","d":"

Restore (import) your code, files, and database.

"},{"t":"M","n":"Drush\\Commands\\core\\ArchiveRestoreCommands::getExtractDir","p":"Drush/Commands/core/ArchiveRestoreCommands.html#method_getExtractDir","d":"

Extracts the archive.

"},{"t":"M","n":"Drush\\Commands\\core\\ArchiveRestoreCommands::importCode","p":"Drush/Commands/core/ArchiveRestoreCommands.html#method_importCode","d":"

Imports the code to the site.

"},{"t":"M","n":"Drush\\Commands\\core\\ArchiveRestoreCommands::importFiles","p":"Drush/Commands/core/ArchiveRestoreCommands.html#method_importFiles","d":"

Imports Drupal files to the site.

"},{"t":"M","n":"Drush\\Commands\\core\\ArchiveRestoreCommands::fileImportAbsolutePath","p":"Drush/Commands/core/ArchiveRestoreCommands.html#method_fileImportAbsolutePath","d":"

Determines the path where files should be extracted.

"},{"t":"M","n":"Drush\\Commands\\core\\ArchiveRestoreCommands::getDrupalRootPath","p":"Drush/Commands/core/ArchiveRestoreCommands.html#method_getDrupalRootPath","d":"

Returns the absolute path to Drupal root.

"},{"t":"M","n":"Drush\\Commands\\core\\ArchiveRestoreCommands::getDestinationPath","p":"Drush/Commands/core/ArchiveRestoreCommands.html#method_getDestinationPath","d":"

Returns the destination path.

"},{"t":"M","n":"Drush\\Commands\\core\\ArchiveRestoreCommands::getSiteAlias","p":"Drush/Commands/core/ArchiveRestoreCommands.html#method_getSiteAlias","d":"

Returns SiteAlias object by the site alias name.

"},{"t":"M","n":"Drush\\Commands\\core\\ArchiveRestoreCommands::rsyncFiles","p":"Drush/Commands/core/ArchiveRestoreCommands.html#method_rsyncFiles","d":"

Copies files from the source to the destination.

"},{"t":"M","n":"Drush\\Commands\\core\\ArchiveRestoreCommands::importDatabase","p":"Drush/Commands/core/ArchiveRestoreCommands.html#method_importDatabase","d":"

Imports the database dump to the site.

"},{"t":"M","n":"Drush\\Commands\\core\\BatchCommands::process","p":"Drush/Commands/core/BatchCommands.html#method_process","d":"

Process operations in the specified batch set.

"},{"t":"M","n":"Drush\\Commands\\core\\BrowseCommands::browse","p":"Drush/Commands/core/BrowseCommands.html#method_browse","d":"

Display a link to a given path or open link in a browser.

"},{"t":"M","n":"Drush\\Commands\\core\\CacheCommands::__construct","p":"Drush/Commands/core/CacheCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\core\\CacheCommands::create","p":"Drush/Commands/core/CacheCommands.html#method_create","d":null},{"t":"M","n":"Drush\\Commands\\core\\CacheCommands::get","p":"Drush/Commands/core/CacheCommands.html#method_get","d":"

Fetch a cached object and display it.

"},{"t":"M","n":"Drush\\Commands\\core\\CacheCommands::tags","p":"Drush/Commands/core/CacheCommands.html#method_tags","d":"

Invalidate by cache tags.

"},{"t":"M","n":"Drush\\Commands\\core\\CacheCommands::clear","p":"Drush/Commands/core/CacheCommands.html#method_clear","d":"

Clear a specific cache, or all Drupal caches.

"},{"t":"M","n":"Drush\\Commands\\core\\CacheCommands::interact","p":"Drush/Commands/core/CacheCommands.html#method_interact","d":null},{"t":"M","n":"Drush\\Commands\\core\\CacheCommands::set","p":"Drush/Commands/core/CacheCommands.html#method_set","d":"

Cache an object expressed in JSON or var_export() format.

"},{"t":"M","n":"Drush\\Commands\\core\\CacheCommands::setPrepareData","p":"Drush/Commands/core/CacheCommands.html#method_setPrepareData","d":null},{"t":"M","n":"Drush\\Commands\\core\\CacheCommands::validate","p":"Drush/Commands/core/CacheCommands.html#method_validate","d":null},{"t":"M","n":"Drush\\Commands\\core\\CacheCommands::getTypes","p":"Drush/Commands/core/CacheCommands.html#method_getTypes","d":"

Types of caches available for clearing. Contrib commands can hook in their own.

"},{"t":"M","n":"Drush\\Commands\\core\\CacheCommands::clearDrush","p":"Drush/Commands/core/CacheCommands.html#method_clearDrush","d":"

Clear caches internal to Drush core.

"},{"t":"M","n":"Drush\\Commands\\core\\CacheCommands::clearBins","p":"Drush/Commands/core/CacheCommands.html#method_clearBins","d":"

Clear one or more cache bins.

"},{"t":"M","n":"Drush\\Commands\\core\\CacheCommands::clearThemeRegistry","p":"Drush/Commands/core/CacheCommands.html#method_clearThemeRegistry","d":null},{"t":"M","n":"Drush\\Commands\\core\\CacheCommands::clearRouter","p":"Drush/Commands/core/CacheCommands.html#method_clearRouter","d":null},{"t":"M","n":"Drush\\Commands\\core\\CacheCommands::clearCssJs","p":"Drush/Commands/core/CacheCommands.html#method_clearCssJs","d":null},{"t":"M","n":"Drush\\Commands\\core\\CacheCommands::clearContainer","p":"Drush/Commands/core/CacheCommands.html#method_clearContainer","d":null},{"t":"M","n":"Drush\\Commands\\core\\CacheCommands::clearRender","p":"Drush/Commands/core/CacheCommands.html#method_clearRender","d":"

Clears the render cache entries.

"},{"t":"M","n":"Drush\\Commands\\core\\CacheCommands::clearPlugin","p":"Drush/Commands/core/CacheCommands.html#method_clearPlugin","d":null},{"t":"M","n":"Drush\\Commands\\core\\CacheRebuildCommands::__construct","p":"Drush/Commands/core/CacheRebuildCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\core\\CacheRebuildCommands::createEarly","p":"Drush/Commands/core/CacheRebuildCommands.html#method_createEarly","d":null},{"t":"M","n":"Drush\\Commands\\core\\CacheRebuildCommands::rebuild","p":"Drush/Commands/core/CacheRebuildCommands.html#method_rebuild","d":"

Rebuild all caches.

"},{"t":"M","n":"Drush\\Commands\\core\\CliCommands::__construct","p":"Drush/Commands/core/CliCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\core\\CliCommands::create","p":"Drush/Commands/core/CliCommands.html#method_create","d":null},{"t":"M","n":"Drush\\Commands\\core\\CliCommands::docs","p":"Drush/Commands/core/CliCommands.html#method_docs","d":"

Drush's PHP Shell.

"},{"t":"M","n":"Drush\\Commands\\core\\CliCommands::cli","p":"Drush/Commands/core/CliCommands.html#method_cli","d":"

Open an interactive shell on a Drupal site.

"},{"t":"M","n":"Drush\\Commands\\core\\CliCommands::getDrushCommands","p":"Drush/Commands/core/CliCommands.html#method_getDrushCommands","d":"

Returns a filtered list of Drush commands used for CLI commands.

"},{"t":"M","n":"Drush\\Commands\\core\\CliCommands::getCasters","p":"Drush/Commands/core/CliCommands.html#method_getCasters","d":"

Returns a mapped array of casters for use in the shell.

"},{"t":"M","n":"Drush\\Commands\\core\\CliCommands::historyPath","p":"Drush/Commands/core/CliCommands.html#method_historyPath","d":"

Returns the file path for the CLI history.

"},{"t":"M","n":"Drush\\Commands\\core\\CliCommands::getPhpKeywords","p":"Drush/Commands/core/CliCommands.html#method_getPhpKeywords","d":"

Returns a list of PHP keywords.

"},{"t":"M","n":"Drush\\Commands\\core\\CliCommands::makeEntitiesAvailableWithShortClassNames","p":"Drush/Commands/core/CliCommands.html#method_makeEntitiesAvailableWithShortClassNames","d":null},{"t":"M","n":"Drush\\Commands\\core\\CoreCommands::globalOptions","p":"Drush/Commands/core/CoreCommands.html#method_globalOptions","d":"

All global options.

"},{"t":"M","n":"Drush\\Commands\\core\\CoreCommands::version","p":"Drush/Commands/core/CoreCommands.html#method_version","d":"

Show Drush version.

"},{"t":"M","n":"Drush\\Commands\\core\\DeployCommands::deploy","p":"Drush/Commands/core/DeployCommands.html#method_deploy","d":"

Run several commands after performing a code deployment.

"},{"t":"M","n":"Drush\\Commands\\core\\DeployCommands::cacheRebuild","p":"Drush/Commands/core/DeployCommands.html#method_cacheRebuild","d":""},{"t":"M","n":"Drush\\Commands\\core\\DeployHookCommands::getRegistry","p":"Drush/Commands/core/DeployHookCommands.html#method_getRegistry","d":"

Get the deploy hook update registry.

"},{"t":"M","n":"Drush\\Commands\\core\\DeployHookCommands::setUpdateType","p":"Drush/Commands/core/DeployHookCommands.html#method_setUpdateType","d":null},{"t":"M","n":"Drush\\Commands\\core\\DocsCommands::readme","p":"Drush/Commands/core/DocsCommands.html#method_readme","d":"README.md"},{"t":"M","n":"Drush\\Commands\\core\\DocsCommands::bisect","p":"Drush/Commands/core/DocsCommands.html#method_bisect","d":"

Drush docs for Git Bisect.

"},{"t":"M","n":"Drush\\Commands\\core\\DocsCommands::config","p":"Drush/Commands/core/DocsCommands.html#method_config","d":"

Drush configuration.

"},{"t":"M","n":"Drush\\Commands\\core\\DocsCommands::hooks","p":"Drush/Commands/core/DocsCommands.html#method_hooks","d":"

Drush hooks.

"},{"t":"M","n":"Drush\\Commands\\core\\DocsCommands::configExport","p":"Drush/Commands/core/DocsCommands.html#method_configExport","d":"

Drupal config export instructions, including customizing config by environment.

"},{"t":"M","n":"Drush\\Commands\\core\\DocsCommands::outputFormatsFilters","p":"Drush/Commands/core/DocsCommands.html#method_outputFormatsFilters","d":"

Output formatters and filters: control the command output

"},{"t":"M","n":"Drush\\Commands\\core\\DocsCommands::siteAliases","p":"Drush/Commands/core/DocsCommands.html#method_siteAliases","d":"

Creating site aliases for running Drush on remote sites.

"},{"t":"M","n":"Drush\\Commands\\core\\DocsCommands::script","p":"Drush/Commands/core/DocsCommands.html#method_script","d":"

An example Drush script.

"},{"t":"M","n":"Drush\\Commands\\core\\DocsCommands::bootstrap","p":"Drush/Commands/core/DocsCommands.html#method_bootstrap","d":"

Bootstrap explanation: how Drush starts up and prepares the Drupal environment.

"},{"t":"M","n":"Drush\\Commands\\core\\DocsCommands::cron","p":"Drush/Commands/core/DocsCommands.html#method_cron","d":"

Crontab instructions for running your Drupal cron tasks via drush cron.

"},{"t":"M","n":"Drush\\Commands\\core\\DocsCommands::commands","p":"Drush/Commands/core/DocsCommands.html#method_commands","d":"

Instructions on creating your own Drush commands.

"},{"t":"M","n":"Drush\\Commands\\core\\DocsCommands::generators","p":"Drush/Commands/core/DocsCommands.html#method_generators","d":"

Instructions on creating your own Drush Generators.

"},{"t":"M","n":"Drush\\Commands\\core\\DocsCommands::exampleCommand","p":"Drush/Commands/core/DocsCommands.html#method_exampleCommand","d":"

Example Drush command file.

"},{"t":"M","n":"Drush\\Commands\\core\\DocsCommands::migrate","p":"Drush/Commands/core/DocsCommands.html#method_migrate","d":"

Defining and running migrations.

"},{"t":"M","n":"Drush\\Commands\\core\\DocsCommands::syncHttp","p":"Drush/Commands/core/DocsCommands.html#method_syncHttp","d":"

Extend sql-sync to allow transfer of the sql dump file via http.

"},{"t":"M","n":"Drush\\Commands\\core\\DocsCommands::policy","p":"Drush/Commands/core/DocsCommands.html#method_policy","d":"

Example policy file.

"},{"t":"M","n":"Drush\\Commands\\core\\DocsCommands::deploy","p":"Drush/Commands/core/DocsCommands.html#method_deploy","d":"

Deploy command for Drupal.

"},{"t":"M","n":"Drush\\Commands\\core\\DrupalCommands::getCron","p":"Drush/Commands/core/DrupalCommands.html#method_getCron","d":null},{"t":"M","n":"Drush\\Commands\\core\\DrupalCommands::getModuleHandler","p":"Drush/Commands/core/DrupalCommands.html#method_getModuleHandler","d":null},{"t":"M","n":"Drush\\Commands\\core\\DrupalCommands::getRouteProvider","p":"Drush/Commands/core/DrupalCommands.html#method_getRouteProvider","d":null},{"t":"M","n":"Drush\\Commands\\core\\DrupalCommands::__construct","p":"Drush/Commands/core/DrupalCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\core\\DrupalCommands::create","p":"Drush/Commands/core/DrupalCommands.html#method_create","d":null},{"t":"M","n":"Drush\\Commands\\core\\DrupalCommands::cron","p":"Drush/Commands/core/DrupalCommands.html#method_cron","d":"

Run all cron hooks in all active modules for specified site.

"},{"t":"M","n":"Drush\\Commands\\core\\DrupalCommands::requirements","p":"Drush/Commands/core/DrupalCommands.html#method_requirements","d":"

Information about things that may be wrong in your Drupal installation.

"},{"t":"M","n":"Drush\\Commands\\core\\DrupalCommands::route","p":"Drush/Commands/core/DrupalCommands.html#method_route","d":"

View information about all routes or one route.

"},{"t":"M","n":"Drush\\Commands\\core\\DrupalDirectoryCommands::__construct","p":"Drush/Commands/core/DrupalDirectoryCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\core\\DrupalDirectoryCommands::drupalDirectory","p":"Drush/Commands/core/DrupalDirectoryCommands.html#method_drupalDirectory","d":"

Return the filesystem path for modules/themes and other key folders.

"},{"t":"M","n":"Drush\\Commands\\core\\DrupalDirectoryCommands::getPath","p":"Drush/Commands/core/DrupalDirectoryCommands.html#method_getPath","d":"

Given a target (e.g.

"},{"t":"M","n":"Drush\\Commands\\core\\DrupliconCommands::optionset","p":"Drush/Commands/core/DrupliconCommands.html#method_optionset","d":null},{"t":"M","n":"Drush\\Commands\\core\\DrupliconCommands::druplicon","p":"Drush/Commands/core/DrupliconCommands.html#method_druplicon","d":"

Print druplicon as post-command output.

"},{"t":"M","n":"Drush\\Commands\\core\\EditCommands::edit","p":"Drush/Commands/core/EditCommands.html#method_edit","d":"

Edit drush.yml, site alias, and Drupal settings.php files.

"},{"t":"M","n":"Drush\\Commands\\core\\EditCommands::load","p":"Drush/Commands/core/EditCommands.html#method_load","d":null},{"t":"M","n":"Drush\\Commands\\core\\EditCommands::phpIniFiles","p":"Drush/Commands/core/EditCommands.html#method_phpIniFiles","d":null},{"t":"M","n":"Drush\\Commands\\core\\EditCommands::bashFiles","p":"Drush/Commands/core/EditCommands.html#method_bashFiles","d":null},{"t":"M","n":"Drush\\Commands\\core\\EditCommands::findBashrc","p":"Drush/Commands/core/EditCommands.html#method_findBashrc","d":"

Determine which .bashrc file is best to use on this platform.

"},{"t":"M","n":"Drush\\Commands\\core\\EditCommands::complete","p":"Drush/Commands/core/EditCommands.html#method_complete","d":null},{"t":"M","n":"Drush\\Commands\\core\\EntityCommands::__construct","p":"Drush/Commands/core/EntityCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\core\\EntityCommands::create","p":"Drush/Commands/core/EntityCommands.html#method_create","d":null},{"t":"M","n":"Drush\\Commands\\core\\EntityCommands::delete","p":"Drush/Commands/core/EntityCommands.html#method_delete","d":"

Delete content entities.

"},{"t":"M","n":"Drush\\Commands\\core\\EntityCommands::doDelete","p":"Drush/Commands/core/EntityCommands.html#method_doDelete","d":"

Actual delete method.

"},{"t":"M","n":"Drush\\Commands\\core\\EntityCommands::loadSave","p":"Drush/Commands/core/EntityCommands.html#method_loadSave","d":"

Load and save entities.

"},{"t":"M","n":"Drush\\Commands\\core\\EntityCommands::doSave","p":"Drush/Commands/core/EntityCommands.html#method_doSave","d":"

Actual save method.

"},{"t":"M","n":"Drush\\Commands\\core\\EntityCommands::getQuery","p":"Drush/Commands/core/EntityCommands.html#method_getQuery","d":""},{"t":"M","n":"Drush\\Commands\\core\\EntityCreateCommands::__construct","p":"Drush/Commands/core/EntityCreateCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\core\\EntityCreateCommands::create","p":"Drush/Commands/core/EntityCreateCommands.html#method_create","d":null},{"t":"M","n":"Drush\\Commands\\core\\EntityCreateCommands::createEntity","p":"Drush/Commands/core/EntityCreateCommands.html#method_createEntity","d":"

Create a content entity after prompting for field values.

"},{"t":"M","n":"Drush\\Commands\\core\\EntityCreateCommands::setValue","p":"Drush/Commands/core/EntityCreateCommands.html#method_setValue","d":null},{"t":"M","n":"Drush\\Commands\\core\\ImageCommands::flush","p":"Drush/Commands/core/ImageCommands.html#method_flush","d":"

Flush all derived images for a given style.

"},{"t":"M","n":"Drush\\Commands\\core\\ImageCommands::interactFlush","p":"Drush/Commands/core/ImageCommands.html#method_interactFlush","d":null},{"t":"M","n":"Drush\\Commands\\core\\ImageCommands::postInit","p":"Drush/Commands/core/ImageCommands.html#method_postInit","d":null},{"t":"M","n":"Drush\\Commands\\core\\ImageCommands::derive","p":"Drush/Commands/core/ImageCommands.html#method_derive","d":"

Create an image derivative.

"},{"t":"M","n":"Drush\\Commands\\core\\JsonapiCommands::get","p":"Drush/Commands/core/JsonapiCommands.html#method_get","d":"

Execute a JSONAPI request.

"},{"t":"M","n":"Drush\\Commands\\core\\LanguageCommands::getLanguageManager","p":"Drush/Commands/core/LanguageCommands.html#method_getLanguageManager","d":null},{"t":"M","n":"Drush\\Commands\\core\\LanguageCommands::getModuleHandler","p":"Drush/Commands/core/LanguageCommands.html#method_getModuleHandler","d":null},{"t":"M","n":"Drush\\Commands\\core\\LanguageCommands::__construct","p":"Drush/Commands/core/LanguageCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\core\\LanguageCommands::create","p":"Drush/Commands/core/LanguageCommands.html#method_create","d":null},{"t":"M","n":"Drush\\Commands\\core\\LanguageCommands::add","p":"Drush/Commands/core/LanguageCommands.html#method_add","d":null},{"t":"M","n":"Drush\\Commands\\core\\LanguageCommands::info","p":"Drush/Commands/core/LanguageCommands.html#method_info","d":"

Print the currently available languages.

"},{"t":"M","n":"Drush\\Commands\\core\\LinkHooks::__construct","p":"Drush/Commands/core/LinkHooks.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\core\\LinkHooks::create","p":"Drush/Commands/core/LinkHooks.html#method_create","d":null},{"t":"M","n":"Drush\\Commands\\core\\LinkHooks::hookOption","p":"Drush/Commands/core/LinkHooks.html#method_hookOption","d":null},{"t":"M","n":"Drush\\Commands\\core\\LinkHooks::hookSetOptions","p":"Drush/Commands/core/LinkHooks.html#method_hookSetOptions","d":null},{"t":"M","n":"Drush\\Commands\\core\\LinkHooks::hookFieldConfig","p":"Drush/Commands/core/LinkHooks.html#method_hookFieldConfig","d":null},{"t":"M","n":"Drush\\Commands\\core\\LinkHooks::askLinkType","p":"Drush/Commands/core/LinkHooks.html#method_askLinkType","d":null},{"t":"M","n":"Drush\\Commands\\core\\LinkHooks::askAllowLinkText","p":"Drush/Commands/core/LinkHooks.html#method_askAllowLinkText","d":null},{"t":"M","n":"Drush\\Commands\\core\\LinkHooks::isInstalled","p":"Drush/Commands/core/LinkHooks.html#method_isInstalled","d":null},{"t":"M","n":"Drush\\Commands\\core\\LocaleCommands::getLanguageManager","p":"Drush/Commands/core/LocaleCommands.html#method_getLanguageManager","d":null},{"t":"M","n":"Drush\\Commands\\core\\LocaleCommands::getConfigFactory","p":"Drush/Commands/core/LocaleCommands.html#method_getConfigFactory","d":null},{"t":"M","n":"Drush\\Commands\\core\\LocaleCommands::getModuleHandler","p":"Drush/Commands/core/LocaleCommands.html#method_getModuleHandler","d":null},{"t":"M","n":"Drush\\Commands\\core\\LocaleCommands::getState","p":"Drush/Commands/core/LocaleCommands.html#method_getState","d":null},{"t":"M","n":"Drush\\Commands\\core\\LocaleCommands::__construct","p":"Drush/Commands/core/LocaleCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\core\\LocaleCommands::create","p":"Drush/Commands/core/LocaleCommands.html#method_create","d":null},{"t":"M","n":"Drush\\Commands\\core\\LocaleCommands::check","p":"Drush/Commands/core/LocaleCommands.html#method_check","d":"

Checks for available translation updates.

"},{"t":"M","n":"Drush\\Commands\\core\\LocaleCommands::clearStatus","p":"Drush/Commands/core/LocaleCommands.html#method_clearStatus","d":"

Clears the translation status.

"},{"t":"M","n":"Drush\\Commands\\core\\LocaleCommands::update","p":"Drush/Commands/core/LocaleCommands.html#method_update","d":"

Imports the available translation updates.

"},{"t":"M","n":"Drush\\Commands\\core\\LocaleCommands::export","p":"Drush/Commands/core/LocaleCommands.html#method_export","d":"

Exports to a gettext translation file.

"},{"t":"M","n":"Drush\\Commands\\core\\LocaleCommands::exportValidate","p":"Drush/Commands/core/LocaleCommands.html#method_exportValidate","d":"

Assure that required options are set.

"},{"t":"M","n":"Drush\\Commands\\core\\LocaleCommands::importAll","p":"Drush/Commands/core/LocaleCommands.html#method_importAll","d":"

Imports multiple translation files from the defined directory.

"},{"t":"M","n":"Drush\\Commands\\core\\LocaleCommands::import","p":"Drush/Commands/core/LocaleCommands.html#method_import","d":"

Imports to a gettext translation file.

"},{"t":"M","n":"Drush\\Commands\\core\\LoginCommands::__construct","p":"Drush/Commands/core/LoginCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\core\\LoginCommands::login","p":"Drush/Commands/core/LoginCommands.html#method_login","d":"

Display a one time login link for user ID 1, or another user.

"},{"t":"M","n":"Drush\\Commands\\core\\MaintCommands::__construct","p":"Drush/Commands/core/MaintCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\core\\MaintCommands::getState","p":"Drush/Commands/core/MaintCommands.html#method_getState","d":null},{"t":"M","n":"Drush\\Commands\\core\\MaintCommands::get","p":"Drush/Commands/core/MaintCommands.html#method_get","d":"

Get maintenance mode. Returns 1 if enabled, 0 if not.

"},{"t":"M","n":"Drush\\Commands\\core\\MaintCommands::set","p":"Drush/Commands/core/MaintCommands.html#method_set","d":"

Set maintenance mode.

"},{"t":"M","n":"Drush\\Commands\\core\\MaintCommands::status","p":"Drush/Commands/core/MaintCommands.html#method_status","d":"

Fail if maintenance mode is enabled.

"},{"t":"M","n":"Drush\\Commands\\core\\MessengerCommands::__construct","p":"Drush/Commands/core/MessengerCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\core\\MessengerCommands::create","p":"Drush/Commands/core/MessengerCommands.html#method_create","d":null},{"t":"M","n":"Drush\\Commands\\core\\MessengerCommands::pre","p":"Drush/Commands/core/MessengerCommands.html#method_pre","d":null},{"t":"M","n":"Drush\\Commands\\core\\MessengerCommands::post","p":"Drush/Commands/core/MessengerCommands.html#method_post","d":null},{"t":"M","n":"Drush\\Commands\\core\\MessengerCommands::log","p":"Drush/Commands/core/MessengerCommands.html#method_log","d":null},{"t":"M","n":"Drush\\Commands\\core\\MigrateRunnerCommands::__construct","p":"Drush/Commands/core/MigrateRunnerCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\core\\MigrateRunnerCommands::create","p":"Drush/Commands/core/MigrateRunnerCommands.html#method_create","d":null},{"t":"M","n":"Drush\\Commands\\core\\MigrateRunnerCommands::setMigrationPluginManager","p":"Drush/Commands/core/MigrateRunnerCommands.html#method_setMigrationPluginManager","d":"

Provide a migration plugin manager.

"},{"t":"M","n":"Drush\\Commands\\core\\MigrateRunnerCommands::status","p":"Drush/Commands/core/MigrateRunnerCommands.html#method_status","d":"

List all migrations with current status.

"},{"t":"M","n":"Drush\\Commands\\core\\MigrateRunnerCommands::getMigrationSourceRowsCount","p":"Drush/Commands/core/MigrateRunnerCommands.html#method_getMigrationSourceRowsCount","d":"

Returns the migration source rows count.

"},{"t":"M","n":"Drush\\Commands\\core\\MigrateRunnerCommands::getMigrationNeedingUpdateCount","p":"Drush/Commands/core/MigrateRunnerCommands.html#method_getMigrationNeedingUpdateCount","d":"

Returns the number of items that needs update.

"},{"t":"M","n":"Drush\\Commands\\core\\MigrateRunnerCommands::getMigrationUnprocessedCount","p":"Drush/Commands/core/MigrateRunnerCommands.html#method_getMigrationUnprocessedCount","d":"

Returns the number of unprocessed items.

"},{"t":"M","n":"Drush\\Commands\\core\\MigrateRunnerCommands::getMigrationImportedCount","p":"Drush/Commands/core/MigrateRunnerCommands.html#method_getMigrationImportedCount","d":"

Returns the number of imported items.

"},{"t":"M","n":"Drush\\Commands\\core\\MigrateRunnerCommands::getMigrationLastImportedTime","p":"Drush/Commands/core/MigrateRunnerCommands.html#method_getMigrationLastImportedTime","d":"

Returns the last imported date/time if any.

"},{"t":"M","n":"Drush\\Commands\\core\\MigrateRunnerCommands::padTableRow","p":"Drush/Commands/core/MigrateRunnerCommands.html#method_padTableRow","d":"

Pads an incomplete table row with empty cells.

"},{"t":"M","n":"Drush\\Commands\\core\\MigrateRunnerCommands::import","p":"Drush/Commands/core/MigrateRunnerCommands.html#method_import","d":"

Perform one or more migration processes.

"},{"t":"M","n":"Drush\\Commands\\core\\MigrateRunnerCommands::executeMigration","p":"Drush/Commands/core/MigrateRunnerCommands.html#method_executeMigration","d":"

Executes a single migration.

"},{"t":"M","n":"Drush\\Commands\\core\\MigrateRunnerCommands::rollback","p":"Drush/Commands/core/MigrateRunnerCommands.html#method_rollback","d":"

Rollback one or more migrations.

"},{"t":"M","n":"Drush\\Commands\\core\\MigrateRunnerCommands::stop","p":"Drush/Commands/core/MigrateRunnerCommands.html#method_stop","d":"

Stop an active migration operation.

"},{"t":"M","n":"Drush\\Commands\\core\\MigrateRunnerCommands::resetStatus","p":"Drush/Commands/core/MigrateRunnerCommands.html#method_resetStatus","d":"

Reset an active migration's status to idle.

"},{"t":"M","n":"Drush\\Commands\\core\\MigrateRunnerCommands::messages","p":"Drush/Commands/core/MigrateRunnerCommands.html#method_messages","d":"

View any messages associated with a migration.

"},{"t":"M","n":"Drush\\Commands\\core\\MigrateRunnerCommands::preprocessMessageRow","p":"Drush/Commands/core/MigrateRunnerCommands.html#method_preprocessMessageRow","d":"

Preprocesses migrate message rows.

"},{"t":"M","n":"Drush\\Commands\\core\\MigrateRunnerCommands::fieldsSource","p":"Drush/Commands/core/MigrateRunnerCommands.html#method_fieldsSource","d":"

List the fields available for mapping in a source.

"},{"t":"M","n":"Drush\\Commands\\core\\MigrateRunnerCommands::getMigrationList","p":"Drush/Commands/core/MigrateRunnerCommands.html#method_getMigrationList","d":"

Retrieves a list of active migrations.

"},{"t":"M","n":"Drush\\Commands\\core\\MigrateRunnerCommands::getMigrateMessage","p":"Drush/Commands/core/MigrateRunnerCommands.html#method_getMigrateMessage","d":"

Returns the migrate message logger.

"},{"t":"M","n":"Drush\\Commands\\core\\MigrateRunnerCommands::getSourceIdKeys","p":"Drush/Commands/core/MigrateRunnerCommands.html#method_getSourceIdKeys","d":"

Get the source ID keys.

"},{"t":"M","n":"Drush\\Commands\\core\\MigrateRunnerCommands::validateMigrationId","p":"Drush/Commands/core/MigrateRunnerCommands.html#method_validateMigrationId","d":"

Validates a migration ID is valid.

"},{"t":"M","n":"Drush\\Commands\\core\\MkCommands::__construct","p":"Drush/Commands/core/MkCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\core\\MkCommands::create","p":"Drush/Commands/core/MkCommands.html#method_create","d":null},{"t":"M","n":"Drush\\Commands\\core\\MkCommands::docs","p":"Drush/Commands/core/MkCommands.html#method_docs","d":"

Build a Markdown document for each available Drush command/generator.

"},{"t":"M","n":"Drush\\Commands\\core\\MkCommands::createAnnotatedCommands","p":"Drush/Commands/core/MkCommands.html#method_createAnnotatedCommands","d":"

Convert generators into Annotated commands (for Help).

"},{"t":"M","n":"Drush\\Commands\\core\\MkCommands::appendPostAmble","p":"Drush/Commands/core/MkCommands.html#method_appendPostAmble","d":null},{"t":"M","n":"Drush\\Commands\\core\\MkCommands::appendAliases","p":"Drush/Commands/core/MkCommands.html#method_appendAliases","d":null},{"t":"M","n":"Drush\\Commands\\core\\MkCommands::appendTopics","p":"Drush/Commands/core/MkCommands.html#method_appendTopics","d":null},{"t":"M","n":"Drush\\Commands\\core\\MkCommands::appendOptions","p":"Drush/Commands/core/MkCommands.html#method_appendOptions","d":null},{"t":"M","n":"Drush\\Commands\\core\\MkCommands::appendOptionsGlobal","p":"Drush/Commands/core/MkCommands.html#method_appendOptionsGlobal","d":null},{"t":"M","n":"Drush\\Commands\\core\\MkCommands::appendArguments","p":"Drush/Commands/core/MkCommands.html#method_appendArguments","d":null},{"t":"M","n":"Drush\\Commands\\core\\MkCommands::appendUsages","p":"Drush/Commands/core/MkCommands.html#method_appendUsages","d":null},{"t":"M","n":"Drush\\Commands\\core\\MkCommands::appendPreamble","p":"Drush/Commands/core/MkCommands.html#method_appendPreamble","d":null},{"t":"M","n":"Drush\\Commands\\core\\MkCommands::writeYml","p":"Drush/Commands/core/MkCommands.html#method_writeYml","d":null},{"t":"M","n":"Drush\\Commands\\core\\MkCommands::writeAllMd","p":"Drush/Commands/core/MkCommands.html#method_writeAllMd","d":null},{"t":"M","n":"Drush\\Commands\\core\\MkCommands::prepare","p":"Drush/Commands/core/MkCommands.html#method_prepare","d":"

Empty target directories.

"},{"t":"M","n":"Drush\\Commands\\core\\MkCommands::argToArray","p":"Drush/Commands/core/MkCommands.html#method_argToArray","d":"

Build an array since that's what HelpCLIFormatter expects.

"},{"t":"M","n":"Drush\\Commands\\core\\MkCommands::optionToArray","p":"Drush/Commands/core/MkCommands.html#method_optionToArray","d":"

Build an array since that's what HelpCLIFormatter expects.

"},{"t":"M","n":"Drush\\Commands\\core\\MkCommands::cliTextToMarkdown","p":"Drush/Commands/core/MkCommands.html#method_cliTextToMarkdown","d":"

Convert text like foo to foo.

"},{"t":"M","n":"Drush\\Commands\\core\\MkCommands::writeContentFilesAndBuildNavAndBuildRedirectMap","p":"Drush/Commands/core/MkCommands.html#method_writeContentFilesAndBuildNavAndBuildRedirectMap","d":"

Write content files, add to nav, build a redirect map.

"},{"t":"M","n":"Drush\\Commands\\core\\MkCommands::getRedirectMap","p":"Drush/Commands/core/MkCommands.html#method_getRedirectMap","d":null},{"t":"M","n":"Drush\\Commands\\core\\MkCommands::getFilename","p":"Drush/Commands/core/MkCommands.html#method_getFilename","d":"

Get a filename from a command.

"},{"t":"M","n":"Drush\\Commands\\core\\NotifyCommands::optionsetNotify","p":"Drush/Commands/core/NotifyCommands.html#method_optionsetNotify","d":null},{"t":"M","n":"Drush\\Commands\\core\\NotifyCommands::registerShutdown","p":"Drush/Commands/core/NotifyCommands.html#method_registerShutdown","d":null},{"t":"M","n":"Drush\\Commands\\core\\NotifyCommands::shutdown","p":"Drush/Commands/core/NotifyCommands.html#method_shutdown","d":null},{"t":"M","n":"Drush\\Commands\\core\\NotifyCommands::shutdownSend","p":"Drush/Commands/core/NotifyCommands.html#method_shutdownSend","d":"

Prepares and dispatches notifications to delivery mechanisms.

"},{"t":"M","n":"Drush\\Commands\\core\\NotifyCommands::shutdownSendText","p":"Drush/Commands/core/NotifyCommands.html#method_shutdownSendText","d":"

Send text-based system notification.

"},{"t":"M","n":"Drush\\Commands\\core\\NotifyCommands::isAllowed","p":"Drush/Commands/core/NotifyCommands.html#method_isAllowed","d":"

Identify if the given Drush request should trigger a notification.

"},{"t":"M","n":"Drush\\Commands\\core\\PhpCommands::evaluate","p":"Drush/Commands/core/PhpCommands.html#method_evaluate","d":"

Evaluate arbitrary php code after bootstrapping Drupal (if available).

"},{"t":"M","n":"Drush\\Commands\\core\\PhpCommands::script","p":"Drush/Commands/core/PhpCommands.html#method_script","d":"

Run php a script after a full Drupal bootstrap.

"},{"t":"M","n":"Drush\\Commands\\core\\QueueCommands::__construct","p":"Drush/Commands/core/QueueCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\core\\QueueCommands::create","p":"Drush/Commands/core/QueueCommands.html#method_create","d":null},{"t":"M","n":"Drush\\Commands\\core\\QueueCommands::getWorkerManager","p":"Drush/Commands/core/QueueCommands.html#method_getWorkerManager","d":null},{"t":"M","n":"Drush\\Commands\\core\\QueueCommands::getQueueService","p":"Drush/Commands/core/QueueCommands.html#method_getQueueService","d":null},{"t":"M","n":"Drush\\Commands\\core\\QueueCommands::run","p":"Drush/Commands/core/QueueCommands.html#method_run","d":"

Run a specific queue by name.

"},{"t":"M","n":"Drush\\Commands\\core\\QueueCommands::qList","p":"Drush/Commands/core/QueueCommands.html#method_qList","d":"

Returns a list of all defined queues.

"},{"t":"M","n":"Drush\\Commands\\core\\QueueCommands::delete","p":"Drush/Commands/core/QueueCommands.html#method_delete","d":"

Delete all items in a specific queue.

"},{"t":"M","n":"Drush\\Commands\\core\\QueueCommands::validateQueueName","p":"Drush/Commands/core/QueueCommands.html#method_validateQueueName","d":"

Validate that a queue exists.

"},{"t":"M","n":"Drush\\Commands\\core\\QueueCommands::getQueues","p":"Drush/Commands/core/QueueCommands.html#method_getQueues","d":null},{"t":"M","n":"Drush\\Commands\\core\\QueueCommands::getQueue","p":"Drush/Commands/core/QueueCommands.html#method_getQueue","d":null},{"t":"M","n":"Drush\\Commands\\core\\QueueCommands::queueComplete","p":"Drush/Commands/core/QueueCommands.html#method_queueComplete","d":null},{"t":"M","n":"Drush\\Commands\\core\\RoleCommands::create","p":"Drush/Commands/core/RoleCommands.html#method_create","d":"

Create a new role.

"},{"t":"M","n":"Drush\\Commands\\core\\RoleCommands::delete","p":"Drush/Commands/core/RoleCommands.html#method_delete","d":"

Delete a role.

"},{"t":"M","n":"Drush\\Commands\\core\\RoleCommands::roleAddPerm","p":"Drush/Commands/core/RoleCommands.html#method_roleAddPerm","d":"

Grant specified permission(s) to a role.

"},{"t":"M","n":"Drush\\Commands\\core\\RoleCommands::roleRemovePerm","p":"Drush/Commands/core/RoleCommands.html#method_roleRemovePerm","d":"

Remove specified permission(s) from a role.

"},{"t":"M","n":"Drush\\Commands\\core\\RoleCommands::roleList","p":"Drush/Commands/core/RoleCommands.html#method_roleList","d":"

Display roles and their permissions.

"},{"t":"M","n":"Drush\\Commands\\core\\RoleCommands::renderPermsCell","p":"Drush/Commands/core/RoleCommands.html#method_renderPermsCell","d":null},{"t":"M","n":"Drush\\Commands\\core\\RoleCommands::roleComplete","p":"Drush/Commands/core/RoleCommands.html#method_roleComplete","d":null},{"t":"M","n":"Drush\\Commands\\core\\RsyncCommands::__construct","p":"Drush/Commands/core/RsyncCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\core\\RsyncCommands::rsync","p":"Drush/Commands/core/RsyncCommands.html#method_rsync","d":"

Rsync Drupal code or files to/from another server using ssh.

"},{"t":"M","n":"Drush\\Commands\\core\\RsyncCommands::rsyncOptions","p":"Drush/Commands/core/RsyncCommands.html#method_rsyncOptions","d":null},{"t":"M","n":"Drush\\Commands\\core\\RsyncCommands::preCommandEvent","p":"Drush/Commands/core/RsyncCommands.html#method_preCommandEvent","d":"

Evaluate the path aliases in the source and destination\nparameters. We do this in the command-event so that\nwe can set up the configuration object to include options\nfrom the source and target aliases, if any, so that these\nvalues may participate in configuration injection.

"},{"t":"M","n":"Drush\\Commands\\core\\RsyncCommands::injectAliasPathParameterOptions","p":"Drush/Commands/core/RsyncCommands.html#method_injectAliasPathParameterOptions","d":null},{"t":"M","n":"Drush\\Commands\\core\\RsyncCommands::validate","p":"Drush/Commands/core/RsyncCommands.html#method_validate","d":"

Validate that passed aliases are valid.

"},{"t":"M","n":"Drush\\Commands\\core\\RunserverCommands::runserver","p":"Drush/Commands/core/RunserverCommands.html#method_runserver","d":"

Runs PHP's built-in http server for development.

"},{"t":"M","n":"Drush\\Commands\\core\\RunserverCommands::uri","p":"Drush/Commands/core/RunserverCommands.html#method_uri","d":"

Determine the URI to use for this server.

"},{"t":"M","n":"Drush\\Commands\\core\\RunserverCommands::parseUri","p":"Drush/Commands/core/RunserverCommands.html#method_parseUri","d":"

Parse a URI or partial URI (including just a port, host IP or path).

"},{"t":"M","n":"Drush\\Commands\\core\\SiteCommands::siteSet","p":"Drush/Commands/core/SiteCommands.html#method_siteSet","d":"

Set a site alias that will persist for the current session.

"},{"t":"M","n":"Drush\\Commands\\core\\SiteCommands::siteAlias","p":"Drush/Commands/core/SiteCommands.html#method_siteAlias","d":"

Show site alias details, or a list of available site aliases.

"},{"t":"M","n":"Drush\\Commands\\core\\SiteCommands::siteAliasExportList","p":"Drush/Commands/core/SiteCommands.html#method_siteAliasExportList","d":null},{"t":"M","n":"Drush\\Commands\\core\\SiteInstallCommands::__construct","p":"Drush/Commands/core/SiteInstallCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\core\\SiteInstallCommands::createEarly","p":"Drush/Commands/core/SiteInstallCommands.html#method_createEarly","d":null},{"t":"M","n":"Drush\\Commands\\core\\SiteInstallCommands::install","p":"Drush/Commands/core/SiteInstallCommands.html#method_install","d":"

Install Drupal along with modules/themes/configuration/profile.

"},{"t":"M","n":"Drush\\Commands\\core\\SiteInstallCommands::taskCallback","p":"Drush/Commands/core/SiteInstallCommands.html#method_taskCallback","d":null},{"t":"M","n":"Drush\\Commands\\core\\SiteInstallCommands::determineProfile","p":"Drush/Commands/core/SiteInstallCommands.html#method_determineProfile","d":null},{"t":"M","n":"Drush\\Commands\\core\\SiteInstallCommands::hasConfigFiles","p":"Drush/Commands/core/SiteInstallCommands.html#method_hasConfigFiles","d":"

Check to see if there are any .yml files in the provided config directory.

"},{"t":"M","n":"Drush\\Commands\\core\\SiteInstallCommands::validate","p":"Drush/Commands/core/SiteInstallCommands.html#method_validate","d":null},{"t":"M","n":"Drush\\Commands\\core\\SiteInstallCommands::pre","p":"Drush/Commands/core/SiteInstallCommands.html#method_pre","d":"

Perform setup tasks before installation.

"},{"t":"M","n":"Drush\\Commands\\core\\SiteInstallCommands::getSitesSubdirFromUri","p":"Drush/Commands/core/SiteInstallCommands.html#method_getSitesSubdirFromUri","d":"

Determine an appropriate site subdir name to use for the\nprovided uri.

"},{"t":"M","n":"Drush\\Commands\\core\\SiteInstallCommands::serverGlobals","p":"Drush/Commands/core/SiteInstallCommands.html#method_serverGlobals","d":"

Fake the necessary HTTP headers that the Drupal installer still needs:

"},{"t":"M","n":"Drush\\Commands\\core\\SiteInstallCommands::validateConfigDir","p":"Drush/Commands/core/SiteInstallCommands.html#method_validateConfigDir","d":"

Assure that a config directory exists and is populated.

"},{"t":"M","n":"Drush\\Commands\\core\\SshCommands::ssh","p":"Drush/Commands/core/SshCommands.html#method_ssh","d":"

Connect to a webserver via SSH, and optionally run a shell command.

"},{"t":"M","n":"Drush\\Commands\\core\\StateCommands::__construct","p":"Drush/Commands/core/StateCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\core\\StateCommands::create","p":"Drush/Commands/core/StateCommands.html#method_create","d":null},{"t":"M","n":"Drush\\Commands\\core\\StateCommands::getState","p":"Drush/Commands/core/StateCommands.html#method_getState","d":null},{"t":"M","n":"Drush\\Commands\\core\\StateCommands::get","p":"Drush/Commands/core/StateCommands.html#method_get","d":"

Display a state value.

"},{"t":"M","n":"Drush\\Commands\\core\\StateCommands::set","p":"Drush/Commands/core/StateCommands.html#method_set","d":"

Set a state value.

"},{"t":"M","n":"Drush\\Commands\\core\\StateCommands::delete","p":"Drush/Commands/core/StateCommands.html#method_delete","d":"

Delete a state entry.

"},{"t":"M","n":"Drush\\Commands\\core\\StateCommands::format","p":"Drush/Commands/core/StateCommands.html#method_format","d":null},{"t":"M","n":"Drush\\Commands\\core\\StatusCommands::status","p":"Drush/Commands/core/StatusCommands.html#method_status","d":"

An overview of the environment - Drush and Drupal.

"},{"t":"M","n":"Drush\\Commands\\core\\StatusCommands::getPropertyList","p":"Drush/Commands/core/StatusCommands.html#method_getPropertyList","d":null},{"t":"M","n":"Drush\\Commands\\core\\StatusCommands::renderStatusCell","p":"Drush/Commands/core/StatusCommands.html#method_renderStatusCell","d":null},{"t":"M","n":"Drush\\Commands\\core\\StatusCommands::adjustStatusOptions","p":"Drush/Commands/core/StatusCommands.html#method_adjustStatusOptions","d":null},{"t":"M","n":"Drush\\Commands\\core\\StatusCommands::pathAliases","p":"Drush/Commands/core/StatusCommands.html#method_pathAliases","d":""},{"t":"M","n":"Drush\\Commands\\core\\TopicCommands::topic","p":"Drush/Commands/core/TopicCommands.html#method_topic","d":"

Read detailed documentation on a given topic.

"},{"t":"M","n":"Drush\\Commands\\core\\TopicCommands::interact","p":"Drush/Commands/core/TopicCommands.html#method_interact","d":null},{"t":"M","n":"Drush\\Commands\\core\\TopicCommands::validate","p":"Drush/Commands/core/TopicCommands.html#method_validate","d":null},{"t":"M","n":"Drush\\Commands\\core\\TopicCommands::topicComplete","p":"Drush/Commands/core/TopicCommands.html#method_topicComplete","d":null},{"t":"M","n":"Drush\\Commands\\core\\TopicCommands::getAllTopics","p":"Drush/Commands/core/TopicCommands.html#method_getAllTopics","d":"

Retrieve all defined topics

"},{"t":"M","n":"Drush\\Commands\\core\\TwigCommands::__construct","p":"Drush/Commands/core/TwigCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\core\\TwigCommands::create","p":"Drush/Commands/core/TwigCommands.html#method_create","d":null},{"t":"M","n":"Drush\\Commands\\core\\TwigCommands::getTwig","p":"Drush/Commands/core/TwigCommands.html#method_getTwig","d":null},{"t":"M","n":"Drush\\Commands\\core\\TwigCommands::getModuleHandler","p":"Drush/Commands/core/TwigCommands.html#method_getModuleHandler","d":null},{"t":"M","n":"Drush\\Commands\\core\\TwigCommands::unused","p":"Drush/Commands/core/TwigCommands.html#method_unused","d":"

Find potentially unused Twig templates.

"},{"t":"M","n":"Drush\\Commands\\core\\TwigCommands::twigCompile","p":"Drush/Commands/core/TwigCommands.html#method_twigCompile","d":"

Compile all Twig template(s).

"},{"t":"M","n":"Drush\\Commands\\core\\TwigCommands::twigDebug","p":"Drush/Commands/core/TwigCommands.html#method_twigDebug","d":"

Enables Twig debug and disables caching Twig templates.

"},{"t":"M","n":"Drush\\Commands\\core\\UpdateDBCommands::updatedb","p":"Drush/Commands/core/UpdateDBCommands.html#method_updatedb","d":"

Apply any database updates required (as with running update.php).

"},{"t":"M","n":"Drush\\Commands\\core\\UpdateDBCommands::updatedbStatus","p":"Drush/Commands/core/UpdateDBCommands.html#method_updatedbStatus","d":"

List any pending database updates.

"},{"t":"M","n":"Drush\\Commands\\core\\UpdateDBCommands::process","p":"Drush/Commands/core/UpdateDBCommands.html#method_process","d":"

Process operations in the specified batch set.

"},{"t":"M","n":"Drush\\Commands\\core\\UpdateDBCommands::updateDoOne","p":"Drush/Commands/core/UpdateDBCommands.html#method_updateDoOne","d":"

Perform one update and store the results which will later be displayed on\nthe finished page.

"},{"t":"M","n":"Drush\\Commands\\core\\UpdateDBCommands::updateDoOnePostUpdate","p":"Drush/Commands/core/UpdateDBCommands.html#method_updateDoOnePostUpdate","d":"

Batch command that executes a single post-update.

"},{"t":"M","n":"Drush\\Commands\\core\\UpdateDBCommands::updateFinished","p":"Drush/Commands/core/UpdateDBCommands.html#method_updateFinished","d":"

Batch finished callback.

"},{"t":"M","n":"Drush\\Commands\\core\\UpdateDBCommands::updateBatch","p":"Drush/Commands/core/UpdateDBCommands.html#method_updateBatch","d":"

Start the database update batch process.

"},{"t":"M","n":"Drush\\Commands\\core\\UpdateDBCommands::restoreMaintMode","p":"Drush/Commands/core/UpdateDBCommands.html#method_restoreMaintMode","d":null},{"t":"M","n":"Drush\\Commands\\core\\UpdateDBCommands::getUpdateList","p":"Drush/Commands/core/UpdateDBCommands.html#method_getUpdateList","d":null},{"t":"M","n":"Drush\\Commands\\core\\UpdateDBCommands::cacheRebuild","p":"Drush/Commands/core/UpdateDBCommands.html#method_cacheRebuild","d":"

Clears caches and rebuilds the container.

"},{"t":"M","n":"Drush\\Commands\\core\\UpdateDBCommands::getUpdatedbStatus","p":"Drush/Commands/core/UpdateDBCommands.html#method_getUpdatedbStatus","d":"

Returns information about available module updates.

"},{"t":"M","n":"Drush\\Commands\\core\\UpdateDBCommands::updateCheckRequirements","p":"Drush/Commands/core/UpdateDBCommands.html#method_updateCheckRequirements","d":"

Log messages for any requirements warnings/errors.

"},{"t":"M","n":"Drush\\Commands\\core\\UserCommands::__construct","p":"Drush/Commands/core/UserCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\core\\UserCommands::create","p":"Drush/Commands/core/UserCommands.html#method_create","d":null},{"t":"M","n":"Drush\\Commands\\core\\UserCommands::information","p":"Drush/Commands/core/UserCommands.html#method_information","d":"

Print information about the specified user(s).

"},{"t":"M","n":"Drush\\Commands\\core\\UserCommands::renderRolesCell","p":"Drush/Commands/core/UserCommands.html#method_renderRolesCell","d":null},{"t":"M","n":"Drush\\Commands\\core\\UserCommands::block","p":"Drush/Commands/core/UserCommands.html#method_block","d":"

Block the specified user(s).

"},{"t":"M","n":"Drush\\Commands\\core\\UserCommands::unblock","p":"Drush/Commands/core/UserCommands.html#method_unblock","d":"

Unblock the specified user(s).

"},{"t":"M","n":"Drush\\Commands\\core\\UserCommands::addRole","p":"Drush/Commands/core/UserCommands.html#method_addRole","d":"

Add a role to the specified user accounts.

"},{"t":"M","n":"Drush\\Commands\\core\\UserCommands::removeRole","p":"Drush/Commands/core/UserCommands.html#method_removeRole","d":"

Remove a role from the specified user accounts.

"},{"t":"M","n":"Drush\\Commands\\core\\UserCommands::createUser","p":"Drush/Commands/core/UserCommands.html#method_createUser","d":"

Create a user account.

"},{"t":"M","n":"Drush\\Commands\\core\\UserCommands::createValidate","p":"Drush/Commands/core/UserCommands.html#method_createValidate","d":"

Assure that provided username is available.

"},{"t":"M","n":"Drush\\Commands\\core\\UserCommands::cancel","p":"Drush/Commands/core/UserCommands.html#method_cancel","d":"

Block or delete user account(s) with the specified name(s).

"},{"t":"M","n":"Drush\\Commands\\core\\UserCommands::password","p":"Drush/Commands/core/UserCommands.html#method_password","d":"

Set the password for the user account with the specified name.

"},{"t":"M","n":"Drush\\Commands\\core\\UserCommands::infoArray","p":"Drush/Commands/core/UserCommands.html#method_infoArray","d":"

A flatter and simpler array presentation of a Drupal $user object.

"},{"t":"M","n":"Drush\\Commands\\core\\UserCommands::getAccounts","p":"Drush/Commands/core/UserCommands.html#method_getAccounts","d":"

Get accounts from name variables or uid & mail options.

"},{"t":"M","n":"Drush\\Commands\\core\\UserCommands::roleComplete","p":"Drush/Commands/core/UserCommands.html#method_roleComplete","d":null},{"t":"M","n":"Drush\\Commands\\core\\ViewsCommands::__construct","p":"Drush/Commands/core/ViewsCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\core\\ViewsCommands::create","p":"Drush/Commands/core/ViewsCommands.html#method_create","d":null},{"t":"M","n":"Drush\\Commands\\core\\ViewsCommands::getConfigFactory","p":"Drush/Commands/core/ViewsCommands.html#method_getConfigFactory","d":null},{"t":"M","n":"Drush\\Commands\\core\\ViewsCommands::getModuleHandler","p":"Drush/Commands/core/ViewsCommands.html#method_getModuleHandler","d":null},{"t":"M","n":"Drush\\Commands\\core\\ViewsCommands::getEntityTypeManager","p":"Drush/Commands/core/ViewsCommands.html#method_getEntityTypeManager","d":null},{"t":"M","n":"Drush\\Commands\\core\\ViewsCommands::getRenderer","p":"Drush/Commands/core/ViewsCommands.html#method_getRenderer","d":null},{"t":"M","n":"Drush\\Commands\\core\\ViewsCommands::dev","p":"Drush/Commands/core/ViewsCommands.html#method_dev","d":"

Set several Views settings to more developer-oriented values.

"},{"t":"M","n":"Drush\\Commands\\core\\ViewsCommands::vlist","p":"Drush/Commands/core/ViewsCommands.html#method_vlist","d":"

Get a list of all views in the system.

"},{"t":"M","n":"Drush\\Commands\\core\\ViewsCommands::execute","p":"Drush/Commands/core/ViewsCommands.html#method_execute","d":"

Execute a view and show a count of the results, or the rendered HTML.

"},{"t":"M","n":"Drush\\Commands\\core\\ViewsCommands::analyze","p":"Drush/Commands/core/ViewsCommands.html#method_analyze","d":"

Get a list of all Views and analyze warnings.

"},{"t":"M","n":"Drush\\Commands\\core\\ViewsCommands::enable","p":"Drush/Commands/core/ViewsCommands.html#method_enable","d":"

Enable the specified views.

"},{"t":"M","n":"Drush\\Commands\\core\\ViewsCommands::disable","p":"Drush/Commands/core/ViewsCommands.html#method_disable","d":"

Disable the specified views.

"},{"t":"M","n":"Drush\\Commands\\core\\ViewsCommands::cacheClear","p":"Drush/Commands/core/ViewsCommands.html#method_cacheClear","d":"

Adds a cache clear option for views.

"},{"t":"M","n":"Drush\\Commands\\core\\WatchdogCommands::__construct","p":"Drush/Commands/core/WatchdogCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\core\\WatchdogCommands::create","p":"Drush/Commands/core/WatchdogCommands.html#method_create","d":null},{"t":"M","n":"Drush\\Commands\\core\\WatchdogCommands::show","p":"Drush/Commands/core/WatchdogCommands.html#method_show","d":"

Show watchdog messages.

"},{"t":"M","n":"Drush\\Commands\\core\\WatchdogCommands::watchdogList","p":"Drush/Commands/core/WatchdogCommands.html#method_watchdogList","d":"

Interactively filter the watchdog message listing.

"},{"t":"M","n":"Drush\\Commands\\core\\WatchdogCommands::tail","p":"Drush/Commands/core/WatchdogCommands.html#method_tail","d":"

Tail watchdog messages.

"},{"t":"M","n":"Drush\\Commands\\core\\WatchdogCommands::interactList","p":"Drush/Commands/core/WatchdogCommands.html#method_interactList","d":null},{"t":"M","n":"Drush\\Commands\\core\\WatchdogCommands::delete","p":"Drush/Commands/core/WatchdogCommands.html#method_delete","d":"

Delete watchdog log records.

"},{"t":"M","n":"Drush\\Commands\\core\\WatchdogCommands::showOne","p":"Drush/Commands/core/WatchdogCommands.html#method_showOne","d":"

Show one log record by ID.

"},{"t":"M","n":"Drush\\Commands\\core\\WatchdogCommands::where","p":"Drush/Commands/core/WatchdogCommands.html#method_where","d":"

Build a WHERE snippet based on given parameters.

"},{"t":"M","n":"Drush\\Commands\\core\\WatchdogCommands::formatResult","p":"Drush/Commands/core/WatchdogCommands.html#method_formatResult","d":"

Format a watchdog database row.

"},{"t":"M","n":"Drush\\Commands\\core\\WatchdogCommands::messageTypes","p":"Drush/Commands/core/WatchdogCommands.html#method_messageTypes","d":"

Helper function to obtain the message types based on drupal version.

"},{"t":"M","n":"Drush\\Commands\\core\\WatchdogCommands::watchdogComplete","p":"Drush/Commands/core/WatchdogCommands.html#method_watchdogComplete","d":null},{"t":"M","n":"Drush\\Commands\\core\\XhprofCommands::optionsetXhProf","p":"Drush/Commands/core/XhprofCommands.html#method_optionsetXhProf","d":null},{"t":"M","n":"Drush\\Commands\\core\\XhprofCommands::xhprofPost","p":"Drush/Commands/core/XhprofCommands.html#method_xhprofPost","d":"

Finish profiling and emit a link.

"},{"t":"M","n":"Drush\\Commands\\core\\XhprofCommands::xhprofInitialize","p":"Drush/Commands/core/XhprofCommands.html#method_xhprofInitialize","d":"

Enable profiling via XHProf

"},{"t":"M","n":"Drush\\Commands\\core\\XhprofCommands::xhprofIsEnabled","p":"Drush/Commands/core/XhprofCommands.html#method_xhprofIsEnabled","d":"

Determines if any profiler could be enabled.

"},{"t":"M","n":"Drush\\Commands\\core\\XhprofCommands::xhprofFlags","p":"Drush/Commands/core/XhprofCommands.html#method_xhprofFlags","d":"

Determines flags.

"},{"t":"M","n":"Drush\\Commands\\core\\XhprofCommands::xhprofEnable","p":"Drush/Commands/core/XhprofCommands.html#method_xhprofEnable","d":"

Enable profiling.

"},{"t":"M","n":"Drush\\Commands\\core\\XhprofCommands::xhprofFinishRun","p":"Drush/Commands/core/XhprofCommands.html#method_xhprofFinishRun","d":"

Disable profiling and save results.

"},{"t":"M","n":"Drush\\Commands\\field\\EntityTypeBundleAskTrait::getFieldableEntityTypes","p":"Drush/Commands/field/EntityTypeBundleAskTrait.html#method_getFieldableEntityTypes","d":null},{"t":"M","n":"Drush\\Commands\\field\\EntityTypeBundleAskTrait::askEntityType","p":"Drush/Commands/field/EntityTypeBundleAskTrait.html#method_askEntityType","d":null},{"t":"M","n":"Drush\\Commands\\field\\EntityTypeBundleAskTrait::askBundle","p":"Drush/Commands/field/EntityTypeBundleAskTrait.html#method_askBundle","d":null},{"t":"M","n":"Drush\\Commands\\field\\EntityTypeBundleValidationTrait::validateEntityType","p":"Drush/Commands/field/EntityTypeBundleValidationTrait.html#method_validateEntityType","d":null},{"t":"M","n":"Drush\\Commands\\field\\EntityTypeBundleValidationTrait::validateBundle","p":"Drush/Commands/field/EntityTypeBundleValidationTrait.html#method_validateBundle","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldBaseInfoCommands::__construct","p":"Drush/Commands/field/FieldBaseInfoCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldBaseInfoCommands::create","p":"Drush/Commands/field/FieldBaseInfoCommands.html#method_create","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldBaseInfoCommands::info","p":"Drush/Commands/field/FieldBaseInfoCommands.html#method_info","d":"

List all base fields of an entity type

"},{"t":"M","n":"Drush\\Commands\\field\\FieldBaseInfoCommands::complete","p":"Drush/Commands/field/FieldBaseInfoCommands.html#method_complete","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldBaseOverrideCreateCommands::__construct","p":"Drush/Commands/field/FieldBaseOverrideCreateCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldBaseOverrideCreateCommands::create","p":"Drush/Commands/field/FieldBaseOverrideCreateCommands.html#method_create","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldBaseOverrideCreateCommands::baseOverrideCreateField","p":"Drush/Commands/field/FieldBaseOverrideCreateCommands.html#method_baseOverrideCreateField","d":"

Create a new base field override

"},{"t":"M","n":"Drush\\Commands\\field\\FieldBaseOverrideCreateCommands::complete","p":"Drush/Commands/field/FieldBaseOverrideCreateCommands.html#method_complete","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldBaseOverrideCreateCommands::askFieldName","p":"Drush/Commands/field/FieldBaseOverrideCreateCommands.html#method_askFieldName","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldBaseOverrideCreateCommands::askFieldLabel","p":"Drush/Commands/field/FieldBaseOverrideCreateCommands.html#method_askFieldLabel","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldBaseOverrideCreateCommands::askFieldDescription","p":"Drush/Commands/field/FieldBaseOverrideCreateCommands.html#method_askFieldDescription","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldBaseOverrideCreateCommands::askRequired","p":"Drush/Commands/field/FieldBaseOverrideCreateCommands.html#method_askRequired","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldBaseOverrideCreateCommands::createBaseFieldOverride","p":"Drush/Commands/field/FieldBaseOverrideCreateCommands.html#method_createBaseFieldOverride","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldBaseOverrideCreateCommands::logResult","p":"Drush/Commands/field/FieldBaseOverrideCreateCommands.html#method_logResult","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldBaseOverrideCreateCommands::getBaseFieldDefinition","p":"Drush/Commands/field/FieldBaseOverrideCreateCommands.html#method_getBaseFieldDefinition","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldCreateCommands::__construct","p":"Drush/Commands/field/FieldCreateCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldCreateCommands::create","p":"Drush/Commands/field/FieldCreateCommands.html#method_create","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldCreateCommands::setContentTranslationManager","p":"Drush/Commands/field/FieldCreateCommands.html#method_setContentTranslationManager","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldCreateCommands::fieldCreate","p":"Drush/Commands/field/FieldCreateCommands.html#method_fieldCreate","d":"

Create a new field

"},{"t":"M","n":"Drush\\Commands\\field\\FieldCreateCommands::complete","p":"Drush/Commands/field/FieldCreateCommands.html#method_complete","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldCreateCommands::askExistingFieldName","p":"Drush/Commands/field/FieldCreateCommands.html#method_askExistingFieldName","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldCreateCommands::askFieldName","p":"Drush/Commands/field/FieldCreateCommands.html#method_askFieldName","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldCreateCommands::askFieldLabel","p":"Drush/Commands/field/FieldCreateCommands.html#method_askFieldLabel","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldCreateCommands::askFieldDescription","p":"Drush/Commands/field/FieldCreateCommands.html#method_askFieldDescription","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldCreateCommands::askFieldType","p":"Drush/Commands/field/FieldCreateCommands.html#method_askFieldType","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldCreateCommands::askFieldWidget","p":"Drush/Commands/field/FieldCreateCommands.html#method_askFieldWidget","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldCreateCommands::askRequired","p":"Drush/Commands/field/FieldCreateCommands.html#method_askRequired","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldCreateCommands::askTranslatable","p":"Drush/Commands/field/FieldCreateCommands.html#method_askTranslatable","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldCreateCommands::askCardinality","p":"Drush/Commands/field/FieldCreateCommands.html#method_askCardinality","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldCreateCommands::createField","p":"Drush/Commands/field/FieldCreateCommands.html#method_createField","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldCreateCommands::createFieldStorage","p":"Drush/Commands/field/FieldCreateCommands.html#method_createFieldStorage","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldCreateCommands::createFieldDisplay","p":"Drush/Commands/field/FieldCreateCommands.html#method_createFieldDisplay","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldCreateCommands::getEntityDisplay","p":"Drush/Commands/field/FieldCreateCommands.html#method_getEntityDisplay","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldCreateCommands::logResult","p":"Drush/Commands/field/FieldCreateCommands.html#method_logResult","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldCreateCommands::generateFieldName","p":"Drush/Commands/field/FieldCreateCommands.html#method_generateFieldName","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldCreateCommands::fieldExists","p":"Drush/Commands/field/FieldCreateCommands.html#method_fieldExists","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldCreateCommands::fieldStorageExists","p":"Drush/Commands/field/FieldCreateCommands.html#method_fieldStorageExists","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldCreateCommands::getExistingFieldStorageOptions","p":"Drush/Commands/field/FieldCreateCommands.html#method_getExistingFieldStorageOptions","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldCreateCommands::hasContentTranslation","p":"Drush/Commands/field/FieldCreateCommands.html#method_hasContentTranslation","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldCreateCommands::ensureOption","p":"Drush/Commands/field/FieldCreateCommands.html#method_ensureOption","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldDefinitionCommands::__construct","p":"Drush/Commands/field/FieldDefinitionCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldDefinitionCommands::create","p":"Drush/Commands/field/FieldDefinitionCommands.html#method_create","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldDefinitionCommands::types","p":"Drush/Commands/field/FieldDefinitionCommands.html#method_types","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldDefinitionCommands::widgets","p":"Drush/Commands/field/FieldDefinitionCommands.html#method_widgets","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldDefinitionCommands::formatters","p":"Drush/Commands/field/FieldDefinitionCommands.html#method_formatters","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldDefinitionCommands::complete","p":"Drush/Commands/field/FieldDefinitionCommands.html#method_complete","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldDefinitionRowsOfFieldsTrait::renderArray","p":"Drush/Commands/field/FieldDefinitionRowsOfFieldsTrait.html#method_renderArray","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldDefinitionRowsOfFieldsTrait::renderBoolean","p":"Drush/Commands/field/FieldDefinitionRowsOfFieldsTrait.html#method_renderBoolean","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldDefinitionRowsOfFieldsTrait::getRowsOfFieldsByFieldDefinitions","p":"Drush/Commands/field/FieldDefinitionRowsOfFieldsTrait.html#method_getRowsOfFieldsByFieldDefinitions","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldDeleteCommands::__construct","p":"Drush/Commands/field/FieldDeleteCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldDeleteCommands::create","p":"Drush/Commands/field/FieldDeleteCommands.html#method_create","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldDeleteCommands::delete","p":"Drush/Commands/field/FieldDeleteCommands.html#method_delete","d":"

Delete a field

"},{"t":"M","n":"Drush\\Commands\\field\\FieldDeleteCommands::complete","p":"Drush/Commands/field/FieldDeleteCommands.html#method_complete","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldDeleteCommands::askExisting","p":"Drush/Commands/field/FieldDeleteCommands.html#method_askExisting","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldDeleteCommands::askBundle","p":"Drush/Commands/field/FieldDeleteCommands.html#method_askBundle","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldDeleteCommands::getFieldConfigs","p":"Drush/Commands/field/FieldDeleteCommands.html#method_getFieldConfigs","d":"

Returns all field configs for the given entity type and bundle.

"},{"t":"M","n":"Drush\\Commands\\field\\FieldDeleteCommands::deleteFieldConfig","p":"Drush/Commands/field/FieldDeleteCommands.html#method_deleteFieldConfig","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldEntityReferenceHooks::__construct","p":"Drush/Commands/field/FieldEntityReferenceHooks.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldEntityReferenceHooks::create","p":"Drush/Commands/field/FieldEntityReferenceHooks.html#method_create","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldEntityReferenceHooks::hookFieldStorage","p":"Drush/Commands/field/FieldEntityReferenceHooks.html#method_hookFieldStorage","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldEntityReferenceHooks::hookFieldConfig","p":"Drush/Commands/field/FieldEntityReferenceHooks.html#method_hookFieldConfig","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldEntityReferenceHooks::getTargetType","p":"Drush/Commands/field/FieldEntityReferenceHooks.html#method_getTargetType","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldEntityReferenceHooks::getTargetBundles","p":"Drush/Commands/field/FieldEntityReferenceHooks.html#method_getTargetBundles","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldEntityReferenceHooks::askReferencedEntityType","p":"Drush/Commands/field/FieldEntityReferenceHooks.html#method_askReferencedEntityType","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldEntityReferenceHooks::askReferencedBundles","p":"Drush/Commands/field/FieldEntityReferenceHooks.html#method_askReferencedBundles","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldInfoCommands::__construct","p":"Drush/Commands/field/FieldInfoCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldInfoCommands::create","p":"Drush/Commands/field/FieldInfoCommands.html#method_create","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldInfoCommands::info","p":"Drush/Commands/field/FieldInfoCommands.html#method_info","d":"

List all configurable fields of an entity bundle

"},{"t":"M","n":"Drush\\Commands\\field\\FieldInfoCommands::complete","p":"Drush/Commands/field/FieldInfoCommands.html#method_complete","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldTextHooks::__construct","p":"Drush/Commands/field/FieldTextHooks.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldTextHooks::create","p":"Drush/Commands/field/FieldTextHooks.html#method_create","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldTextHooks::hookOption","p":"Drush/Commands/field/FieldTextHooks.html#method_hookOption","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldTextHooks::hookValidate","p":"Drush/Commands/field/FieldTextHooks.html#method_hookValidate","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldTextHooks::hookSetOptions","p":"Drush/Commands/field/FieldTextHooks.html#method_hookSetOptions","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldTextHooks::hookFieldConfig","p":"Drush/Commands/field/FieldTextHooks.html#method_hookFieldConfig","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldTextHooks::hasAllowedFormats","p":"Drush/Commands/field/FieldTextHooks.html#method_hasAllowedFormats","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldTextHooks::askAllowedFormats","p":"Drush/Commands/field/FieldTextHooks.html#method_askAllowedFormats","d":"

Ask for the allowed formats. Only used in case the command is run interactively.

"},{"t":"M","n":"Drush\\Commands\\generate\\ApplicationFactory::__construct","p":"Drush/Commands/generate/ApplicationFactory.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\generate\\ApplicationFactory::create","p":"Drush/Commands/generate/ApplicationFactory.html#method_create","d":"

Creates Drush generate application.

"},{"t":"M","n":"Drush\\Commands\\generate\\ApplicationFactory::discover","p":"Drush/Commands/generate/ApplicationFactory.html#method_discover","d":null},{"t":"M","n":"Drush\\Commands\\generate\\ApplicationFactory::filterCLassExists","p":"Drush/Commands/generate/ApplicationFactory.html#method_filterCLassExists","d":"

Check each class for existence.

"},{"t":"M","n":"Drush\\Commands\\generate\\ApplicationFactory::alterGenerators","p":"Drush/Commands/generate/ApplicationFactory.html#method_alterGenerators","d":"

Implements hook GeneratorInfoAlter.

"},{"t":"M","n":"Drush\\Commands\\generate\\ApplicationFactory::logger","p":"Drush/Commands/generate/ApplicationFactory.html#method_logger","d":null},{"t":"M","n":"Drush\\Commands\\generate\\GenerateCommands::__construct","p":"Drush/Commands/generate/GenerateCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\generate\\GenerateCommands::create","p":"Drush/Commands/generate/GenerateCommands.html#method_create","d":null},{"t":"M","n":"Drush\\Commands\\generate\\GenerateCommands::generate","p":"Drush/Commands/generate/GenerateCommands.html#method_generate","d":"

Generate boilerplate code for modules/plugins/services etc.

"},{"t":"M","n":"Drush\\Commands\\generate\\GenerateCommands::generatorNameComplete","p":"Drush/Commands/generate/GenerateCommands.html#method_generatorNameComplete","d":"

Generates completion for generator names.

"},{"t":"M","n":"Drush\\Commands\\generate\\Generators\\Drush\\ComposerJsonResolver::resolve","p":"Drush/Commands/generate/Generators/Drush/ComposerJsonResolver.html#method_resolve","d":"{@inheritdoc}"},{"t":"M","n":"Drush\\Commands\\generate\\Generators\\Drush\\DrushAliasFile::generate","p":"Drush/Commands/generate/Generators/Drush/DrushAliasFile.html#method_generate","d":"{@inheritdoc}"},{"t":"M","n":"Drush\\Commands\\generate\\Generators\\Drush\\DrushCommandFile::generate","p":"Drush/Commands/generate/Generators/Drush/DrushCommandFile.html#method_generate","d":"{@inheritdoc}"},{"t":"M","n":"Drush\\Commands\\help\\DrushHelpDocument::generateBaseHelpDom","p":"Drush/Commands/help/DrushHelpDocument.html#method_generateBaseHelpDom","d":""},{"t":"M","n":"Drush\\Commands\\help\\HelpCLIFormatter::write","p":"Drush/Commands/help/HelpCLIFormatter.html#method_write","d":""},{"t":"M","n":"Drush\\Commands\\help\\HelpCLIFormatter::formatOptionKeys","p":"Drush/Commands/help/HelpCLIFormatter.html#method_formatOptionKeys","d":null},{"t":"M","n":"Drush\\Commands\\help\\HelpCLIFormatter::formatOptionDescription","p":"Drush/Commands/help/HelpCLIFormatter.html#method_formatOptionDescription","d":null},{"t":"M","n":"Drush\\Commands\\help\\HelpCLIFormatter::formatArgumentName","p":"Drush/Commands/help/HelpCLIFormatter.html#method_formatArgumentName","d":null},{"t":"M","n":"Drush\\Commands\\help\\HelpCLIFormatter::cleanOptions","p":"Drush/Commands/help/HelpCLIFormatter.html#method_cleanOptions","d":null},{"t":"M","n":"Drush\\Commands\\help\\HelpCLIFormatter::isGlobalOption","p":"Drush/Commands/help/HelpCLIFormatter.html#method_isGlobalOption","d":null},{"t":"M","n":"Drush\\Commands\\help\\HelpCLIFormatter::optionRows","p":"Drush/Commands/help/HelpCLIFormatter.html#method_optionRows","d":null},{"t":"M","n":"Drush\\Commands\\help\\HelpCommands::help","p":"Drush/Commands/help/HelpCommands.html#method_help","d":"

Display usage details for a command.

"},{"t":"M","n":"Drush\\Commands\\help\\HelpCommands::validate","p":"Drush/Commands/help/HelpCommands.html#method_validate","d":null},{"t":"M","n":"Drush\\Commands\\help\\ListCommands::helpList","p":"Drush/Commands/help/ListCommands.html#method_helpList","d":"

List available commands.

"},{"t":"M","n":"Drush\\Commands\\help\\ListCommands::buildDom","p":"Drush/Commands/help/ListCommands.html#method_buildDom","d":null},{"t":"M","n":"Drush\\Commands\\help\\ListCommands::renderListCLI","p":"Drush/Commands/help/ListCommands.html#method_renderListCLI","d":null},{"t":"M","n":"Drush\\Commands\\help\\ListCommands::getTerminalWidth","p":"Drush/Commands/help/ListCommands.html#method_getTerminalWidth","d":null},{"t":"M","n":"Drush\\Commands\\help\\ListCommands::renderListRaw","p":"Drush/Commands/help/ListCommands.html#method_renderListRaw","d":null},{"t":"M","n":"Drush\\Commands\\help\\ListCommands::categorize","p":"Drush/Commands/help/ListCommands.html#method_categorize","d":""},{"t":"M","n":"Drush\\Commands\\pm\\PmCommands::__construct","p":"Drush/Commands/pm/PmCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\pm\\PmCommands::create","p":"Drush/Commands/pm/PmCommands.html#method_create","d":null},{"t":"M","n":"Drush\\Commands\\pm\\PmCommands::getConfigFactory","p":"Drush/Commands/pm/PmCommands.html#method_getConfigFactory","d":null},{"t":"M","n":"Drush\\Commands\\pm\\PmCommands::getModuleInstaller","p":"Drush/Commands/pm/PmCommands.html#method_getModuleInstaller","d":null},{"t":"M","n":"Drush\\Commands\\pm\\PmCommands::getModuleHandler","p":"Drush/Commands/pm/PmCommands.html#method_getModuleHandler","d":null},{"t":"M","n":"Drush\\Commands\\pm\\PmCommands::getThemeHandler","p":"Drush/Commands/pm/PmCommands.html#method_getThemeHandler","d":null},{"t":"M","n":"Drush\\Commands\\pm\\PmCommands::getExtensionListModule","p":"Drush/Commands/pm/PmCommands.html#method_getExtensionListModule","d":null},{"t":"M","n":"Drush\\Commands\\pm\\PmCommands::install","p":"Drush/Commands/pm/PmCommands.html#method_install","d":"

Enable one or more modules.

"},{"t":"M","n":"Drush\\Commands\\pm\\PmCommands::validateEnableModules","p":"Drush/Commands/pm/PmCommands.html#method_validateEnableModules","d":"

Run requirements checks on the module installation.

"},{"t":"M","n":"Drush\\Commands\\pm\\PmCommands::uninstall","p":"Drush/Commands/pm/PmCommands.html#method_uninstall","d":"

Uninstall one or more modules and their dependent modules.

"},{"t":"M","n":"Drush\\Commands\\pm\\PmCommands::validateUninstall","p":"Drush/Commands/pm/PmCommands.html#method_validateUninstall","d":null},{"t":"M","n":"Drush\\Commands\\pm\\PmCommands::pmList","p":"Drush/Commands/pm/PmCommands.html#method_pmList","d":"

Show a list of available extensions (modules and themes).

"},{"t":"M","n":"Drush\\Commands\\pm\\PmCommands::extensionStatus","p":"Drush/Commands/pm/PmCommands.html#method_extensionStatus","d":"

Calculate an extension status based on current status and schema version.

"},{"t":"M","n":"Drush\\Commands\\pm\\PmCommands::addInstallDependencies","p":"Drush/Commands/pm/PmCommands.html#method_addInstallDependencies","d":null},{"t":"M","n":"Drush\\Commands\\pm\\PmCommands::addUninstallDependencies","p":"Drush/Commands/pm/PmCommands.html#method_addUninstallDependencies","d":null},{"t":"M","n":"Drush\\Commands\\pm\\ThemeCommands::__construct","p":"Drush/Commands/pm/ThemeCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\pm\\ThemeCommands::create","p":"Drush/Commands/pm/ThemeCommands.html#method_create","d":null},{"t":"M","n":"Drush\\Commands\\pm\\ThemeCommands::getThemeInstaller","p":"Drush/Commands/pm/ThemeCommands.html#method_getThemeInstaller","d":""},{"t":"M","n":"Drush\\Commands\\pm\\ThemeCommands::install","p":"Drush/Commands/pm/ThemeCommands.html#method_install","d":"

Install one or more themes.

"},{"t":"M","n":"Drush\\Commands\\pm\\ThemeCommands::uninstall","p":"Drush/Commands/pm/ThemeCommands.html#method_uninstall","d":"

Uninstall themes.

"},{"t":"M","n":"Drush\\Commands\\sql\\SqlCommands::conf","p":"Drush/Commands/sql/SqlCommands.html#method_conf","d":null},{"t":"M","n":"Drush\\Commands\\sql\\SqlCommands::connect","p":"Drush/Commands/sql/SqlCommands.html#method_connect","d":"

A string for connecting to the DB.

"},{"t":"M","n":"Drush\\Commands\\sql\\SqlCommands::createDb","p":"Drush/Commands/sql/SqlCommands.html#method_createDb","d":"

Create a database.

"},{"t":"M","n":"Drush\\Commands\\sql\\SqlCommands::drop","p":"Drush/Commands/sql/SqlCommands.html#method_drop","d":"

Drop all tables in a given database.

"},{"t":"M","n":"Drush\\Commands\\sql\\SqlCommands::cli","p":"Drush/Commands/sql/SqlCommands.html#method_cli","d":"

Open a SQL command-line interface using Drupal's credentials.

"},{"t":"M","n":"Drush\\Commands\\sql\\SqlCommands::query","p":"Drush/Commands/sql/SqlCommands.html#method_query","d":"

Execute a query against a database.

"},{"t":"M","n":"Drush\\Commands\\sql\\SqlCommands::dump","p":"Drush/Commands/sql/SqlCommands.html#method_dump","d":"

Exports the Drupal DB as SQL using mysqldump or equivalent.

"},{"t":"M","n":"Drush\\Commands\\sql\\SqlCommands::validate","p":"Drush/Commands/sql/SqlCommands.html#method_validate","d":"

Assert that mysql or similar are on the user's PATH.

"},{"t":"M","n":"Drush\\Commands\\sql\\SqlSyncCommands::sqlsync","p":"Drush/Commands/sql/SqlSyncCommands.html#method_sqlsync","d":"

Copy DB data from a source site to a target site. Transfers data via rsync.

"},{"t":"M","n":"Drush\\Commands\\sql\\SqlSyncCommands::validate","p":"Drush/Commands/sql/SqlSyncCommands.html#method_validate","d":null},{"t":"M","n":"Drush\\Commands\\sql\\SqlSyncCommands::databaseName","p":"Drush/Commands/sql/SqlSyncCommands.html#method_databaseName","d":null},{"t":"M","n":"Drush\\Commands\\sql\\SqlSyncCommands::dump","p":"Drush/Commands/sql/SqlSyncCommands.html#method_dump","d":"

Perform sql-dump on source unless told otherwise. Returns the path to the dump file.

"},{"t":"M","n":"Drush\\Commands\\sql\\SqlSyncCommands::rsync","p":"Drush/Commands/sql/SqlSyncCommands.html#method_rsync","d":""},{"t":"M","n":"Drush\\Commands\\sql\\SqlSyncCommands::import","p":"Drush/Commands/sql/SqlSyncCommands.html#method_import","d":"

Import file into target.

"},{"t":"M","n":"Drush\\Config\\ConfigAwareTrait::getConfig","p":"Drush/Config/ConfigAwareTrait.html#method_getConfig","d":"

Replaces same method in ConfigAwareTrait in order to provide a\nDrushConfig as return type. Helps with IDE completion.

"},{"t":"M","n":"Drush\\Config\\ConfigLocator::__construct","p":"Drush/Config/ConfigLocator.html#method___construct","d":"

ConfigLocator constructor

"},{"t":"M","n":"Drush\\Config\\ConfigLocator::setLocal","p":"Drush/Config/ConfigLocator.html#method_setLocal","d":"

Put the config locator into 'local 'mode.

"},{"t":"M","n":"Drush\\Config\\ConfigLocator::collectSources","p":"Drush/Config/ConfigLocator.html#method_collectSources","d":"

Keep track of the source that every config item originally came from.

"},{"t":"M","n":"Drush\\Config\\ConfigLocator::sources","p":"Drush/Config/ConfigLocator.html#method_sources","d":"

Return all of the sources for every configuration item. The key\nis the address of the configuration item, and the value is the\nconfiguration file it was loaded from. Note that this method will\nreturn just an empty array unless collectSources(true) is called\nprior to loading configuration files.

"},{"t":"M","n":"Drush\\Config\\ConfigLocator::configFilePaths","p":"Drush/Config/ConfigLocator.html#method_configFilePaths","d":"

Return a list of all configuration files that were loaded.

"},{"t":"M","n":"Drush\\Config\\ConfigLocator::addToSources","p":"Drush/Config/ConfigLocator.html#method_addToSources","d":"

Accumulate the sources provided by the configuration loader.

"},{"t":"M","n":"Drush\\Config\\ConfigLocator::config","p":"Drush/Config/ConfigLocator.html#method_config","d":"

Return the configuration object. Create it and load it with\nall identified configuration if necessary.

"},{"t":"M","n":"Drush\\Config\\ConfigLocator::addEnvironment","p":"Drush/Config/ConfigLocator.html#method_addEnvironment","d":"

Exports all of the information stored in the environment, and adds\nit to the configuration. The Environment object itself is only\navailable during preflight; the information exported here may be\nobtained by commands et. al. as needed.

"},{"t":"M","n":"Drush\\Config\\ConfigLocator::addPreflightConfigFiles","p":"Drush/Config/ConfigLocator.html#method_addPreflightConfigFiles","d":"

Add config paths defined in preflight configuration.

"},{"t":"M","n":"Drush\\Config\\ConfigLocator::addAliasConfig","p":"Drush/Config/ConfigLocator.html#method_addAliasConfig","d":"

Take any configuration from the active alias record, and add it\nto our configuration.

"},{"t":"M","n":"Drush\\Config\\ConfigLocator::addUserConfig","p":"Drush/Config/ConfigLocator.html#method_addUserConfig","d":"

Given the path provided via --config and the user's home directory,\nadd all of the user configuration paths.

"},{"t":"M","n":"Drush\\Config\\ConfigLocator::addDrushConfig","p":"Drush/Config/ConfigLocator.html#method_addDrushConfig","d":"

Add the Drush project directory as a configuration search location.

"},{"t":"M","n":"Drush\\Config\\ConfigLocator::addSitewideConfig","p":"Drush/Config/ConfigLocator.html#method_addSitewideConfig","d":"

Add any configuration files found around the Drupal root of the\nselected site.

"},{"t":"M","n":"Drush\\Config\\ConfigLocator::addConfigPaths","p":"Drush/Config/ConfigLocator.html#method_addConfigPaths","d":"

Add any configuration file found at any of the provided paths. Both the\nprovided location, and the directory config inside each provided location\nis searched for a drush.yml file.

"},{"t":"M","n":"Drush\\Config\\ConfigLocator::addConfigFiles","p":"Drush/Config/ConfigLocator.html#method_addConfigFiles","d":"

Adds $configFiles to the list of config files.

"},{"t":"M","n":"Drush\\Config\\ConfigLocator::identifyCandidates","p":"Drush/Config/ConfigLocator.html#method_identifyCandidates","d":"

Given a list of paths, and candidates that might exist at each path,\nreturn all of the candidates that can be found. Candidates may be\neither directories or files.

"},{"t":"M","n":"Drush\\Config\\ConfigLocator::identifyCandidatesAtPath","p":"Drush/Config/ConfigLocator.html#method_identifyCandidatesAtPath","d":"

Search for all matching candidate locations at a single path.

"},{"t":"M","n":"Drush\\Config\\ConfigLocator::getSiteAliasPaths","p":"Drush/Config/ConfigLocator.html#method_getSiteAliasPaths","d":"

Get the site aliases according to preflight arguments and environment.

"},{"t":"M","n":"Drush\\Config\\ConfigLocator::getCommandFilePaths","p":"Drush/Config/ConfigLocator.html#method_getCommandFilePaths","d":"

Get the commandfile paths according to preflight arguments.

"},{"t":"M","n":"Drush\\Config\\ConfigLocator::getBuiltinCommandFilePaths","p":"Drush/Config/ConfigLocator.html#method_getBuiltinCommandFilePaths","d":"

Return all of the built-in commandfile locations

"},{"t":"M","n":"Drush\\Config\\ConfigLocator::getIncludedCommandFilePaths","p":"Drush/Config/ConfigLocator.html#method_getIncludedCommandFilePaths","d":"

Return all of the commandfile locations specified via\nan 'include' option.

"},{"t":"M","n":"Drush\\Config\\ConfigLocator::getSiteCommandFilePaths","p":"Drush/Config/ConfigLocator.html#method_getSiteCommandFilePaths","d":"

Return all of the commandfile paths in any '$root/drush' or\n'dirname($root)/drush' directory that contains a composer.json\nfile or a 'Commands' or 'src/Commands' directory.

"},{"t":"M","n":"Drush\\Config\\ConfigLocator::setComposerRoot","p":"Drush/Config/ConfigLocator.html#method_setComposerRoot","d":"

Sets the composer root.

"},{"t":"M","n":"Drush\\Config\\ConfigLocator::expandCandidates","p":"Drush/Config/ConfigLocator.html#method_expandCandidates","d":"

Double the candidates, adding '$prefix' before each existing one.

"},{"t":"M","n":"Drush\\Config\\ConfigLocator::findConfigFiles","p":"Drush/Config/ConfigLocator.html#method_findConfigFiles","d":"

Given an array of paths, separates files and directories.

"},{"t":"M","n":"Drush\\Config\\ConfigLocator::addSiteSpecificConfig","p":"Drush/Config/ConfigLocator.html#method_addSiteSpecificConfig","d":"

Attempt to load site specific configuration.

"},{"t":"M","n":"Drush\\Config\\DrushConfig::cwd","p":"Drush/Config/DrushConfig.html#method_cwd","d":null},{"t":"M","n":"Drush\\Config\\DrushConfig::home","p":"Drush/Config/DrushConfig.html#method_home","d":null},{"t":"M","n":"Drush\\Config\\DrushConfig::user","p":"Drush/Config/DrushConfig.html#method_user","d":null},{"t":"M","n":"Drush\\Config\\DrushConfig::isWindows","p":"Drush/Config/DrushConfig.html#method_isWindows","d":null},{"t":"M","n":"Drush\\Config\\DrushConfig::tmp","p":"Drush/Config/DrushConfig.html#method_tmp","d":null},{"t":"M","n":"Drush\\Config\\DrushConfig::drushScript","p":"Drush/Config/DrushConfig.html#method_drushScript","d":"

Return the path to this Drush

"},{"t":"M","n":"Drush\\Config\\DrushConfig::simulate","p":"Drush/Config/DrushConfig.html#method_simulate","d":"

Return 'true' if we are in simulated mode.

"},{"t":"M","n":"Drush\\Config\\DrushConfig::configPaths","p":"Drush/Config/DrushConfig.html#method_configPaths","d":"

Return the list of paths to active Drush configuration files.

"},{"t":"M","n":"Drush\\Config\\Environment::__construct","p":"Drush/Config/Environment.html#method___construct","d":"

Environment constructor

"},{"t":"M","n":"Drush\\Config\\Environment::getUsername","p":"Drush/Config/Environment.html#method_getUsername","d":"

Return the name of the user running drush.

"},{"t":"M","n":"Drush\\Config\\Environment::getTmp","p":"Drush/Config/Environment.html#method_getTmp","d":null},{"t":"M","n":"Drush\\Config\\Environment::exportConfigData","p":"Drush/Config/Environment.html#method_exportConfigData","d":"

Convert the environment object into an exported configuration\narray.

"},{"t":"M","n":"Drush\\Config\\Environment::drushBasePath","p":"Drush/Config/Environment.html#method_drushBasePath","d":"

The base directory of the Drush application itself\n(where composer.json et.al. are found)

"},{"t":"M","n":"Drush\\Config\\Environment::getSiteSetAliasName","p":"Drush/Config/Environment.html#method_getSiteSetAliasName","d":"

Get the site:set alias from the current site:set file path.

"},{"t":"M","n":"Drush\\Config\\Environment::homeDir","p":"Drush/Config/Environment.html#method_homeDir","d":"

User's home directory

"},{"t":"M","n":"Drush\\Config\\Environment::userConfigPath","p":"Drush/Config/Environment.html#method_userConfigPath","d":"

The user's Drush configuration directory, ~/.drush

"},{"t":"M","n":"Drush\\Config\\Environment::setConfigFileVariant","p":"Drush/Config/Environment.html#method_setConfigFileVariant","d":null},{"t":"M","n":"Drush\\Config\\Environment::getConfigFileVariant","p":"Drush/Config/Environment.html#method_getConfigFileVariant","d":"

Get the config file variant -- defined to be\nthe Drush major version number. This is for\nloading drush.yml and drush10.yml, etc.

"},{"t":"M","n":"Drush\\Config\\Environment::cwd","p":"Drush/Config/Environment.html#method_cwd","d":"

The original working directory

"},{"t":"M","n":"Drush\\Config\\Environment::vendorPath","p":"Drush/Config/Environment.html#method_vendorPath","d":"

Return the path to Drush's vendor directory

"},{"t":"M","n":"Drush\\Config\\Environment::loader","p":"Drush/Config/Environment.html#method_loader","d":"

The class loader returned when the autoload.php file is included.

"},{"t":"M","n":"Drush\\Config\\Environment::setLoader","p":"Drush/Config/Environment.html#method_setLoader","d":"

Set the class loader from the autload.php file, if available.

"},{"t":"M","n":"Drush\\Config\\Environment::applyEnvironment","p":"Drush/Config/Environment.html#method_applyEnvironment","d":"

Alter our default locations based on the value of environment variables.

"},{"t":"M","n":"Drush\\Config\\Environment::setEtcPrefix","p":"Drush/Config/Environment.html#method_setEtcPrefix","d":"

Set the directory prefix to locate the directory that Drush will\nuse as /etc (e.g. during the functional tests).

"},{"t":"M","n":"Drush\\Config\\Environment::setSharePrefix","p":"Drush/Config/Environment.html#method_setSharePrefix","d":"

Set the directory prefix to locate the directory that Drush will\nuse as /user/share (e.g. during the functional tests).

"},{"t":"M","n":"Drush\\Config\\Environment::docsPath","p":"Drush/Config/Environment.html#method_docsPath","d":"

Return the directory where Drush's documentation is stored. Usually\nthis is within the Drush application, but some Drush RPM distributions\n& c. for Linux platforms slice-and-dice the contents and put the docs\nelsewhere.

"},{"t":"M","n":"Drush\\Config\\Environment::findDocsPath","p":"Drush/Config/Environment.html#method_findDocsPath","d":"

Locate the Drush documentation. This is recalculated whenever the\nshare prefix is changed.

"},{"t":"M","n":"Drush\\Config\\Environment::findFromCandidates","p":"Drush/Config/Environment.html#method_findFromCandidates","d":"

Check a list of directories and return the first one that exists.

"},{"t":"M","n":"Drush\\Config\\Environment::systemPathPrefix","p":"Drush/Config/Environment.html#method_systemPathPrefix","d":"

Return the appropriate system path prefix, unless an override is provided.

"},{"t":"M","n":"Drush\\Config\\Environment::systemConfigPath","p":"Drush/Config/Environment.html#method_systemConfigPath","d":"

Return the system configuration path (default: /etc/drush)

"},{"t":"M","n":"Drush\\Config\\Environment::systemCommandFilePath","p":"Drush/Config/Environment.html#method_systemCommandFilePath","d":"

Return the system shared commandfile path (default: /usr/share/drush/commands)

"},{"t":"M","n":"Drush\\Config\\Environment::isWindows","p":"Drush/Config/Environment.html#method_isWindows","d":"

Determine whether current OS is a Windows variant.

"},{"t":"M","n":"Drush\\Config\\Environment::verifyCLI","p":"Drush/Config/Environment.html#method_verifyCLI","d":"

Verify that we are running PHP through the command line interface.

"},{"t":"M","n":"Drush\\Config\\Environment::calculateColumns","p":"Drush/Config/Environment.html#method_calculateColumns","d":"

Get terminal width.

"},{"t":"M","n":"Drush\\Config\\Environment::getSiteSetAliasFilePath","p":"Drush/Config/Environment.html#method_getSiteSetAliasFilePath","d":"

Returns the filename for the file that stores the DRUPAL_SITE variable.

"},{"t":"M","n":"Drush\\Config\\Loader\\YamlConfigLoader::load","p":"Drush/Config/Loader/YamlConfigLoader.html#method_load","d":null},{"t":"M","n":"Drush\\DrupalFinder\\DrushDrupalFinder::__construct","p":"Drush/DrupalFinder/DrushDrupalFinder.html#method___construct","d":null},{"t":"M","n":"Drush\\DrupalFinder\\DrushDrupalFinder::getDrupalRoot","p":"Drush/DrupalFinder/DrushDrupalFinder.html#method_getDrupalRoot","d":"

Get the Drupal root.

"},{"t":"M","n":"Drush\\DrupalFinder\\DrushDrupalFinder::getComposerRoot","p":"Drush/DrupalFinder/DrushDrupalFinder.html#method_getComposerRoot","d":"

Get the Composer root.

"},{"t":"M","n":"Drush\\DrupalFinder\\DrushDrupalFinder::getVendorDir","p":"Drush/DrupalFinder/DrushDrupalFinder.html#method_getVendorDir","d":"

Get the vendor path.

"},{"t":"M","n":"Drush\\Drupal\\Commands\\sql\\SanitizeCommands::sanitize","p":"Drush/Drupal/Commands/sql/SanitizeCommands.html#method_sanitize","d":"

Sanitize the database by removing or obfuscating user data.

"},{"t":"M","n":"Drush\\Drupal\\Commands\\sql\\SanitizeCommentsCommands::__construct","p":"Drush/Drupal/Commands/sql/SanitizeCommentsCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Drupal\\Commands\\sql\\SanitizeCommentsCommands::sanitize","p":"Drush/Drupal/Commands/sql/SanitizeCommentsCommands.html#method_sanitize","d":"

Sanitize comment names from the DB.

"},{"t":"M","n":"Drush\\Drupal\\Commands\\sql\\SanitizeCommentsCommands::messages","p":"Drush/Drupal/Commands/sql/SanitizeCommentsCommands.html#method_messages","d":"

Use #[CLI\\Hook(type: HookManager::ON_EVENT, target: SanitizeCommands::CONFIRMS)]

"},{"t":"M","n":"Drush\\Drupal\\Commands\\sql\\SanitizeCommentsCommands::applies","p":"Drush/Drupal/Commands/sql/SanitizeCommentsCommands.html#method_applies","d":null},{"t":"M","n":"Drush\\Drupal\\Commands\\sql\\SanitizePluginInterface::sanitize","p":"Drush/Drupal/Commands/sql/SanitizePluginInterface.html#method_sanitize","d":"

Run your sanitization logic using standard Drupal APIs.

"},{"t":"M","n":"Drush\\Drupal\\Commands\\sql\\SanitizePluginInterface::messages","p":"Drush/Drupal/Commands/sql/SanitizePluginInterface.html#method_messages","d":"

Use #[CLI\\Hook(type: HookManager::ON_EVENT, target: SanitizeCommands::CONFIRMS)]

"},{"t":"M","n":"Drush\\Drupal\\Commands\\sql\\SanitizeSessionsCommands::__construct","p":"Drush/Drupal/Commands/sql/SanitizeSessionsCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Drupal\\Commands\\sql\\SanitizeSessionsCommands::getDatabase","p":"Drush/Drupal/Commands/sql/SanitizeSessionsCommands.html#method_getDatabase","d":""},{"t":"M","n":"Drush\\Drupal\\Commands\\sql\\SanitizeSessionsCommands::sanitize","p":"Drush/Drupal/Commands/sql/SanitizeSessionsCommands.html#method_sanitize","d":"

Sanitize sessions from the DB.

"},{"t":"M","n":"Drush\\Drupal\\Commands\\sql\\SanitizeSessionsCommands::messages","p":"Drush/Drupal/Commands/sql/SanitizeSessionsCommands.html#method_messages","d":"

Use #[CLI\\Hook(type: HookManager::ON_EVENT, target: SanitizeCommands::CONFIRMS)]

"},{"t":"M","n":"Drush\\Drupal\\Commands\\sql\\SanitizeUserFieldsCommands::__construct","p":"Drush/Drupal/Commands/sql/SanitizeUserFieldsCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Drupal\\Commands\\sql\\SanitizeUserFieldsCommands::getDatabase","p":"Drush/Drupal/Commands/sql/SanitizeUserFieldsCommands.html#method_getDatabase","d":""},{"t":"M","n":"Drush\\Drupal\\Commands\\sql\\SanitizeUserFieldsCommands::getEntityFieldManager","p":"Drush/Drupal/Commands/sql/SanitizeUserFieldsCommands.html#method_getEntityFieldManager","d":""},{"t":"M","n":"Drush\\Drupal\\Commands\\sql\\SanitizeUserFieldsCommands::sanitize","p":"Drush/Drupal/Commands/sql/SanitizeUserFieldsCommands.html#method_sanitize","d":"

Sanitize string fields associated with the user.

"},{"t":"M","n":"Drush\\Drupal\\Commands\\sql\\SanitizeUserFieldsCommands::messages","p":"Drush/Drupal/Commands/sql/SanitizeUserFieldsCommands.html#method_messages","d":"

Use #[CLI\\Hook(type: HookManager::ON_EVENT, target: SanitizeCommands::CONFIRMS)]

"},{"t":"M","n":"Drush\\Drupal\\Commands\\sql\\SanitizeUserFieldsCommands::options","p":"Drush/Drupal/Commands/sql/SanitizeUserFieldsCommands.html#method_options","d":null},{"t":"M","n":"Drush\\Drupal\\Commands\\sql\\SanitizeUserTableCommands::__construct","p":"Drush/Drupal/Commands/sql/SanitizeUserTableCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Drupal\\Commands\\sql\\SanitizeUserTableCommands::sanitize","p":"Drush/Drupal/Commands/sql/SanitizeUserTableCommands.html#method_sanitize","d":"

Sanitize emails and passwords. This also an example of how to write a\ndatabase sanitizer for sql-sync.

"},{"t":"M","n":"Drush\\Drupal\\Commands\\sql\\SanitizeUserTableCommands::options","p":"Drush/Drupal/Commands/sql/SanitizeUserTableCommands.html#method_options","d":null},{"t":"M","n":"Drush\\Drupal\\Commands\\sql\\SanitizeUserTableCommands::messages","p":"Drush/Drupal/Commands/sql/SanitizeUserTableCommands.html#method_messages","d":"

Use #[CLI\\Hook(type: HookManager::ON_EVENT, target: SanitizeCommands::CONFIRMS)]

"},{"t":"M","n":"Drush\\Drupal\\Commands\\sql\\SanitizeUserTableCommands::isEnabled","p":"Drush/Drupal/Commands/sql/SanitizeUserTableCommands.html#method_isEnabled","d":"

Test an option value to see if it is disabled.

"},{"t":"M","n":"Drush\\Drupal\\DrupalKernelTrait::addServiceModifier","p":"Drush/Drupal/DrupalKernelTrait.html#method_addServiceModifier","d":"

Add a service modifier to the container builder.

"},{"t":"M","n":"Drush\\Drupal\\DrupalKernelTrait::getContainerBuilder","p":"Drush/Drupal/DrupalKernelTrait.html#method_getContainerBuilder","d":""},{"t":"M","n":"Drush\\Drupal\\DrupalKernelTrait::initializeContainer","p":"Drush/Drupal/DrupalKernelTrait.html#method_initializeContainer","d":"

Initializes the service container.

"},{"t":"M","n":"Drush\\Drupal\\DrupalKernelTrait::shouldDrushInvalidateContainer","p":"Drush/Drupal/DrupalKernelTrait.html#method_shouldDrushInvalidateContainer","d":null},{"t":"M","n":"Drush\\Drupal\\DrupalKernelTrait::discoverServiceProviders","p":"Drush/Drupal/DrupalKernelTrait.html#method_discoverServiceProviders","d":"{@inheritdoc}"},{"t":"M","n":"Drush\\Drupal\\DrupalUtil::drushRender","p":"Drush/Drupal/DrupalUtil.html#method_drushRender","d":"

Output a Drupal render array, object or string as plain text.

"},{"t":"M","n":"Drush\\Drupal\\DrushLoggerServiceProvider::register","p":"Drush/Drupal/DrushLoggerServiceProvider.html#method_register","d":""},{"t":"M","n":"Drush\\Drupal\\ExtensionDiscovery::reset","p":"Drush/Drupal/ExtensionDiscovery.html#method_reset","d":null},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateExecutable::__construct","p":"Drush/Drupal/Migrate/MigrateExecutable.html#method___construct","d":"

Constructs a new migrate executable instance.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateExecutable::onMapSave","p":"Drush/Drupal/Migrate/MigrateExecutable.html#method_onMapSave","d":"

Counts up any map save events.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateExecutable::onMapDelete","p":"Drush/Drupal/Migrate/MigrateExecutable.html#method_onMapDelete","d":"

Counts up any rollback events.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateExecutable::onPreImport","p":"Drush/Drupal/Migrate/MigrateExecutable.html#method_onPreImport","d":"

Reacts when the import is about to start.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateExecutable::handleMissingSourceRows","p":"Drush/Drupal/Migrate/MigrateExecutable.html#method_handleMissingSourceRows","d":"

Handles missing source rows after import.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateExecutable::onMissingSourceRows","p":"Drush/Drupal/Migrate/MigrateExecutable.html#method_onMissingSourceRows","d":"

Reacts on detecting a list of missing source rows after an import.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateExecutable::onPostImport","p":"Drush/Drupal/Migrate/MigrateExecutable.html#method_onPostImport","d":"

Reacts to migration completion.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateExecutable::importFeedbackMessage","p":"Drush/Drupal/Migrate/MigrateExecutable.html#method_importFeedbackMessage","d":"

Emits information on the import progress.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateExecutable::onPreRollback","p":"Drush/Drupal/Migrate/MigrateExecutable.html#method_onPreRollback","d":"

Reacts when the rollback is about to starts.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateExecutable::onPostRollback","p":"Drush/Drupal/Migrate/MigrateExecutable.html#method_onPostRollback","d":"

Reacts to rollback completion.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateExecutable::rollbackFeedbackMessage","p":"Drush/Drupal/Migrate/MigrateExecutable.html#method_rollbackFeedbackMessage","d":"

Emits information on the rollback execution progress.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateExecutable::onPreRowSave","p":"Drush/Drupal/Migrate/MigrateExecutable.html#method_onPreRowSave","d":"

Reacts to an item about to be imported.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateExecutable::onPostRowSave","p":"Drush/Drupal/Migrate/MigrateExecutable.html#method_onPostRowSave","d":"

Reacts aftre a row has been deleted.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateExecutable::onPostRowDelete","p":"Drush/Drupal/Migrate/MigrateExecutable.html#method_onPostRowDelete","d":"

Reacts to item rollback.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateExecutable::onPrepareRow","p":"Drush/Drupal/Migrate/MigrateExecutable.html#method_onPrepareRow","d":"

Reacts to a new row being prepared.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateExecutable::getIdMap","p":"Drush/Drupal/Migrate/MigrateExecutable.html#method_getIdMap","d":"{@inheritdoc}"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateExecutable::getCreatedCount","p":"Drush/Drupal/Migrate/MigrateExecutable.html#method_getCreatedCount","d":"

Returns the number of items created.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateExecutable::getUpdatedCount","p":"Drush/Drupal/Migrate/MigrateExecutable.html#method_getUpdatedCount","d":"

Returns the number of items updated.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateExecutable::getIgnoredCount","p":"Drush/Drupal/Migrate/MigrateExecutable.html#method_getIgnoredCount","d":"

Returns the number of items ignored.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateExecutable::getFailedCount","p":"Drush/Drupal/Migrate/MigrateExecutable.html#method_getFailedCount","d":"

Returns the number of items that failed.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateExecutable::getProcessedCount","p":"Drush/Drupal/Migrate/MigrateExecutable.html#method_getProcessedCount","d":"

Returns the total number of items processed.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateExecutable::getRollbackCount","p":"Drush/Drupal/Migrate/MigrateExecutable.html#method_getRollbackCount","d":"

Returns the number of items rolled back.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateExecutable::resetCounters","p":"Drush/Drupal/Migrate/MigrateExecutable.html#method_resetCounters","d":"

Resets all the per-status counters to 0.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateExecutable::initProgressBar","p":"Drush/Drupal/Migrate/MigrateExecutable.html#method_initProgressBar","d":"

Initializes the command progress bar if possible.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateExecutable::updateProgressBar","p":"Drush/Drupal/Migrate/MigrateExecutable.html#method_updateProgressBar","d":"

Advances the progress bar.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateExecutable::progressFinish","p":"Drush/Drupal/Migrate/MigrateExecutable.html#method_progressFinish","d":"

Removes the progress bar after operation is finished.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateExecutable::unregisterListeners","p":"Drush/Drupal/Migrate/MigrateExecutable.html#method_unregisterListeners","d":"

Unregisters all event listeners.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateIdMapFilter::__construct","p":"Drush/Drupal/Migrate/MigrateIdMapFilter.html#method___construct","d":""},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateIdMapFilter::accept","p":"Drush/Drupal/Migrate/MigrateIdMapFilter.html#method_accept","d":"{@inheritdoc}"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateMessage::__construct","p":"Drush/Drupal/Migrate/MigrateMessage.html#method___construct","d":"

Constructs a migrate message class.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateMessage::display","p":"Drush/Drupal/Migrate/MigrateMessage.html#method_display","d":"

Outputs a message from the migration.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateMissingSourceRowsEvent::__construct","p":"Drush/Drupal/Migrate/MigrateMissingSourceRowsEvent.html#method___construct","d":"

Constructs a new event instance.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateMissingSourceRowsEvent::getMigration","p":"Drush/Drupal/Migrate/MigrateMissingSourceRowsEvent.html#method_getMigration","d":"

Gets the migration plugin instance.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateMissingSourceRowsEvent::getDestinationIds","p":"Drush/Drupal/Migrate/MigrateMissingSourceRowsEvent.html#method_getDestinationIds","d":"

Gets the destination ID values.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigratePrepareRowEvent::__construct","p":"Drush/Drupal/Migrate/MigratePrepareRowEvent.html#method___construct","d":"

Constructs a prepare-row event object.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigratePrepareRowEvent::getRow","p":"Drush/Drupal/Migrate/MigratePrepareRowEvent.html#method_getRow","d":"

Gets the row object.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigratePrepareRowEvent::getSource","p":"Drush/Drupal/Migrate/MigratePrepareRowEvent.html#method_getSource","d":"

Gets the source plugin.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigratePrepareRowEvent::getMigration","p":"Drush/Drupal/Migrate/MigratePrepareRowEvent.html#method_getMigration","d":"

Gets the migration plugin.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateUtils::parseIdList","p":"Drush/Drupal/Migrate/MigrateUtils.html#method_parseIdList","d":"

Parses as an array the list of IDs received from console.

"},{"t":"M","n":"Drush\\Drush::getTimeout","p":"Drush/Drush.html#method_getTimeout","d":null},{"t":"M","n":"Drush\\Drush::getVersion","p":"Drush/Drush.html#method_getVersion","d":"

Return the current Drush version.

"},{"t":"M","n":"Drush\\Drush::sanitizeVersionString","p":"Drush/Drush.html#method_sanitizeVersionString","d":"

Convert internal Composer dev version to ".x"

"},{"t":"M","n":"Drush\\Drush::getMajorVersion","p":"Drush/Drush.html#method_getMajorVersion","d":null},{"t":"M","n":"Drush\\Drush::getMinorVersion","p":"Drush/Drush.html#method_getMinorVersion","d":null},{"t":"M","n":"Drush\\Drush::setContainer","p":"Drush/Drush.html#method_setContainer","d":"

Sets a new global container.

"},{"t":"M","n":"Drush\\Drush::unsetContainer","p":"Drush/Drush.html#method_unsetContainer","d":"

Unsets the global container.

"},{"t":"M","n":"Drush\\Drush::getContainer","p":"Drush/Drush.html#method_getContainer","d":"

Returns the currently active global container.

"},{"t":"M","n":"Drush\\Drush::hasContainer","p":"Drush/Drush.html#method_hasContainer","d":"

Returns TRUE if the container has been initialized, FALSE otherwise.

"},{"t":"M","n":"Drush\\Drush::getApplication","p":"Drush/Drush.html#method_getApplication","d":"

Get the current Symfony Console Application.

"},{"t":"M","n":"Drush\\Drush::runner","p":"Drush/Drush.html#method_runner","d":"

Return the Robo runner.

"},{"t":"M","n":"Drush\\Drush::service","p":"Drush/Drush.html#method_service","d":"

Retrieves a service from the container.

"},{"t":"M","n":"Drush\\Drush::hasService","p":"Drush/Drush.html#method_hasService","d":"

Indicates if a service is defined in the container.

"},{"t":"M","n":"Drush\\Drush::commandFactory","p":"Drush/Drush.html#method_commandFactory","d":"

Return command factory

"},{"t":"M","n":"Drush\\Drush::logger","p":"Drush/Drush.html#method_logger","d":"

Return the Drush logger object.

"},{"t":"M","n":"Drush\\Drush::config","p":"Drush/Drush.html#method_config","d":"

Return the configuration object

"},{"t":"M","n":"Drush\\Drush::aliasManager","p":"Drush/Drush.html#method_aliasManager","d":""},{"t":"M","n":"Drush\\Drush::processManager","p":"Drush/Drush.html#method_processManager","d":""},{"t":"M","n":"Drush\\Drush::input","p":"Drush/Drush.html#method_input","d":"

Return the input object

"},{"t":"M","n":"Drush\\Drush::output","p":"Drush/Drush.html#method_output","d":"

Return the output object

"},{"t":"M","n":"Drush\\Drush::drush","p":"Drush/Drush.html#method_drush","d":"

Run a Drush command on a site alias (or @self).

"},{"t":"M","n":"Drush\\Drush::siteProcess","p":"Drush/Drush.html#method_siteProcess","d":"

Run a bash fragment on a site alias.

"},{"t":"M","n":"Drush\\Drush::process","p":"Drush/Drush.html#method_process","d":"

Run a bash fragment locally.

"},{"t":"M","n":"Drush\\Drush::shell","p":"Drush/Drush.html#method_shell","d":"

Create a Process instance from a commandline string.

"},{"t":"M","n":"Drush\\Drush::simulate","p":"Drush/Drush.html#method_simulate","d":"

Return 'true' if we are in simulated mode

"},{"t":"M","n":"Drush\\Drush::affirmative","p":"Drush/Drush.html#method_affirmative","d":"

Return 'true' if we are in affirmative mode

"},{"t":"M","n":"Drush\\Drush::negative","p":"Drush/Drush.html#method_negative","d":"

Return 'true' if we are in negative mode

"},{"t":"M","n":"Drush\\Drush::verbose","p":"Drush/Drush.html#method_verbose","d":"

Return 'true' if we are in verbose mode

"},{"t":"M","n":"Drush\\Drush::debug","p":"Drush/Drush.html#method_debug","d":"

Return 'true' if we are in debug mode

"},{"t":"M","n":"Drush\\Drush::bootstrapManager","p":"Drush/Drush.html#method_bootstrapManager","d":"

Return the Bootstrap Manager.

"},{"t":"M","n":"Drush\\Drush::bootstrap","p":"Drush/Drush.html#method_bootstrap","d":"

Return the Bootstrap object.

"},{"t":"M","n":"Drush\\Drush::redispatchOptions","p":"Drush/Drush.html#method_redispatchOptions","d":null},{"t":"M","n":"Drush\\Exceptions\\CommandFailedException::__construct","p":"Drush/Exceptions/CommandFailedException.html#method___construct","d":null},{"t":"M","n":"Drush\\Exceptions\\UserAbortException::__construct","p":"Drush/Exceptions/UserAbortException.html#method___construct","d":null},{"t":"M","n":"Drush\\Exec\\ExecTrait::startBrowser","p":"Drush/Exec/ExecTrait.html#method_startBrowser","d":"

Starts a background browser/tab for the current site or a specified URL.

"},{"t":"M","n":"Drush\\Exec\\ExecTrait::programExists","p":"Drush/Exec/ExecTrait.html#method_programExists","d":null},{"t":"M","n":"Drush\\Exec\\ExecTrait::getEditor","p":"Drush/Exec/ExecTrait.html#method_getEditor","d":null},{"t":"M","n":"Drush\\Formatters\\EntityToArraySimplifier::__construct","p":"Drush/Formatters/EntityToArraySimplifier.html#method___construct","d":null},{"t":"M","n":"Drush\\Formatters\\EntityToArraySimplifier::canSimplify","p":"Drush/Formatters/EntityToArraySimplifier.html#method_canSimplify","d":null},{"t":"M","n":"Drush\\Formatters\\EntityToArraySimplifier::simplifyToArray","p":"Drush/Formatters/EntityToArraySimplifier.html#method_simplifyToArray","d":null},{"t":"M","n":"Drush\\Log\\DrushLog::__construct","p":"Drush/Log/DrushLog.html#method___construct","d":"

Constructs a DrushLog object.

"},{"t":"M","n":"Drush\\Log\\DrushLog::log","p":"Drush/Log/DrushLog.html#method_log","d":"{@inheritdoc}"},{"t":"M","n":"Drush\\Log\\DrushLoggerManager::success","p":"Drush/Log/DrushLoggerManager.html#method_success","d":"

Log a 'success' message.

"},{"t":"M","n":"Drush\\Log\\Logger::__construct","p":"Drush/Log/Logger.html#method___construct","d":null},{"t":"M","n":"Drush\\Log\\Logger::log","p":"Drush/Log/Logger.html#method_log","d":null},{"t":"M","n":"Drush\\Log\\Logger::formatSize","p":"Drush/Log/Logger.html#method_formatSize","d":null},{"t":"M","n":"Drush\\Log\\SuccessInterface::success","p":"Drush/Log/SuccessInterface.html#method_success","d":"

Log a 'success' message.

"},{"t":"M","n":"Drush\\Preflight\\ArgsPreprocessor::__construct","p":"Drush/Preflight/ArgsPreprocessor.html#method___construct","d":"

ArgsPreprocessor constructor

"},{"t":"M","n":"Drush\\Preflight\\ArgsPreprocessor::setArgsRemapper","p":"Drush/Preflight/ArgsPreprocessor.html#method_setArgsRemapper","d":null},{"t":"M","n":"Drush\\Preflight\\ArgsPreprocessor::parse","p":"Drush/Preflight/ArgsPreprocessor.html#method_parse","d":"

Parse the argv array.

"},{"t":"M","n":"Drush\\Preflight\\ArgsPreprocessor::nextCouldBeValue","p":"Drush/Preflight/ArgsPreprocessor.html#method_nextCouldBeValue","d":"

nextCouldBeValue determines whether there is a next argument that\nexists and does not begin with a -.

"},{"t":"M","n":"Drush\\Preflight\\ArgsPreprocessor::isAliasOrSiteSpec","p":"Drush/Preflight/ArgsPreprocessor.html#method_isAliasOrSiteSpec","d":"

Determine whether the provided argument is an alias or\na site specification.

"},{"t":"M","n":"Drush\\Preflight\\ArgsPreprocessor::findMethodForOptionWithValues","p":"Drush/Preflight/ArgsPreprocessor.html#method_findMethodForOptionWithValues","d":"

Check to see if '$opt' is one of the options that we record\nthat takes a value.

"},{"t":"M","n":"Drush\\Preflight\\ArgsPreprocessor::checkMatchingOption","p":"Drush/Preflight/ArgsPreprocessor.html#method_checkMatchingOption","d":"

Check to see if the provided option matches the entry from the\noption table.

"},{"t":"M","n":"Drush\\Preflight\\ArgsRemapper::__construct","p":"Drush/Preflight/ArgsRemapper.html#method___construct","d":"

ArgsRemapper constructor

"},{"t":"M","n":"Drush\\Preflight\\ArgsRemapper::remap","p":"Drush/Preflight/ArgsRemapper.html#method_remap","d":"

Given an $argv array, apply all remap operations on each item\nwithin it.

"},{"t":"M","n":"Drush\\Preflight\\ArgsRemapper::checkRemap","p":"Drush/Preflight/ArgsRemapper.html#method_checkRemap","d":"

Check to see if the provided single arg needs to be remapped. If\nit does, then the remapping is performed.

"},{"t":"M","n":"Drush\\Preflight\\ArgsRemapper::remapOptions","p":"Drush/Preflight/ArgsRemapper.html#method_remapOptions","d":null},{"t":"M","n":"Drush\\Preflight\\ArgsRemapper::remapCommandAlias","p":"Drush/Preflight/ArgsRemapper.html#method_remapCommandAlias","d":null},{"t":"M","n":"Drush\\Preflight\\ArgsRemapper::matches","p":"Drush/Preflight/ArgsRemapper.html#method_matches","d":"

Check to see if the provided single arg matches the candidate.

"},{"t":"M","n":"Drush\\Preflight\\LegacyPreflight::includeCode","p":"Drush/Preflight/LegacyPreflight.html#method_includeCode","d":"

Include old code. It is an aspirational goal to remove or refactor\nall of this into more modular, class-based code.

"},{"t":"M","n":"Drush\\Preflight\\Preflight::__construct","p":"Drush/Preflight/Preflight.html#method___construct","d":"

Preflight constructor

"},{"t":"M","n":"Drush\\Preflight\\Preflight::logger","p":"Drush/Preflight/Preflight.html#method_logger","d":null},{"t":"M","n":"Drush\\Preflight\\Preflight::setLogger","p":"Drush/Preflight/Preflight.html#method_setLogger","d":""},{"t":"M","n":"Drush\\Preflight\\Preflight::init","p":"Drush/Preflight/Preflight.html#method_init","d":"

Perform preliminary initialization. This mostly involves setting up\nlegacy systems.

"},{"t":"M","n":"Drush\\Preflight\\Preflight::remapOptions","p":"Drush/Preflight/Preflight.html#method_remapOptions","d":"

Remapping table for arguments. Anything found in a key\nhere will be converted to the corresponding value entry.

"},{"t":"M","n":"Drush\\Preflight\\Preflight::remapCommandAliases","p":"Drush/Preflight/Preflight.html#method_remapCommandAliases","d":"

Symfony Console dislikes certain command aliases, because\nthey are too similar to other Drush commands that contain\nthe same characters. To avoid the "I don't know which\ncommand you mean"-type errors, we will replace problematic\naliases with their longhand equivalents.

"},{"t":"M","n":"Drush\\Preflight\\Preflight::preflightArgs","p":"Drush/Preflight/Preflight.html#method_preflightArgs","d":"

Preprocess the args, removing any @sitealias that may be present.

"},{"t":"M","n":"Drush\\Preflight\\Preflight::prepareConfig","p":"Drush/Preflight/Preflight.html#method_prepareConfig","d":"

Create the initial config locator object, and inject any needed\nsettings, paths and so on into it.

"},{"t":"M","n":"Drush\\Preflight\\Preflight::createInput","p":"Drush/Preflight/Preflight.html#method_createInput","d":null},{"t":"M","n":"Drush\\Preflight\\Preflight::getCommandFilePaths","p":"Drush/Preflight/Preflight.html#method_getCommandFilePaths","d":null},{"t":"M","n":"Drush\\Preflight\\Preflight::loadSymfonyCompatabilityAutoloader","p":"Drush/Preflight/Preflight.html#method_loadSymfonyCompatabilityAutoloader","d":null},{"t":"M","n":"Drush\\Preflight\\Preflight::config","p":"Drush/Preflight/Preflight.html#method_config","d":null},{"t":"M","n":"Drush\\Preflight\\Preflight::preflight","p":"Drush/Preflight/Preflight.html#method_preflight","d":""},{"t":"M","n":"Drush\\Preflight\\Preflight::preferredSite","p":"Drush/Preflight/Preflight.html#method_preferredSite","d":"

Find the Drupal root of the preferred Drupal site (the one\nthat shares the vendor directory with Drush).

"},{"t":"M","n":"Drush\\Preflight\\Preflight::drupalFinder","p":"Drush/Preflight/Preflight.html#method_drupalFinder","d":"

Return the Drupal Finder

"},{"t":"M","n":"Drush\\Preflight\\Preflight::aliasManager","p":"Drush/Preflight/Preflight.html#method_aliasManager","d":"

Return the alias manager

"},{"t":"M","n":"Drush\\Preflight\\Preflight::environment","p":"Drush/Preflight/Preflight.html#method_environment","d":"

Return the environment

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::homeDir","p":"Drush/Preflight/PreflightArgs.html#method_homeDir","d":null},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::setHomeDir","p":"Drush/Preflight/PreflightArgs.html#method_setHomeDir","d":null},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::__construct","p":"Drush/Preflight/PreflightArgs.html#method___construct","d":"

PreflightArgs constructor

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::optionsWithValues","p":"Drush/Preflight/PreflightArgs.html#method_optionsWithValues","d":""},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::adjustHelpOption","p":"Drush/Preflight/PreflightArgs.html#method_adjustHelpOption","d":"

If the user enters '--help' or '-h', thrown that\noption away and add a 'help' command to the beginning\nof the argument list.

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::optionConfigMap","p":"Drush/Preflight/PreflightArgs.html#method_optionConfigMap","d":"

Map of option key to the corresponding config key to store the\npreflight option in. The values of the config items in this map\nmust be BOOLEANS or STRINGS.

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::optionConfigPathMap","p":"Drush/Preflight/PreflightArgs.html#method_optionConfigPathMap","d":"

Map of path option keys to the corresponding config key to store the\npreflight option in. The values of the items in this map must be\nSTRINGS or ARRAYS OF STRINGS.

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::applyToConfig","p":"Drush/Preflight/PreflightArgs.html#method_applyToConfig","d":""},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::args","p":"Drush/Preflight/PreflightArgs.html#method_args","d":""},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::applicationPath","p":"Drush/Preflight/PreflightArgs.html#method_applicationPath","d":""},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::commandName","p":"Drush/Preflight/PreflightArgs.html#method_commandName","d":""},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::setCommandName","p":"Drush/Preflight/PreflightArgs.html#method_setCommandName","d":""},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::addArg","p":"Drush/Preflight/PreflightArgs.html#method_addArg","d":""},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::passArgs","p":"Drush/Preflight/PreflightArgs.html#method_passArgs","d":""},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::alias","p":"Drush/Preflight/PreflightArgs.html#method_alias","d":""},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::hasAlias","p":"Drush/Preflight/PreflightArgs.html#method_hasAlias","d":""},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::setAlias","p":"Drush/Preflight/PreflightArgs.html#method_setAlias","d":""},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::selectedSite","p":"Drush/Preflight/PreflightArgs.html#method_selectedSite","d":"

Get the selected site. Here, the default will typically be the cwd.

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::setDebug","p":"Drush/Preflight/PreflightArgs.html#method_setDebug","d":null},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::setSelectedSite","p":"Drush/Preflight/PreflightArgs.html#method_setSelectedSite","d":"

Set the selected site.

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::uri","p":"Drush/Preflight/PreflightArgs.html#method_uri","d":"

Get the selected uri

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::hasUri","p":"Drush/Preflight/PreflightArgs.html#method_hasUri","d":null},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::setUri","p":"Drush/Preflight/PreflightArgs.html#method_setUri","d":"

Set the uri option

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::configPaths","p":"Drush/Preflight/PreflightArgs.html#method_configPaths","d":"

Get the config path where drush.yml files may be found

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::addConfigPath","p":"Drush/Preflight/PreflightArgs.html#method_addConfigPath","d":"

Add another location where drush.yml files may be found

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::mergeConfigPaths","p":"Drush/Preflight/PreflightArgs.html#method_mergeConfigPaths","d":"

Add multiple additional locations where drush.yml files may be found.

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::aliasPaths","p":"Drush/Preflight/PreflightArgs.html#method_aliasPaths","d":"

Get the alias paths where drush site.site.yml files may be found

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::addAliasPath","p":"Drush/Preflight/PreflightArgs.html#method_addAliasPath","d":"

Set one more path where aliases may be found.

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::commandPaths","p":"Drush/Preflight/PreflightArgs.html#method_commandPaths","d":"

Get the path where Drush commandfiles e.g. FooCommands.php may be found.

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::addCommandPath","p":"Drush/Preflight/PreflightArgs.html#method_addCommandPath","d":"

Add one more path where commandfiles might be found.

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::mergeCommandPaths","p":"Drush/Preflight/PreflightArgs.html#method_mergeCommandPaths","d":"

Add multiple paths where commandfiles might be found.

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::isLocal","p":"Drush/Preflight/PreflightArgs.html#method_isLocal","d":"

Determine whether Drush is in "local" mode

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::setLocal","p":"Drush/Preflight/PreflightArgs.html#method_setLocal","d":"

Set local mode

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::isSimulated","p":"Drush/Preflight/PreflightArgs.html#method_isSimulated","d":"

Determine whether Drush is in "simulated" mode.

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::setSimulate","p":"Drush/Preflight/PreflightArgs.html#method_setSimulate","d":"

Set simulated mode

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::coverageFile","p":"Drush/Preflight/PreflightArgs.html#method_coverageFile","d":"

Get the path to the coverage file.

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::setCoverageFile","p":"Drush/Preflight/PreflightArgs.html#method_setCoverageFile","d":"

Set the coverage file path.

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::isStrict","p":"Drush/Preflight/PreflightArgs.html#method_isStrict","d":"

Determine whether Drush is in "strict" mode or not.

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::setStrict","p":"Drush/Preflight/PreflightArgs.html#method_setStrict","d":"

Set strict mode.

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::getOptionNameList","p":"Drush/Preflight/PreflightArgs.html#method_getOptionNameList","d":"

Search through the provided argv list, and return\njust the option name of any item that is an option.

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::createInput","p":"Drush/Preflight/PreflightArgs.html#method_createInput","d":"

Create a Symfony Input object.

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgsInterface::optionsWithValues","p":"Drush/Preflight/PreflightArgsInterface.html#method_optionsWithValues","d":"

Return an associative array of '--option' => 'methodName'.

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgsInterface::applyToConfig","p":"Drush/Preflight/PreflightArgsInterface.html#method_applyToConfig","d":"

Copy any applicable arguments into the provided configuration\nobject, as appropriate.

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgsInterface::args","p":"Drush/Preflight/PreflightArgsInterface.html#method_args","d":"

Return all of the args from the inputs that were NOT processed\nby the ArgsPreprocessor (anything not listed in optionsWithValues).

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgsInterface::applicationPath","p":"Drush/Preflight/PreflightArgsInterface.html#method_applicationPath","d":"

Return the path to this application's executable ($argv[0]).

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgsInterface::commandName","p":"Drush/Preflight/PreflightArgsInterface.html#method_commandName","d":"

Return the command name from the runtime args. Note that the\ncommand name also exists inside the runtime args, because the\nruntime args maintain the order of the options relative to the\ncommand name (save for those options removed by preflight args).

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgsInterface::setCommandName","p":"Drush/Preflight/PreflightArgsInterface.html#method_setCommandName","d":"

Store the command name, once it is found.

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgsInterface::addArg","p":"Drush/Preflight/PreflightArgsInterface.html#method_addArg","d":"

Add one argument to the end of the list returned by the args() method.

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgsInterface::passArgs","p":"Drush/Preflight/PreflightArgsInterface.html#method_passArgs","d":"

Add everything in the provided array to the list returned by args()

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgsInterface::alias","p":"Drush/Preflight/PreflightArgsInterface.html#method_alias","d":"

Return any '@alias' that may have appeared before the argument\nholding the command name.

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgsInterface::hasAlias","p":"Drush/Preflight/PreflightArgsInterface.html#method_hasAlias","d":"

Returns 'true' if an '@alias' was set.

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgsInterface::setAlias","p":"Drush/Preflight/PreflightArgsInterface.html#method_setAlias","d":"

Set an alias. Should always begin with '@'.

"},{"t":"M","n":"Drush\\Preflight\\PreflightLog::__construct","p":"Drush/Preflight/PreflightLog.html#method___construct","d":null},{"t":"M","n":"Drush\\Preflight\\PreflightLog::getDebug","p":"Drush/Preflight/PreflightLog.html#method_getDebug","d":null},{"t":"M","n":"Drush\\Preflight\\PreflightLog::setDebug","p":"Drush/Preflight/PreflightLog.html#method_setDebug","d":null},{"t":"M","n":"Drush\\Preflight\\PreflightLog::log","p":"Drush/Preflight/PreflightLog.html#method_log","d":null},{"t":"M","n":"Drush\\Preflight\\PreflightSiteLocator::__construct","p":"Drush/Preflight/PreflightSiteLocator.html#method___construct","d":null},{"t":"M","n":"Drush\\Preflight\\PreflightSiteLocator::findSite","p":"Drush/Preflight/PreflightSiteLocator.html#method_findSite","d":"

During bootstrap, finds the currently selected site from the parameters\nprovided on the commandline.

"},{"t":"M","n":"Drush\\Preflight\\PreflightSiteLocator::determineSelf","p":"Drush/Preflight/PreflightSiteLocator.html#method_determineSelf","d":"

Either look up the specified alias name / site spec,\nor, if those are invalid, then generate one from\nthe provided root and URI.

"},{"t":"M","n":"Drush\\Preflight\\PreflightSiteLocator::buildSelf","p":"Drush/Preflight/PreflightSiteLocator.html#method_buildSelf","d":"

Generate @self from the provided root and URI.

"},{"t":"M","n":"Drush\\Preflight\\PreflightVerify::verify","p":"Drush/Preflight/PreflightVerify.html#method_verify","d":"

Throw an exception if the environment is not right for running Drush.

"},{"t":"M","n":"Drush\\Preflight\\PreflightVerify::confirmPhpVersion","p":"Drush/Preflight/PreflightVerify.html#method_confirmPhpVersion","d":"

Fail fast if the php version does not meet the minimum requirements.

"},{"t":"M","n":"Drush\\Preflight\\PreflightVerify::confirmUsingCLI","p":"Drush/Preflight/PreflightVerify.html#method_confirmUsingCLI","d":"

Fail if not being run from the command line.

"},{"t":"M","n":"Drush\\Preflight\\PreflightVerify::checkPhpIni","p":"Drush/Preflight/PreflightVerify.html#method_checkPhpIni","d":"

Evaluate the environment before command bootstrapping\nbegins. If the php environment is too restrictive, then\nnotify the user that a setting change is needed and abort.

"},{"t":"M","n":"Drush\\Preflight\\PreflightVerify::invalidIniValue","p":"Drush/Preflight/PreflightVerify.html#method_invalidIniValue","d":"

Determine whether an ini value is valid based on the criteria.

"},{"t":"M","n":"Drush\\Preflight\\PreflightVerify::loadedPhpIniMessage","p":"Drush/Preflight/PreflightVerify.html#method_loadedPhpIniMessage","d":"

Returns a localizable message about php.ini that\nvaries depending on whether the php_ini_loaded_file()\nis available or not.

"},{"t":"M","n":"Drush\\Preflight\\RedispatchToSiteLocal::redispatchIfSiteLocalDrush","p":"Drush/Preflight/RedispatchToSiteLocal.html#method_redispatchIfSiteLocalDrush","d":"

Determine if a local redispatch is needed, and do so if it is.

"},{"t":"M","n":"Drush\\Preflight\\RedispatchToSiteLocal::findSiteLocalDrush","p":"Drush/Preflight/RedispatchToSiteLocal.html#method_findSiteLocalDrush","d":"

Find a site-local Drush, if there is one in the selected site's\nvendor directory.

"},{"t":"M","n":"Drush\\Psysh\\Caster::castContentEntity","p":"Drush/Psysh/Caster.html#method_castContentEntity","d":"

Casts \\Drupal\\Core\\Entity\\ContentEntityInterface classes.

"},{"t":"M","n":"Drush\\Psysh\\Caster::castFieldItemList","p":"Drush/Psysh/Caster.html#method_castFieldItemList","d":"

Casts \\Drupal\\Core\\Field\\FieldItemListInterface classes.

"},{"t":"M","n":"Drush\\Psysh\\Caster::castFieldItem","p":"Drush/Psysh/Caster.html#method_castFieldItem","d":"

Casts \\Drupal\\Core\\Field\\FieldItemInterface classes.

"},{"t":"M","n":"Drush\\Psysh\\Caster::castConfigEntity","p":"Drush/Psysh/Caster.html#method_castConfigEntity","d":"

Casts \\Drupal\\Core\\Config\\Entity\\ConfigEntityInterface classes.

"},{"t":"M","n":"Drush\\Psysh\\Caster::castConfig","p":"Drush/Psysh/Caster.html#method_castConfig","d":"

Casts \\Drupal\\Core\\Config\\ConfigBase classes.

"},{"t":"M","n":"Drush\\Psysh\\Caster::castContainer","p":"Drush/Psysh/Caster.html#method_castContainer","d":"

Casts \\Drupal\\Component\\DependencyInjection\\Container classes.

"},{"t":"M","n":"Drush\\Psysh\\Caster::castMarkup","p":"Drush/Psysh/Caster.html#method_castMarkup","d":"

Casts \\Drupal\\Component\\Render\\MarkupInterface classes.

"},{"t":"M","n":"Drush\\Psysh\\Caster::handleReferences","p":"Drush/Psysh/Caster.html#method_handleReferences","d":null},{"t":"M","n":"Drush\\Psysh\\Caster::getShortClass","p":"Drush/Psysh/Caster.html#method_getShortClass","d":null},{"t":"M","n":"Drush\\Psysh\\DrushCommand::__construct","p":"Drush/Psysh/DrushCommand.html#method___construct","d":"

DrushCommand constructor.

"},{"t":"M","n":"Drush\\Psysh\\DrushCommand::getNamespace","p":"Drush/Psysh/DrushCommand.html#method_getNamespace","d":"

Get the namespace of this command.

"},{"t":"M","n":"Drush\\Psysh\\DrushCommand::configure","p":"Drush/Psysh/DrushCommand.html#method_configure","d":"{@inheritdoc}"},{"t":"M","n":"Drush\\Psysh\\DrushCommand::execute","p":"Drush/Psysh/DrushCommand.html#method_execute","d":"{@inheritdoc}"},{"t":"M","n":"Drush\\Psysh\\DrushCommand::buildHelpFromCommand","p":"Drush/Psysh/DrushCommand.html#method_buildHelpFromCommand","d":"

Build a command help from the Drush configuration array.

"},{"t":"M","n":"Drush\\Psysh\\DrushHelpCommand::configure","p":"Drush/Psysh/DrushHelpCommand.html#method_configure","d":"{@inheritdoc}"},{"t":"M","n":"Drush\\Psysh\\DrushHelpCommand::setCommand","p":"Drush/Psysh/DrushHelpCommand.html#method_setCommand","d":"

Helper for setting a subcommand to retrieve help for.

"},{"t":"M","n":"Drush\\Psysh\\DrushHelpCommand::execute","p":"Drush/Psysh/DrushHelpCommand.html#method_execute","d":"{@inheritdoc}"},{"t":"M","n":"Drush\\Psysh\\Shell::getCommand","p":"Drush/Psysh/Shell.html#method_getCommand","d":"

Get a command (if one exists) for the current input string.

"},{"t":"M","n":"Drush\\Psysh\\Shell::hasCommand","p":"Drush/Psysh/Shell.html#method_hasCommand","d":"

Check whether a command is set for the current input string.

"},{"t":"M","n":"Drush\\Psysh\\Shell::getCommandFromInput","p":"Drush/Psysh/Shell.html#method_getCommandFromInput","d":"

Get the command from the current input, takes aliases into account.

"},{"t":"M","n":"Drush\\Runtime\\DependencyInjection::desiredHandlers","p":"Drush/Runtime/DependencyInjection.html#method_desiredHandlers","d":null},{"t":"M","n":"Drush\\Runtime\\DependencyInjection::initContainer","p":"Drush/Runtime/DependencyInjection.html#method_initContainer","d":"

Set up our dependency injection container.

"},{"t":"M","n":"Drush\\Runtime\\DependencyInjection::installHandlers","p":"Drush/Runtime/DependencyInjection.html#method_installHandlers","d":"

Make sure we are notified on exit, and when bad things happen.

"},{"t":"M","n":"Drush\\Runtime\\DependencyInjection::addDrushServices","p":"Drush/Runtime/DependencyInjection.html#method_addDrushServices","d":null},{"t":"M","n":"Drush\\Runtime\\DependencyInjection::alterServicesForDrush","p":"Drush/Runtime/DependencyInjection.html#method_alterServicesForDrush","d":null},{"t":"M","n":"Drush\\Runtime\\DependencyInjection::injectApplicationServices","p":"Drush/Runtime/DependencyInjection.html#method_injectApplicationServices","d":null},{"t":"M","n":"Drush\\Runtime\\ErrorHandler::installHandler","p":"Drush/Runtime/ErrorHandler.html#method_installHandler","d":null},{"t":"M","n":"Drush\\Runtime\\ErrorHandler::errorHandler","p":"Drush/Runtime/ErrorHandler.html#method_errorHandler","d":null},{"t":"M","n":"Drush\\Runtime\\HandlerInterface::installHandler","p":"Drush/Runtime/HandlerInterface.html#method_installHandler","d":null},{"t":"M","n":"Drush\\Runtime\\LegacyServiceFinder::__construct","p":"Drush/Runtime/LegacyServiceFinder.html#method___construct","d":null},{"t":"M","n":"Drush\\Runtime\\LegacyServiceFinder::getDrushServiceFiles","p":"Drush/Runtime/LegacyServiceFinder.html#method_getDrushServiceFiles","d":"

Get all service files that this class can discover.

"},{"t":"M","n":"Drush\\Runtime\\LegacyServiceFinder::discoverDrushServiceProviders","p":"Drush/Runtime/LegacyServiceFinder.html#method_discoverDrushServiceProviders","d":"

Search for drush.service.yml files in discoverable locations.

"},{"t":"M","n":"Drush\\Runtime\\LegacyServiceFinder::addModuleDrushServiceProvider","p":"Drush/Runtime/LegacyServiceFinder.html#method_addModuleDrushServiceProvider","d":"

Determine whether or not the Drush services.yml file is applicable\nfor this version of Drush.

"},{"t":"M","n":"Drush\\Runtime\\LegacyServiceFinder::findModuleDrushServiceProvider","p":"Drush/Runtime/LegacyServiceFinder.html#method_findModuleDrushServiceProvider","d":""},{"t":"M","n":"Drush\\Runtime\\LegacyServiceFinder::findDefaultServicesFile","p":"Drush/Runtime/LegacyServiceFinder.html#method_findDefaultServicesFile","d":""},{"t":"M","n":"Drush\\Runtime\\LegacyServiceFinder::findModuleDrushServiceProviderFromComposer","p":"Drush/Runtime/LegacyServiceFinder.html#method_findModuleDrushServiceProviderFromComposer","d":"

In composer.json, the Drush version constraints will appear\nin the 'extra' section like so:

"},{"t":"M","n":"Drush\\Runtime\\LegacyServiceFinder::findAppropriateServicesFile","p":"Drush/Runtime/LegacyServiceFinder.html#method_findAppropriateServicesFile","d":""},{"t":"M","n":"Drush\\Runtime\\LegacyServiceFinder::addDrushServiceProvider","p":"Drush/Runtime/LegacyServiceFinder.html#method_addDrushServiceProvider","d":"

Add a services.yml file if it exists.

"},{"t":"M","n":"Drush\\Runtime\\LegacyServiceFinder::getModuleFileNames","p":"Drush/Runtime/LegacyServiceFinder.html#method_getModuleFileNames","d":"

Find Drupal modules

"},{"t":"M","n":"Drush\\Runtime\\LegacyServiceInstantiator::__construct","p":"Drush/Runtime/LegacyServiceInstantiator.html#method___construct","d":null},{"t":"M","n":"Drush\\Runtime\\LegacyServiceInstantiator::loadServiceFiles","p":"Drush/Runtime/LegacyServiceInstantiator.html#method_loadServiceFiles","d":"

Instantiate all of the objects declared by drush.services.yml\nfiles, and store them internally in this class for later retreival\nby type.

"},{"t":"M","n":"Drush\\Runtime\\LegacyServiceInstantiator::isValidServiceData","p":"Drush/Runtime/LegacyServiceInstantiator.html#method_isValidServiceData","d":"

Validate service data before using it.

"},{"t":"M","n":"Drush\\Runtime\\LegacyServiceInstantiator::allServicesHaveClassElement","p":"Drush/Runtime/LegacyServiceInstantiator.html#method_allServicesHaveClassElement","d":"

Check all elements for required "class" elements.

"},{"t":"M","n":"Drush\\Runtime\\LegacyServiceInstantiator::instantiateServices","p":"Drush/Runtime/LegacyServiceInstantiator.html#method_instantiateServices","d":"

Given a drush.services.yml file (parsed into an array),\ninstantiate all of the services referenced therein.

"},{"t":"M","n":"Drush\\Runtime\\LegacyServiceInstantiator::taggedServices","p":"Drush/Runtime/LegacyServiceInstantiator.html#method_taggedServices","d":"

After instantiateServices() runs, the resulting instantiated\nservice objects can be retrieved via this method.

"},{"t":"M","n":"Drush\\Runtime\\LegacyServiceInstantiator::create","p":"Drush/Runtime/LegacyServiceInstantiator.html#method_create","d":"

Create one named service.

"},{"t":"M","n":"Drush\\Runtime\\LegacyServiceInstantiator::instantiateObject","p":"Drush/Runtime/LegacyServiceInstantiator.html#method_instantiateObject","d":"

Instantiate an object with the given arguments.

"},{"t":"M","n":"Drush\\Runtime\\LegacyServiceInstantiator::call","p":"Drush/Runtime/LegacyServiceInstantiator.html#method_call","d":"

Call a method of an object with the provided arguments.

"},{"t":"M","n":"Drush\\Runtime\\LegacyServiceInstantiator::resolveArguments","p":"Drush/Runtime/LegacyServiceInstantiator.html#method_resolveArguments","d":"

Resolve arguments against our containers. Arguments that\ndo not map to one of our containers are returned unchanged.

"},{"t":"M","n":"Drush\\Runtime\\LegacyServiceInstantiator::resolveArgument","p":"Drush/Runtime/LegacyServiceInstantiator.html#method_resolveArgument","d":"

Look up one argument in the appropriate container, or\nreturn it as-is.

"},{"t":"M","n":"Drush\\Runtime\\LegacyServiceInstantiator::resolveFromContainer","p":"Drush/Runtime/LegacyServiceInstantiator.html#method_resolveFromContainer","d":"

Look up in the provided container; throw an exception if\nnot found, unless the service name begins with ? (e.g.

"},{"t":"M","n":"Drush\\Runtime\\LegacyServiceInstantiator::isRequired","p":"Drush/Runtime/LegacyServiceInstantiator.html#method_isRequired","d":"

Check to see if the provided argument begins with a ?;\nthose that do not are required.

"},{"t":"M","n":"Drush\\Runtime\\LegacyServiceInstantiator::atLeastOneValue","p":"Drush/Runtime/LegacyServiceInstantiator.html#method_atLeastOneValue","d":"

Helper function to determine whether or not any of the arguments\nresolved. set methods with non-required DI container references\nare not called at all if the optional references are not in the container.

"},{"t":"M","n":"Drush\\Runtime\\RedispatchHook::__construct","p":"Drush/Runtime/RedispatchHook.html#method___construct","d":null},{"t":"M","n":"Drush\\Runtime\\RedispatchHook::initialize","p":"Drush/Runtime/RedispatchHook.html#method_initialize","d":"

Check to see if it is necessary to redispatch to a remote site.

"},{"t":"M","n":"Drush\\Runtime\\RedispatchHook::redispatchIfRemote","p":"Drush/Runtime/RedispatchHook.html#method_redispatchIfRemote","d":"

Check to see if the target of the command is remote. Call redispatch\nif it is.

"},{"t":"M","n":"Drush\\Runtime\\RedispatchHook::redispatch","p":"Drush/Runtime/RedispatchHook.html#method_redispatch","d":"

Called from RemoteCommandProxy::execute() to run remote commands.

"},{"t":"M","n":"Drush\\Runtime\\RedispatchHook::alterArgsForRedispatch","p":"Drush/Runtime/RedispatchHook.html#method_alterArgsForRedispatch","d":"

Remove anything that is not necessary for the remote side.

"},{"t":"M","n":"Drush\\Runtime\\RedispatchHook::exitEarly","p":"Drush/Runtime/RedispatchHook.html#method_exitEarly","d":"

Abort the current execution without causing distress to our\nshutdown handler.

"},{"t":"M","n":"Drush\\Runtime\\Runtime::__construct","p":"Drush/Runtime/Runtime.html#method___construct","d":null},{"t":"M","n":"Drush\\Runtime\\Runtime::run","p":"Drush/Runtime/Runtime.html#method_run","d":"

Run the application, catching any errors that may be thrown.

"},{"t":"M","n":"Drush\\Runtime\\Runtime::doRun","p":"Drush/Runtime/Runtime.html#method_doRun","d":"

Start up Drush

"},{"t":"M","n":"Drush\\Runtime\\Runtime::setCompleted","p":"Drush/Runtime/Runtime.html#method_setCompleted","d":"

Mark the current request as having completed successfully.

"},{"t":"M","n":"Drush\\Runtime\\Runtime::setExitCode","p":"Drush/Runtime/Runtime.html#method_setExitCode","d":"

Mark the exit code for current request.

"},{"t":"M","n":"Drush\\Runtime\\Runtime::exitCode","p":"Drush/Runtime/Runtime.html#method_exitCode","d":"

Get the exit code for current request.

"},{"t":"M","n":"Drush\\Runtime\\ServiceManager::__construct","p":"Drush/Runtime/ServiceManager.html#method___construct","d":null},{"t":"M","n":"Drush\\Runtime\\ServiceManager::loadCommandClasses","p":"Drush/Runtime/ServiceManager.html#method_loadCommandClasses","d":"

Ensure that any discovered class that is not part of the autoloader\nis, in fact, included.

"},{"t":"M","n":"Drush\\Runtime\\ServiceManager::bootstrapCommandClasses","p":"Drush/Runtime/ServiceManager.html#method_bootstrapCommandClasses","d":"

Return cached of deferred commandhander objects.

"},{"t":"M","n":"Drush\\Runtime\\ServiceManager::discover","p":"Drush/Runtime/ServiceManager.html#method_discover","d":"

Discover all of the different kinds of command handler objects\nin the places where Drush can find them. Called during preflight;\nsome command classes are returned right away, and others are saved\nto be handled later during Drupal bootstrap.

"},{"t":"M","n":"Drush\\Runtime\\ServiceManager::discoverCommandsFromConfiguration","p":"Drush/Runtime/ServiceManager.html#method_discoverCommandsFromConfiguration","d":"

Discover commands explicitly declared in configuration.

"},{"t":"M","n":"Drush\\Runtime\\ServiceManager::discoverCommands","p":"Drush/Runtime/ServiceManager.html#method_discoverCommands","d":"

Discovers command classes from a provided search path.

"},{"t":"M","n":"Drush\\Runtime\\ServiceManager::discoverPsr4Commands","p":"Drush/Runtime/ServiceManager.html#method_discoverPsr4Commands","d":"

Discover PSR-4 autoloaded classes that implement Annotated Command\nlibrary command handlers.

"},{"t":"M","n":"Drush\\Runtime\\ServiceManager::discoverPsr4Generators","p":"Drush/Runtime/ServiceManager.html#method_discoverPsr4Generators","d":"

Discover PSR-4 autoloaded classes that implement DCG generators.

"},{"t":"M","n":"Drush\\Runtime\\ServiceManager::discoverModuleCommands","p":"Drush/Runtime/ServiceManager.html#method_discoverModuleCommands","d":"

Discover module commands. This is the preferred way to find module\ncommands in Drush 12+.

"},{"t":"M","n":"Drush\\Runtime\\ServiceManager::discoverModuleCommandInfoAlterers","p":"Drush/Runtime/ServiceManager.html#method_discoverModuleCommandInfoAlterers","d":"

Discover command info alterers in modules.

"},{"t":"M","n":"Drush\\Runtime\\ServiceManager::instantiateYamlCliCommands","p":"Drush/Runtime/ServiceManager.html#method_instantiateYamlCliCommands","d":"

Instantiate commands from Grasmash\\YamlCli that we want to expose\nas Drush commands.

"},{"t":"M","n":"Drush\\Runtime\\ServiceManager::instantiateServices","p":"Drush/Runtime/ServiceManager.html#method_instantiateServices","d":"

Instantiate objects given a lsit of classes. For each class, if it has\na static create factory, use that to instantiate it, passing both the\nDrupal and Drush DI containers. If there is no static factory, then\ninstantiate it via 'new $class'

"},{"t":"M","n":"Drush\\Runtime\\ServiceManager::supportsCompoundContainer","p":"Drush/Runtime/ServiceManager.html#method_supportsCompoundContainer","d":"

Determine if the first parameter of the create method supports our container with delegate.

"},{"t":"M","n":"Drush\\Runtime\\ServiceManager::hasStaticCreateFactory","p":"Drush/Runtime/ServiceManager.html#method_hasStaticCreateFactory","d":"

Check to see if the provided class has a static create method.

"},{"t":"M","n":"Drush\\Runtime\\ServiceManager::bootStrapAttributeValue","p":"Drush/Runtime/ServiceManager.html#method_bootStrapAttributeValue","d":null},{"t":"M","n":"Drush\\Runtime\\ServiceManager::requiresBootstrap","p":"Drush/Runtime/ServiceManager.html#method_requiresBootstrap","d":"

Check whether a command class requires Drupal bootstrap.

"},{"t":"M","n":"Drush\\Runtime\\ServiceManager::hasStaticCreateEarlyFactory","p":"Drush/Runtime/ServiceManager.html#method_hasStaticCreateEarlyFactory","d":"

Check to see if the provided class has a static createEarly method.

"},{"t":"M","n":"Drush\\Runtime\\ServiceManager::hasStaticMethod","p":"Drush/Runtime/ServiceManager.html#method_hasStaticMethod","d":"

Check to see if the provided class has the specified static method.

"},{"t":"M","n":"Drush\\Runtime\\ServiceManager::discoverModuleGenerators","p":"Drush/Runtime/ServiceManager.html#method_discoverModuleGenerators","d":"

Return generators that ship in modules.

"},{"t":"M","n":"Drush\\Runtime\\ServiceManager::inflect","p":"Drush/Runtime/ServiceManager.html#method_inflect","d":"

Inject any dependencies needed via the "*AwareInterface" pattern

"},{"t":"M","n":"Drush\\Runtime\\ShutdownHandler::installHandler","p":"Drush/Runtime/ShutdownHandler.html#method_installHandler","d":null},{"t":"M","n":"Drush\\Runtime\\ShutdownHandler::shutdownHandler","p":"Drush/Runtime/ShutdownHandler.html#method_shutdownHandler","d":null},{"t":"M","n":"Drush\\Runtime\\ShutdownHandler::returnStatus","p":"Drush/Runtime/ShutdownHandler.html#method_returnStatus","d":null},{"t":"M","n":"Drush\\Runtime\\TildeExpansionHook::validate","p":"Drush/Runtime/TildeExpansionHook.html#method_validate","d":null},{"t":"M","n":"Drush\\SiteAlias\\ProcessManager::setDrupalFinder","p":"Drush/SiteAlias/ProcessManager.html#method_setDrupalFinder","d":null},{"t":"M","n":"Drush\\SiteAlias\\ProcessManager::getDrupalFinder","p":"Drush/SiteAlias/ProcessManager.html#method_getDrupalFinder","d":null},{"t":"M","n":"Drush\\SiteAlias\\ProcessManager::drush","p":"Drush/SiteAlias/ProcessManager.html#method_drush","d":"

Run a Drush command on a site alias (or @self).

"},{"t":"M","n":"Drush\\SiteAlias\\ProcessManager::drushSiteProcess","p":"Drush/SiteAlias/ProcessManager.html#method_drushSiteProcess","d":"

drushSiteProcess should be avoided in favor of the drush method above.

"},{"t":"M","n":"Drush\\SiteAlias\\ProcessManager::drushScript","p":"Drush/SiteAlias/ProcessManager.html#method_drushScript","d":"

Determine the path to Drush to use

"},{"t":"M","n":"Drush\\SiteAlias\\ProcessManager::relativePathToVendorBinDrush","p":"Drush/SiteAlias/ProcessManager.html#method_relativePathToVendorBinDrush","d":"

Return the relative path to 'vendor/bin/drush' from the Drupal root.

"},{"t":"M","n":"Drush\\SiteAlias\\ProcessManager::siteProcess","p":"Drush/SiteAlias/ProcessManager.html#method_siteProcess","d":""},{"t":"M","n":"Drush\\SiteAlias\\ProcessManager::process","p":"Drush/SiteAlias/ProcessManager.html#method_process","d":"

Run a bash fragment locally.

"},{"t":"M","n":"Drush\\SiteAlias\\ProcessManager::shell","p":"Drush/SiteAlias/ProcessManager.html#method_shell","d":"

Create a Process instance from a commandline string.

"},{"t":"M","n":"Drush\\SiteAlias\\ProcessManager::configureProcess","p":"Drush/SiteAlias/ProcessManager.html#method_configureProcess","d":"

configureProcess sets up a process object so that it is ready to use.

"},{"t":"M","n":"Drush\\SiteAlias\\SiteAliasFileLoader::__construct","p":"Drush/SiteAlias/SiteAliasFileLoader.html#method___construct","d":null},{"t":"M","n":"Drush\\SiteAlias\\Util\\InternalYamlDataFileLoader::load","p":"Drush/SiteAlias/Util/InternalYamlDataFileLoader.html#method_load","d":null},{"t":"M","n":"Drush\\Sql\\SqlBase::__construct","p":"Drush/Sql/SqlBase.html#method___construct","d":"

Typically, SqlBase instances are constructed via SqlBase::create($options).

"},{"t":"M","n":"Drush\\Sql\\SqlBase::getEnv","p":"Drush/Sql/SqlBase.html#method_getEnv","d":"

Get environment variables to pass to Process.

"},{"t":"M","n":"Drush\\Sql\\SqlBase::getProcess","p":"Drush/Sql/SqlBase.html#method_getProcess","d":"

Get the last used Process.

"},{"t":"M","n":"Drush\\Sql\\SqlBase::setProcess","p":"Drush/Sql/SqlBase.html#method_setProcess","d":null},{"t":"M","n":"Drush\\Sql\\SqlBase::create","p":"Drush/Sql/SqlBase.html#method_create","d":"

Get a driver specific instance of this class.

"},{"t":"M","n":"Drush\\Sql\\SqlBase::getInstance","p":"Drush/Sql/SqlBase.html#method_getInstance","d":null},{"t":"M","n":"Drush\\Sql\\SqlBase::getDbSpec","p":"Drush/Sql/SqlBase.html#method_getDbSpec","d":null},{"t":"M","n":"Drush\\Sql\\SqlBase::setDbSpec","p":"Drush/Sql/SqlBase.html#method_setDbSpec","d":"

Set the current db spec.

"},{"t":"M","n":"Drush\\Sql\\SqlBase::command","p":"Drush/Sql/SqlBase.html#method_command","d":"

The unix command used to connect to the database.

"},{"t":"M","n":"Drush\\Sql\\SqlBase::connect","p":"Drush/Sql/SqlBase.html#method_connect","d":"

A string for connecting to a database.

"},{"t":"M","n":"Drush\\Sql\\SqlBase::dump","p":"Drush/Sql/SqlBase.html#method_dump","d":null},{"t":"M","n":"Drush\\Sql\\SqlBase::addPipeFail","p":"Drush/Sql/SqlBase.html#method_addPipeFail","d":"

Handle 'pipefail' option for the specified command.

"},{"t":"M","n":"Drush\\Sql\\SqlBase::dumpCmd","p":"Drush/Sql/SqlBase.html#method_dumpCmd","d":null},{"t":"M","n":"Drush\\Sql\\SqlBase::dumpFile","p":"Drush/Sql/SqlBase.html#method_dumpFile","d":null},{"t":"M","n":"Drush\\Sql\\SqlBase::query","p":"Drush/Sql/SqlBase.html#method_query","d":"

Execute a SQL query. Respect simulate mode.

"},{"t":"M","n":"Drush\\Sql\\SqlBase::alwaysQuery","p":"Drush/Sql/SqlBase.html#method_alwaysQuery","d":"

Execute a SQL query. Always execute regardless of simulate mode.

"},{"t":"M","n":"Drush\\Sql\\SqlBase::logQueryInDebugMode","p":"Drush/Sql/SqlBase.html#method_logQueryInDebugMode","d":"

Show the query in debug mode and simulate mode

"},{"t":"M","n":"Drush\\Sql\\SqlBase::silent","p":"Drush/Sql/SqlBase.html#method_silent","d":null},{"t":"M","n":"Drush\\Sql\\SqlBase::queryPrefix","p":"Drush/Sql/SqlBase.html#method_queryPrefix","d":null},{"t":"M","n":"Drush\\Sql\\SqlBase::queryFormat","p":"Drush/Sql/SqlBase.html#method_queryFormat","d":null},{"t":"M","n":"Drush\\Sql\\SqlBase::drop","p":"Drush/Sql/SqlBase.html#method_drop","d":"

Drop specified database.

"},{"t":"M","n":"Drush\\Sql\\SqlBase::createdbSql","p":"Drush/Sql/SqlBase.html#method_createdbSql","d":"

Build a SQL string for dropping and creating a database.

"},{"t":"M","n":"Drush\\Sql\\SqlBase::createdb","p":"Drush/Sql/SqlBase.html#method_createdb","d":"

Create a new database.

"},{"t":"M","n":"Drush\\Sql\\SqlBase::dropOrCreate","p":"Drush/Sql/SqlBase.html#method_dropOrCreate","d":"

Drop all tables (if DB exists) or CREATE target database.

"},{"t":"M","n":"Drush\\Sql\\SqlBase::dbExists","p":"Drush/Sql/SqlBase.html#method_dbExists","d":null},{"t":"M","n":"Drush\\Sql\\SqlBase::creds","p":"Drush/Sql/SqlBase.html#method_creds","d":"

Build a string containing connection credentials.

"},{"t":"M","n":"Drush\\Sql\\SqlBase::scheme","p":"Drush/Sql/SqlBase.html#method_scheme","d":"

The active database driver.

"},{"t":"M","n":"Drush\\Sql\\SqlBase::listTables","p":"Drush/Sql/SqlBase.html#method_listTables","d":"

Extract the name of all existing tables in the given database.

"},{"t":"M","n":"Drush\\Sql\\SqlBase::listTablesQuoted","p":"Drush/Sql/SqlBase.html#method_listTablesQuoted","d":"

Extract the name of all existing tables in the given database.

"},{"t":"M","n":"Drush\\Sql\\SqlBase::paramsToOptions","p":"Drush/Sql/SqlBase.html#method_paramsToOptions","d":null},{"t":"M","n":"Drush\\Sql\\SqlBase::su","p":"Drush/Sql/SqlBase.html#method_su","d":"

Adjust DB connection with superuser credentials if provided.

"},{"t":"M","n":"Drush\\Sql\\SqlBase::getOptions","p":"Drush/Sql/SqlBase.html#method_getOptions","d":null},{"t":"M","n":"Drush\\Sql\\SqlBase::getOption","p":"Drush/Sql/SqlBase.html#method_getOption","d":null},{"t":"M","n":"Drush\\Sql\\SqlBase::dbSpecFromDbUrl","p":"Drush/Sql/SqlBase.html#method_dbSpecFromDbUrl","d":"

Convert from an old-style database URL to an array of database settings.

"},{"t":"M","n":"Drush\\Sql\\SqlBase::alwaysQueryCommand","p":"Drush/Sql/SqlBase.html#method_alwaysQueryCommand","d":"

Start building the command to run a query.

"},{"t":"M","n":"Drush\\Sql\\SqlMariaDB::dumpProgram","p":"Drush/Sql/SqlMariaDB.html#method_dumpProgram","d":null},{"t":"M","n":"Drush\\Sql\\SqlMysql::make","p":"Drush/Sql/SqlMysql.html#method_make","d":"

A factory method which creates a mysql or mariadb instance as needed.

"},{"t":"M","n":"Drush\\Sql\\SqlMysql::command","p":"Drush/Sql/SqlMysql.html#method_command","d":"

The unix command used to connect to the database.

"},{"t":"M","n":"Drush\\Sql\\SqlMysql::dumpProgram","p":"Drush/Sql/SqlMysql.html#method_dumpProgram","d":null},{"t":"M","n":"Drush\\Sql\\SqlMysql::getVersion","p":"Drush/Sql/SqlMysql.html#method_getVersion","d":"

The server version.

"},{"t":"M","n":"Drush\\Sql\\SqlMysql::setVersion","p":"Drush/Sql/SqlMysql.html#method_setVersion","d":null},{"t":"M","n":"Drush\\Sql\\SqlMysql::creds","p":"Drush/Sql/SqlMysql.html#method_creds","d":"

Build a string containing connection credentials.

"},{"t":"M","n":"Drush\\Sql\\SqlMysql::silent","p":"Drush/Sql/SqlMysql.html#method_silent","d":null},{"t":"M","n":"Drush\\Sql\\SqlMysql::createdbSql","p":"Drush/Sql/SqlMysql.html#method_createdbSql","d":"

Build a SQL string for dropping and creating a database.

"},{"t":"M","n":"Drush\\Sql\\SqlMysql::dbExists","p":"Drush/Sql/SqlMysql.html#method_dbExists","d":""},{"t":"M","n":"Drush\\Sql\\SqlMysql::listTables","p":"Drush/Sql/SqlMysql.html#method_listTables","d":"

Extract the name of all existing tables in the given database.

"},{"t":"M","n":"Drush\\Sql\\SqlMysql::listTablesQuoted","p":"Drush/Sql/SqlMysql.html#method_listTablesQuoted","d":"

Extract the name of all existing tables in the given database.

"},{"t":"M","n":"Drush\\Sql\\SqlMysql::dumpCmd","p":"Drush/Sql/SqlMysql.html#method_dumpCmd","d":null},{"t":"M","n":"Drush\\Sql\\SqlPgsql::command","p":"Drush/Sql/SqlPgsql.html#method_command","d":"

The unix command used to connect to the database.

"},{"t":"M","n":"Drush\\Sql\\SqlPgsql::getEnv","p":"Drush/Sql/SqlPgsql.html#method_getEnv","d":"

Get environment variables to pass to Process.

"},{"t":"M","n":"Drush\\Sql\\SqlPgsql::creds","p":"Drush/Sql/SqlPgsql.html#method_creds","d":"

Build a string containing connection credentials.

"},{"t":"M","n":"Drush\\Sql\\SqlPgsql::createdb","p":"Drush/Sql/SqlPgsql.html#method_createdb","d":"

Create a new database.

"},{"t":"M","n":"Drush\\Sql\\SqlPgsql::drop","p":"Drush/Sql/SqlPgsql.html#method_drop","d":"

Drop specified database.

"},{"t":"M","n":"Drush\\Sql\\SqlPgsql::createdbSql","p":"Drush/Sql/SqlPgsql.html#method_createdbSql","d":"

Build a SQL string for dropping and creating a database.

"},{"t":"M","n":"Drush\\Sql\\SqlPgsql::dbExists","p":"Drush/Sql/SqlPgsql.html#method_dbExists","d":null},{"t":"M","n":"Drush\\Sql\\SqlPgsql::queryFormat","p":"Drush/Sql/SqlPgsql.html#method_queryFormat","d":null},{"t":"M","n":"Drush\\Sql\\SqlPgsql::listTables","p":"Drush/Sql/SqlPgsql.html#method_listTables","d":"

Extract the name of all existing tables in the given database.

"},{"t":"M","n":"Drush\\Sql\\SqlPgsql::dumpCmd","p":"Drush/Sql/SqlPgsql.html#method_dumpCmd","d":null},{"t":"M","n":"Drush\\Sql\\SqlPgsql::getPasswordFile","p":"Drush/Sql/SqlPgsql.html#method_getPasswordFile","d":null},{"t":"M","n":"Drush\\Sql\\SqlSqlite::command","p":"Drush/Sql/SqlSqlite.html#method_command","d":"

The unix command used to connect to the database.

"},{"t":"M","n":"Drush\\Sql\\SqlSqlite::creds","p":"Drush/Sql/SqlSqlite.html#method_creds","d":"

Build a string containing connection credentials.

"},{"t":"M","n":"Drush\\Sql\\SqlSqlite::createdbSql","p":"Drush/Sql/SqlSqlite.html#method_createdbSql","d":"

Build a SQL string for dropping and creating a database.

"},{"t":"M","n":"Drush\\Sql\\SqlSqlite::createdb","p":"Drush/Sql/SqlSqlite.html#method_createdb","d":"

Create a new database.

"},{"t":"M","n":"Drush\\Sql\\SqlSqlite::dbExists","p":"Drush/Sql/SqlSqlite.html#method_dbExists","d":null},{"t":"M","n":"Drush\\Sql\\SqlSqlite::listTables","p":"Drush/Sql/SqlSqlite.html#method_listTables","d":"

Extract the name of all existing tables in the given database.

"},{"t":"M","n":"Drush\\Sql\\SqlSqlite::drop","p":"Drush/Sql/SqlSqlite.html#method_drop","d":"

Drop specified database.

"},{"t":"M","n":"Drush\\Sql\\SqlSqlite::dumpCmd","p":"Drush/Sql/SqlSqlite.html#method_dumpCmd","d":null},{"t":"M","n":"Drush\\Sql\\SqlTableSelectionTrait::getExpandedTableSelection","p":"Drush/Sql/SqlTableSelectionTrait.html#method_getExpandedTableSelection","d":"

Given a list of all tables, expand the convert the wildcards in the\noption-provided lists into a list of actual table names.

"},{"t":"M","n":"Drush\\Sql\\SqlTableSelectionTrait::expandAndFilterTables","p":"Drush/Sql/SqlTableSelectionTrait.html#method_expandAndFilterTables","d":"

Given the table names in the input array that may contain wildcards (*),\nexpand the table names so that the array returned only contains table names\nthat exist in the database.

"},{"t":"M","n":"Drush\\Sql\\SqlTableSelectionTrait::expandWildcardTables","p":"Drush/Sql/SqlTableSelectionTrait.html#method_expandWildcardTables","d":"

Expand wildcard tables.

"},{"t":"M","n":"Drush\\Sql\\SqlTableSelectionTrait::filterTables","p":"Drush/Sql/SqlTableSelectionTrait.html#method_filterTables","d":"

Filters tables.

"},{"t":"M","n":"Drush\\Sql\\SqlTableSelectionTrait::getTableSelection","p":"Drush/Sql/SqlTableSelectionTrait.html#method_getTableSelection","d":"

Construct an array that places table names in appropriate\nbuckets based on whether the table is to be skipped, included\nfor structure only, or have structure and data dumped.

"},{"t":"M","n":"Drush\\Sql\\SqlTableSelectionTrait::getRawTableList","p":"Drush/Sql/SqlTableSelectionTrait.html#method_getRawTableList","d":"

Consult the specified options and return the list of tables specified.

"},{"t":"M","n":"Drush\\Symfony\\BootstrapCompilerPass::process","p":"Drush/Symfony/BootstrapCompilerPass.html#method_process","d":null},{"t":"M","n":"Drush\\Symfony\\DrushStyleInjector::get","p":"Drush/Symfony/DrushStyleInjector.html#method_get","d":null},{"t":"M","n":"Drush\\TestTraits\\CliTestTrait::getOutputRaw","p":"Drush/TestTraits/CliTestTrait.html#method_getOutputRaw","d":"

Accessor for the last output, non-trimmed.

"},{"t":"M","n":"Drush\\TestTraits\\CliTestTrait::getErrorOutputRaw","p":"Drush/TestTraits/CliTestTrait.html#method_getErrorOutputRaw","d":"

Accessor for the last stderr output, non-trimmed.

"},{"t":"M","n":"Drush\\TestTraits\\CliTestTrait::startExecute","p":"Drush/TestTraits/CliTestTrait.html#method_startExecute","d":"

Run a command and return the process without waiting for it to finish.

"},{"t":"M","n":"Drush\\TestTraits\\CliTestTrait::execute","p":"Drush/TestTraits/CliTestTrait.html#method_execute","d":"

Actually runs the command.

"},{"t":"M","n":"Drush\\TestTraits\\CliTestTrait::escapeshellarg","p":"Drush/TestTraits/CliTestTrait.html#method_escapeshellarg","d":null},{"t":"M","n":"Drush\\TestTraits\\CliTestTrait::isWindows","p":"Drush/TestTraits/CliTestTrait.html#method_isWindows","d":null},{"t":"M","n":"Drush\\TestTraits\\CliTestTrait::_escapeshellargWindows","p":"Drush/TestTraits/CliTestTrait.html#method__escapeshellargWindows","d":null},{"t":"M","n":"Drush\\TestTraits\\CliTestTrait::buildProcessMessage","p":"Drush/TestTraits/CliTestTrait.html#method_buildProcessMessage","d":"

Borrowed from \\Symfony\\Component\\Process\\Exception\\ProcessTimedOutException

"},{"t":"M","n":"Drush\\TestTraits\\CliTestTrait::assertOutputEquals","p":"Drush/TestTraits/CliTestTrait.html#method_assertOutputEquals","d":"

Checks that the output matches the expected output.

"},{"t":"M","n":"Drush\\TestTraits\\CliTestTrait::assertErrorOutputEquals","p":"Drush/TestTraits/CliTestTrait.html#method_assertErrorOutputEquals","d":"

Checks that the error output matches the expected output.

"},{"t":"M","n":"Drush\\TestTraits\\DrushTestTrait::getPathToDrush","p":"Drush/TestTraits/DrushTestTrait.html#method_getPathToDrush","d":null},{"t":"M","n":"Drush\\TestTraits\\DrushTestTrait::drush","p":"Drush/TestTraits/DrushTestTrait.html#method_drush","d":"

Invoke drush in via execute().

"},{"t":"M","n":"Drush\\TestTraits\\DrushTestTrait::convertKeyValueToFlag","p":"Drush/TestTraits/DrushTestTrait.html#method_convertKeyValueToFlag","d":"

Given an option key / value pair, convert to a "--key=value" string.

"},{"t":"M","n":"Drush\\TestTraits\\DrushTestTrait::drushMajorVersion","p":"Drush/TestTraits/DrushTestTrait.html#method_drushMajorVersion","d":"

Return the major version of Drush

"},{"t":"M","n":"Drush\\TestTraits\\OutputUtilsTrait::getOutputRaw","p":"Drush/TestTraits/OutputUtilsTrait.html#method_getOutputRaw","d":"

Accessor for the last output, non-trimmed.

"},{"t":"M","n":"Drush\\TestTraits\\OutputUtilsTrait::getErrorOutputRaw","p":"Drush/TestTraits/OutputUtilsTrait.html#method_getErrorOutputRaw","d":"

Accessor for the last stderr output, non-trimmed.

"},{"t":"M","n":"Drush\\TestTraits\\OutputUtilsTrait::getSimplifiedOutput","p":"Drush/TestTraits/OutputUtilsTrait.html#method_getSimplifiedOutput","d":"

Get command output and simplify things like full paths and extra whitespace.

"},{"t":"M","n":"Drush\\TestTraits\\OutputUtilsTrait::getSimplifiedErrorOutput","p":"Drush/TestTraits/OutputUtilsTrait.html#method_getSimplifiedErrorOutput","d":"

Returns a simplified version of the error output to facilitate testing.

"},{"t":"M","n":"Drush\\TestTraits\\OutputUtilsTrait::simplifyOutput","p":"Drush/TestTraits/OutputUtilsTrait.html#method_simplifyOutput","d":"

Remove things like full paths and extra whitespace from the given string.

"},{"t":"M","n":"Drush\\TestTraits\\OutputUtilsTrait::pathsToSimplify","p":"Drush/TestTraits/OutputUtilsTrait.html#method_pathsToSimplify","d":null},{"t":"M","n":"Drush\\TestTraits\\OutputUtilsTrait::getOutput","p":"Drush/TestTraits/OutputUtilsTrait.html#method_getOutput","d":"

Accessor for the last output, trimmed.

"},{"t":"M","n":"Drush\\TestTraits\\OutputUtilsTrait::getErrorOutput","p":"Drush/TestTraits/OutputUtilsTrait.html#method_getErrorOutput","d":"

Accessor for the last stderr output, trimmed.

"},{"t":"M","n":"Drush\\TestTraits\\OutputUtilsTrait::getOutputAsList","p":"Drush/TestTraits/OutputUtilsTrait.html#method_getOutputAsList","d":"

Accessor for the last output, rtrimmed and split on newlines.

"},{"t":"M","n":"Drush\\TestTraits\\OutputUtilsTrait::getErrorOutputAsList","p":"Drush/TestTraits/OutputUtilsTrait.html#method_getErrorOutputAsList","d":"

Accessor for the last stderr output, rtrimmed and split on newlines.

"},{"t":"M","n":"Drush\\TestTraits\\OutputUtilsTrait::getOutputFromJSON","p":"Drush/TestTraits/OutputUtilsTrait.html#method_getOutputFromJSON","d":"

Accessor for the last output, decoded from json.

"},{"t":"M","n":"Drush\\Utils\\FsUtils::getBackupDir","p":"Drush/Utils/FsUtils.html#method_getBackupDir","d":"

Decide where our backup directory should go

"},{"t":"M","n":"Drush\\Utils\\FsUtils::getBackupDirParent","p":"Drush/Utils/FsUtils.html#method_getBackupDirParent","d":"

Get the base dir where our backup directories will be stored. Also stores CLI history file.

"},{"t":"M","n":"Drush\\Utils\\FsUtils::isUsableDirectory","p":"Drush/Utils/FsUtils.html#method_isUsableDirectory","d":"

Determine if the specified location is writable, or if a writable\ndirectory could be created at that path.

"},{"t":"M","n":"Drush\\Utils\\FsUtils::tmpDir","p":"Drush/Utils/FsUtils.html#method_tmpDir","d":"

Prepare a temporary directory that will be deleted on exit.

"},{"t":"M","n":"Drush\\Utils\\FsUtils::registerForDeletion","p":"Drush/Utils/FsUtils.html#method_registerForDeletion","d":"

Add the given directory to a list to be deleted on exit.

"},{"t":"M","n":"Drush\\Utils\\FsUtils::cleanup","p":"Drush/Utils/FsUtils.html#method_cleanup","d":"

Delete all of the files registered for deletion.

"},{"t":"M","n":"Drush\\Utils\\FsUtils::prepareBackupDir","p":"Drush/Utils/FsUtils.html#method_prepareBackupDir","d":"

Prepare a backup directory.

"},{"t":"M","n":"Drush\\Utils\\FsUtils::realpath","p":"Drush/Utils/FsUtils.html#method_realpath","d":"

Returns canonicalized absolute pathname.

"},{"t":"M","n":"Drush\\Utils\\FsUtils::isTarball","p":"Drush/Utils/FsUtils.html#method_isTarball","d":"

Check whether a file is a supported tarball.

"},{"t":"M","n":"Drush\\Utils\\FsUtils::getMimeContentType","p":"Drush/Utils/FsUtils.html#method_getMimeContentType","d":"

Determines the MIME content type of the specified file.

"},{"t":"M","n":"Drush\\Utils\\StringUtils::csvToArray","p":"Drush/Utils/StringUtils.html#method_csvToArray","d":"

Convert a csv string, or an array of items which\nmay contain csv strings, into an array of items.

"},{"t":"M","n":"Drush\\Utils\\StringUtils::interpolate","p":"Drush/Utils/StringUtils.html#method_interpolate","d":"

Replace placeholders in a string.

"},{"t":"M","n":"Drush\\Utils\\StringUtils::replaceTilde","p":"Drush/Utils/StringUtils.html#method_replaceTilde","d":"

Replace tilde in a path with the HOME directory.

"},{"t":"M","n":"Drush\\Utils\\StringUtils::generatePassword","p":"Drush/Utils/StringUtils.html#method_generatePassword","d":"

Generate a random alphanumeric password. Copied from user.module.

"},{"t":"M","n":"Drush\\Attributes\\ValidatorInterface::validate","p":"Drush/Attributes/ValidatorInterface.html#method_validate","d":null},{"t":"M","n":"Drush\\Boot\\Boot::findUri","p":"Drush/Boot/Boot.html#method_findUri","d":"

Select the best URI for the provided cwd. Only called\nif the user did not explicitly specify a URI.

"},{"t":"M","n":"Drush\\Boot\\Boot::setUri","p":"Drush/Boot/Boot.html#method_setUri","d":"

Inject the uri for the specific site to be bootstrapped

"},{"t":"M","n":"Drush\\Boot\\Boot::validRoot","p":"Drush/Boot/Boot.html#method_validRoot","d":"

This function determines if the specified path points to\nthe root directory of a CMS that can be bootstrapped by\nthe specific subclass that implements it.

"},{"t":"M","n":"Drush\\Boot\\Boot::getVersion","p":"Drush/Boot/Boot.html#method_getVersion","d":"

Given a site root directory, determine the exact version of the software.

"},{"t":"M","n":"Drush\\Boot\\Boot::bootstrapPhases","p":"Drush/Boot/Boot.html#method_bootstrapPhases","d":"

Returns an array that determines what bootstrap phases\nare necessary to bootstrap this CMS. This array\nshould map from a numeric phase to the name of a method\n(string) in the Boot class that handles the bootstrap\nphase.

"},{"t":"M","n":"Drush\\Boot\\Boot::bootstrapPhaseMap","p":"Drush/Boot/Boot.html#method_bootstrapPhaseMap","d":"

Return an array mapping from bootstrap phase shorthand\nstrings (e.g. "full") to the corresponding bootstrap\nphase index constant (e.g. DRUSH_BOOTSTRAP_DRUPAL_FULL).

"},{"t":"M","n":"Drush\\Boot\\Boot::lookUpPhaseIndex","p":"Drush/Boot/Boot.html#method_lookUpPhaseIndex","d":"

Convert from a phase shorthand or constant to a phase index.

"},{"t":"M","n":"Drush\\Boot\\Boot::reportCommandError","p":"Drush/Boot/Boot.html#method_reportCommandError","d":"

Called by Drush if a command is not found, or if the\ncommand was found, but did not meet requirements.

"},{"t":"M","n":"Drush\\Boot\\Boot::terminate","p":"Drush/Boot/Boot.html#method_terminate","d":"

This method is called during the shutdown of drush.

"},{"t":"M","n":"Drush\\Drupal\\Commands\\sql\\SanitizePluginInterface::sanitize","p":"Drush/Drupal/Commands/sql/SanitizePluginInterface.html#method_sanitize","d":"

Run your sanitization logic using standard Drupal APIs.

"},{"t":"M","n":"Drush\\Drupal\\Commands\\sql\\SanitizePluginInterface::messages","p":"Drush/Drupal/Commands/sql/SanitizePluginInterface.html#method_messages","d":"

Use #[CLI\\Hook(type: HookManager::ON_EVENT, target: SanitizeCommands::CONFIRMS)]

"},{"t":"M","n":"Drush\\Log\\SuccessInterface::success","p":"Drush/Log/SuccessInterface.html#method_success","d":"

Log a 'success' message.

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgsInterface::optionsWithValues","p":"Drush/Preflight/PreflightArgsInterface.html#method_optionsWithValues","d":"

Return an associative array of '--option' => 'methodName'.

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgsInterface::applyToConfig","p":"Drush/Preflight/PreflightArgsInterface.html#method_applyToConfig","d":"

Copy any applicable arguments into the provided configuration\nobject, as appropriate.

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgsInterface::args","p":"Drush/Preflight/PreflightArgsInterface.html#method_args","d":"

Return all of the args from the inputs that were NOT processed\nby the ArgsPreprocessor (anything not listed in optionsWithValues).

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgsInterface::applicationPath","p":"Drush/Preflight/PreflightArgsInterface.html#method_applicationPath","d":"

Return the path to this application's executable ($argv[0]).

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgsInterface::commandName","p":"Drush/Preflight/PreflightArgsInterface.html#method_commandName","d":"

Return the command name from the runtime args. Note that the\ncommand name also exists inside the runtime args, because the\nruntime args maintain the order of the options relative to the\ncommand name (save for those options removed by preflight args).

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgsInterface::setCommandName","p":"Drush/Preflight/PreflightArgsInterface.html#method_setCommandName","d":"

Store the command name, once it is found.

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgsInterface::addArg","p":"Drush/Preflight/PreflightArgsInterface.html#method_addArg","d":"

Add one argument to the end of the list returned by the args() method.

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgsInterface::passArgs","p":"Drush/Preflight/PreflightArgsInterface.html#method_passArgs","d":"

Add everything in the provided array to the list returned by args()

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgsInterface::alias","p":"Drush/Preflight/PreflightArgsInterface.html#method_alias","d":"

Return any '@alias' that may have appeared before the argument\nholding the command name.

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgsInterface::hasAlias","p":"Drush/Preflight/PreflightArgsInterface.html#method_hasAlias","d":"

Returns 'true' if an '@alias' was set.

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgsInterface::setAlias","p":"Drush/Preflight/PreflightArgsInterface.html#method_setAlias","d":"

Set an alias. Should always begin with '@'.

"},{"t":"M","n":"Drush\\Runtime\\HandlerInterface::installHandler","p":"Drush/Runtime/HandlerInterface.html#method_installHandler","d":null},{"t":"N","n":"Drush","p":"Drush.html"},{"t":"N","n":"Drush\\Attributes","p":"Drush/Attributes.html"},{"t":"N","n":"Drush\\Backend","p":"Drush/Backend.html"},{"t":"N","n":"Drush\\Boot","p":"Drush/Boot.html"},{"t":"N","n":"Drush\\Command","p":"Drush/Command.html"},{"t":"N","n":"Drush\\Commands","p":"Drush/Commands.html"},{"t":"N","n":"Drush\\Commands\\config","p":"Drush/Commands/config.html"},{"t":"N","n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"},{"t":"N","n":"Drush\\Commands\\field","p":"Drush/Commands/field.html"},{"t":"N","n":"Drush\\Commands\\generate","p":"Drush/Commands/generate.html"},{"t":"N","n":"Drush\\Commands\\generate\\Generators","p":"Drush/Commands/generate/Generators.html"},{"t":"N","n":"Drush\\Commands\\generate\\Generators\\Drush","p":"Drush/Commands/generate/Generators/Drush.html"},{"t":"N","n":"Drush\\Commands\\help","p":"Drush/Commands/help.html"},{"t":"N","n":"Drush\\Commands\\pm","p":"Drush/Commands/pm.html"},{"t":"N","n":"Drush\\Commands\\sql","p":"Drush/Commands/sql.html"},{"t":"N","n":"Drush\\Config","p":"Drush/Config.html"},{"t":"N","n":"Drush\\Config\\Loader","p":"Drush/Config/Loader.html"},{"t":"N","n":"Drush\\Drupal","p":"Drush/Drupal.html"},{"t":"N","n":"Drush\\DrupalFinder","p":"Drush/DrupalFinder.html"},{"t":"N","n":"Drush\\Drupal\\Commands","p":"Drush/Drupal/Commands.html"},{"t":"N","n":"Drush\\Drupal\\Commands\\sql","p":"Drush/Drupal/Commands/sql.html"},{"t":"N","n":"Drush\\Drupal\\Migrate","p":"Drush/Drupal/Migrate.html"},{"t":"N","n":"Drush\\Exceptions","p":"Drush/Exceptions.html"},{"t":"N","n":"Drush\\Exec","p":"Drush/Exec.html"},{"t":"N","n":"Drush\\Formatters","p":"Drush/Formatters.html"},{"t":"N","n":"Drush\\Log","p":"Drush/Log.html"},{"t":"N","n":"Drush\\Preflight","p":"Drush/Preflight.html"},{"t":"N","n":"Drush\\Psysh","p":"Drush/Psysh.html"},{"t":"N","n":"Drush\\Runtime","p":"Drush/Runtime.html"},{"t":"N","n":"Drush\\SiteAlias","p":"Drush/SiteAlias.html"},{"t":"N","n":"Drush\\SiteAlias\\Util","p":"Drush/SiteAlias/Util.html"},{"t":"N","n":"Drush\\Sql","p":"Drush/Sql.html"},{"t":"N","n":"Drush\\Symfony","p":"Drush/Symfony.html"},{"t":"N","n":"Drush\\TestTraits","p":"Drush/TestTraits.html"},{"t":"N","n":"Drush\\Utils","p":"Drush/Utils.html"}]} +{"items":[{"t":"C","n":"Drush\\Application","p":"Drush/Application.html","d":"

Our application object

","f":{"n":"Drush","p":"Drush.html"}},{"t":"C","n":"Drush\\Attributes\\Argument","p":"Drush/Attributes/Argument.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\Bootstrap","p":"Drush/Attributes/Bootstrap.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\Command","p":"Drush/Attributes/Command.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\Complete","p":"Drush/Attributes/Complete.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\DefaultFields","p":"Drush/Attributes/DefaultFields.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\DefaultTableFields","p":"Drush/Attributes/DefaultTableFields.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\FieldLabels","p":"Drush/Attributes/FieldLabels.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\FilterDefaultField","p":"Drush/Attributes/FilterDefaultField.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\Format","p":"Drush/Attributes/Format.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\HandleRemoteCommands","p":"Drush/Attributes/HandleRemoteCommands.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\Help","p":"Drush/Attributes/Help.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\Hook","p":"Drush/Attributes/Hook.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\HookSelector","p":"Drush/Attributes/HookSelector.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\InteractConfigName","p":"Drush/Attributes/InteractConfigName.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\Kernel","p":"Drush/Attributes/Kernel.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\NoArgumentsBase","p":"Drush/Attributes/NoArgumentsBase.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\Obsolete","p":"Drush/Attributes/Obsolete.html","d":"

Mark commands as obsolete. These commands are omitted from help list and when\nuser tries to run one, the command's description is shown. Example usage at https://github.com/drush-ops/drush/blob/13.x/src/Commands/LegacyCommands.php

","f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\Option","p":"Drush/Attributes/Option.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\OptionsetGetEditor","p":"Drush/Attributes/OptionsetGetEditor.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\OptionsetProcBuild","p":"Drush/Attributes/OptionsetProcBuild.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\OptionsetSql","p":"Drush/Attributes/OptionsetSql.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\OptionsetSsh","p":"Drush/Attributes/OptionsetSsh.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\OptionsetTableSelection","p":"Drush/Attributes/OptionsetTableSelection.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\Topics","p":"Drush/Attributes/Topics.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\Usage","p":"Drush/Attributes/Usage.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\ValidateConfigName","p":"Drush/Attributes/ValidateConfigName.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\ValidateEntityLoad","p":"Drush/Attributes/ValidateEntityLoad.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\ValidateFileExists","p":"Drush/Attributes/ValidateFileExists.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\ValidateModulesEnabled","p":"Drush/Attributes/ValidateModulesEnabled.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\ValidatePermissions","p":"Drush/Attributes/ValidatePermissions.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\ValidatePhpExtensions","p":"Drush/Attributes/ValidatePhpExtensions.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\ValidateQueueName","p":"Drush/Attributes/ValidateQueueName.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\ValidatorBase","p":"Drush/Attributes/ValidatorBase.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\ValidatorInterface","p":"Drush/Attributes/ValidatorInterface.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Attributes\\Version","p":"Drush/Attributes/Version.html","d":null,"f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"C","n":"Drush\\Backend\\BackendPathEvaluator","p":"Drush/Backend/BackendPathEvaluator.html","d":null,"f":{"n":"Drush\\Backend","p":"Drush/Backend.html"}},{"t":"C","n":"Drush\\Boot\\BaseBoot","p":"Drush/Boot/BaseBoot.html","d":null,"f":{"n":"Drush\\Boot","p":"Drush/Boot.html"}},{"t":"C","n":"Drush\\Boot\\Boot","p":"Drush/Boot/Boot.html","d":"

Defines the interface for a Boot classes. Any CMS that wishes\nto work with Drush should extend BaseBoot. If the CMS has a\nDrupal-Compatibility layer, then it should extend DrupalBoot.

","f":{"n":"Drush\\Boot","p":"Drush/Boot.html"}},{"t":"C","n":"Drush\\Boot\\BootstrapHook","p":"Drush/Boot/BootstrapHook.html","d":"

The BootstrapHook is installed as an init hook that runs before\nall commands. If there is a @bootstrap annotation/attribute, then we will\nbootstrap Drupal to the requested phase.

","f":{"n":"Drush\\Boot","p":"Drush/Boot.html"}},{"t":"C","n":"Drush\\Boot\\BootstrapManager","p":"Drush/Boot/BootstrapManager.html","d":null,"f":{"n":"Drush\\Boot","p":"Drush/Boot.html"}},{"t":"C","n":"Drush\\Boot\\DrupalBoot","p":"Drush/Boot/DrupalBoot.html","d":null,"f":{"n":"Drush\\Boot","p":"Drush/Boot.html"}},{"t":"C","n":"Drush\\Boot\\DrupalBoot8","p":"Drush/Boot/DrupalBoot8.html","d":null,"f":{"n":"Drush\\Boot","p":"Drush/Boot.html"}},{"t":"C","n":"Drush\\Boot\\DrupalBootLevels","p":"Drush/Boot/DrupalBootLevels.html","d":"

A value class with bootstrap levels.

","f":{"n":"Drush\\Boot","p":"Drush/Boot.html"}},{"t":"C","n":"Drush\\Boot\\EmptyBoot","p":"Drush/Boot/EmptyBoot.html","d":"

This is a do-nothing 'Boot' class that is used when there\nis no site at --root, or when no root is specified.

","f":{"n":"Drush\\Boot","p":"Drush/Boot.html"}},{"t":"C","n":"Drush\\Boot\\Kernels","p":"Drush/Boot/Kernels.html","d":"

Defines the available kernels that can be bootstrapped.

","f":{"n":"Drush\\Boot","p":"Drush/Boot.html"}},{"t":"C","n":"Drush\\Command\\DrushCommandInfoAlterer","p":"Drush/Command/DrushCommandInfoAlterer.html","d":null,"f":{"n":"Drush\\Command","p":"Drush/Command.html"}},{"t":"C","n":"Drush\\Command\\GlobalOptionsEventListener","p":"Drush/Command/GlobalOptionsEventListener.html","d":null,"f":{"n":"Drush\\Command","p":"Drush/Command.html"}},{"t":"C","n":"Drush\\Command\\RemoteCommandProxy","p":"Drush/Command/RemoteCommandProxy.html","d":"

Create a placeholder proxy command to represent an unknown command.

","f":{"n":"Drush\\Command","p":"Drush/Command.html"}},{"t":"C","n":"Drush\\Command\\ServiceCommandlist","p":"Drush/Command/ServiceCommandlist.html","d":"

Keep a list of all of the service commands that we can find when the\nDrupal Kernel is booted.

","f":{"n":"Drush\\Command","p":"Drush/Command.html"}},{"t":"T","n":"Drush\\Commands\\AutowireTrait","p":"Drush/Commands/AutowireTrait.html","d":"

A copy of \\Drupal\\Core\\DependencyInjection\\AutowireTrait with first params' type hint changed.

","f":{"n":"Drush\\Commands","p":"Drush/Commands.html"}},{"t":"T","n":"Drush\\Commands\\ConfiguresPrompts","p":"Drush/Commands/ConfiguresPrompts.html","d":null,"f":{"n":"Drush\\Commands","p":"Drush/Commands.html"}},{"t":"C","n":"Drush\\Commands\\DrushCommands","p":"Drush/Commands/DrushCommands.html","d":null,"f":{"n":"Drush\\Commands","p":"Drush/Commands.html"}},{"t":"C","n":"Drush\\Commands\\ExampleCommands","p":"Drush/Commands/ExampleCommands.html","d":null,"f":{"n":"Drush\\Commands","p":"Drush/Commands.html"}},{"t":"C","n":"Drush\\Commands\\LegacyCommands","p":"Drush/Commands/LegacyCommands.html","d":null,"f":{"n":"Drush\\Commands","p":"Drush/Commands.html"}},{"t":"C","n":"Drush\\Commands\\OptionsCommands","p":"Drush/Commands/OptionsCommands.html","d":null,"f":{"n":"Drush\\Commands","p":"Drush/Commands.html"}},{"t":"C","n":"Drush\\Commands\\ValidatorsCommands","p":"Drush/Commands/ValidatorsCommands.html","d":null,"f":{"n":"Drush\\Commands","p":"Drush/Commands.html"}},{"t":"C","n":"Drush\\Commands\\config\\ConfigCommands","p":"Drush/Commands/config/ConfigCommands.html","d":null,"f":{"n":"Drush\\Commands\\config","p":"Drush/Commands/config.html"}},{"t":"C","n":"Drush\\Commands\\config\\ConfigExportCommands","p":"Drush/Commands/config/ConfigExportCommands.html","d":null,"f":{"n":"Drush\\Commands\\config","p":"Drush/Commands/config.html"}},{"t":"C","n":"Drush\\Commands\\config\\ConfigImportCommands","p":"Drush/Commands/config/ConfigImportCommands.html","d":null,"f":{"n":"Drush\\Commands\\config","p":"Drush/Commands/config.html"}},{"t":"C","n":"Drush\\Commands\\config\\ConfigPullCommands","p":"Drush/Commands/config/ConfigPullCommands.html","d":null,"f":{"n":"Drush\\Commands\\config","p":"Drush/Commands/config.html"}},{"t":"C","n":"Drush\\Commands\\core\\ArchiveDumpCommands","p":"Drush/Commands/core/ArchiveDumpCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\BatchCommands","p":"Drush/Commands/core/BatchCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\BrowseCommands","p":"Drush/Commands/core/BrowseCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\CacheCommands","p":"Drush/Commands/core/CacheCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\CacheRebuildCommands","p":"Drush/Commands/core/CacheRebuildCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\CliCommands","p":"Drush/Commands/core/CliCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\CoreCommands","p":"Drush/Commands/core/CoreCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\DeployCommands","p":"Drush/Commands/core/DeployCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\DeployHookCommands","p":"Drush/Commands/core/DeployHookCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\DocsCommands","p":"Drush/Commands/core/DocsCommands.html","d":"

Topic commands.

","f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\DrupalCommands","p":"Drush/Commands/core/DrupalCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\DrupalDirectoryCommands","p":"Drush/Commands/core/DrupalDirectoryCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\DrupliconCommands","p":"Drush/Commands/core/DrupliconCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\EditCommands","p":"Drush/Commands/core/EditCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\EntityCommands","p":"Drush/Commands/core/EntityCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\EntityCreateCommands","p":"Drush/Commands/core/EntityCreateCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\ImageCommands","p":"Drush/Commands/core/ImageCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\JsonapiCommands","p":"Drush/Commands/core/JsonapiCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\LanguageCommands","p":"Drush/Commands/core/LanguageCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\LinkHooks","p":"Drush/Commands/core/LinkHooks.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\LocaleCommands","p":"Drush/Commands/core/LocaleCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\LoginCommands","p":"Drush/Commands/core/LoginCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\MaintCommands","p":"Drush/Commands/core/MaintCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\MessengerCommands","p":"Drush/Commands/core/MessengerCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\MigrateRunnerCommands","p":"Drush/Commands/core/MigrateRunnerCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\MkCommands","p":"Drush/Commands/core/MkCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\NotifyCommands","p":"Drush/Commands/core/NotifyCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\PhpCommands","p":"Drush/Commands/core/PhpCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\QueueCommands","p":"Drush/Commands/core/QueueCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\RoleCommands","p":"Drush/Commands/core/RoleCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\RsyncCommands","p":"Drush/Commands/core/RsyncCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\RunserverCommands","p":"Drush/Commands/core/RunserverCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\SiteCommands","p":"Drush/Commands/core/SiteCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\SiteInstallCommands","p":"Drush/Commands/core/SiteInstallCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\SshCommands","p":"Drush/Commands/core/SshCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\StateCommands","p":"Drush/Commands/core/StateCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\StatusCommands","p":"Drush/Commands/core/StatusCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\TopicCommands","p":"Drush/Commands/core/TopicCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\TwigCommands","p":"Drush/Commands/core/TwigCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\UpdateDBCommands","p":"Drush/Commands/core/UpdateDBCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\UserCommands","p":"Drush/Commands/core/UserCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\ViewsCommands","p":"Drush/Commands/core/ViewsCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\WatchdogCommands","p":"Drush/Commands/core/WatchdogCommands.html","d":null,"f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"C","n":"Drush\\Commands\\core\\XhprofCommands","p":"Drush/Commands/core/XhprofCommands.html","d":"

Supports profiling Drush commands using either XHProf or Tideways XHProf.

","f":{"n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"}},{"t":"T","n":"Drush\\Commands\\field\\EntityTypeBundleAskTrait","p":"Drush/Commands/field/EntityTypeBundleAskTrait.html","d":"","f":{"n":"Drush\\Commands\\field","p":"Drush/Commands/field.html"}},{"t":"T","n":"Drush\\Commands\\field\\EntityTypeBundleValidationTrait","p":"Drush/Commands/field/EntityTypeBundleValidationTrait.html","d":"","f":{"n":"Drush\\Commands\\field","p":"Drush/Commands/field.html"}},{"t":"C","n":"Drush\\Commands\\field\\FieldBaseInfoCommands","p":"Drush/Commands/field/FieldBaseInfoCommands.html","d":null,"f":{"n":"Drush\\Commands\\field","p":"Drush/Commands/field.html"}},{"t":"C","n":"Drush\\Commands\\field\\FieldBaseOverrideCreateCommands","p":"Drush/Commands/field/FieldBaseOverrideCreateCommands.html","d":null,"f":{"n":"Drush\\Commands\\field","p":"Drush/Commands/field.html"}},{"t":"C","n":"Drush\\Commands\\field\\FieldCreateCommands","p":"Drush/Commands/field/FieldCreateCommands.html","d":null,"f":{"n":"Drush\\Commands\\field","p":"Drush/Commands/field.html"}},{"t":"C","n":"Drush\\Commands\\field\\FieldDefinitionCommands","p":"Drush/Commands/field/FieldDefinitionCommands.html","d":null,"f":{"n":"Drush\\Commands\\field","p":"Drush/Commands/field.html"}},{"t":"T","n":"Drush\\Commands\\field\\FieldDefinitionRowsOfFieldsTrait","p":"Drush/Commands/field/FieldDefinitionRowsOfFieldsTrait.html","d":null,"f":{"n":"Drush\\Commands\\field","p":"Drush/Commands/field.html"}},{"t":"C","n":"Drush\\Commands\\field\\FieldDeleteCommands","p":"Drush/Commands/field/FieldDeleteCommands.html","d":null,"f":{"n":"Drush\\Commands\\field","p":"Drush/Commands/field.html"}},{"t":"C","n":"Drush\\Commands\\field\\FieldEntityReferenceHooks","p":"Drush/Commands/field/FieldEntityReferenceHooks.html","d":null,"f":{"n":"Drush\\Commands\\field","p":"Drush/Commands/field.html"}},{"t":"C","n":"Drush\\Commands\\field\\FieldInfoCommands","p":"Drush/Commands/field/FieldInfoCommands.html","d":null,"f":{"n":"Drush\\Commands\\field","p":"Drush/Commands/field.html"}},{"t":"C","n":"Drush\\Commands\\field\\FieldTextHooks","p":"Drush/Commands/field/FieldTextHooks.html","d":null,"f":{"n":"Drush\\Commands\\field","p":"Drush/Commands/field.html"}},{"t":"C","n":"Drush\\Commands\\generate\\ApplicationFactory","p":"Drush/Commands/generate/ApplicationFactory.html","d":null,"f":{"n":"Drush\\Commands\\generate","p":"Drush/Commands/generate.html"}},{"t":"C","n":"Drush\\Commands\\generate\\GenerateCommands","p":"Drush/Commands/generate/GenerateCommands.html","d":null,"f":{"n":"Drush\\Commands\\generate","p":"Drush/Commands/generate.html"}},{"t":"C","n":"Drush\\Commands\\generate\\Generators\\Drush\\DrushAliasFile","p":"Drush/Commands/generate/Generators/Drush/DrushAliasFile.html","d":null,"f":{"n":"Drush\\Commands\\generate\\Generators\\Drush","p":"Drush/Commands/generate/Generators/Drush.html"}},{"t":"C","n":"Drush\\Commands\\generate\\Generators\\Drush\\DrushCommandFile","p":"Drush/Commands/generate/Generators/Drush/DrushCommandFile.html","d":null,"f":{"n":"Drush\\Commands\\generate\\Generators\\Drush","p":"Drush/Commands/generate/Generators/Drush.html"}},{"t":"C","n":"Drush\\Commands\\generate\\Generators\\Drush\\DrushGeneratorFile","p":"Drush/Commands/generate/Generators/Drush/DrushGeneratorFile.html","d":null,"f":{"n":"Drush\\Commands\\generate\\Generators\\Drush","p":"Drush/Commands/generate/Generators/Drush.html"}},{"t":"C","n":"Drush\\Commands\\help\\DrushHelpDocument","p":"Drush/Commands/help/DrushHelpDocument.html","d":null,"f":{"n":"Drush\\Commands\\help","p":"Drush/Commands/help.html"}},{"t":"C","n":"Drush\\Commands\\help\\HelpCLIFormatter","p":"Drush/Commands/help/HelpCLIFormatter.html","d":"

Format an array into CLI help string.

","f":{"n":"Drush\\Commands\\help","p":"Drush/Commands/help.html"}},{"t":"C","n":"Drush\\Commands\\help\\HelpCommands","p":"Drush/Commands/help/HelpCommands.html","d":null,"f":{"n":"Drush\\Commands\\help","p":"Drush/Commands/help.html"}},{"t":"C","n":"Drush\\Commands\\help\\ListCommands","p":"Drush/Commands/help/ListCommands.html","d":null,"f":{"n":"Drush\\Commands\\help","p":"Drush/Commands/help.html"}},{"t":"C","n":"Drush\\Commands\\pm\\PmCommands","p":"Drush/Commands/pm/PmCommands.html","d":null,"f":{"n":"Drush\\Commands\\pm","p":"Drush/Commands/pm.html"}},{"t":"C","n":"Drush\\Commands\\pm\\ThemeCommands","p":"Drush/Commands/pm/ThemeCommands.html","d":null,"f":{"n":"Drush\\Commands\\pm","p":"Drush/Commands/pm.html"}},{"t":"C","n":"Drush\\Commands\\sql\\SqlCommands","p":"Drush/Commands/sql/SqlCommands.html","d":null,"f":{"n":"Drush\\Commands\\sql","p":"Drush/Commands/sql.html"}},{"t":"C","n":"Drush\\Commands\\sql\\SqlSyncCommands","p":"Drush/Commands/sql/SqlSyncCommands.html","d":null,"f":{"n":"Drush\\Commands\\sql","p":"Drush/Commands/sql.html"}},{"t":"C","n":"Drush\\Commands\\sql\\sanitize\\SanitizeCommands","p":"Drush/Commands/sql/sanitize/SanitizeCommands.html","d":null,"f":{"n":"Drush\\Commands\\sql\\sanitize","p":"Drush/Commands/sql/sanitize.html"}},{"t":"C","n":"Drush\\Commands\\sql\\sanitize\\SanitizeCommentsCommands","p":"Drush/Commands/sql/sanitize/SanitizeCommentsCommands.html","d":"

This class is a good example of a sql:sanitize plugin.

","f":{"n":"Drush\\Commands\\sql\\sanitize","p":"Drush/Commands/sql/sanitize.html"}},{"t":"C","n":"Drush\\Commands\\sql\\sanitize\\SanitizePluginInterface","p":"Drush/Commands/sql/sanitize/SanitizePluginInterface.html","d":"

Implement this interface when building a Drush sql-sanitize plugin.

","f":{"n":"Drush\\Commands\\sql\\sanitize","p":"Drush/Commands/sql/sanitize.html"}},{"t":"C","n":"Drush\\Commands\\sql\\sanitize\\SanitizeSessionsCommands","p":"Drush/Commands/sql/sanitize/SanitizeSessionsCommands.html","d":"

This class is a good example of how to build a sql:sanitize plugin.

","f":{"n":"Drush\\Commands\\sql\\sanitize","p":"Drush/Commands/sql/sanitize.html"}},{"t":"C","n":"Drush\\Commands\\sql\\sanitize\\SanitizeUserFieldsCommands","p":"Drush/Commands/sql/sanitize/SanitizeUserFieldsCommands.html","d":"

This class is a good example of how to build a sql:sanitize plugin.

","f":{"n":"Drush\\Commands\\sql\\sanitize","p":"Drush/Commands/sql/sanitize.html"}},{"t":"C","n":"Drush\\Commands\\sql\\sanitize\\SanitizeUserTableCommands","p":"Drush/Commands/sql/sanitize/SanitizeUserTableCommands.html","d":"

A sql:sanitize plugin.

","f":{"n":"Drush\\Commands\\sql\\sanitize","p":"Drush/Commands/sql/sanitize.html"}},{"t":"T","n":"Drush\\Config\\ConfigAwareTrait","p":"Drush/Config/ConfigAwareTrait.html","d":null,"f":{"n":"Drush\\Config","p":"Drush/Config.html"}},{"t":"C","n":"Drush\\Config\\ConfigLocator","p":"Drush/Config/ConfigLocator.html","d":"

Locate Drush configuration files and load them into the configuration\ninstance.

","f":{"n":"Drush\\Config","p":"Drush/Config.html"}},{"t":"C","n":"Drush\\Config\\DrushConfig","p":"Drush/Config/DrushConfig.html","d":"

Accessors for common Drush config keys.

","f":{"n":"Drush\\Config","p":"Drush/Config.html"}},{"t":"C","n":"Drush\\Config\\Environment","p":"Drush/Config/Environment.html","d":"

Store information about the environment

","f":{"n":"Drush\\Config","p":"Drush/Config.html"}},{"t":"C","n":"Drush\\Config\\Loader\\YamlConfigLoader","p":"Drush/Config/Loader/YamlConfigLoader.html","d":"

Load configuration files, and fill in any property values that\nneed to be expanded.

","f":{"n":"Drush\\Config\\Loader","p":"Drush/Config/Loader.html"}},{"t":"C","n":"Drush\\DrupalFinder\\DrushDrupalFinder","p":"Drush/DrupalFinder/DrushDrupalFinder.html","d":"

A replacement for DrupalFinder. We may go back to that once it uses InstalledVersions from Composer.

","f":{"n":"Drush\\DrupalFinder","p":"Drush/DrupalFinder.html"}},{"t":"C","n":"Drush\\Drupal\\Commands\\sql\\SanitizePluginInterface","p":"Drush/Drupal/Commands/sql/SanitizePluginInterface.html","d":"","f":{"n":"Drush\\Drupal\\Commands\\sql","p":"Drush/Drupal/Commands/sql.html"}},{"t":"C","n":"Drush\\Drupal\\DrupalKernel","p":"Drush/Drupal/DrupalKernel.html","d":"

Overridden version of DrupalKernel adapted to the needs of Drush.

","f":{"n":"Drush\\Drupal","p":"Drush/Drupal.html"}},{"t":"C","n":"Drush\\Drupal\\DrupalUtil","p":"Drush/Drupal/DrupalUtil.html","d":null,"f":{"n":"Drush\\Drupal","p":"Drush/Drupal.html"}},{"t":"C","n":"Drush\\Drupal\\DrushLoggerServiceProvider","p":"Drush/Drupal/DrushLoggerServiceProvider.html","d":null,"f":{"n":"Drush\\Drupal","p":"Drush/Drupal.html"}},{"t":"C","n":"Drush\\Drupal\\ExtensionDiscovery","p":"Drush/Drupal/ExtensionDiscovery.html","d":null,"f":{"n":"Drush\\Drupal","p":"Drush/Drupal.html"}},{"t":"C","n":"Drush\\Drupal\\InstallerKernel","p":"Drush/Drupal/InstallerKernel.html","d":"

Overridden version of InstallerKernel adapted to the needs of Drush.

","f":{"n":"Drush\\Drupal","p":"Drush/Drupal.html"}},{"t":"C","n":"Drush\\Drupal\\Migrate\\MigrateEvents","p":"Drush/Drupal/Migrate/MigrateEvents.html","d":"

Defines the row preparation event for the migration system.

","f":{"n":"Drush\\Drupal\\Migrate","p":"Drush/Drupal/Migrate.html"}},{"t":"C","n":"Drush\\Drupal\\Migrate\\MigrateExecutable","p":"Drush/Drupal/Migrate/MigrateExecutable.html","d":null,"f":{"n":"Drush\\Drupal\\Migrate","p":"Drush/Drupal/Migrate.html"}},{"t":"C","n":"Drush\\Drupal\\Migrate\\MigrateIdMapFilter","p":"Drush/Drupal/Migrate/MigrateIdMapFilter.html","d":"

Filters the ID map by a source and/or a destination ID list.

","f":{"n":"Drush\\Drupal\\Migrate","p":"Drush/Drupal/Migrate.html"}},{"t":"C","n":"Drush\\Drupal\\Migrate\\MigrateMessage","p":"Drush/Drupal/Migrate/MigrateMessage.html","d":"

Print message in drush from migrate message.

","f":{"n":"Drush\\Drupal\\Migrate","p":"Drush/Drupal/Migrate.html"}},{"t":"C","n":"Drush\\Drupal\\Migrate\\MigrateMissingSourceRowsEvent","p":"Drush/Drupal/Migrate/MigrateMissingSourceRowsEvent.html","d":"

Missing source rows event.

","f":{"n":"Drush\\Drupal\\Migrate","p":"Drush/Drupal/Migrate.html"}},{"t":"C","n":"Drush\\Drupal\\Migrate\\MigratePrepareRowEvent","p":"Drush/Drupal/Migrate/MigratePrepareRowEvent.html","d":"

Wraps a prepare-row event for event listeners.

","f":{"n":"Drush\\Drupal\\Migrate","p":"Drush/Drupal/Migrate.html"}},{"t":"C","n":"Drush\\Drupal\\Migrate\\MigrateUtils","p":"Drush/Drupal/Migrate/MigrateUtils.html","d":"

Utility methods.

","f":{"n":"Drush\\Drupal\\Migrate","p":"Drush/Drupal/Migrate.html"}},{"t":"C","n":"Drush\\Drupal\\Migrate\\ValidateMigrationId","p":"Drush/Drupal/Migrate/ValidateMigrationId.html","d":null,"f":{"n":"Drush\\Drupal\\Migrate","p":"Drush/Drupal/Migrate.html"}},{"t":"C","n":"Drush\\Drupal\\UpdateKernel","p":"Drush/Drupal/UpdateKernel.html","d":"

Overridden version of UpdateKernel adapted to the needs of Drush.

","f":{"n":"Drush\\Drupal","p":"Drush/Drupal.html"}},{"t":"C","n":"Drush\\Drush","p":"Drush/Drush.html","d":"

Static Service Container wrapper.

","f":{"n":"Drush","p":"Drush.html"}},{"t":"C","n":"Drush\\Exceptions\\CommandFailedException","p":"Drush/Exceptions/CommandFailedException.html","d":"

Throw an exception indicating that the command was unable to continue.

","f":{"n":"Drush\\Exceptions","p":"Drush/Exceptions.html"}},{"t":"C","n":"Drush\\Exceptions\\UserAbortException","p":"Drush/Exceptions/UserAbortException.html","d":"

Throw an exception indicating that the user cancelled the operation.

","f":{"n":"Drush\\Exceptions","p":"Drush/Exceptions.html"}},{"t":"T","n":"Drush\\Exec\\ExecTrait","p":"Drush/Exec/ExecTrait.html","d":null,"f":{"n":"Drush\\Exec","p":"Drush/Exec.html"}},{"t":"C","n":"Drush\\Formatters\\DrushFormatterManager","p":"Drush/Formatters/DrushFormatterManager.html","d":"

Our own output formatter

","f":{"n":"Drush\\Formatters","p":"Drush/Formatters.html"}},{"t":"C","n":"Drush\\Formatters\\EntityToArraySimplifier","p":"Drush/Formatters/EntityToArraySimplifier.html","d":"

Simplify a EntityInterface to an array.

","f":{"n":"Drush\\Formatters","p":"Drush/Formatters.html"}},{"t":"C","n":"Drush\\Log\\DrushLog","p":"Drush/Log/DrushLog.html","d":"

Redirects Drupal logging messages to Drush log.

","f":{"n":"Drush\\Log","p":"Drush/Log.html"}},{"t":"C","n":"Drush\\Log\\DrushLoggerManager","p":"Drush/Log/DrushLoggerManager.html","d":null,"f":{"n":"Drush\\Log","p":"Drush/Log.html"}},{"t":"C","n":"Drush\\Log\\Logger","p":"Drush/Log/Logger.html","d":"

Contains \\Drush\\Log\\Logger.

","f":{"n":"Drush\\Log","p":"Drush/Log.html"}},{"t":"C","n":"Drush\\Log\\SuccessInterface","p":"Drush/Log/SuccessInterface.html","d":null,"f":{"n":"Drush\\Log","p":"Drush/Log.html"}},{"t":"C","n":"Drush\\Preflight\\ArgsPreprocessor","p":"Drush/Preflight/ArgsPreprocessor.html","d":"

Preprocess commandline arguments.

","f":{"n":"Drush\\Preflight","p":"Drush/Preflight.html"}},{"t":"C","n":"Drush\\Preflight\\ArgsRemapper","p":"Drush/Preflight/ArgsRemapper.html","d":"

Map commandline arguments from one value to another during preflight.

","f":{"n":"Drush\\Preflight","p":"Drush/Preflight.html"}},{"t":"C","n":"Drush\\Preflight\\LegacyPreflight","p":"Drush/Preflight/LegacyPreflight.html","d":"

Prepare to bootstrap Drupal

","f":{"n":"Drush\\Preflight","p":"Drush/Preflight.html"}},{"t":"C","n":"Drush\\Preflight\\Preflight","p":"Drush/Preflight/Preflight.html","d":"

The Drush preflight determines what needs to be done for this request.

","f":{"n":"Drush\\Preflight","p":"Drush/Preflight.html"}},{"t":"C","n":"Drush\\Preflight\\PreflightArgs","p":"Drush/Preflight/PreflightArgs.html","d":"

Storage for arguments preprocessed during preflight.

","f":{"n":"Drush\\Preflight","p":"Drush/Preflight.html"}},{"t":"C","n":"Drush\\Preflight\\PreflightArgsInterface","p":"Drush/Preflight/PreflightArgsInterface.html","d":"

Storage for arguments preprocessed during preflight.

","f":{"n":"Drush\\Preflight","p":"Drush/Preflight.html"}},{"t":"C","n":"Drush\\Preflight\\PreflightLog","p":"Drush/Preflight/PreflightLog.html","d":null,"f":{"n":"Drush\\Preflight","p":"Drush/Preflight.html"}},{"t":"C","n":"Drush\\Preflight\\PreflightSiteLocator","p":"Drush/Preflight/PreflightSiteLocator.html","d":null,"f":{"n":"Drush\\Preflight","p":"Drush/Preflight.html"}},{"t":"C","n":"Drush\\Preflight\\PreflightVerify","p":"Drush/Preflight/PreflightVerify.html","d":"

Helper methods to verify preflight state.

","f":{"n":"Drush\\Preflight","p":"Drush/Preflight.html"}},{"t":"C","n":"Drush\\Psysh\\Caster","p":"Drush/Psysh/Caster.html","d":"

Caster class for VarDumper casters for the shell.

","f":{"n":"Drush\\Psysh","p":"Drush/Psysh.html"}},{"t":"C","n":"Drush\\Psysh\\DrushCommand","p":"Drush/Psysh/DrushCommand.html","d":"

DrushCommand is a PsySH proxy command which accepts a Drush command config\narray and tries to build an appropriate PsySH command for it.

","f":{"n":"Drush\\Psysh","p":"Drush/Psysh.html"}},{"t":"C","n":"Drush\\Psysh\\DrushHelpCommand","p":"Drush/Psysh/DrushHelpCommand.html","d":"

Help command.

","f":{"n":"Drush\\Psysh","p":"Drush/Psysh.html"}},{"t":"C","n":"Drush\\Psysh\\Shell","p":"Drush/Psysh/Shell.html","d":null,"f":{"n":"Drush\\Psysh","p":"Drush/Psysh.html"}},{"t":"C","n":"Drush\\Runtime\\DependencyInjection","p":"Drush/Runtime/DependencyInjection.html","d":"

Prepare our Dependency Injection Container

","f":{"n":"Drush\\Runtime","p":"Drush/Runtime.html"}},{"t":"C","n":"Drush\\Runtime\\ErrorHandler","p":"Drush/Runtime/ErrorHandler.html","d":"

Log PHP errors to the Drush log. This is in effect until Drupal's error\nhandler takes over.

","f":{"n":"Drush\\Runtime","p":"Drush/Runtime.html"}},{"t":"C","n":"Drush\\Runtime\\HandlerInterface","p":"Drush/Runtime/HandlerInterface.html","d":"

HandlerInterface represents a PHP system handler (e.g. the error reporting\nhandler, the shutdown handler) that may be globally installed.

","f":{"n":"Drush\\Runtime","p":"Drush/Runtime.html"}},{"t":"C","n":"Drush\\Runtime\\LegacyServiceFinder","p":"Drush/Runtime/LegacyServiceFinder.html","d":"

Find drush.services.yml files.

","f":{"n":"Drush\\Runtime","p":"Drush/Runtime.html"}},{"t":"C","n":"Drush\\Runtime\\LegacyServiceInstantiator","p":"Drush/Runtime/LegacyServiceInstantiator.html","d":"

Use the Symfony Dependency Injection Container to instantiate services.

","f":{"n":"Drush\\Runtime","p":"Drush/Runtime.html"}},{"t":"C","n":"Drush\\Runtime\\RedispatchHook","p":"Drush/Runtime/RedispatchHook.html","d":"

The RedispatchHook is installed as an init hook that runs before\nall commands. If the commandline contains an alias or a site specification\nthat points at a remote machine, then we will stop execution of the\ncurrent command and instead run the command remotely.

","f":{"n":"Drush\\Runtime","p":"Drush/Runtime.html"}},{"t":"C","n":"Drush\\Runtime\\Runtime","p":"Drush/Runtime/Runtime.html","d":"

Control the Drush runtime environment

","f":{"n":"Drush\\Runtime","p":"Drush/Runtime.html"}},{"t":"C","n":"Drush\\Runtime\\ServiceManager","p":"Drush/Runtime/ServiceManager.html","d":"

Manage Drush services.

","f":{"n":"Drush\\Runtime","p":"Drush/Runtime.html"}},{"t":"C","n":"Drush\\Runtime\\ShutdownHandler","p":"Drush/Runtime/ShutdownHandler.html","d":"

Drush's shutdown handler

","f":{"n":"Drush\\Runtime","p":"Drush/Runtime.html"}},{"t":"C","n":"Drush\\Runtime\\TildeExpansionHook","p":"Drush/Runtime/TildeExpansionHook.html","d":"

The TildeExpansionHook is installed as a preValidate hook that runs before\nall commands. Argument or option values containing a leading tilde will be expanded\nto an absolute path.

","f":{"n":"Drush\\Runtime","p":"Drush/Runtime.html"}},{"t":"C","n":"Drush\\SiteAlias\\HostPath","p":"Drush/SiteAlias/HostPath.html","d":"

A host path is a path on some machine. The machine may be specified\nby a label, and the label may be an @alias or a site specification.

","f":{"n":"Drush\\SiteAlias","p":"Drush/SiteAlias.html"}},{"t":"C","n":"Drush\\SiteAlias\\ProcessManager","p":"Drush/SiteAlias/ProcessManager.html","d":"

The Drush ProcessManager adds a few Drush-specific service methods.

","f":{"n":"Drush\\SiteAlias","p":"Drush/SiteAlias.html"}},{"t":"C","n":"Drush\\SiteAlias\\SiteAliasFileLoader","p":"Drush/SiteAlias/SiteAliasFileLoader.html","d":"

Discover alias files:

","f":{"n":"Drush\\SiteAlias","p":"Drush/SiteAlias.html"}},{"t":"C","n":"Drush\\SiteAlias\\SiteAliasManagerAwareInterface","p":"Drush/SiteAlias/SiteAliasManagerAwareInterface.html","d":"

Inflection interface for the site alias manager.

","f":{"n":"Drush\\SiteAlias","p":"Drush/SiteAlias.html"}},{"t":"C","n":"Drush\\SiteAlias\\SiteAliasName","p":"Drush/SiteAlias/SiteAliasName.html","d":"

Parse a string that contains a site alias name, and provide convenience\nmethods to access the parts.

","f":{"n":"Drush\\SiteAlias","p":"Drush/SiteAlias.html"}},{"t":"C","n":"Drush\\SiteAlias\\SiteSpecParser","p":"Drush/SiteAlias/SiteSpecParser.html","d":"

Parse a string that contains a site specification.

","f":{"n":"Drush\\SiteAlias","p":"Drush/SiteAlias.html"}},{"t":"C","n":"Drush\\SiteAlias\\Util\\InternalYamlDataFileLoader","p":"Drush/SiteAlias/Util/InternalYamlDataFileLoader.html","d":null,"f":{"n":"Drush\\SiteAlias\\Util","p":"Drush/SiteAlias/Util.html"}},{"t":"C","n":"Drush\\Sql\\SqlBase","p":"Drush/Sql/SqlBase.html","d":"

The base implementation for Drush database connections.

","f":{"n":"Drush\\Sql","p":"Drush/Sql.html"}},{"t":"C","n":"Drush\\Sql\\SqlException","p":"Drush/Sql/SqlException.html","d":null,"f":{"n":"Drush\\Sql","p":"Drush/Sql.html"}},{"t":"C","n":"Drush\\Sql\\SqlMariaDB","p":"Drush/Sql/SqlMariaDB.html","d":null,"f":{"n":"Drush\\Sql","p":"Drush/Sql.html"}},{"t":"C","n":"Drush\\Sql\\SqlMysql","p":"Drush/Sql/SqlMysql.html","d":null,"f":{"n":"Drush\\Sql","p":"Drush/Sql.html"}},{"t":"C","n":"Drush\\Sql\\SqlPgsql","p":"Drush/Sql/SqlPgsql.html","d":null,"f":{"n":"Drush\\Sql","p":"Drush/Sql.html"}},{"t":"C","n":"Drush\\Sql\\SqlSqlite","p":"Drush/Sql/SqlSqlite.html","d":null,"f":{"n":"Drush\\Sql","p":"Drush/Sql.html"}},{"t":"T","n":"Drush\\Sql\\SqlTableSelectionTrait","p":"Drush/Sql/SqlTableSelectionTrait.html","d":"

Note: when using this trait, also implement ConfigAwareInterface/ConfigAwareTrait.

","f":{"n":"Drush\\Sql","p":"Drush/Sql.html"}},{"t":"C","n":"Drush\\Symfony\\BootstrapCompilerPass","p":"Drush/Symfony/BootstrapCompilerPass.html","d":null,"f":{"n":"Drush\\Symfony","p":"Drush/Symfony.html"}},{"t":"C","n":"Drush\\Symfony\\DrushStyleInjector","p":"Drush/Symfony/DrushStyleInjector.html","d":null,"f":{"n":"Drush\\Symfony","p":"Drush/Symfony.html"}},{"t":"T","n":"Drush\\TestTraits\\CliTestTrait","p":"Drush/TestTraits/CliTestTrait.html","d":"

CliTestTrait provides an execute() method that is useful\nfor launching executable programs in functional tests.

","f":{"n":"Drush\\TestTraits","p":"Drush/TestTraits.html"}},{"t":"T","n":"Drush\\TestTraits\\DrushTestTrait","p":"Drush/TestTraits/DrushTestTrait.html","d":"

DrushTestTrait provides a drush() method that may be\nused to write functional tests for Drush extensions.

","f":{"n":"Drush\\TestTraits","p":"Drush/TestTraits.html"}},{"t":"T","n":"Drush\\TestTraits\\OutputUtilsTrait","p":"Drush/TestTraits/OutputUtilsTrait.html","d":"

OutputUtilsTrait provides some useful utility methods for test classes\nthat define getOutputRaw() and getErrorOutputRaw() methods.

","f":{"n":"Drush\\TestTraits","p":"Drush/TestTraits.html"}},{"t":"C","n":"Drush\\Utils\\FsUtils","p":"Drush/Utils/FsUtils.html","d":null,"f":{"n":"Drush\\Utils","p":"Drush/Utils.html"}},{"t":"C","n":"Drush\\Utils\\StringUtils","p":"Drush/Utils/StringUtils.html","d":null,"f":{"n":"Drush\\Utils","p":"Drush/Utils.html"}},{"t":"I","n":"Drush\\Attributes\\ValidatorInterface","p":"Drush/Attributes/ValidatorInterface.html","f":{"n":"Drush\\Attributes","p":"Drush/Attributes.html"}},{"t":"I","n":"Drush\\Boot\\Boot","p":"Drush/Boot/Boot.html","f":{"n":"Drush\\Boot","p":"Drush/Boot.html"}},{"t":"I","n":"Drush\\Commands\\sql\\sanitize\\SanitizePluginInterface","p":"Drush/Commands/sql/sanitize/SanitizePluginInterface.html","f":{"n":"Drush\\Commands\\sql\\sanitize","p":"Drush/Commands/sql/sanitize.html"}},{"t":"I","n":"Drush\\Drupal\\Commands\\sql\\SanitizePluginInterface","p":"Drush/Drupal/Commands/sql/SanitizePluginInterface.html","f":{"n":"Drush\\Drupal\\Commands\\sql","p":"Drush/Drupal/Commands/sql.html"}},{"t":"I","n":"Drush\\Log\\SuccessInterface","p":"Drush/Log/SuccessInterface.html","f":{"n":"Drush\\Log","p":"Drush/Log.html"}},{"t":"I","n":"Drush\\Preflight\\PreflightArgsInterface","p":"Drush/Preflight/PreflightArgsInterface.html","f":{"n":"Drush\\Preflight","p":"Drush/Preflight.html"}},{"t":"I","n":"Drush\\Runtime\\HandlerInterface","p":"Drush/Runtime/HandlerInterface.html","f":{"n":"Drush\\Runtime","p":"Drush/Runtime.html"}},{"t":"I","n":"Drush\\SiteAlias\\SiteAliasManagerAwareInterface","p":"Drush/SiteAlias/SiteAliasManagerAwareInterface.html","f":{"n":"Drush\\SiteAlias","p":"Drush/SiteAlias.html"}},{"t":"M","n":"Drush\\Application::configureGlobalOptions","p":"Drush/Application.html#method_configureGlobalOptions","d":"

Add global options to the Application and their default values to Config.

"},{"t":"M","n":"Drush\\Application::bootstrapManager","p":"Drush/Application.html#method_bootstrapManager","d":null},{"t":"M","n":"Drush\\Application::setBootstrapManager","p":"Drush/Application.html#method_setBootstrapManager","d":null},{"t":"M","n":"Drush\\Application::aliasManager","p":"Drush/Application.html#method_aliasManager","d":null},{"t":"M","n":"Drush\\Application::setAliasManager","p":"Drush/Application.html#method_setAliasManager","d":null},{"t":"M","n":"Drush\\Application::setRedispatchHook","p":"Drush/Application.html#method_setRedispatchHook","d":null},{"t":"M","n":"Drush\\Application::setTildeExpansionHook","p":"Drush/Application.html#method_setTildeExpansionHook","d":null},{"t":"M","n":"Drush\\Application::setServiceManager","p":"Drush/Application.html#method_setServiceManager","d":null},{"t":"M","n":"Drush\\Application::getUri","p":"Drush/Application.html#method_getUri","d":"

Return the framework uri selected by the user.

"},{"t":"M","n":"Drush\\Application::refineUriSelection","p":"Drush/Application.html#method_refineUriSelection","d":"

If the user did not explicitly select a site URI,\nthen pick an appropriate site from the cwd.

"},{"t":"M","n":"Drush\\Application::selectUri","p":"Drush/Application.html#method_selectUri","d":"

Select a URI to use for the site, based on directory or config.

"},{"t":"M","n":"Drush\\Application::find","p":"Drush/Application.html#method_find","d":""},{"t":"M","n":"Drush\\Application::bootstrapAndFind","p":"Drush/Application.html#method_bootstrapAndFind","d":"

Look up a command. Bootstrap further if necessary.

"},{"t":"M","n":"Drush\\Application::checkObsolete","p":"Drush/Application.html#method_checkObsolete","d":"

If a command is annotated @obsolete, then we will throw an exception\nimmediately; the command will not run, and no hooks will be called.

"},{"t":"M","n":"Drush\\Application::configureIO","p":"Drush/Application.html#method_configureIO","d":""},{"t":"M","n":"Drush\\Application::configureAndRegisterCommands","p":"Drush/Application.html#method_configureAndRegisterCommands","d":"

Configure the application object and register all of the commandfiles\navailable in the search paths provided via Preflight

"},{"t":"M","n":"Drush\\Application::renderThrowable","p":"Drush/Application.html#method_renderThrowable","d":"

Renders a caught Throwable. Omits the command docs at end.

"},{"t":"M","n":"Drush\\Attributes\\Bootstrap::__construct","p":"Drush/Attributes/Bootstrap.html#method___construct","d":""},{"t":"M","n":"Drush\\Attributes\\Bootstrap::handle","p":"Drush/Attributes/Bootstrap.html#method_handle","d":null},{"t":"M","n":"Drush\\Attributes\\Format::__construct","p":"Drush/Attributes/Format.html#method___construct","d":""},{"t":"M","n":"Drush\\Attributes\\Format::handle","p":"Drush/Attributes/Format.html#method_handle","d":null},{"t":"M","n":"Drush\\Attributes\\InteractConfigName::__construct","p":"Drush/Attributes/InteractConfigName.html#method___construct","d":""},{"t":"M","n":"Drush\\Attributes\\InteractConfigName::handle","p":"Drush/Attributes/InteractConfigName.html#method_handle","d":null},{"t":"M","n":"Drush\\Attributes\\Kernel::__construct","p":"Drush/Attributes/Kernel.html#method___construct","d":""},{"t":"M","n":"Drush\\Attributes\\Kernel::handle","p":"Drush/Attributes/Kernel.html#method_handle","d":null},{"t":"M","n":"Drush\\Attributes\\NoArgumentsBase::handle","p":"Drush/Attributes/NoArgumentsBase.html#method_handle","d":null},{"t":"M","n":"Drush\\Attributes\\Obsolete::handle","p":"Drush/Attributes/Obsolete.html#method_handle","d":null},{"t":"M","n":"Drush\\Attributes\\OptionsetGetEditor::handle","p":"Drush/Attributes/OptionsetGetEditor.html#method_handle","d":null},{"t":"M","n":"Drush\\Attributes\\OptionsetProcBuild::handle","p":"Drush/Attributes/OptionsetProcBuild.html#method_handle","d":null},{"t":"M","n":"Drush\\Attributes\\OptionsetSql::handle","p":"Drush/Attributes/OptionsetSql.html#method_handle","d":null},{"t":"M","n":"Drush\\Attributes\\OptionsetSsh::handle","p":"Drush/Attributes/OptionsetSsh.html#method_handle","d":null},{"t":"M","n":"Drush\\Attributes\\OptionsetTableSelection::handle","p":"Drush/Attributes/OptionsetTableSelection.html#method_handle","d":null},{"t":"M","n":"Drush\\Attributes\\ValidateConfigName::__construct","p":"Drush/Attributes/ValidateConfigName.html#method___construct","d":""},{"t":"M","n":"Drush\\Attributes\\ValidateConfigName::validate","p":"Drush/Attributes/ValidateConfigName.html#method_validate","d":null},{"t":"M","n":"Drush\\Attributes\\ValidateEntityLoad::__construct","p":"Drush/Attributes/ValidateEntityLoad.html#method___construct","d":""},{"t":"M","n":"Drush\\Attributes\\ValidateEntityLoad::validate","p":"Drush/Attributes/ValidateEntityLoad.html#method_validate","d":null},{"t":"M","n":"Drush\\Attributes\\ValidateFileExists::__construct","p":"Drush/Attributes/ValidateFileExists.html#method___construct","d":""},{"t":"M","n":"Drush\\Attributes\\ValidateFileExists::validate","p":"Drush/Attributes/ValidateFileExists.html#method_validate","d":null},{"t":"M","n":"Drush\\Attributes\\ValidateModulesEnabled::__construct","p":"Drush/Attributes/ValidateModulesEnabled.html#method___construct","d":""},{"t":"M","n":"Drush\\Attributes\\ValidateModulesEnabled::validate","p":"Drush/Attributes/ValidateModulesEnabled.html#method_validate","d":null},{"t":"M","n":"Drush\\Attributes\\ValidatePermissions::__construct","p":"Drush/Attributes/ValidatePermissions.html#method___construct","d":""},{"t":"M","n":"Drush\\Attributes\\ValidatePermissions::validate","p":"Drush/Attributes/ValidatePermissions.html#method_validate","d":null},{"t":"M","n":"Drush\\Attributes\\ValidatePhpExtensions::__construct","p":"Drush/Attributes/ValidatePhpExtensions.html#method___construct","d":""},{"t":"M","n":"Drush\\Attributes\\ValidatePhpExtensions::validate","p":"Drush/Attributes/ValidatePhpExtensions.html#method_validate","d":null},{"t":"M","n":"Drush\\Attributes\\ValidateQueueName::__construct","p":"Drush/Attributes/ValidateQueueName.html#method___construct","d":""},{"t":"M","n":"Drush\\Attributes\\ValidateQueueName::validate","p":"Drush/Attributes/ValidateQueueName.html#method_validate","d":null},{"t":"M","n":"Drush\\Attributes\\ValidateQueueName::getQueues","p":"Drush/Attributes/ValidateQueueName.html#method_getQueues","d":null},{"t":"M","n":"Drush\\Attributes\\ValidatorBase::handle","p":"Drush/Attributes/ValidatorBase.html#method_handle","d":null},{"t":"M","n":"Drush\\Attributes\\ValidatorInterface::validate","p":"Drush/Attributes/ValidatorInterface.html#method_validate","d":null},{"t":"M","n":"Drush\\Attributes\\Version::__construct","p":"Drush/Attributes/Version.html#method___construct","d":""},{"t":"M","n":"Drush\\Attributes\\Version::handle","p":"Drush/Attributes/Version.html#method_handle","d":null},{"t":"M","n":"Drush\\Backend\\BackendPathEvaluator::evaluate","p":"Drush/Backend/BackendPathEvaluator.html#method_evaluate","d":"

Evaluate will check to see if the provided host path\ncontains a path alias. If it does, the alias will\nbe resolved, and the result of the resolution will be\ninjected into the HostPath, replacing the alias.

"},{"t":"M","n":"Drush\\Backend\\BackendPathEvaluator::resolve","p":"Drush/Backend/BackendPathEvaluator.html#method_resolve","d":"

Resolve will check to see if the provided host path\ncontains a path alias. If it does, the alias will\nbe resolved, and the result of the resolution will be\nreturned.

"},{"t":"M","n":"Drush\\Backend\\BackendPathEvaluator::lookup","p":"Drush/Backend/BackendPathEvaluator.html#method_lookup","d":"

Lookup will use the provided alias record to look up and return\nthe value of a path alias.

"},{"t":"M","n":"Drush\\Backend\\BackendPathEvaluator::request","p":"Drush/Backend/BackendPathEvaluator.html#method_request","d":"

Request the value of the path alias from the site associated with\nthe alias record.

"},{"t":"M","n":"Drush\\Boot\\BaseBoot::__construct","p":"Drush/Boot/BaseBoot.html#method___construct","d":null},{"t":"M","n":"Drush\\Boot\\BaseBoot::findUri","p":"Drush/Boot/BaseBoot.html#method_findUri","d":"

Select the best URI for the provided cwd. Only called\nif the user did not explicitly specify a URI.

"},{"t":"M","n":"Drush\\Boot\\BaseBoot::getUri","p":"Drush/Boot/BaseBoot.html#method_getUri","d":null},{"t":"M","n":"Drush\\Boot\\BaseBoot::setUri","p":"Drush/Boot/BaseBoot.html#method_setUri","d":"

Inject the uri for the specific site to be bootstrapped

"},{"t":"M","n":"Drush\\Boot\\BaseBoot::getPhase","p":"Drush/Boot/BaseBoot.html#method_getPhase","d":null},{"t":"M","n":"Drush\\Boot\\BaseBoot::setPhase","p":"Drush/Boot/BaseBoot.html#method_setPhase","d":null},{"t":"M","n":"Drush\\Boot\\BaseBoot::validRoot","p":"Drush/Boot/BaseBoot.html#method_validRoot","d":"

This function determines if the specified path points to\nthe root directory of a CMS that can be bootstrapped by\nthe specific subclass that implements it.

"},{"t":"M","n":"Drush\\Boot\\BaseBoot::getVersion","p":"Drush/Boot/BaseBoot.html#method_getVersion","d":"

Given a site root directory, determine the exact version of the software.

"},{"t":"M","n":"Drush\\Boot\\BaseBoot::commandDefaults","p":"Drush/Boot/BaseBoot.html#method_commandDefaults","d":null},{"t":"M","n":"Drush\\Boot\\BaseBoot::reportCommandError","p":"Drush/Boot/BaseBoot.html#method_reportCommandError","d":"

Called by Drush if a command is not found, or if the\ncommand was found, but did not meet requirements.

"},{"t":"M","n":"Drush\\Boot\\BaseBoot::bootstrapPhaseMap","p":"Drush/Boot/BaseBoot.html#method_bootstrapPhaseMap","d":"

Return an array mapping from bootstrap phase shorthand\nstrings (e.g. "full") to the corresponding bootstrap\nphase index constant (e.g. DRUSH_BOOTSTRAP_DRUPAL_FULL).

"},{"t":"M","n":"Drush\\Boot\\BaseBoot::lookUpPhaseIndex","p":"Drush/Boot/BaseBoot.html#method_lookUpPhaseIndex","d":"

Convert from a phase shorthand or constant to a phase index.

"},{"t":"M","n":"Drush\\Boot\\BaseBoot::bootstrapDrush","p":"Drush/Boot/BaseBoot.html#method_bootstrapDrush","d":null},{"t":"M","n":"Drush\\Boot\\BaseBoot::hasRegisteredSymfonyCommand","p":"Drush/Boot/BaseBoot.html#method_hasRegisteredSymfonyCommand","d":null},{"t":"M","n":"Drush\\Boot\\BaseBoot::terminate","p":"Drush/Boot/BaseBoot.html#method_terminate","d":"

This method is called during the shutdown of drush.

"},{"t":"M","n":"Drush\\Boot\\Boot::findUri","p":"Drush/Boot/Boot.html#method_findUri","d":"

Select the best URI for the provided cwd. Only called\nif the user did not explicitly specify a URI.

"},{"t":"M","n":"Drush\\Boot\\Boot::setUri","p":"Drush/Boot/Boot.html#method_setUri","d":"

Inject the uri for the specific site to be bootstrapped

"},{"t":"M","n":"Drush\\Boot\\Boot::validRoot","p":"Drush/Boot/Boot.html#method_validRoot","d":"

This function determines if the specified path points to\nthe root directory of a CMS that can be bootstrapped by\nthe specific subclass that implements it.

"},{"t":"M","n":"Drush\\Boot\\Boot::getVersion","p":"Drush/Boot/Boot.html#method_getVersion","d":"

Given a site root directory, determine the exact version of the software.

"},{"t":"M","n":"Drush\\Boot\\Boot::bootstrapPhases","p":"Drush/Boot/Boot.html#method_bootstrapPhases","d":"

Returns an array that determines what bootstrap phases\nare necessary to bootstrap this CMS. This array\nshould map from a numeric phase to the name of a method\n(string) in the Boot class that handles the bootstrap\nphase.

"},{"t":"M","n":"Drush\\Boot\\Boot::bootstrapPhaseMap","p":"Drush/Boot/Boot.html#method_bootstrapPhaseMap","d":"

Return an array mapping from bootstrap phase shorthand\nstrings (e.g. "full") to the corresponding bootstrap\nphase index constant (e.g. DRUSH_BOOTSTRAP_DRUPAL_FULL).

"},{"t":"M","n":"Drush\\Boot\\Boot::lookUpPhaseIndex","p":"Drush/Boot/Boot.html#method_lookUpPhaseIndex","d":"

Convert from a phase shorthand or constant to a phase index.

"},{"t":"M","n":"Drush\\Boot\\Boot::reportCommandError","p":"Drush/Boot/Boot.html#method_reportCommandError","d":"

Called by Drush if a command is not found, or if the\ncommand was found, but did not meet requirements.

"},{"t":"M","n":"Drush\\Boot\\Boot::terminate","p":"Drush/Boot/Boot.html#method_terminate","d":"

This method is called during the shutdown of drush.

"},{"t":"M","n":"Drush\\Boot\\BootstrapHook::__construct","p":"Drush/Boot/BootstrapHook.html#method___construct","d":null},{"t":"M","n":"Drush\\Boot\\BootstrapHook::initialize","p":"Drush/Boot/BootstrapHook.html#method_initialize","d":null},{"t":"M","n":"Drush\\Boot\\BootstrapManager::getPhase","p":"Drush/Boot/BootstrapManager.html#method_getPhase","d":""},{"t":"M","n":"Drush\\Boot\\BootstrapManager::setPhase","p":"Drush/Boot/BootstrapManager.html#method_setPhase","d":null},{"t":"M","n":"Drush\\Boot\\BootstrapManager::add","p":"Drush/Boot/BootstrapManager.html#method_add","d":"

Add a bootstrap object to the list of candidates.

"},{"t":"M","n":"Drush\\Boot\\BootstrapManager::drupalFinder","p":"Drush/Boot/BootstrapManager.html#method_drupalFinder","d":null},{"t":"M","n":"Drush\\Boot\\BootstrapManager::setDrupalFinder","p":"Drush/Boot/BootstrapManager.html#method_setDrupalFinder","d":null},{"t":"M","n":"Drush\\Boot\\BootstrapManager::getRoot","p":"Drush/Boot/BootstrapManager.html#method_getRoot","d":"

Return the framework root selected by the user.

"},{"t":"M","n":"Drush\\Boot\\BootstrapManager::getComposerRoot","p":"Drush/Boot/BootstrapManager.html#method_getComposerRoot","d":"

Return the composer root for the selected Drupal site.

"},{"t":"M","n":"Drush\\Boot\\BootstrapManager::getUri","p":"Drush/Boot/BootstrapManager.html#method_getUri","d":"

Return the framework uri selected by the user.

"},{"t":"M","n":"Drush\\Boot\\BootstrapManager::selectUri","p":"Drush/Boot/BootstrapManager.html#method_selectUri","d":"

This method is called by the Application iff the user\ndid not explicitly provide a URI.

"},{"t":"M","n":"Drush\\Boot\\BootstrapManager::setUri","p":"Drush/Boot/BootstrapManager.html#method_setUri","d":null},{"t":"M","n":"Drush\\Boot\\BootstrapManager::bootstrap","p":"Drush/Boot/BootstrapManager.html#method_bootstrap","d":"

Crete the bootstrap object if necessary, then return it.

"},{"t":"M","n":"Drush\\Boot\\BootstrapManager::injectBootstrap","p":"Drush/Boot/BootstrapManager.html#method_injectBootstrap","d":"

For use in testing

"},{"t":"M","n":"Drush\\Boot\\BootstrapManager::bootstrapObjectForRoot","p":"Drush/Boot/BootstrapManager.html#method_bootstrapObjectForRoot","d":"

Look up the best bootstrap class for the given location\nfrom the set of available candidates.

"},{"t":"M","n":"Drush\\Boot\\BootstrapManager::bootstrapPhases","p":"Drush/Boot/BootstrapManager.html#method_bootstrapPhases","d":"

Returns an array that determines what bootstrap phases\nare necessary to bootstrap the CMS.

"},{"t":"M","n":"Drush\\Boot\\BootstrapManager::doBootstrap","p":"Drush/Boot/BootstrapManager.html#method_doBootstrap","d":"

Bootstrap Drush to the desired phase.

"},{"t":"M","n":"Drush\\Boot\\BootstrapManager::hasBootstrap","p":"Drush/Boot/BootstrapManager.html#method_hasBootstrap","d":"

hasBootstrap determines whether the manager has a bootstrap object yet.

"},{"t":"M","n":"Drush\\Boot\\BootstrapManager::hasBootstrapped","p":"Drush/Boot/BootstrapManager.html#method_hasBootstrapped","d":"

Determine whether a given bootstrap phase has been completed.

"},{"t":"M","n":"Drush\\Boot\\BootstrapManager::bootstrapValidate","p":"Drush/Boot/BootstrapManager.html#method_bootstrapValidate","d":"

Validate whether a bootstrap phase can be reached.

"},{"t":"M","n":"Drush\\Boot\\BootstrapManager::bootstrapToPhase","p":"Drush/Boot/BootstrapManager.html#method_bootstrapToPhase","d":"

Bootstrap to the specified phase.

"},{"t":"M","n":"Drush\\Boot\\BootstrapManager::maxPhaseLimit","p":"Drush/Boot/BootstrapManager.html#method_maxPhaseLimit","d":null},{"t":"M","n":"Drush\\Boot\\BootstrapManager::bootstrapToPhaseIndex","p":"Drush/Boot/BootstrapManager.html#method_bootstrapToPhaseIndex","d":"

Bootstrap to the specified phase.

"},{"t":"M","n":"Drush\\Boot\\BootstrapManager::bootstrapMax","p":"Drush/Boot/BootstrapManager.html#method_bootstrapMax","d":"

Bootstrap to the highest level possible, without triggering any errors.

"},{"t":"M","n":"Drush\\Boot\\BootstrapManager::logger","p":"Drush/Boot/BootstrapManager.html#method_logger","d":"

Allow those with a reference to the BootstrapManager to use its logger

"},{"t":"M","n":"Drush\\Boot\\DrupalBoot::findUri","p":"Drush/Boot/DrupalBoot.html#method_findUri","d":"

Select the best URI for the provided cwd. Only called\nif the user did not explicitly specify a URI.

"},{"t":"M","n":"Drush\\Boot\\DrupalBoot::scanUpForUri","p":"Drush/Boot/DrupalBoot.html#method_scanUpForUri","d":null},{"t":"M","n":"Drush\\Boot\\DrupalBoot::confPath","p":"Drush/Boot/DrupalBoot.html#method_confPath","d":null},{"t":"M","n":"Drush\\Boot\\DrupalBoot::bootstrapPhases","p":"Drush/Boot/DrupalBoot.html#method_bootstrapPhases","d":"

Bootstrap phases used with Drupal:

"},{"t":"M","n":"Drush\\Boot\\DrupalBoot::bootstrapPhaseMap","p":"Drush/Boot/DrupalBoot.html#method_bootstrapPhaseMap","d":"

Return an array mapping from bootstrap phase shorthand\nstrings (e.g. "full") to the corresponding bootstrap\nphase index constant (e.g. DRUSH_BOOTSTRAP_DRUPAL_FULL).

"},{"t":"M","n":"Drush\\Boot\\DrupalBoot::bootstrapDrupalRootValidate","p":"Drush/Boot/DrupalBoot.html#method_bootstrapDrupalRootValidate","d":"

Validate the DRUSH_BOOTSTRAP_DRUPAL_ROOT phase.

"},{"t":"M","n":"Drush\\Boot\\DrupalBoot::bootstrapDrupalRoot","p":"Drush/Boot/DrupalBoot.html#method_bootstrapDrupalRoot","d":"

Bootstrap Drush with a valid Drupal Directory.

"},{"t":"M","n":"Drush\\Boot\\DrupalBoot::bootstrapDrupalCore","p":"Drush/Boot/DrupalBoot.html#method_bootstrapDrupalCore","d":null},{"t":"M","n":"Drush\\Boot\\DrupalBoot::bootstrapDrupalSiteValidate","p":"Drush/Boot/DrupalBoot.html#method_bootstrapDrupalSiteValidate","d":"

VALIDATE the DRUSH_BOOTSTRAP_DRUPAL_SITE phase.

"},{"t":"M","n":"Drush\\Boot\\DrupalBoot::bootstrapDrupalConfiguration","p":"Drush/Boot/DrupalBoot.html#method_bootstrapDrupalConfiguration","d":"

Initialize and load the Drupal configuration files.

"},{"t":"M","n":"Drush\\Boot\\DrupalBoot::bootstrapDrupalDatabaseValidate","p":"Drush/Boot/DrupalBoot.html#method_bootstrapDrupalDatabaseValidate","d":"

Validate the DRUSH_BOOTSTRAP_DRUPAL_DATABASE phase

"},{"t":"M","n":"Drush\\Boot\\DrupalBoot::bootstrapDrupalDatabase","p":"Drush/Boot/DrupalBoot.html#method_bootstrapDrupalDatabase","d":"

Bootstrap the Drupal database.

"},{"t":"M","n":"Drush\\Boot\\DrupalBoot::bootstrapDrupalFull","p":"Drush/Boot/DrupalBoot.html#method_bootstrapDrupalFull","d":"

Attempt to load the full Drupal system.

"},{"t":"M","n":"Drush\\Boot\\DrupalBoot8::__construct","p":"Drush/Boot/DrupalBoot8.html#method___construct","d":null},{"t":"M","n":"Drush\\Boot\\DrupalBoot8::getRequest","p":"Drush/Boot/DrupalBoot8.html#method_getRequest","d":null},{"t":"M","n":"Drush\\Boot\\DrupalBoot8::setRequest","p":"Drush/Boot/DrupalBoot8.html#method_setRequest","d":null},{"t":"M","n":"Drush\\Boot\\DrupalBoot8::getKernel","p":"Drush/Boot/DrupalBoot8.html#method_getKernel","d":null},{"t":"M","n":"Drush\\Boot\\DrupalBoot8::setLogger","p":"Drush/Boot/DrupalBoot8.html#method_setLogger","d":"

Sometimes (e.g. in the integration tests), the DrupalBoot\nobject will be cached, and re-injected into a fresh set\nof preflight / bootstrap objects. When this happens, the\nnew Drush logger will be injected into the boot object. If\nthis happens after we have created the Drupal logger adapter\n(i.e., after bootstrapping Drupal), then we also need to\nupdate the logger reference in that adapter.

"},{"t":"M","n":"Drush\\Boot\\DrupalBoot8::validRoot","p":"Drush/Boot/DrupalBoot8.html#method_validRoot","d":"

This function determines if the specified path points to\nthe root directory of a CMS that can be bootstrapped by\nthe specific subclass that implements it.

"},{"t":"M","n":"Drush\\Boot\\DrupalBoot8::getVersion","p":"Drush/Boot/DrupalBoot8.html#method_getVersion","d":"

Given a site root directory, determine the exact version of the software.

"},{"t":"M","n":"Drush\\Boot\\DrupalBoot8::confPath","p":"Drush/Boot/DrupalBoot8.html#method_confPath","d":"

Beware, this function populates Database::Connection info.

"},{"t":"M","n":"Drush\\Boot\\DrupalBoot8::bootstrapDrupalSiteValidate","p":"Drush/Boot/DrupalBoot8.html#method_bootstrapDrupalSiteValidate","d":"

VALIDATE the DRUSH_BOOTSTRAP_DRUPAL_SITE phase.

"},{"t":"M","n":"Drush\\Boot\\DrupalBoot8::bootstrapDoDrupalSite","p":"Drush/Boot/DrupalBoot8.html#method_bootstrapDoDrupalSite","d":"

Called by bootstrapDrupalSite to do the main work\nof the Drush drupal site bootstrap.

"},{"t":"M","n":"Drush\\Boot\\DrupalBoot8::bootstrapDrupalConfigurationValidate","p":"Drush/Boot/DrupalBoot8.html#method_bootstrapDrupalConfigurationValidate","d":null},{"t":"M","n":"Drush\\Boot\\DrupalBoot8::bootstrapDrupalDatabaseValidate","p":"Drush/Boot/DrupalBoot8.html#method_bootstrapDrupalDatabaseValidate","d":"

Validate the DRUSH_BOOTSTRAP_DRUPAL_DATABASE phase

"},{"t":"M","n":"Drush\\Boot\\DrupalBoot8::bootstrapDrupalDatabase","p":"Drush/Boot/DrupalBoot8.html#method_bootstrapDrupalDatabase","d":"

Bootstrap the Drupal database.

"},{"t":"M","n":"Drush\\Boot\\DrupalBoot8::bootstrapDrupalConfiguration","p":"Drush/Boot/DrupalBoot8.html#method_bootstrapDrupalConfiguration","d":"

Initialize and load the Drupal configuration files.

"},{"t":"M","n":"Drush\\Boot\\DrupalBoot8::bootstrapDrupalFull","p":"Drush/Boot/DrupalBoot8.html#method_bootstrapDrupalFull","d":"

Attempt to load the full Drupal system.

"},{"t":"M","n":"Drush\\Boot\\DrupalBoot8::addDrupalModuleDrushCommands","p":"Drush/Boot/DrupalBoot8.html#method_addDrupalModuleDrushCommands","d":null},{"t":"M","n":"Drush\\Boot\\DrupalBoot8::terminate","p":"Drush/Boot/DrupalBoot8.html#method_terminate","d":"

This method is called during the shutdown of drush.

"},{"t":"M","n":"Drush\\Boot\\DrupalBoot8::bootstrapDrupalSite","p":"Drush/Boot/DrupalBoot8.html#method_bootstrapDrupalSite","d":"

Initialize a site on the Drupal root.

"},{"t":"M","n":"Drush\\Boot\\DrupalBootLevels::getPhaseName","p":"Drush/Boot/DrupalBootLevels.html#method_getPhaseName","d":null},{"t":"M","n":"Drush\\Boot\\EmptyBoot::validRoot","p":"Drush/Boot/EmptyBoot.html#method_validRoot","d":"

This function determines if the specified path points to\nthe root directory of a CMS that can be bootstrapped by\nthe specific subclass that implements it.

"},{"t":"M","n":"Drush\\Boot\\EmptyBoot::bootstrapPhases","p":"Drush/Boot/EmptyBoot.html#method_bootstrapPhases","d":"

Returns an array that determines what bootstrap phases\nare necessary to bootstrap this CMS. This array\nshould map from a numeric phase to the name of a method\n(string) in the Boot class that handles the bootstrap\nphase.

"},{"t":"M","n":"Drush\\Boot\\EmptyBoot::bootstrapInitPhases","p":"Drush/Boot/EmptyBoot.html#method_bootstrapInitPhases","d":null},{"t":"M","n":"Drush\\Boot\\Kernels::availableKernels","p":"Drush/Boot/Kernels.html#method_availableKernels","d":"

Returns the available kernels.

"},{"t":"M","n":"Drush\\Boot\\Kernels::getKernelFactory","p":"Drush/Boot/Kernels.html#method_getKernelFactory","d":"

Returns the factory method that can be used to retrieve the given kernel.

"},{"t":"M","n":"Drush\\Command\\DrushCommandInfoAlterer::alterCommandInfo","p":"Drush/Command/DrushCommandInfoAlterer.html#method_alterCommandInfo","d":null},{"t":"M","n":"Drush\\Command\\GlobalOptionsEventListener::getSubscribedEvents","p":"Drush/Command/GlobalOptionsEventListener.html#method_getSubscribedEvents","d":null},{"t":"M","n":"Drush\\Command\\GlobalOptionsEventListener::setGlobalOptions","p":"Drush/Command/GlobalOptionsEventListener.html#method_setGlobalOptions","d":"

Before a Console command runs, examine the global\ncommandline options from the event Input, and set\nconfiguration values as appropriate.

"},{"t":"M","n":"Drush\\Command\\RemoteCommandProxy::__construct","p":"Drush/Command/RemoteCommandProxy.html#method___construct","d":null},{"t":"M","n":"Drush\\Command\\RemoteCommandProxy::execute","p":"Drush/Command/RemoteCommandProxy.html#method_execute","d":null},{"t":"M","n":"Drush\\Command\\ServiceCommandlist::addCommandReference","p":"Drush/Command/ServiceCommandlist.html#method_addCommandReference","d":null},{"t":"M","n":"Drush\\Command\\ServiceCommandlist::getCommandList","p":"Drush/Command/ServiceCommandlist.html#method_getCommandList","d":null},{"t":"M","n":"Drush\\Commands\\AutowireTrait::create","p":"Drush/Commands/AutowireTrait.html#method_create","d":"

Instantiates a new instance of the implementing class using autowiring.

"},{"t":"M","n":"Drush\\Commands\\ConfiguresPrompts::configurePrompts","p":"Drush/Commands/ConfiguresPrompts.html#method_configurePrompts","d":"

Configure the prompt fallbacks.

"},{"t":"M","n":"Drush\\Commands\\ConfiguresPrompts::promptUntilValid","p":"Drush/Commands/ConfiguresPrompts.html#method_promptUntilValid","d":"

Prompt the user until the given validation callback passes.

"},{"t":"M","n":"Drush\\Commands\\ConfiguresPrompts::restorePrompts","p":"Drush/Commands/ConfiguresPrompts.html#method_restorePrompts","d":"

Restore the prompts output.

"},{"t":"M","n":"Drush\\Commands\\ConfiguresPrompts::runningUnitTests","p":"Drush/Commands/ConfiguresPrompts.html#method_runningUnitTests","d":null},{"t":"M","n":"Drush\\Commands\\DrushCommands::__construct","p":"Drush/Commands/DrushCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\DrushCommands::io","p":"Drush/Commands/DrushCommands.html#method_io","d":"

Override Robo's IO function with our custom style.

"},{"t":"M","n":"Drush\\Commands\\DrushCommands::logger","p":"Drush/Commands/DrushCommands.html#method_logger","d":"

Returns a logger object.

"},{"t":"M","n":"Drush\\Commands\\DrushCommands::printFile","p":"Drush/Commands/DrushCommands.html#method_printFile","d":"

Print the contents of a file.

"},{"t":"M","n":"Drush\\Commands\\DrushCommands::preHook","p":"Drush/Commands/DrushCommands.html#method_preHook","d":"

Persist commandData for use in primary command callback. Used by 'topic' commands.

"},{"t":"M","n":"Drush\\Commands\\DrushCommands::initHook","p":"Drush/Commands/DrushCommands.html#method_initHook","d":"

Persist commandData for use in primary command callback. Used by 'topic' commands.

"},{"t":"M","n":"Drush\\Commands\\DrushCommands::printFileTopic","p":"Drush/Commands/DrushCommands.html#method_printFileTopic","d":"

Print the contents of a file. The path comes from the @topic annotation.

"},{"t":"M","n":"Drush\\Commands\\DrushCommands::getStack","p":"Drush/Commands/DrushCommands.html#method_getStack","d":"

Get a Guzzle handler stack that uses the Drush logger.

"},{"t":"M","n":"Drush\\Commands\\DrushCommands::processManager","p":"Drush/Commands/DrushCommands.html#method_processManager","d":"

This method overrides the trait in order to provide a more specific return type.

"},{"t":"M","n":"Drush\\Commands\\ExampleCommands::exampleTable","p":"Drush/Commands/ExampleCommands.html#method_exampleTable","d":"

Demonstrate output formatters. Default format is 'table'.

"},{"t":"M","n":"Drush\\Commands\\ExampleCommands::alterFormatters","p":"Drush/Commands/ExampleCommands.html#method_alterFormatters","d":"

Demonstrate an alter hook with an option.

"},{"t":"M","n":"Drush\\Commands\\LegacyCommands::archiveRestore","p":"Drush/Commands/LegacyCommands.html#method_archiveRestore","d":"

archive:restore has been removed. A replacement may be available from your web host.

"},{"t":"M","n":"Drush\\Commands\\LegacyCommands::saconvert","p":"Drush/Commands/LegacyCommands.html#method_saconvert","d":"

site:alias-convert has been removed. Please use Drush 11 or convert by hand.

"},{"t":"M","n":"Drush\\Commands\\LegacyCommands::secphp","p":"Drush/Commands/LegacyCommands.html#method_secphp","d":"

pm:security-php has been removed. Please use composer audit command.

"},{"t":"M","n":"Drush\\Commands\\LegacyCommands::sec","p":"Drush/Commands/LegacyCommands.html#method_sec","d":"

pm:security has been removed. Please use composer audit command. See https://www.drupal.org/project/project_composer/issues/3301876.

"},{"t":"M","n":"Drush\\Commands\\OptionsCommands::optionsetProcBuild","p":"Drush/Commands/OptionsCommands.html#method_optionsetProcBuild","d":""},{"t":"M","n":"Drush\\Commands\\OptionsCommands::optionsetGetEditor","p":"Drush/Commands/OptionsCommands.html#method_optionsetGetEditor","d":""},{"t":"M","n":"Drush\\Commands\\OptionsCommands::optionsetSsh","p":"Drush/Commands/OptionsCommands.html#method_optionsetSsh","d":""},{"t":"M","n":"Drush\\Commands\\OptionsCommands::optionsetSql","p":"Drush/Commands/OptionsCommands.html#method_optionsetSql","d":""},{"t":"M","n":"Drush\\Commands\\OptionsCommands::optionsetTableSelection","p":"Drush/Commands/OptionsCommands.html#method_optionsetTableSelection","d":""},{"t":"M","n":"Drush\\Commands\\ValidatorsCommands::validateEntityLoad","p":"Drush/Commands/ValidatorsCommands.html#method_validateEntityLoad","d":"

Validate that passed entity names are valid.

"},{"t":"M","n":"Drush\\Commands\\ValidatorsCommands::validateModuleEnabled","p":"Drush/Commands/ValidatorsCommands.html#method_validateModuleEnabled","d":"

Validate that passed module names are enabled. We use post-init phase because interact() methods run early and they\nneed to know that their module is enabled (e.g. image-flush).

"},{"t":"M","n":"Drush\\Commands\\ValidatorsCommands::validateFileExists","p":"Drush/Commands/ValidatorsCommands.html#method_validateFileExists","d":"

Validate that the file path exists.

"},{"t":"M","n":"Drush\\Commands\\ValidatorsCommands::validatePHPExtension","p":"Drush/Commands/ValidatorsCommands.html#method_validatePHPExtension","d":"

Validate that required PHP extension exists.

"},{"t":"M","n":"Drush\\Commands\\ValidatorsCommands::validatePermissions","p":"Drush/Commands/ValidatorsCommands.html#method_validatePermissions","d":"

Validate that the permission exists.

"},{"t":"M","n":"Drush\\Commands\\config\\ConfigCommands::getConfigFactory","p":"Drush/Commands/config/ConfigCommands.html#method_getConfigFactory","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigCommands::__construct","p":"Drush/Commands/config/ConfigCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigCommands::getConfigStorageExport","p":"Drush/Commands/config/ConfigCommands.html#method_getConfigStorageExport","d":""},{"t":"M","n":"Drush\\Commands\\config\\ConfigCommands::hasImportTransformer","p":"Drush/Commands/config/ConfigCommands.html#method_hasImportTransformer","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigCommands::getImportTransformer","p":"Drush/Commands/config/ConfigCommands.html#method_getImportTransformer","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigCommands::get","p":"Drush/Commands/config/ConfigCommands.html#method_get","d":"

Display a config value, or a whole configuration object.

"},{"t":"M","n":"Drush\\Commands\\config\\ConfigCommands::set","p":"Drush/Commands/config/ConfigCommands.html#method_set","d":"

Save a config value directly. Does not perform a config import.

"},{"t":"M","n":"Drush\\Commands\\config\\ConfigCommands::edit","p":"Drush/Commands/config/ConfigCommands.html#method_edit","d":"

Open a config file in a text editor. Edits are imported after closing editor.

"},{"t":"M","n":"Drush\\Commands\\config\\ConfigCommands::delete","p":"Drush/Commands/config/ConfigCommands.html#method_delete","d":"

Delete a configuration key, or a whole object(s).

"},{"t":"M","n":"Drush\\Commands\\config\\ConfigCommands::status","p":"Drush/Commands/config/ConfigCommands.html#method_status","d":"

Display status of configuration (differences between the filesystem and database).

"},{"t":"M","n":"Drush\\Commands\\config\\ConfigCommands::getDirectory","p":"Drush/Commands/config/ConfigCommands.html#method_getDirectory","d":"

Determine which configuration directory to use and return directory path.

"},{"t":"M","n":"Drush\\Commands\\config\\ConfigCommands::getChanges","p":"Drush/Commands/config/ConfigCommands.html#method_getChanges","d":"

Returns the difference in configuration between active storage and target storage.

"},{"t":"M","n":"Drush\\Commands\\config\\ConfigCommands::getStorage","p":"Drush/Commands/config/ConfigCommands.html#method_getStorage","d":"

Get storage corresponding to a configuration directory.

"},{"t":"M","n":"Drush\\Commands\\config\\ConfigCommands::configChangesTable","p":"Drush/Commands/config/ConfigCommands.html#method_configChangesTable","d":"

Build a table of config changes.

"},{"t":"M","n":"Drush\\Commands\\config\\ConfigCommands::configComplete","p":"Drush/Commands/config/ConfigCommands.html#method_configComplete","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigCommands::interactConfigName","p":"Drush/Commands/config/ConfigCommands.html#method_interactConfigName","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigCommands::validateConfigName","p":"Drush/Commands/config/ConfigCommands.html#method_validateConfigName","d":"

Validate that a config name is valid.

"},{"t":"M","n":"Drush\\Commands\\config\\ConfigCommands::copyConfig","p":"Drush/Commands/config/ConfigCommands.html#method_copyConfig","d":"

Copies configuration objects from source storage to target storage.

"},{"t":"M","n":"Drush\\Commands\\config\\ConfigCommands::getDiff","p":"Drush/Commands/config/ConfigCommands.html#method_getDiff","d":"

Get diff between two config sets.

"},{"t":"M","n":"Drush\\Commands\\config\\ConfigExportCommands::getConfigManager","p":"Drush/Commands/config/ConfigExportCommands.html#method_getConfigManager","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigExportCommands::setExportStorage","p":"Drush/Commands/config/ConfigExportCommands.html#method_setExportStorage","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigExportCommands::getConfigStorageExport","p":"Drush/Commands/config/ConfigExportCommands.html#method_getConfigStorageExport","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigExportCommands::getConfigStorage","p":"Drush/Commands/config/ConfigExportCommands.html#method_getConfigStorage","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigExportCommands::getConfigStorageSync","p":"Drush/Commands/config/ConfigExportCommands.html#method_getConfigStorageSync","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigExportCommands::setConfigStorageSync","p":"Drush/Commands/config/ConfigExportCommands.html#method_setConfigStorageSync","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigExportCommands::__construct","p":"Drush/Commands/config/ConfigExportCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigExportCommands::create","p":"Drush/Commands/config/ConfigExportCommands.html#method_create","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigExportCommands::export","p":"Drush/Commands/config/ConfigExportCommands.html#method_export","d":"

Export Drupal configuration to a directory.

"},{"t":"M","n":"Drush\\Commands\\config\\ConfigExportCommands::doExport","p":"Drush/Commands/config/ConfigExportCommands.html#method_doExport","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigExportCommands::doAddCommit","p":"Drush/Commands/config/ConfigExportCommands.html#method_doAddCommit","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigExportCommands::validate","p":"Drush/Commands/config/ConfigExportCommands.html#method_validate","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigImportCommands::getConfigManager","p":"Drush/Commands/config/ConfigImportCommands.html#method_getConfigManager","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigImportCommands::getConfigStorage","p":"Drush/Commands/config/ConfigImportCommands.html#method_getConfigStorage","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigImportCommands::getConfigStorageSync","p":"Drush/Commands/config/ConfigImportCommands.html#method_getConfigStorageSync","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigImportCommands::setConfigStorageSync","p":"Drush/Commands/config/ConfigImportCommands.html#method_setConfigStorageSync","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigImportCommands::getConfigCache","p":"Drush/Commands/config/ConfigImportCommands.html#method_getConfigCache","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigImportCommands::getModuleHandler","p":"Drush/Commands/config/ConfigImportCommands.html#method_getModuleHandler","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigImportCommands::getEventDispatcher","p":"Drush/Commands/config/ConfigImportCommands.html#method_getEventDispatcher","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigImportCommands::getLock","p":"Drush/Commands/config/ConfigImportCommands.html#method_getLock","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigImportCommands::getConfigTyped","p":"Drush/Commands/config/ConfigImportCommands.html#method_getConfigTyped","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigImportCommands::getModuleInstaller","p":"Drush/Commands/config/ConfigImportCommands.html#method_getModuleInstaller","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigImportCommands::getThemeHandler","p":"Drush/Commands/config/ConfigImportCommands.html#method_getThemeHandler","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigImportCommands::getStringTranslation","p":"Drush/Commands/config/ConfigImportCommands.html#method_getStringTranslation","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigImportCommands::setImportTransformer","p":"Drush/Commands/config/ConfigImportCommands.html#method_setImportTransformer","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigImportCommands::hasImportTransformer","p":"Drush/Commands/config/ConfigImportCommands.html#method_hasImportTransformer","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigImportCommands::getImportTransformer","p":"Drush/Commands/config/ConfigImportCommands.html#method_getImportTransformer","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigImportCommands::getModuleExtensionList","p":"Drush/Commands/config/ConfigImportCommands.html#method_getModuleExtensionList","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigImportCommands::getThemeExtensionList","p":"Drush/Commands/config/ConfigImportCommands.html#method_getThemeExtensionList","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigImportCommands::__construct","p":"Drush/Commands/config/ConfigImportCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigImportCommands::create","p":"Drush/Commands/config/ConfigImportCommands.html#method_create","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigImportCommands::import","p":"Drush/Commands/config/ConfigImportCommands.html#method_import","d":"

Import config from the config directory.

"},{"t":"M","n":"Drush\\Commands\\config\\ConfigImportCommands::doImport","p":"Drush/Commands/config/ConfigImportCommands.html#method_doImport","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigImportCommands::validate","p":"Drush/Commands/config/ConfigImportCommands.html#method_validate","d":"

Validate partial and source options.

"},{"t":"M","n":"Drush\\Commands\\config\\ConfigPullCommands::__construct","p":"Drush/Commands/config/ConfigPullCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\config\\ConfigPullCommands::pull","p":"Drush/Commands/config/ConfigPullCommands.html#method_pull","d":"

Export and transfer config from one environment to another.

"},{"t":"M","n":"Drush\\Commands\\config\\ConfigPullCommands::validateConfigPull","p":"Drush/Commands/config/ConfigPullCommands.html#method_validateConfigPull","d":null},{"t":"M","n":"Drush\\Commands\\core\\ArchiveDumpCommands::dump","p":"Drush/Commands/core/ArchiveDumpCommands.html#method_dump","d":"

Backup your code, files, and database into a single file.

"},{"t":"M","n":"Drush\\Commands\\core\\ArchiveDumpCommands::prepareArchiveDir","p":"Drush/Commands/core/ArchiveDumpCommands.html#method_prepareArchiveDir","d":"

Creates a temporary directory for the archive.

"},{"t":"M","n":"Drush\\Commands\\core\\BatchCommands::process","p":"Drush/Commands/core/BatchCommands.html#method_process","d":"

Process operations in the specified batch set.

"},{"t":"M","n":"Drush\\Commands\\core\\BrowseCommands::__construct","p":"Drush/Commands/core/BrowseCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\core\\BrowseCommands::browse","p":"Drush/Commands/core/BrowseCommands.html#method_browse","d":"

Display a link to a given path or open link in a browser.

"},{"t":"M","n":"Drush\\Commands\\core\\CacheCommands::__construct","p":"Drush/Commands/core/CacheCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\core\\CacheCommands::get","p":"Drush/Commands/core/CacheCommands.html#method_get","d":"

Fetch a cached object and display it.

"},{"t":"M","n":"Drush\\Commands\\core\\CacheCommands::tags","p":"Drush/Commands/core/CacheCommands.html#method_tags","d":"

Invalidate by cache tags.

"},{"t":"M","n":"Drush\\Commands\\core\\CacheCommands::clear","p":"Drush/Commands/core/CacheCommands.html#method_clear","d":"

Clear a specific cache, or all Drupal caches.

"},{"t":"M","n":"Drush\\Commands\\core\\CacheCommands::interact","p":"Drush/Commands/core/CacheCommands.html#method_interact","d":null},{"t":"M","n":"Drush\\Commands\\core\\CacheCommands::set","p":"Drush/Commands/core/CacheCommands.html#method_set","d":"

Cache an object expressed in JSON or var_export() format.

"},{"t":"M","n":"Drush\\Commands\\core\\CacheCommands::setPrepareData","p":"Drush/Commands/core/CacheCommands.html#method_setPrepareData","d":null},{"t":"M","n":"Drush\\Commands\\core\\CacheCommands::validate","p":"Drush/Commands/core/CacheCommands.html#method_validate","d":null},{"t":"M","n":"Drush\\Commands\\core\\CacheCommands::getTypes","p":"Drush/Commands/core/CacheCommands.html#method_getTypes","d":"

Types of caches available for clearing. Contrib commands can hook in their own.

"},{"t":"M","n":"Drush\\Commands\\core\\CacheCommands::clearDrush","p":"Drush/Commands/core/CacheCommands.html#method_clearDrush","d":"

Clear caches internal to Drush core.

"},{"t":"M","n":"Drush\\Commands\\core\\CacheCommands::clearBins","p":"Drush/Commands/core/CacheCommands.html#method_clearBins","d":"

Clear one or more cache bins.

"},{"t":"M","n":"Drush\\Commands\\core\\CacheCommands::clearThemeRegistry","p":"Drush/Commands/core/CacheCommands.html#method_clearThemeRegistry","d":null},{"t":"M","n":"Drush\\Commands\\core\\CacheCommands::clearRouter","p":"Drush/Commands/core/CacheCommands.html#method_clearRouter","d":null},{"t":"M","n":"Drush\\Commands\\core\\CacheCommands::clearCssJs","p":"Drush/Commands/core/CacheCommands.html#method_clearCssJs","d":null},{"t":"M","n":"Drush\\Commands\\core\\CacheCommands::clearContainer","p":"Drush/Commands/core/CacheCommands.html#method_clearContainer","d":null},{"t":"M","n":"Drush\\Commands\\core\\CacheCommands::clearRender","p":"Drush/Commands/core/CacheCommands.html#method_clearRender","d":"

Clears the render cache entries.

"},{"t":"M","n":"Drush\\Commands\\core\\CacheCommands::clearPlugin","p":"Drush/Commands/core/CacheCommands.html#method_clearPlugin","d":null},{"t":"M","n":"Drush\\Commands\\core\\CacheRebuildCommands::__construct","p":"Drush/Commands/core/CacheRebuildCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\core\\CacheRebuildCommands::rebuild","p":"Drush/Commands/core/CacheRebuildCommands.html#method_rebuild","d":"

Rebuild all caches.

"},{"t":"M","n":"Drush\\Commands\\core\\CliCommands::__construct","p":"Drush/Commands/core/CliCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\core\\CliCommands::docs","p":"Drush/Commands/core/CliCommands.html#method_docs","d":"

Drush's PHP Shell.

"},{"t":"M","n":"Drush\\Commands\\core\\CliCommands::cli","p":"Drush/Commands/core/CliCommands.html#method_cli","d":"

Open an interactive shell on a Drupal site.

"},{"t":"M","n":"Drush\\Commands\\core\\CliCommands::getDrushCommands","p":"Drush/Commands/core/CliCommands.html#method_getDrushCommands","d":"

Returns a filtered list of Drush commands used for CLI commands.

"},{"t":"M","n":"Drush\\Commands\\core\\CliCommands::getCasters","p":"Drush/Commands/core/CliCommands.html#method_getCasters","d":"

Returns a mapped array of casters for use in the shell.

"},{"t":"M","n":"Drush\\Commands\\core\\CliCommands::historyPath","p":"Drush/Commands/core/CliCommands.html#method_historyPath","d":"

Returns the file path for the CLI history.

"},{"t":"M","n":"Drush\\Commands\\core\\CliCommands::getPhpKeywords","p":"Drush/Commands/core/CliCommands.html#method_getPhpKeywords","d":"

Returns a list of PHP keywords.

"},{"t":"M","n":"Drush\\Commands\\core\\CliCommands::makeEntitiesAvailableWithShortClassNames","p":"Drush/Commands/core/CliCommands.html#method_makeEntitiesAvailableWithShortClassNames","d":null},{"t":"M","n":"Drush\\Commands\\core\\CoreCommands::globalOptions","p":"Drush/Commands/core/CoreCommands.html#method_globalOptions","d":"

All global options.

"},{"t":"M","n":"Drush\\Commands\\core\\CoreCommands::version","p":"Drush/Commands/core/CoreCommands.html#method_version","d":"

Show Drush version.

"},{"t":"M","n":"Drush\\Commands\\core\\DeployCommands::__construct","p":"Drush/Commands/core/DeployCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\core\\DeployCommands::deploy","p":"Drush/Commands/core/DeployCommands.html#method_deploy","d":"

Run several commands after performing a code deployment.

"},{"t":"M","n":"Drush\\Commands\\core\\DeployCommands::cacheRebuild","p":"Drush/Commands/core/DeployCommands.html#method_cacheRebuild","d":null},{"t":"M","n":"Drush\\Commands\\core\\DeployHookCommands::__construct","p":"Drush/Commands/core/DeployHookCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\core\\DeployHookCommands::getRegistry","p":"Drush/Commands/core/DeployHookCommands.html#method_getRegistry","d":"

Get the deploy hook update registry.

"},{"t":"M","n":"Drush\\Commands\\core\\DocsCommands::readme","p":"Drush/Commands/core/DocsCommands.html#method_readme","d":"README.md"},{"t":"M","n":"Drush\\Commands\\core\\DocsCommands::bisect","p":"Drush/Commands/core/DocsCommands.html#method_bisect","d":"

Drush docs for Git Bisect.

"},{"t":"M","n":"Drush\\Commands\\core\\DocsCommands::config","p":"Drush/Commands/core/DocsCommands.html#method_config","d":"

Drush configuration.

"},{"t":"M","n":"Drush\\Commands\\core\\DocsCommands::hooks","p":"Drush/Commands/core/DocsCommands.html#method_hooks","d":"

Drush hooks.

"},{"t":"M","n":"Drush\\Commands\\core\\DocsCommands::configExport","p":"Drush/Commands/core/DocsCommands.html#method_configExport","d":"

Drupal config export instructions, including customizing config by environment.

"},{"t":"M","n":"Drush\\Commands\\core\\DocsCommands::outputFormatsFilters","p":"Drush/Commands/core/DocsCommands.html#method_outputFormatsFilters","d":"

Output formatters and filters: control the command output

"},{"t":"M","n":"Drush\\Commands\\core\\DocsCommands::siteAliases","p":"Drush/Commands/core/DocsCommands.html#method_siteAliases","d":"

Creating site aliases for running Drush on remote sites.

"},{"t":"M","n":"Drush\\Commands\\core\\DocsCommands::script","p":"Drush/Commands/core/DocsCommands.html#method_script","d":"

An example Drush script.

"},{"t":"M","n":"Drush\\Commands\\core\\DocsCommands::bootstrap","p":"Drush/Commands/core/DocsCommands.html#method_bootstrap","d":"

Bootstrap explanation: how Drush starts up and prepares the Drupal environment.

"},{"t":"M","n":"Drush\\Commands\\core\\DocsCommands::cron","p":"Drush/Commands/core/DocsCommands.html#method_cron","d":"

Crontab instructions for running your Drupal cron tasks via drush cron.

"},{"t":"M","n":"Drush\\Commands\\core\\DocsCommands::commands","p":"Drush/Commands/core/DocsCommands.html#method_commands","d":"

Instructions on creating your own Drush commands.

"},{"t":"M","n":"Drush\\Commands\\core\\DocsCommands::generators","p":"Drush/Commands/core/DocsCommands.html#method_generators","d":"

Instructions on creating your own Drush Generators.

"},{"t":"M","n":"Drush\\Commands\\core\\DocsCommands::exampleCommand","p":"Drush/Commands/core/DocsCommands.html#method_exampleCommand","d":"

Example Drush command file.

"},{"t":"M","n":"Drush\\Commands\\core\\DocsCommands::migrate","p":"Drush/Commands/core/DocsCommands.html#method_migrate","d":"

Defining and running migrations.

"},{"t":"M","n":"Drush\\Commands\\core\\DocsCommands::syncHttp","p":"Drush/Commands/core/DocsCommands.html#method_syncHttp","d":"

Extend sql-sync to allow transfer of the sql dump file via http.

"},{"t":"M","n":"Drush\\Commands\\core\\DocsCommands::policy","p":"Drush/Commands/core/DocsCommands.html#method_policy","d":"

Example policy file.

"},{"t":"M","n":"Drush\\Commands\\core\\DocsCommands::deploy","p":"Drush/Commands/core/DocsCommands.html#method_deploy","d":"

Deploy command for Drupal.

"},{"t":"M","n":"Drush\\Commands\\core\\DrupalCommands::getCron","p":"Drush/Commands/core/DrupalCommands.html#method_getCron","d":null},{"t":"M","n":"Drush\\Commands\\core\\DrupalCommands::getModuleHandler","p":"Drush/Commands/core/DrupalCommands.html#method_getModuleHandler","d":null},{"t":"M","n":"Drush\\Commands\\core\\DrupalCommands::getRouteProvider","p":"Drush/Commands/core/DrupalCommands.html#method_getRouteProvider","d":null},{"t":"M","n":"Drush\\Commands\\core\\DrupalCommands::__construct","p":"Drush/Commands/core/DrupalCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\core\\DrupalCommands::cron","p":"Drush/Commands/core/DrupalCommands.html#method_cron","d":"

Run all cron hooks in all active modules for specified site.

"},{"t":"M","n":"Drush\\Commands\\core\\DrupalCommands::requirements","p":"Drush/Commands/core/DrupalCommands.html#method_requirements","d":"

Information about things that may be wrong in your Drupal installation.

"},{"t":"M","n":"Drush\\Commands\\core\\DrupalCommands::route","p":"Drush/Commands/core/DrupalCommands.html#method_route","d":"

View information about all routes or one route.

"},{"t":"M","n":"Drush\\Commands\\core\\DrupalDirectoryCommands::__construct","p":"Drush/Commands/core/DrupalDirectoryCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\core\\DrupalDirectoryCommands::drupalDirectory","p":"Drush/Commands/core/DrupalDirectoryCommands.html#method_drupalDirectory","d":"

Return the filesystem path for modules/themes and other key folders.

"},{"t":"M","n":"Drush\\Commands\\core\\DrupalDirectoryCommands::getPath","p":"Drush/Commands/core/DrupalDirectoryCommands.html#method_getPath","d":"

Given a target (e.g.

"},{"t":"M","n":"Drush\\Commands\\core\\DrupliconCommands::optionset","p":"Drush/Commands/core/DrupliconCommands.html#method_optionset","d":null},{"t":"M","n":"Drush\\Commands\\core\\DrupliconCommands::druplicon","p":"Drush/Commands/core/DrupliconCommands.html#method_druplicon","d":"

Print druplicon as post-command output.

"},{"t":"M","n":"Drush\\Commands\\core\\EditCommands::__construct","p":"Drush/Commands/core/EditCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\core\\EditCommands::create","p":"Drush/Commands/core/EditCommands.html#method_create","d":"

Not using Autowire in order to implicitly test backward compat.

"},{"t":"M","n":"Drush\\Commands\\core\\EditCommands::edit","p":"Drush/Commands/core/EditCommands.html#method_edit","d":"

Edit drush.yml, site alias, and Drupal settings.php files.

"},{"t":"M","n":"Drush\\Commands\\core\\EditCommands::load","p":"Drush/Commands/core/EditCommands.html#method_load","d":null},{"t":"M","n":"Drush\\Commands\\core\\EditCommands::phpIniFiles","p":"Drush/Commands/core/EditCommands.html#method_phpIniFiles","d":null},{"t":"M","n":"Drush\\Commands\\core\\EditCommands::bashFiles","p":"Drush/Commands/core/EditCommands.html#method_bashFiles","d":null},{"t":"M","n":"Drush\\Commands\\core\\EditCommands::findBashrc","p":"Drush/Commands/core/EditCommands.html#method_findBashrc","d":"

Determine which .bashrc file is best to use on this platform.

"},{"t":"M","n":"Drush\\Commands\\core\\EditCommands::complete","p":"Drush/Commands/core/EditCommands.html#method_complete","d":null},{"t":"M","n":"Drush\\Commands\\core\\EntityCommands::__construct","p":"Drush/Commands/core/EntityCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\core\\EntityCommands::delete","p":"Drush/Commands/core/EntityCommands.html#method_delete","d":"

Delete content entities.

"},{"t":"M","n":"Drush\\Commands\\core\\EntityCommands::doDelete","p":"Drush/Commands/core/EntityCommands.html#method_doDelete","d":"

Actual delete method.

"},{"t":"M","n":"Drush\\Commands\\core\\EntityCommands::loadSave","p":"Drush/Commands/core/EntityCommands.html#method_loadSave","d":"

Load and save entities.

"},{"t":"M","n":"Drush\\Commands\\core\\EntityCommands::doSave","p":"Drush/Commands/core/EntityCommands.html#method_doSave","d":"

Actual save method.

"},{"t":"M","n":"Drush\\Commands\\core\\EntityCommands::getQuery","p":"Drush/Commands/core/EntityCommands.html#method_getQuery","d":""},{"t":"M","n":"Drush\\Commands\\core\\EntityCreateCommands::__construct","p":"Drush/Commands/core/EntityCreateCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\core\\EntityCreateCommands::createEntity","p":"Drush/Commands/core/EntityCreateCommands.html#method_createEntity","d":"

Create a content entity after prompting for field values.

"},{"t":"M","n":"Drush\\Commands\\core\\EntityCreateCommands::setValue","p":"Drush/Commands/core/EntityCreateCommands.html#method_setValue","d":null},{"t":"M","n":"Drush\\Commands\\core\\ImageCommands::flush","p":"Drush/Commands/core/ImageCommands.html#method_flush","d":"

Flush all derived images for a given style.

"},{"t":"M","n":"Drush\\Commands\\core\\ImageCommands::interactFlush","p":"Drush/Commands/core/ImageCommands.html#method_interactFlush","d":null},{"t":"M","n":"Drush\\Commands\\core\\ImageCommands::postInit","p":"Drush/Commands/core/ImageCommands.html#method_postInit","d":null},{"t":"M","n":"Drush\\Commands\\core\\ImageCommands::derive","p":"Drush/Commands/core/ImageCommands.html#method_derive","d":"

Create an image derivative.

"},{"t":"M","n":"Drush\\Commands\\core\\JsonapiCommands::get","p":"Drush/Commands/core/JsonapiCommands.html#method_get","d":"

Execute a JSONAPI request.

"},{"t":"M","n":"Drush\\Commands\\core\\LanguageCommands::getLanguageManager","p":"Drush/Commands/core/LanguageCommands.html#method_getLanguageManager","d":null},{"t":"M","n":"Drush\\Commands\\core\\LanguageCommands::getModuleHandler","p":"Drush/Commands/core/LanguageCommands.html#method_getModuleHandler","d":null},{"t":"M","n":"Drush\\Commands\\core\\LanguageCommands::__construct","p":"Drush/Commands/core/LanguageCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\core\\LanguageCommands::add","p":"Drush/Commands/core/LanguageCommands.html#method_add","d":null},{"t":"M","n":"Drush\\Commands\\core\\LanguageCommands::info","p":"Drush/Commands/core/LanguageCommands.html#method_info","d":"

Print the currently available languages.

"},{"t":"M","n":"Drush\\Commands\\core\\LinkHooks::__construct","p":"Drush/Commands/core/LinkHooks.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\core\\LinkHooks::hookOption","p":"Drush/Commands/core/LinkHooks.html#method_hookOption","d":null},{"t":"M","n":"Drush\\Commands\\core\\LinkHooks::hookSetOptions","p":"Drush/Commands/core/LinkHooks.html#method_hookSetOptions","d":null},{"t":"M","n":"Drush\\Commands\\core\\LinkHooks::hookFieldConfig","p":"Drush/Commands/core/LinkHooks.html#method_hookFieldConfig","d":null},{"t":"M","n":"Drush\\Commands\\core\\LinkHooks::askLinkType","p":"Drush/Commands/core/LinkHooks.html#method_askLinkType","d":null},{"t":"M","n":"Drush\\Commands\\core\\LinkHooks::askAllowLinkText","p":"Drush/Commands/core/LinkHooks.html#method_askAllowLinkText","d":null},{"t":"M","n":"Drush\\Commands\\core\\LinkHooks::isInstalled","p":"Drush/Commands/core/LinkHooks.html#method_isInstalled","d":null},{"t":"M","n":"Drush\\Commands\\core\\LocaleCommands::getLanguageManager","p":"Drush/Commands/core/LocaleCommands.html#method_getLanguageManager","d":null},{"t":"M","n":"Drush\\Commands\\core\\LocaleCommands::getConfigFactory","p":"Drush/Commands/core/LocaleCommands.html#method_getConfigFactory","d":null},{"t":"M","n":"Drush\\Commands\\core\\LocaleCommands::getState","p":"Drush/Commands/core/LocaleCommands.html#method_getState","d":null},{"t":"M","n":"Drush\\Commands\\core\\LocaleCommands::__construct","p":"Drush/Commands/core/LocaleCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\core\\LocaleCommands::check","p":"Drush/Commands/core/LocaleCommands.html#method_check","d":"

Checks for available translation updates.

"},{"t":"M","n":"Drush\\Commands\\core\\LocaleCommands::clearStatus","p":"Drush/Commands/core/LocaleCommands.html#method_clearStatus","d":"

Clears the translation status.

"},{"t":"M","n":"Drush\\Commands\\core\\LocaleCommands::update","p":"Drush/Commands/core/LocaleCommands.html#method_update","d":"

Imports the available translation updates.

"},{"t":"M","n":"Drush\\Commands\\core\\LocaleCommands::export","p":"Drush/Commands/core/LocaleCommands.html#method_export","d":"

Exports to a gettext translation file.

"},{"t":"M","n":"Drush\\Commands\\core\\LocaleCommands::exportValidate","p":"Drush/Commands/core/LocaleCommands.html#method_exportValidate","d":"

Assure that required options are set.

"},{"t":"M","n":"Drush\\Commands\\core\\LocaleCommands::importAll","p":"Drush/Commands/core/LocaleCommands.html#method_importAll","d":"

Imports multiple translation files from the defined directory.

"},{"t":"M","n":"Drush\\Commands\\core\\LocaleCommands::import","p":"Drush/Commands/core/LocaleCommands.html#method_import","d":"

Imports to a gettext translation file.

"},{"t":"M","n":"Drush\\Commands\\core\\LoginCommands::__construct","p":"Drush/Commands/core/LoginCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\core\\LoginCommands::login","p":"Drush/Commands/core/LoginCommands.html#method_login","d":"

Display a one time login link for user ID 1, or another user.

"},{"t":"M","n":"Drush\\Commands\\core\\MaintCommands::__construct","p":"Drush/Commands/core/MaintCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\core\\MaintCommands::getState","p":"Drush/Commands/core/MaintCommands.html#method_getState","d":null},{"t":"M","n":"Drush\\Commands\\core\\MaintCommands::get","p":"Drush/Commands/core/MaintCommands.html#method_get","d":"

Get maintenance mode. Returns 1 if enabled, 0 if not.

"},{"t":"M","n":"Drush\\Commands\\core\\MaintCommands::set","p":"Drush/Commands/core/MaintCommands.html#method_set","d":"

Set maintenance mode.

"},{"t":"M","n":"Drush\\Commands\\core\\MaintCommands::status","p":"Drush/Commands/core/MaintCommands.html#method_status","d":"

Fail if maintenance mode is enabled.

"},{"t":"M","n":"Drush\\Commands\\core\\MessengerCommands::__construct","p":"Drush/Commands/core/MessengerCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\core\\MessengerCommands::pre","p":"Drush/Commands/core/MessengerCommands.html#method_pre","d":null},{"t":"M","n":"Drush\\Commands\\core\\MessengerCommands::post","p":"Drush/Commands/core/MessengerCommands.html#method_post","d":null},{"t":"M","n":"Drush\\Commands\\core\\MessengerCommands::log","p":"Drush/Commands/core/MessengerCommands.html#method_log","d":null},{"t":"M","n":"Drush\\Commands\\core\\MigrateRunnerCommands::__construct","p":"Drush/Commands/core/MigrateRunnerCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\core\\MigrateRunnerCommands::setMigrationPluginManager","p":"Drush/Commands/core/MigrateRunnerCommands.html#method_setMigrationPluginManager","d":"

Provide a migration plugin manager.

"},{"t":"M","n":"Drush\\Commands\\core\\MigrateRunnerCommands::status","p":"Drush/Commands/core/MigrateRunnerCommands.html#method_status","d":"

List all migrations with current status.

"},{"t":"M","n":"Drush\\Commands\\core\\MigrateRunnerCommands::getMigrationSourceRowsCount","p":"Drush/Commands/core/MigrateRunnerCommands.html#method_getMigrationSourceRowsCount","d":"

Returns the migration source rows count.

"},{"t":"M","n":"Drush\\Commands\\core\\MigrateRunnerCommands::getMigrationNeedingUpdateCount","p":"Drush/Commands/core/MigrateRunnerCommands.html#method_getMigrationNeedingUpdateCount","d":"

Returns the number of items that needs update.

"},{"t":"M","n":"Drush\\Commands\\core\\MigrateRunnerCommands::getMigrationUnprocessedCount","p":"Drush/Commands/core/MigrateRunnerCommands.html#method_getMigrationUnprocessedCount","d":"

Returns the number of unprocessed items.

"},{"t":"M","n":"Drush\\Commands\\core\\MigrateRunnerCommands::getMigrationImportedCount","p":"Drush/Commands/core/MigrateRunnerCommands.html#method_getMigrationImportedCount","d":"

Returns the number of imported items.

"},{"t":"M","n":"Drush\\Commands\\core\\MigrateRunnerCommands::getMigrationLastImportedTime","p":"Drush/Commands/core/MigrateRunnerCommands.html#method_getMigrationLastImportedTime","d":"

Returns the last imported date/time if any.

"},{"t":"M","n":"Drush\\Commands\\core\\MigrateRunnerCommands::padTableRow","p":"Drush/Commands/core/MigrateRunnerCommands.html#method_padTableRow","d":"

Pads an incomplete table row with empty cells.

"},{"t":"M","n":"Drush\\Commands\\core\\MigrateRunnerCommands::import","p":"Drush/Commands/core/MigrateRunnerCommands.html#method_import","d":"

Perform one or more migration processes.

"},{"t":"M","n":"Drush\\Commands\\core\\MigrateRunnerCommands::executeMigration","p":"Drush/Commands/core/MigrateRunnerCommands.html#method_executeMigration","d":"

Executes a single migration.

"},{"t":"M","n":"Drush\\Commands\\core\\MigrateRunnerCommands::rollback","p":"Drush/Commands/core/MigrateRunnerCommands.html#method_rollback","d":"

Rollback one or more migrations.

"},{"t":"M","n":"Drush\\Commands\\core\\MigrateRunnerCommands::stop","p":"Drush/Commands/core/MigrateRunnerCommands.html#method_stop","d":"

Stop an active migration operation.

"},{"t":"M","n":"Drush\\Commands\\core\\MigrateRunnerCommands::resetStatus","p":"Drush/Commands/core/MigrateRunnerCommands.html#method_resetStatus","d":"

Reset an active migration's status to idle.

"},{"t":"M","n":"Drush\\Commands\\core\\MigrateRunnerCommands::messages","p":"Drush/Commands/core/MigrateRunnerCommands.html#method_messages","d":"

View any messages associated with a migration.

"},{"t":"M","n":"Drush\\Commands\\core\\MigrateRunnerCommands::preprocessMessageRow","p":"Drush/Commands/core/MigrateRunnerCommands.html#method_preprocessMessageRow","d":"

Preprocesses migrate message rows.

"},{"t":"M","n":"Drush\\Commands\\core\\MigrateRunnerCommands::fieldsSource","p":"Drush/Commands/core/MigrateRunnerCommands.html#method_fieldsSource","d":"

List the fields available for mapping in a source.

"},{"t":"M","n":"Drush\\Commands\\core\\MigrateRunnerCommands::getMigrationList","p":"Drush/Commands/core/MigrateRunnerCommands.html#method_getMigrationList","d":"

Retrieves a list of active migrations.

"},{"t":"M","n":"Drush\\Commands\\core\\MigrateRunnerCommands::getMigrateMessage","p":"Drush/Commands/core/MigrateRunnerCommands.html#method_getMigrateMessage","d":"

Returns the migrate message logger.

"},{"t":"M","n":"Drush\\Commands\\core\\MigrateRunnerCommands::getSourceIdKeys","p":"Drush/Commands/core/MigrateRunnerCommands.html#method_getSourceIdKeys","d":"

Get the source ID keys.

"},{"t":"M","n":"Drush\\Commands\\core\\MigrateRunnerCommands::validateMigrationId","p":"Drush/Commands/core/MigrateRunnerCommands.html#method_validateMigrationId","d":"

Validates a migration ID is valid.

"},{"t":"M","n":"Drush\\Commands\\core\\MkCommands::docs","p":"Drush/Commands/core/MkCommands.html#method_docs","d":"

Build a Markdown document for each available Drush command/generator.

"},{"t":"M","n":"Drush\\Commands\\core\\MkCommands::createAnnotatedCommands","p":"Drush/Commands/core/MkCommands.html#method_createAnnotatedCommands","d":"

Convert generators into Annotated commands (for Help).

"},{"t":"M","n":"Drush\\Commands\\core\\MkCommands::appendPostAmble","p":"Drush/Commands/core/MkCommands.html#method_appendPostAmble","d":null},{"t":"M","n":"Drush\\Commands\\core\\MkCommands::appendAliases","p":"Drush/Commands/core/MkCommands.html#method_appendAliases","d":null},{"t":"M","n":"Drush\\Commands\\core\\MkCommands::appendTopics","p":"Drush/Commands/core/MkCommands.html#method_appendTopics","d":null},{"t":"M","n":"Drush\\Commands\\core\\MkCommands::appendOptions","p":"Drush/Commands/core/MkCommands.html#method_appendOptions","d":null},{"t":"M","n":"Drush\\Commands\\core\\MkCommands::appendOptionsGlobal","p":"Drush/Commands/core/MkCommands.html#method_appendOptionsGlobal","d":null},{"t":"M","n":"Drush\\Commands\\core\\MkCommands::appendArguments","p":"Drush/Commands/core/MkCommands.html#method_appendArguments","d":null},{"t":"M","n":"Drush\\Commands\\core\\MkCommands::appendUsages","p":"Drush/Commands/core/MkCommands.html#method_appendUsages","d":null},{"t":"M","n":"Drush\\Commands\\core\\MkCommands::appendPreamble","p":"Drush/Commands/core/MkCommands.html#method_appendPreamble","d":null},{"t":"M","n":"Drush\\Commands\\core\\MkCommands::writeYml","p":"Drush/Commands/core/MkCommands.html#method_writeYml","d":null},{"t":"M","n":"Drush\\Commands\\core\\MkCommands::writeAllMd","p":"Drush/Commands/core/MkCommands.html#method_writeAllMd","d":null},{"t":"M","n":"Drush\\Commands\\core\\MkCommands::prepare","p":"Drush/Commands/core/MkCommands.html#method_prepare","d":"

Empty target directories.

"},{"t":"M","n":"Drush\\Commands\\core\\MkCommands::argToArray","p":"Drush/Commands/core/MkCommands.html#method_argToArray","d":"

Build an array since that's what HelpCLIFormatter expects.

"},{"t":"M","n":"Drush\\Commands\\core\\MkCommands::optionToArray","p":"Drush/Commands/core/MkCommands.html#method_optionToArray","d":"

Build an array since that's what HelpCLIFormatter expects.

"},{"t":"M","n":"Drush\\Commands\\core\\MkCommands::cliTextToMarkdown","p":"Drush/Commands/core/MkCommands.html#method_cliTextToMarkdown","d":"

Convert text like foo to foo.

"},{"t":"M","n":"Drush\\Commands\\core\\MkCommands::writeContentFilesAndBuildNavAndBuildRedirectMap","p":"Drush/Commands/core/MkCommands.html#method_writeContentFilesAndBuildNavAndBuildRedirectMap","d":"

Write content files, add to nav, build a redirect map.

"},{"t":"M","n":"Drush\\Commands\\core\\MkCommands::getRedirectMap","p":"Drush/Commands/core/MkCommands.html#method_getRedirectMap","d":null},{"t":"M","n":"Drush\\Commands\\core\\MkCommands::getFilename","p":"Drush/Commands/core/MkCommands.html#method_getFilename","d":"

Get a filename from a command.

"},{"t":"M","n":"Drush\\Commands\\core\\NotifyCommands::optionsetNotify","p":"Drush/Commands/core/NotifyCommands.html#method_optionsetNotify","d":null},{"t":"M","n":"Drush\\Commands\\core\\NotifyCommands::registerShutdown","p":"Drush/Commands/core/NotifyCommands.html#method_registerShutdown","d":null},{"t":"M","n":"Drush\\Commands\\core\\NotifyCommands::shutdown","p":"Drush/Commands/core/NotifyCommands.html#method_shutdown","d":null},{"t":"M","n":"Drush\\Commands\\core\\NotifyCommands::shutdownSend","p":"Drush/Commands/core/NotifyCommands.html#method_shutdownSend","d":"

Prepares and dispatches notifications to delivery mechanisms.

"},{"t":"M","n":"Drush\\Commands\\core\\NotifyCommands::shutdownSendText","p":"Drush/Commands/core/NotifyCommands.html#method_shutdownSendText","d":"

Send text-based system notification.

"},{"t":"M","n":"Drush\\Commands\\core\\NotifyCommands::isAllowed","p":"Drush/Commands/core/NotifyCommands.html#method_isAllowed","d":"

Identify if the given Drush request should trigger a notification.

"},{"t":"M","n":"Drush\\Commands\\core\\PhpCommands::evaluate","p":"Drush/Commands/core/PhpCommands.html#method_evaluate","d":"

Evaluate arbitrary php code after bootstrapping Drupal (if available).

"},{"t":"M","n":"Drush\\Commands\\core\\PhpCommands::script","p":"Drush/Commands/core/PhpCommands.html#method_script","d":"

Run php a script after a full Drupal bootstrap.

"},{"t":"M","n":"Drush\\Commands\\core\\QueueCommands::__construct","p":"Drush/Commands/core/QueueCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\core\\QueueCommands::getWorkerManager","p":"Drush/Commands/core/QueueCommands.html#method_getWorkerManager","d":null},{"t":"M","n":"Drush\\Commands\\core\\QueueCommands::getQueueService","p":"Drush/Commands/core/QueueCommands.html#method_getQueueService","d":null},{"t":"M","n":"Drush\\Commands\\core\\QueueCommands::run","p":"Drush/Commands/core/QueueCommands.html#method_run","d":"

Run a specific queue by name.

"},{"t":"M","n":"Drush\\Commands\\core\\QueueCommands::qList","p":"Drush/Commands/core/QueueCommands.html#method_qList","d":"

Returns a list of all defined queues.

"},{"t":"M","n":"Drush\\Commands\\core\\QueueCommands::delete","p":"Drush/Commands/core/QueueCommands.html#method_delete","d":"

Delete all items in a specific queue.

"},{"t":"M","n":"Drush\\Commands\\core\\QueueCommands::getQueues","p":"Drush/Commands/core/QueueCommands.html#method_getQueues","d":null},{"t":"M","n":"Drush\\Commands\\core\\QueueCommands::getQueue","p":"Drush/Commands/core/QueueCommands.html#method_getQueue","d":null},{"t":"M","n":"Drush\\Commands\\core\\QueueCommands::queueComplete","p":"Drush/Commands/core/QueueCommands.html#method_queueComplete","d":null},{"t":"M","n":"Drush\\Commands\\core\\RoleCommands::__construct","p":"Drush/Commands/core/RoleCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\core\\RoleCommands::createRole","p":"Drush/Commands/core/RoleCommands.html#method_createRole","d":"

Create a new role.

"},{"t":"M","n":"Drush\\Commands\\core\\RoleCommands::delete","p":"Drush/Commands/core/RoleCommands.html#method_delete","d":"

Delete a role.

"},{"t":"M","n":"Drush\\Commands\\core\\RoleCommands::roleAddPerm","p":"Drush/Commands/core/RoleCommands.html#method_roleAddPerm","d":"

Grant specified permission(s) to a role.

"},{"t":"M","n":"Drush\\Commands\\core\\RoleCommands::roleRemovePerm","p":"Drush/Commands/core/RoleCommands.html#method_roleRemovePerm","d":"

Remove specified permission(s) from a role.

"},{"t":"M","n":"Drush\\Commands\\core\\RoleCommands::roleList","p":"Drush/Commands/core/RoleCommands.html#method_roleList","d":"

Display roles and their permissions.

"},{"t":"M","n":"Drush\\Commands\\core\\RoleCommands::renderPermsCell","p":"Drush/Commands/core/RoleCommands.html#method_renderPermsCell","d":null},{"t":"M","n":"Drush\\Commands\\core\\RoleCommands::roleComplete","p":"Drush/Commands/core/RoleCommands.html#method_roleComplete","d":null},{"t":"M","n":"Drush\\Commands\\core\\RsyncCommands::__construct","p":"Drush/Commands/core/RsyncCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\core\\RsyncCommands::rsync","p":"Drush/Commands/core/RsyncCommands.html#method_rsync","d":"

Rsync Drupal code or files to/from another server using ssh.

"},{"t":"M","n":"Drush\\Commands\\core\\RsyncCommands::rsyncOptions","p":"Drush/Commands/core/RsyncCommands.html#method_rsyncOptions","d":null},{"t":"M","n":"Drush\\Commands\\core\\RsyncCommands::preCommandEvent","p":"Drush/Commands/core/RsyncCommands.html#method_preCommandEvent","d":"

Evaluate the path aliases in the source and destination\nparameters. We do this in the command-event so that\nwe can set up the configuration object to include options\nfrom the source and target aliases, if any, so that these\nvalues may participate in configuration injection.

"},{"t":"M","n":"Drush\\Commands\\core\\RsyncCommands::injectAliasPathParameterOptions","p":"Drush/Commands/core/RsyncCommands.html#method_injectAliasPathParameterOptions","d":null},{"t":"M","n":"Drush\\Commands\\core\\RsyncCommands::validate","p":"Drush/Commands/core/RsyncCommands.html#method_validate","d":"

Validate that passed aliases are valid.

"},{"t":"M","n":"Drush\\Commands\\core\\RunserverCommands::runserver","p":"Drush/Commands/core/RunserverCommands.html#method_runserver","d":"

Runs PHP's built-in http server for development.

"},{"t":"M","n":"Drush\\Commands\\core\\RunserverCommands::uri","p":"Drush/Commands/core/RunserverCommands.html#method_uri","d":"

Determine the URI to use for this server.

"},{"t":"M","n":"Drush\\Commands\\core\\RunserverCommands::parseUri","p":"Drush/Commands/core/RunserverCommands.html#method_parseUri","d":"

Parse a URI or partial URI (including just a port, host IP or path).

"},{"t":"M","n":"Drush\\Commands\\core\\SiteCommands::__construct","p":"Drush/Commands/core/SiteCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\core\\SiteCommands::siteSet","p":"Drush/Commands/core/SiteCommands.html#method_siteSet","d":"

Set a site alias that will persist for the current session.

"},{"t":"M","n":"Drush\\Commands\\core\\SiteCommands::siteAlias","p":"Drush/Commands/core/SiteCommands.html#method_siteAlias","d":"

Show site alias details, or a list of available site aliases.

"},{"t":"M","n":"Drush\\Commands\\core\\SiteCommands::siteAliasExportList","p":"Drush/Commands/core/SiteCommands.html#method_siteAliasExportList","d":null},{"t":"M","n":"Drush\\Commands\\core\\SiteInstallCommands::__construct","p":"Drush/Commands/core/SiteInstallCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\core\\SiteInstallCommands::install","p":"Drush/Commands/core/SiteInstallCommands.html#method_install","d":"

Install Drupal along with modules/themes/configuration/profile.

"},{"t":"M","n":"Drush\\Commands\\core\\SiteInstallCommands::taskCallback","p":"Drush/Commands/core/SiteInstallCommands.html#method_taskCallback","d":null},{"t":"M","n":"Drush\\Commands\\core\\SiteInstallCommands::determineProfile","p":"Drush/Commands/core/SiteInstallCommands.html#method_determineProfile","d":null},{"t":"M","n":"Drush\\Commands\\core\\SiteInstallCommands::hasConfigFiles","p":"Drush/Commands/core/SiteInstallCommands.html#method_hasConfigFiles","d":"

Check to see if there are any .yml files in the provided config directory.

"},{"t":"M","n":"Drush\\Commands\\core\\SiteInstallCommands::validate","p":"Drush/Commands/core/SiteInstallCommands.html#method_validate","d":null},{"t":"M","n":"Drush\\Commands\\core\\SiteInstallCommands::pre","p":"Drush/Commands/core/SiteInstallCommands.html#method_pre","d":"

Perform setup tasks before installation.

"},{"t":"M","n":"Drush\\Commands\\core\\SiteInstallCommands::getSitesSubdirFromUri","p":"Drush/Commands/core/SiteInstallCommands.html#method_getSitesSubdirFromUri","d":"

Determine an appropriate site subdir name to use for the\nprovided uri.

"},{"t":"M","n":"Drush\\Commands\\core\\SiteInstallCommands::serverGlobals","p":"Drush/Commands/core/SiteInstallCommands.html#method_serverGlobals","d":"

Fake the necessary HTTP headers that the Drupal installer still needs:

"},{"t":"M","n":"Drush\\Commands\\core\\SiteInstallCommands::validateConfigDir","p":"Drush/Commands/core/SiteInstallCommands.html#method_validateConfigDir","d":"

Assure that a config directory exists and is populated.

"},{"t":"M","n":"Drush\\Commands\\core\\SshCommands::__construct","p":"Drush/Commands/core/SshCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\core\\SshCommands::ssh","p":"Drush/Commands/core/SshCommands.html#method_ssh","d":"

Connect to a webserver via SSH, and optionally run a shell command.

"},{"t":"M","n":"Drush\\Commands\\core\\StateCommands::__construct","p":"Drush/Commands/core/StateCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\core\\StateCommands::getState","p":"Drush/Commands/core/StateCommands.html#method_getState","d":null},{"t":"M","n":"Drush\\Commands\\core\\StateCommands::get","p":"Drush/Commands/core/StateCommands.html#method_get","d":"

Display a state value.

"},{"t":"M","n":"Drush\\Commands\\core\\StateCommands::set","p":"Drush/Commands/core/StateCommands.html#method_set","d":"

Set a state value.

"},{"t":"M","n":"Drush\\Commands\\core\\StateCommands::delete","p":"Drush/Commands/core/StateCommands.html#method_delete","d":"

Delete a state entry.

"},{"t":"M","n":"Drush\\Commands\\core\\StateCommands::format","p":"Drush/Commands/core/StateCommands.html#method_format","d":null},{"t":"M","n":"Drush\\Commands\\core\\StatusCommands::__construct","p":"Drush/Commands/core/StatusCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\core\\StatusCommands::createEarly","p":"Drush/Commands/core/StatusCommands.html#method_createEarly","d":"

Not using Autowire in order to implicitly test backward compat.

"},{"t":"M","n":"Drush\\Commands\\core\\StatusCommands::status","p":"Drush/Commands/core/StatusCommands.html#method_status","d":"

An overview of the environment - Drush and Drupal.

"},{"t":"M","n":"Drush\\Commands\\core\\StatusCommands::getPropertyList","p":"Drush/Commands/core/StatusCommands.html#method_getPropertyList","d":null},{"t":"M","n":"Drush\\Commands\\core\\StatusCommands::renderStatusCell","p":"Drush/Commands/core/StatusCommands.html#method_renderStatusCell","d":null},{"t":"M","n":"Drush\\Commands\\core\\StatusCommands::adjustStatusOptions","p":"Drush/Commands/core/StatusCommands.html#method_adjustStatusOptions","d":null},{"t":"M","n":"Drush\\Commands\\core\\StatusCommands::pathAliases","p":"Drush/Commands/core/StatusCommands.html#method_pathAliases","d":null},{"t":"M","n":"Drush\\Commands\\core\\TopicCommands::topic","p":"Drush/Commands/core/TopicCommands.html#method_topic","d":"

Read detailed documentation on a given topic.

"},{"t":"M","n":"Drush\\Commands\\core\\TopicCommands::interact","p":"Drush/Commands/core/TopicCommands.html#method_interact","d":null},{"t":"M","n":"Drush\\Commands\\core\\TopicCommands::validate","p":"Drush/Commands/core/TopicCommands.html#method_validate","d":null},{"t":"M","n":"Drush\\Commands\\core\\TopicCommands::topicComplete","p":"Drush/Commands/core/TopicCommands.html#method_topicComplete","d":null},{"t":"M","n":"Drush\\Commands\\core\\TopicCommands::getAllTopics","p":"Drush/Commands/core/TopicCommands.html#method_getAllTopics","d":"

Retrieve all defined topics

"},{"t":"M","n":"Drush\\Commands\\core\\TwigCommands::__construct","p":"Drush/Commands/core/TwigCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\core\\TwigCommands::getTwig","p":"Drush/Commands/core/TwigCommands.html#method_getTwig","d":null},{"t":"M","n":"Drush\\Commands\\core\\TwigCommands::getModuleHandler","p":"Drush/Commands/core/TwigCommands.html#method_getModuleHandler","d":null},{"t":"M","n":"Drush\\Commands\\core\\TwigCommands::unused","p":"Drush/Commands/core/TwigCommands.html#method_unused","d":"

Find potentially unused Twig templates.

"},{"t":"M","n":"Drush\\Commands\\core\\TwigCommands::twigCompile","p":"Drush/Commands/core/TwigCommands.html#method_twigCompile","d":"

Compile all Twig template(s).

"},{"t":"M","n":"Drush\\Commands\\core\\TwigCommands::twigDebug","p":"Drush/Commands/core/TwigCommands.html#method_twigDebug","d":"

Enables Twig debug and disables caching Twig templates.

"},{"t":"M","n":"Drush\\Commands\\core\\UpdateDBCommands::__construct","p":"Drush/Commands/core/UpdateDBCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\core\\UpdateDBCommands::updatedb","p":"Drush/Commands/core/UpdateDBCommands.html#method_updatedb","d":"

Apply any database updates required (as with running update.php).

"},{"t":"M","n":"Drush\\Commands\\core\\UpdateDBCommands::updatedbStatus","p":"Drush/Commands/core/UpdateDBCommands.html#method_updatedbStatus","d":"

List any pending database updates.

"},{"t":"M","n":"Drush\\Commands\\core\\UpdateDBCommands::process","p":"Drush/Commands/core/UpdateDBCommands.html#method_process","d":"

Process operations in the specified batch set.

"},{"t":"M","n":"Drush\\Commands\\core\\UpdateDBCommands::updateDoOne","p":"Drush/Commands/core/UpdateDBCommands.html#method_updateDoOne","d":"

Perform one update and store the results which will later be displayed on\nthe finished page.

"},{"t":"M","n":"Drush\\Commands\\core\\UpdateDBCommands::updateDoOnePostUpdate","p":"Drush/Commands/core/UpdateDBCommands.html#method_updateDoOnePostUpdate","d":"

Batch command that executes a single post-update.

"},{"t":"M","n":"Drush\\Commands\\core\\UpdateDBCommands::updateFinished","p":"Drush/Commands/core/UpdateDBCommands.html#method_updateFinished","d":"

Batch finished callback.

"},{"t":"M","n":"Drush\\Commands\\core\\UpdateDBCommands::updateBatch","p":"Drush/Commands/core/UpdateDBCommands.html#method_updateBatch","d":"

Start the database update batch process.

"},{"t":"M","n":"Drush\\Commands\\core\\UpdateDBCommands::restoreMaintMode","p":"Drush/Commands/core/UpdateDBCommands.html#method_restoreMaintMode","d":null},{"t":"M","n":"Drush\\Commands\\core\\UpdateDBCommands::getUpdateList","p":"Drush/Commands/core/UpdateDBCommands.html#method_getUpdateList","d":null},{"t":"M","n":"Drush\\Commands\\core\\UpdateDBCommands::cacheRebuild","p":"Drush/Commands/core/UpdateDBCommands.html#method_cacheRebuild","d":"

Clears caches and rebuilds the container.

"},{"t":"M","n":"Drush\\Commands\\core\\UpdateDBCommands::getUpdatedbStatus","p":"Drush/Commands/core/UpdateDBCommands.html#method_getUpdatedbStatus","d":"

Returns information about available module updates.

"},{"t":"M","n":"Drush\\Commands\\core\\UpdateDBCommands::updateCheckRequirements","p":"Drush/Commands/core/UpdateDBCommands.html#method_updateCheckRequirements","d":"

Log messages for any requirements warnings/errors.

"},{"t":"M","n":"Drush\\Commands\\core\\UserCommands::__construct","p":"Drush/Commands/core/UserCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\core\\UserCommands::information","p":"Drush/Commands/core/UserCommands.html#method_information","d":"

Print information about the specified user(s).

"},{"t":"M","n":"Drush\\Commands\\core\\UserCommands::renderRolesCell","p":"Drush/Commands/core/UserCommands.html#method_renderRolesCell","d":null},{"t":"M","n":"Drush\\Commands\\core\\UserCommands::block","p":"Drush/Commands/core/UserCommands.html#method_block","d":"

Block the specified user(s).

"},{"t":"M","n":"Drush\\Commands\\core\\UserCommands::unblock","p":"Drush/Commands/core/UserCommands.html#method_unblock","d":"

Unblock the specified user(s).

"},{"t":"M","n":"Drush\\Commands\\core\\UserCommands::addRole","p":"Drush/Commands/core/UserCommands.html#method_addRole","d":"

Add a role to the specified user accounts.

"},{"t":"M","n":"Drush\\Commands\\core\\UserCommands::removeRole","p":"Drush/Commands/core/UserCommands.html#method_removeRole","d":"

Remove a role from the specified user accounts.

"},{"t":"M","n":"Drush\\Commands\\core\\UserCommands::createUser","p":"Drush/Commands/core/UserCommands.html#method_createUser","d":"

Create a user account.

"},{"t":"M","n":"Drush\\Commands\\core\\UserCommands::createValidate","p":"Drush/Commands/core/UserCommands.html#method_createValidate","d":"

Assure that provided username is available.

"},{"t":"M","n":"Drush\\Commands\\core\\UserCommands::cancel","p":"Drush/Commands/core/UserCommands.html#method_cancel","d":"

Block or delete user account(s) with the specified name(s).

"},{"t":"M","n":"Drush\\Commands\\core\\UserCommands::password","p":"Drush/Commands/core/UserCommands.html#method_password","d":"

Set the password for the user account with the specified name.

"},{"t":"M","n":"Drush\\Commands\\core\\UserCommands::infoArray","p":"Drush/Commands/core/UserCommands.html#method_infoArray","d":"

A flatter and simpler array presentation of a Drupal $user object.

"},{"t":"M","n":"Drush\\Commands\\core\\UserCommands::getAccounts","p":"Drush/Commands/core/UserCommands.html#method_getAccounts","d":"

Get accounts from name variables or uid & mail options.

"},{"t":"M","n":"Drush\\Commands\\core\\UserCommands::roleComplete","p":"Drush/Commands/core/UserCommands.html#method_roleComplete","d":null},{"t":"M","n":"Drush\\Commands\\core\\ViewsCommands::__construct","p":"Drush/Commands/core/ViewsCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\core\\ViewsCommands::getConfigFactory","p":"Drush/Commands/core/ViewsCommands.html#method_getConfigFactory","d":null},{"t":"M","n":"Drush\\Commands\\core\\ViewsCommands::getModuleHandler","p":"Drush/Commands/core/ViewsCommands.html#method_getModuleHandler","d":null},{"t":"M","n":"Drush\\Commands\\core\\ViewsCommands::getEntityTypeManager","p":"Drush/Commands/core/ViewsCommands.html#method_getEntityTypeManager","d":null},{"t":"M","n":"Drush\\Commands\\core\\ViewsCommands::getRenderer","p":"Drush/Commands/core/ViewsCommands.html#method_getRenderer","d":null},{"t":"M","n":"Drush\\Commands\\core\\ViewsCommands::dev","p":"Drush/Commands/core/ViewsCommands.html#method_dev","d":"

Set several Views settings to more developer-oriented values.

"},{"t":"M","n":"Drush\\Commands\\core\\ViewsCommands::vlist","p":"Drush/Commands/core/ViewsCommands.html#method_vlist","d":"

Get a list of all views in the system.

"},{"t":"M","n":"Drush\\Commands\\core\\ViewsCommands::execute","p":"Drush/Commands/core/ViewsCommands.html#method_execute","d":"

Execute a view and show a count of the results, or the rendered HTML.

"},{"t":"M","n":"Drush\\Commands\\core\\ViewsCommands::analyze","p":"Drush/Commands/core/ViewsCommands.html#method_analyze","d":"

Get a list of all Views and analyze warnings.

"},{"t":"M","n":"Drush\\Commands\\core\\ViewsCommands::enable","p":"Drush/Commands/core/ViewsCommands.html#method_enable","d":"

Enable the specified views.

"},{"t":"M","n":"Drush\\Commands\\core\\ViewsCommands::disable","p":"Drush/Commands/core/ViewsCommands.html#method_disable","d":"

Disable the specified views.

"},{"t":"M","n":"Drush\\Commands\\core\\ViewsCommands::cacheClear","p":"Drush/Commands/core/ViewsCommands.html#method_cacheClear","d":"

Adds a cache clear option for views.

"},{"t":"M","n":"Drush\\Commands\\core\\WatchdogCommands::__construct","p":"Drush/Commands/core/WatchdogCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\core\\WatchdogCommands::show","p":"Drush/Commands/core/WatchdogCommands.html#method_show","d":"

Show watchdog messages.

"},{"t":"M","n":"Drush\\Commands\\core\\WatchdogCommands::watchdogList","p":"Drush/Commands/core/WatchdogCommands.html#method_watchdogList","d":"

Interactively filter the watchdog message listing.

"},{"t":"M","n":"Drush\\Commands\\core\\WatchdogCommands::tail","p":"Drush/Commands/core/WatchdogCommands.html#method_tail","d":"

Tail watchdog messages.

"},{"t":"M","n":"Drush\\Commands\\core\\WatchdogCommands::interactList","p":"Drush/Commands/core/WatchdogCommands.html#method_interactList","d":null},{"t":"M","n":"Drush\\Commands\\core\\WatchdogCommands::delete","p":"Drush/Commands/core/WatchdogCommands.html#method_delete","d":"

Delete watchdog log records.

"},{"t":"M","n":"Drush\\Commands\\core\\WatchdogCommands::showOne","p":"Drush/Commands/core/WatchdogCommands.html#method_showOne","d":"

Show one log record by ID.

"},{"t":"M","n":"Drush\\Commands\\core\\WatchdogCommands::where","p":"Drush/Commands/core/WatchdogCommands.html#method_where","d":"

Build a WHERE snippet based on given parameters.

"},{"t":"M","n":"Drush\\Commands\\core\\WatchdogCommands::formatResult","p":"Drush/Commands/core/WatchdogCommands.html#method_formatResult","d":"

Format a watchdog database row.

"},{"t":"M","n":"Drush\\Commands\\core\\WatchdogCommands::messageTypes","p":"Drush/Commands/core/WatchdogCommands.html#method_messageTypes","d":"

Helper function to obtain the message types based on drupal version.

"},{"t":"M","n":"Drush\\Commands\\core\\WatchdogCommands::watchdogComplete","p":"Drush/Commands/core/WatchdogCommands.html#method_watchdogComplete","d":null},{"t":"M","n":"Drush\\Commands\\core\\XhprofCommands::optionsetXhProf","p":"Drush/Commands/core/XhprofCommands.html#method_optionsetXhProf","d":null},{"t":"M","n":"Drush\\Commands\\core\\XhprofCommands::xhprofPost","p":"Drush/Commands/core/XhprofCommands.html#method_xhprofPost","d":"

Finish profiling and emit a link.

"},{"t":"M","n":"Drush\\Commands\\core\\XhprofCommands::xhprofInitialize","p":"Drush/Commands/core/XhprofCommands.html#method_xhprofInitialize","d":"

Enable profiling via XHProf

"},{"t":"M","n":"Drush\\Commands\\core\\XhprofCommands::xhprofIsEnabled","p":"Drush/Commands/core/XhprofCommands.html#method_xhprofIsEnabled","d":"

Determines if any profiler could be enabled.

"},{"t":"M","n":"Drush\\Commands\\core\\XhprofCommands::xhprofFlags","p":"Drush/Commands/core/XhprofCommands.html#method_xhprofFlags","d":"

Determines flags.

"},{"t":"M","n":"Drush\\Commands\\core\\XhprofCommands::xhprofEnable","p":"Drush/Commands/core/XhprofCommands.html#method_xhprofEnable","d":"

Enable profiling.

"},{"t":"M","n":"Drush\\Commands\\core\\XhprofCommands::xhprofFinishRun","p":"Drush/Commands/core/XhprofCommands.html#method_xhprofFinishRun","d":"

Disable profiling and save results.

"},{"t":"M","n":"Drush\\Commands\\field\\EntityTypeBundleAskTrait::getFieldableEntityTypes","p":"Drush/Commands/field/EntityTypeBundleAskTrait.html#method_getFieldableEntityTypes","d":null},{"t":"M","n":"Drush\\Commands\\field\\EntityTypeBundleAskTrait::askEntityType","p":"Drush/Commands/field/EntityTypeBundleAskTrait.html#method_askEntityType","d":null},{"t":"M","n":"Drush\\Commands\\field\\EntityTypeBundleAskTrait::askBundle","p":"Drush/Commands/field/EntityTypeBundleAskTrait.html#method_askBundle","d":null},{"t":"M","n":"Drush\\Commands\\field\\EntityTypeBundleValidationTrait::validateEntityType","p":"Drush/Commands/field/EntityTypeBundleValidationTrait.html#method_validateEntityType","d":null},{"t":"M","n":"Drush\\Commands\\field\\EntityTypeBundleValidationTrait::validateBundle","p":"Drush/Commands/field/EntityTypeBundleValidationTrait.html#method_validateBundle","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldBaseInfoCommands::__construct","p":"Drush/Commands/field/FieldBaseInfoCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldBaseInfoCommands::info","p":"Drush/Commands/field/FieldBaseInfoCommands.html#method_info","d":"

List all base fields of an entity type

"},{"t":"M","n":"Drush\\Commands\\field\\FieldBaseInfoCommands::complete","p":"Drush/Commands/field/FieldBaseInfoCommands.html#method_complete","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldBaseOverrideCreateCommands::__construct","p":"Drush/Commands/field/FieldBaseOverrideCreateCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldBaseOverrideCreateCommands::baseOverrideCreateField","p":"Drush/Commands/field/FieldBaseOverrideCreateCommands.html#method_baseOverrideCreateField","d":"

Create a new base field override

"},{"t":"M","n":"Drush\\Commands\\field\\FieldBaseOverrideCreateCommands::complete","p":"Drush/Commands/field/FieldBaseOverrideCreateCommands.html#method_complete","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldBaseOverrideCreateCommands::askFieldName","p":"Drush/Commands/field/FieldBaseOverrideCreateCommands.html#method_askFieldName","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldBaseOverrideCreateCommands::askFieldLabel","p":"Drush/Commands/field/FieldBaseOverrideCreateCommands.html#method_askFieldLabel","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldBaseOverrideCreateCommands::askFieldDescription","p":"Drush/Commands/field/FieldBaseOverrideCreateCommands.html#method_askFieldDescription","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldBaseOverrideCreateCommands::askRequired","p":"Drush/Commands/field/FieldBaseOverrideCreateCommands.html#method_askRequired","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldBaseOverrideCreateCommands::createBaseFieldOverride","p":"Drush/Commands/field/FieldBaseOverrideCreateCommands.html#method_createBaseFieldOverride","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldBaseOverrideCreateCommands::logResult","p":"Drush/Commands/field/FieldBaseOverrideCreateCommands.html#method_logResult","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldBaseOverrideCreateCommands::getBaseFieldDefinition","p":"Drush/Commands/field/FieldBaseOverrideCreateCommands.html#method_getBaseFieldDefinition","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldCreateCommands::__construct","p":"Drush/Commands/field/FieldCreateCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldCreateCommands::create","p":"Drush/Commands/field/FieldCreateCommands.html#method_create","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldCreateCommands::setContentTranslationManager","p":"Drush/Commands/field/FieldCreateCommands.html#method_setContentTranslationManager","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldCreateCommands::fieldCreate","p":"Drush/Commands/field/FieldCreateCommands.html#method_fieldCreate","d":"

Create a new field

"},{"t":"M","n":"Drush\\Commands\\field\\FieldCreateCommands::complete","p":"Drush/Commands/field/FieldCreateCommands.html#method_complete","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldCreateCommands::askExistingFieldName","p":"Drush/Commands/field/FieldCreateCommands.html#method_askExistingFieldName","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldCreateCommands::askFieldName","p":"Drush/Commands/field/FieldCreateCommands.html#method_askFieldName","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldCreateCommands::askFieldLabel","p":"Drush/Commands/field/FieldCreateCommands.html#method_askFieldLabel","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldCreateCommands::askFieldDescription","p":"Drush/Commands/field/FieldCreateCommands.html#method_askFieldDescription","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldCreateCommands::askFieldType","p":"Drush/Commands/field/FieldCreateCommands.html#method_askFieldType","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldCreateCommands::askFieldWidget","p":"Drush/Commands/field/FieldCreateCommands.html#method_askFieldWidget","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldCreateCommands::askRequired","p":"Drush/Commands/field/FieldCreateCommands.html#method_askRequired","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldCreateCommands::askTranslatable","p":"Drush/Commands/field/FieldCreateCommands.html#method_askTranslatable","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldCreateCommands::askCardinality","p":"Drush/Commands/field/FieldCreateCommands.html#method_askCardinality","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldCreateCommands::createField","p":"Drush/Commands/field/FieldCreateCommands.html#method_createField","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldCreateCommands::createFieldStorage","p":"Drush/Commands/field/FieldCreateCommands.html#method_createFieldStorage","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldCreateCommands::createFieldDisplay","p":"Drush/Commands/field/FieldCreateCommands.html#method_createFieldDisplay","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldCreateCommands::getEntityDisplay","p":"Drush/Commands/field/FieldCreateCommands.html#method_getEntityDisplay","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldCreateCommands::logResult","p":"Drush/Commands/field/FieldCreateCommands.html#method_logResult","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldCreateCommands::generateFieldName","p":"Drush/Commands/field/FieldCreateCommands.html#method_generateFieldName","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldCreateCommands::fieldExists","p":"Drush/Commands/field/FieldCreateCommands.html#method_fieldExists","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldCreateCommands::fieldStorageExists","p":"Drush/Commands/field/FieldCreateCommands.html#method_fieldStorageExists","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldCreateCommands::getExistingFieldStorageOptions","p":"Drush/Commands/field/FieldCreateCommands.html#method_getExistingFieldStorageOptions","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldCreateCommands::hasContentTranslation","p":"Drush/Commands/field/FieldCreateCommands.html#method_hasContentTranslation","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldCreateCommands::ensureOption","p":"Drush/Commands/field/FieldCreateCommands.html#method_ensureOption","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldDefinitionCommands::__construct","p":"Drush/Commands/field/FieldDefinitionCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldDefinitionCommands::types","p":"Drush/Commands/field/FieldDefinitionCommands.html#method_types","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldDefinitionCommands::widgets","p":"Drush/Commands/field/FieldDefinitionCommands.html#method_widgets","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldDefinitionCommands::formatters","p":"Drush/Commands/field/FieldDefinitionCommands.html#method_formatters","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldDefinitionCommands::complete","p":"Drush/Commands/field/FieldDefinitionCommands.html#method_complete","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldDefinitionRowsOfFieldsTrait::renderArray","p":"Drush/Commands/field/FieldDefinitionRowsOfFieldsTrait.html#method_renderArray","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldDefinitionRowsOfFieldsTrait::renderBoolean","p":"Drush/Commands/field/FieldDefinitionRowsOfFieldsTrait.html#method_renderBoolean","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldDefinitionRowsOfFieldsTrait::getRowsOfFieldsByFieldDefinitions","p":"Drush/Commands/field/FieldDefinitionRowsOfFieldsTrait.html#method_getRowsOfFieldsByFieldDefinitions","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldDeleteCommands::__construct","p":"Drush/Commands/field/FieldDeleteCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldDeleteCommands::delete","p":"Drush/Commands/field/FieldDeleteCommands.html#method_delete","d":"

Delete a field

"},{"t":"M","n":"Drush\\Commands\\field\\FieldDeleteCommands::complete","p":"Drush/Commands/field/FieldDeleteCommands.html#method_complete","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldDeleteCommands::askExisting","p":"Drush/Commands/field/FieldDeleteCommands.html#method_askExisting","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldDeleteCommands::askBundle","p":"Drush/Commands/field/FieldDeleteCommands.html#method_askBundle","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldDeleteCommands::getFieldConfigs","p":"Drush/Commands/field/FieldDeleteCommands.html#method_getFieldConfigs","d":"

Returns all field configs for the given entity type and bundle.

"},{"t":"M","n":"Drush\\Commands\\field\\FieldDeleteCommands::deleteFieldConfig","p":"Drush/Commands/field/FieldDeleteCommands.html#method_deleteFieldConfig","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldEntityReferenceHooks::__construct","p":"Drush/Commands/field/FieldEntityReferenceHooks.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldEntityReferenceHooks::hookFieldStorage","p":"Drush/Commands/field/FieldEntityReferenceHooks.html#method_hookFieldStorage","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldEntityReferenceHooks::hookFieldConfig","p":"Drush/Commands/field/FieldEntityReferenceHooks.html#method_hookFieldConfig","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldEntityReferenceHooks::getTargetType","p":"Drush/Commands/field/FieldEntityReferenceHooks.html#method_getTargetType","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldEntityReferenceHooks::getTargetBundles","p":"Drush/Commands/field/FieldEntityReferenceHooks.html#method_getTargetBundles","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldEntityReferenceHooks::askReferencedEntityType","p":"Drush/Commands/field/FieldEntityReferenceHooks.html#method_askReferencedEntityType","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldEntityReferenceHooks::askReferencedBundles","p":"Drush/Commands/field/FieldEntityReferenceHooks.html#method_askReferencedBundles","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldInfoCommands::__construct","p":"Drush/Commands/field/FieldInfoCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldInfoCommands::info","p":"Drush/Commands/field/FieldInfoCommands.html#method_info","d":"

List all configurable fields of an entity bundle

"},{"t":"M","n":"Drush\\Commands\\field\\FieldInfoCommands::complete","p":"Drush/Commands/field/FieldInfoCommands.html#method_complete","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldTextHooks::__construct","p":"Drush/Commands/field/FieldTextHooks.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldTextHooks::hookOption","p":"Drush/Commands/field/FieldTextHooks.html#method_hookOption","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldTextHooks::hookValidate","p":"Drush/Commands/field/FieldTextHooks.html#method_hookValidate","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldTextHooks::hookSetOptions","p":"Drush/Commands/field/FieldTextHooks.html#method_hookSetOptions","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldTextHooks::hookFieldConfig","p":"Drush/Commands/field/FieldTextHooks.html#method_hookFieldConfig","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldTextHooks::hasAllowedFormats","p":"Drush/Commands/field/FieldTextHooks.html#method_hasAllowedFormats","d":null},{"t":"M","n":"Drush\\Commands\\field\\FieldTextHooks::askAllowedFormats","p":"Drush/Commands/field/FieldTextHooks.html#method_askAllowedFormats","d":"

Ask for the allowed formats. Only used in case the command is run interactively.

"},{"t":"M","n":"Drush\\Commands\\generate\\ApplicationFactory::__construct","p":"Drush/Commands/generate/ApplicationFactory.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\generate\\ApplicationFactory::create","p":"Drush/Commands/generate/ApplicationFactory.html#method_create","d":"

Creates Drush generate application.

"},{"t":"M","n":"Drush\\Commands\\generate\\ApplicationFactory::discover","p":"Drush/Commands/generate/ApplicationFactory.html#method_discover","d":null},{"t":"M","n":"Drush\\Commands\\generate\\ApplicationFactory::filterClassExists","p":"Drush/Commands/generate/ApplicationFactory.html#method_filterClassExists","d":"

Check each class for existence.

"},{"t":"M","n":"Drush\\Commands\\generate\\ApplicationFactory::alterGenerators","p":"Drush/Commands/generate/ApplicationFactory.html#method_alterGenerators","d":"

Implements hook GeneratorInfoAlter.

"},{"t":"M","n":"Drush\\Commands\\generate\\ApplicationFactory::logger","p":"Drush/Commands/generate/ApplicationFactory.html#method_logger","d":null},{"t":"M","n":"Drush\\Commands\\generate\\GenerateCommands::__construct","p":"Drush/Commands/generate/GenerateCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\generate\\GenerateCommands::create","p":"Drush/Commands/generate/GenerateCommands.html#method_create","d":null},{"t":"M","n":"Drush\\Commands\\generate\\GenerateCommands::generate","p":"Drush/Commands/generate/GenerateCommands.html#method_generate","d":"

Generate boilerplate code for modules/plugins/services etc.

"},{"t":"M","n":"Drush\\Commands\\generate\\GenerateCommands::generatorNameComplete","p":"Drush/Commands/generate/GenerateCommands.html#method_generatorNameComplete","d":"

Generates completion for generator names.

"},{"t":"M","n":"Drush\\Commands\\generate\\Generators\\Drush\\DrushAliasFile::generate","p":"Drush/Commands/generate/Generators/Drush/DrushAliasFile.html#method_generate","d":"{@inheritdoc}"},{"t":"M","n":"Drush\\Commands\\generate\\Generators\\Drush\\DrushCommandFile::generate","p":"Drush/Commands/generate/Generators/Drush/DrushCommandFile.html#method_generate","d":"{@inheritdoc}"},{"t":"M","n":"Drush\\Commands\\generate\\Generators\\Drush\\DrushGeneratorFile::generate","p":"Drush/Commands/generate/Generators/Drush/DrushGeneratorFile.html#method_generate","d":null},{"t":"M","n":"Drush\\Commands\\help\\DrushHelpDocument::generateBaseHelpDom","p":"Drush/Commands/help/DrushHelpDocument.html#method_generateBaseHelpDom","d":""},{"t":"M","n":"Drush\\Commands\\help\\HelpCLIFormatter::write","p":"Drush/Commands/help/HelpCLIFormatter.html#method_write","d":""},{"t":"M","n":"Drush\\Commands\\help\\HelpCLIFormatter::formatOptionKeys","p":"Drush/Commands/help/HelpCLIFormatter.html#method_formatOptionKeys","d":null},{"t":"M","n":"Drush\\Commands\\help\\HelpCLIFormatter::formatOptionDescription","p":"Drush/Commands/help/HelpCLIFormatter.html#method_formatOptionDescription","d":null},{"t":"M","n":"Drush\\Commands\\help\\HelpCLIFormatter::formatArgumentName","p":"Drush/Commands/help/HelpCLIFormatter.html#method_formatArgumentName","d":null},{"t":"M","n":"Drush\\Commands\\help\\HelpCLIFormatter::cleanOptions","p":"Drush/Commands/help/HelpCLIFormatter.html#method_cleanOptions","d":null},{"t":"M","n":"Drush\\Commands\\help\\HelpCLIFormatter::isGlobalOption","p":"Drush/Commands/help/HelpCLIFormatter.html#method_isGlobalOption","d":null},{"t":"M","n":"Drush\\Commands\\help\\HelpCLIFormatter::optionRows","p":"Drush/Commands/help/HelpCLIFormatter.html#method_optionRows","d":null},{"t":"M","n":"Drush\\Commands\\help\\HelpCommands::help","p":"Drush/Commands/help/HelpCommands.html#method_help","d":"

Display usage details for a command.

"},{"t":"M","n":"Drush\\Commands\\help\\HelpCommands::validate","p":"Drush/Commands/help/HelpCommands.html#method_validate","d":null},{"t":"M","n":"Drush\\Commands\\help\\ListCommands::helpList","p":"Drush/Commands/help/ListCommands.html#method_helpList","d":"

List available commands.

"},{"t":"M","n":"Drush\\Commands\\help\\ListCommands::buildDom","p":"Drush/Commands/help/ListCommands.html#method_buildDom","d":null},{"t":"M","n":"Drush\\Commands\\help\\ListCommands::renderListCLI","p":"Drush/Commands/help/ListCommands.html#method_renderListCLI","d":null},{"t":"M","n":"Drush\\Commands\\help\\ListCommands::getTerminalWidth","p":"Drush/Commands/help/ListCommands.html#method_getTerminalWidth","d":null},{"t":"M","n":"Drush\\Commands\\help\\ListCommands::renderListRaw","p":"Drush/Commands/help/ListCommands.html#method_renderListRaw","d":null},{"t":"M","n":"Drush\\Commands\\help\\ListCommands::categorize","p":"Drush/Commands/help/ListCommands.html#method_categorize","d":""},{"t":"M","n":"Drush\\Commands\\pm\\PmCommands::__construct","p":"Drush/Commands/pm/PmCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\pm\\PmCommands::getConfigFactory","p":"Drush/Commands/pm/PmCommands.html#method_getConfigFactory","d":null},{"t":"M","n":"Drush\\Commands\\pm\\PmCommands::getModuleInstaller","p":"Drush/Commands/pm/PmCommands.html#method_getModuleInstaller","d":null},{"t":"M","n":"Drush\\Commands\\pm\\PmCommands::getModuleHandler","p":"Drush/Commands/pm/PmCommands.html#method_getModuleHandler","d":null},{"t":"M","n":"Drush\\Commands\\pm\\PmCommands::getThemeHandler","p":"Drush/Commands/pm/PmCommands.html#method_getThemeHandler","d":null},{"t":"M","n":"Drush\\Commands\\pm\\PmCommands::getExtensionListModule","p":"Drush/Commands/pm/PmCommands.html#method_getExtensionListModule","d":null},{"t":"M","n":"Drush\\Commands\\pm\\PmCommands::install","p":"Drush/Commands/pm/PmCommands.html#method_install","d":"

Enable one or more modules.

"},{"t":"M","n":"Drush\\Commands\\pm\\PmCommands::validateEnableModules","p":"Drush/Commands/pm/PmCommands.html#method_validateEnableModules","d":"

Run requirements checks on the module installation.

"},{"t":"M","n":"Drush\\Commands\\pm\\PmCommands::uninstall","p":"Drush/Commands/pm/PmCommands.html#method_uninstall","d":"

Uninstall one or more modules and their dependent modules.

"},{"t":"M","n":"Drush\\Commands\\pm\\PmCommands::validateUninstall","p":"Drush/Commands/pm/PmCommands.html#method_validateUninstall","d":null},{"t":"M","n":"Drush\\Commands\\pm\\PmCommands::pmList","p":"Drush/Commands/pm/PmCommands.html#method_pmList","d":"

Show a list of available extensions (modules and themes).

"},{"t":"M","n":"Drush\\Commands\\pm\\PmCommands::extensionStatus","p":"Drush/Commands/pm/PmCommands.html#method_extensionStatus","d":"

Calculate an extension status based on current status and schema version.

"},{"t":"M","n":"Drush\\Commands\\pm\\PmCommands::addInstallDependencies","p":"Drush/Commands/pm/PmCommands.html#method_addInstallDependencies","d":null},{"t":"M","n":"Drush\\Commands\\pm\\PmCommands::addUninstallDependencies","p":"Drush/Commands/pm/PmCommands.html#method_addUninstallDependencies","d":null},{"t":"M","n":"Drush\\Commands\\pm\\ThemeCommands::__construct","p":"Drush/Commands/pm/ThemeCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\pm\\ThemeCommands::getThemeInstaller","p":"Drush/Commands/pm/ThemeCommands.html#method_getThemeInstaller","d":null},{"t":"M","n":"Drush\\Commands\\pm\\ThemeCommands::install","p":"Drush/Commands/pm/ThemeCommands.html#method_install","d":"

Install one or more themes.

"},{"t":"M","n":"Drush\\Commands\\pm\\ThemeCommands::uninstall","p":"Drush/Commands/pm/ThemeCommands.html#method_uninstall","d":"

Uninstall themes.

"},{"t":"M","n":"Drush\\Commands\\sql\\SqlCommands::conf","p":"Drush/Commands/sql/SqlCommands.html#method_conf","d":null},{"t":"M","n":"Drush\\Commands\\sql\\SqlCommands::connect","p":"Drush/Commands/sql/SqlCommands.html#method_connect","d":"

A string for connecting to the DB.

"},{"t":"M","n":"Drush\\Commands\\sql\\SqlCommands::createDb","p":"Drush/Commands/sql/SqlCommands.html#method_createDb","d":"

Create a database.

"},{"t":"M","n":"Drush\\Commands\\sql\\SqlCommands::drop","p":"Drush/Commands/sql/SqlCommands.html#method_drop","d":"

Drop all tables in a given database.

"},{"t":"M","n":"Drush\\Commands\\sql\\SqlCommands::cli","p":"Drush/Commands/sql/SqlCommands.html#method_cli","d":"

Open a SQL command-line interface using Drupal's credentials.

"},{"t":"M","n":"Drush\\Commands\\sql\\SqlCommands::query","p":"Drush/Commands/sql/SqlCommands.html#method_query","d":"

Execute a query against a database.

"},{"t":"M","n":"Drush\\Commands\\sql\\SqlCommands::dump","p":"Drush/Commands/sql/SqlCommands.html#method_dump","d":"

Exports the Drupal DB as SQL using mysqldump or equivalent.

"},{"t":"M","n":"Drush\\Commands\\sql\\SqlCommands::validate","p":"Drush/Commands/sql/SqlCommands.html#method_validate","d":"

Assert that mysql or similar are on the user's PATH.

"},{"t":"M","n":"Drush\\Commands\\sql\\SqlSyncCommands::__construct","p":"Drush/Commands/sql/SqlSyncCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\sql\\SqlSyncCommands::sqlsync","p":"Drush/Commands/sql/SqlSyncCommands.html#method_sqlsync","d":"

Copy DB data from a source site to a target site. Transfers data via rsync.

"},{"t":"M","n":"Drush\\Commands\\sql\\SqlSyncCommands::validate","p":"Drush/Commands/sql/SqlSyncCommands.html#method_validate","d":null},{"t":"M","n":"Drush\\Commands\\sql\\SqlSyncCommands::databaseName","p":"Drush/Commands/sql/SqlSyncCommands.html#method_databaseName","d":null},{"t":"M","n":"Drush\\Commands\\sql\\SqlSyncCommands::dump","p":"Drush/Commands/sql/SqlSyncCommands.html#method_dump","d":"

Perform sql-dump on source unless told otherwise. Returns the path to the dump file.

"},{"t":"M","n":"Drush\\Commands\\sql\\SqlSyncCommands::rsync","p":"Drush/Commands/sql/SqlSyncCommands.html#method_rsync","d":""},{"t":"M","n":"Drush\\Commands\\sql\\SqlSyncCommands::import","p":"Drush/Commands/sql/SqlSyncCommands.html#method_import","d":"

Import file into target.

"},{"t":"M","n":"Drush\\Commands\\sql\\sanitize\\SanitizeCommands::sanitize","p":"Drush/Commands/sql/sanitize/SanitizeCommands.html#method_sanitize","d":"

Sanitize the database by removing or obfuscating user data.

"},{"t":"M","n":"Drush\\Commands\\sql\\sanitize\\SanitizeCommentsCommands::__construct","p":"Drush/Commands/sql/sanitize/SanitizeCommentsCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\sql\\sanitize\\SanitizeCommentsCommands::sanitize","p":"Drush/Commands/sql/sanitize/SanitizeCommentsCommands.html#method_sanitize","d":"

Sanitize comment names from the DB.

"},{"t":"M","n":"Drush\\Commands\\sql\\sanitize\\SanitizeCommentsCommands::messages","p":"Drush/Commands/sql/sanitize/SanitizeCommentsCommands.html#method_messages","d":"

Use #[CLI\\Hook(type: HookManager::ON_EVENT, target: SanitizeCommands::CONFIRMS)]

"},{"t":"M","n":"Drush\\Commands\\sql\\sanitize\\SanitizeCommentsCommands::applies","p":"Drush/Commands/sql/sanitize/SanitizeCommentsCommands.html#method_applies","d":null},{"t":"M","n":"Drush\\Commands\\sql\\sanitize\\SanitizePluginInterface::sanitize","p":"Drush/Commands/sql/sanitize/SanitizePluginInterface.html#method_sanitize","d":"

Run your sanitization logic using standard Drupal APIs.

"},{"t":"M","n":"Drush\\Commands\\sql\\sanitize\\SanitizePluginInterface::messages","p":"Drush/Commands/sql/sanitize/SanitizePluginInterface.html#method_messages","d":"

Use #[CLI\\Hook(type: HookManager::ON_EVENT, target: SanitizeCommands::CONFIRMS)]

"},{"t":"M","n":"Drush\\Commands\\sql\\sanitize\\SanitizeSessionsCommands::__construct","p":"Drush/Commands/sql/sanitize/SanitizeSessionsCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\sql\\sanitize\\SanitizeSessionsCommands::sanitize","p":"Drush/Commands/sql/sanitize/SanitizeSessionsCommands.html#method_sanitize","d":"

Sanitize sessions from the DB.

"},{"t":"M","n":"Drush\\Commands\\sql\\sanitize\\SanitizeSessionsCommands::messages","p":"Drush/Commands/sql/sanitize/SanitizeSessionsCommands.html#method_messages","d":"

Use #[CLI\\Hook(type: HookManager::ON_EVENT, target: SanitizeCommands::CONFIRMS)]

"},{"t":"M","n":"Drush\\Commands\\sql\\sanitize\\SanitizeUserFieldsCommands::__construct","p":"Drush/Commands/sql/sanitize/SanitizeUserFieldsCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\sql\\sanitize\\SanitizeUserFieldsCommands::getDatabase","p":"Drush/Commands/sql/sanitize/SanitizeUserFieldsCommands.html#method_getDatabase","d":""},{"t":"M","n":"Drush\\Commands\\sql\\sanitize\\SanitizeUserFieldsCommands::getEntityFieldManager","p":"Drush/Commands/sql/sanitize/SanitizeUserFieldsCommands.html#method_getEntityFieldManager","d":""},{"t":"M","n":"Drush\\Commands\\sql\\sanitize\\SanitizeUserFieldsCommands::sanitize","p":"Drush/Commands/sql/sanitize/SanitizeUserFieldsCommands.html#method_sanitize","d":"

Sanitize string fields associated with the user.

"},{"t":"M","n":"Drush\\Commands\\sql\\sanitize\\SanitizeUserFieldsCommands::messages","p":"Drush/Commands/sql/sanitize/SanitizeUserFieldsCommands.html#method_messages","d":"

Use #[CLI\\Hook(type: HookManager::ON_EVENT, target: SanitizeCommands::CONFIRMS)]

"},{"t":"M","n":"Drush\\Commands\\sql\\sanitize\\SanitizeUserFieldsCommands::options","p":"Drush/Commands/sql/sanitize/SanitizeUserFieldsCommands.html#method_options","d":null},{"t":"M","n":"Drush\\Commands\\sql\\sanitize\\SanitizeUserTableCommands::__construct","p":"Drush/Commands/sql/sanitize/SanitizeUserTableCommands.html#method___construct","d":null},{"t":"M","n":"Drush\\Commands\\sql\\sanitize\\SanitizeUserTableCommands::sanitize","p":"Drush/Commands/sql/sanitize/SanitizeUserTableCommands.html#method_sanitize","d":"

Sanitize emails and passwords. This also an example of how to write a\ndatabase sanitizer for sql:sync.

"},{"t":"M","n":"Drush\\Commands\\sql\\sanitize\\SanitizeUserTableCommands::options","p":"Drush/Commands/sql/sanitize/SanitizeUserTableCommands.html#method_options","d":null},{"t":"M","n":"Drush\\Commands\\sql\\sanitize\\SanitizeUserTableCommands::messages","p":"Drush/Commands/sql/sanitize/SanitizeUserTableCommands.html#method_messages","d":"

Use #[CLI\\Hook(type: HookManager::ON_EVENT, target: SanitizeCommands::CONFIRMS)]

"},{"t":"M","n":"Drush\\Commands\\sql\\sanitize\\SanitizeUserTableCommands::isEnabled","p":"Drush/Commands/sql/sanitize/SanitizeUserTableCommands.html#method_isEnabled","d":"

Test an option value to see if it is disabled.

"},{"t":"M","n":"Drush\\Config\\ConfigAwareTrait::getConfig","p":"Drush/Config/ConfigAwareTrait.html#method_getConfig","d":"

Replaces same method in ConfigAwareTrait in order to provide a\nDrushConfig as return type. Helps with IDE completion.

"},{"t":"M","n":"Drush\\Config\\ConfigLocator::__construct","p":"Drush/Config/ConfigLocator.html#method___construct","d":"

ConfigLocator constructor

"},{"t":"M","n":"Drush\\Config\\ConfigLocator::setLocal","p":"Drush/Config/ConfigLocator.html#method_setLocal","d":"

Put the config locator into 'local 'mode.

"},{"t":"M","n":"Drush\\Config\\ConfigLocator::collectSources","p":"Drush/Config/ConfigLocator.html#method_collectSources","d":"

Keep track of the source that every config item originally came from.

"},{"t":"M","n":"Drush\\Config\\ConfigLocator::sources","p":"Drush/Config/ConfigLocator.html#method_sources","d":"

Return all of the sources for every configuration item. The key\nis the address of the configuration item, and the value is the\nconfiguration file it was loaded from. Note that this method will\nreturn just an empty array unless collectSources(true) is called\nprior to loading configuration files.

"},{"t":"M","n":"Drush\\Config\\ConfigLocator::configFilePaths","p":"Drush/Config/ConfigLocator.html#method_configFilePaths","d":"

Return a list of all configuration files that were loaded.

"},{"t":"M","n":"Drush\\Config\\ConfigLocator::addToSources","p":"Drush/Config/ConfigLocator.html#method_addToSources","d":"

Accumulate the sources provided by the configuration loader.

"},{"t":"M","n":"Drush\\Config\\ConfigLocator::config","p":"Drush/Config/ConfigLocator.html#method_config","d":"

Return the configuration object. Create it and load it with\nall identified configuration if necessary.

"},{"t":"M","n":"Drush\\Config\\ConfigLocator::addEnvironment","p":"Drush/Config/ConfigLocator.html#method_addEnvironment","d":"

Exports all of the information stored in the environment, and adds\nit to the configuration. The Environment object itself is only\navailable during preflight; the information exported here may be\nobtained by commands et. al. as needed.

"},{"t":"M","n":"Drush\\Config\\ConfigLocator::addPreflightConfigFiles","p":"Drush/Config/ConfigLocator.html#method_addPreflightConfigFiles","d":"

Add config paths defined in preflight configuration.

"},{"t":"M","n":"Drush\\Config\\ConfigLocator::addAliasConfig","p":"Drush/Config/ConfigLocator.html#method_addAliasConfig","d":"

Take any configuration from the active alias record, and add it\nto our configuration.

"},{"t":"M","n":"Drush\\Config\\ConfigLocator::addUserConfig","p":"Drush/Config/ConfigLocator.html#method_addUserConfig","d":"

Given the path provided via --config and the user's home directory,\nadd all of the user configuration paths.

"},{"t":"M","n":"Drush\\Config\\ConfigLocator::addDrushConfig","p":"Drush/Config/ConfigLocator.html#method_addDrushConfig","d":"

Add the Drush project directory as a configuration search location.

"},{"t":"M","n":"Drush\\Config\\ConfigLocator::addSitewideConfig","p":"Drush/Config/ConfigLocator.html#method_addSitewideConfig","d":"

Add any configuration files found around the Drupal root of the\nselected site.

"},{"t":"M","n":"Drush\\Config\\ConfigLocator::addConfigPaths","p":"Drush/Config/ConfigLocator.html#method_addConfigPaths","d":"

Add any configuration file found at any of the provided paths. Both the\nprovided location, and the directory config inside each provided location\nis searched for a drush.yml file.

"},{"t":"M","n":"Drush\\Config\\ConfigLocator::addConfigFiles","p":"Drush/Config/ConfigLocator.html#method_addConfigFiles","d":"

Adds $configFiles to the list of config files.

"},{"t":"M","n":"Drush\\Config\\ConfigLocator::identifyCandidates","p":"Drush/Config/ConfigLocator.html#method_identifyCandidates","d":"

Given a list of paths, and candidates that might exist at each path,\nreturn all of the candidates that can be found. Candidates may be\neither directories or files.

"},{"t":"M","n":"Drush\\Config\\ConfigLocator::identifyCandidatesAtPath","p":"Drush/Config/ConfigLocator.html#method_identifyCandidatesAtPath","d":"

Search for all matching candidate locations at a single path.

"},{"t":"M","n":"Drush\\Config\\ConfigLocator::getSiteAliasPaths","p":"Drush/Config/ConfigLocator.html#method_getSiteAliasPaths","d":"

Get the site aliases according to preflight arguments and environment.

"},{"t":"M","n":"Drush\\Config\\ConfigLocator::getCommandFilePaths","p":"Drush/Config/ConfigLocator.html#method_getCommandFilePaths","d":"

Get the commandfile paths according to preflight arguments.

"},{"t":"M","n":"Drush\\Config\\ConfigLocator::getBuiltinCommandFilePaths","p":"Drush/Config/ConfigLocator.html#method_getBuiltinCommandFilePaths","d":"

Return all of the built-in commandfile locations

"},{"t":"M","n":"Drush\\Config\\ConfigLocator::getIncludedCommandFilePaths","p":"Drush/Config/ConfigLocator.html#method_getIncludedCommandFilePaths","d":"

Return all of the commandfile locations specified via\nan 'include' option.

"},{"t":"M","n":"Drush\\Config\\ConfigLocator::getSiteCommandFilePaths","p":"Drush/Config/ConfigLocator.html#method_getSiteCommandFilePaths","d":"

Return all of the commandfile paths in any '$root/drush' or\n'dirname($root)/drush' directory that contains a composer.json\nfile or a 'Commands' or 'src/Commands' directory.

"},{"t":"M","n":"Drush\\Config\\ConfigLocator::setComposerRoot","p":"Drush/Config/ConfigLocator.html#method_setComposerRoot","d":"

Sets the composer root.

"},{"t":"M","n":"Drush\\Config\\ConfigLocator::expandCandidates","p":"Drush/Config/ConfigLocator.html#method_expandCandidates","d":"

Double the candidates, adding '$prefix' before each existing one.

"},{"t":"M","n":"Drush\\Config\\ConfigLocator::findConfigFiles","p":"Drush/Config/ConfigLocator.html#method_findConfigFiles","d":"

Given an array of paths, separates files and directories.

"},{"t":"M","n":"Drush\\Config\\ConfigLocator::addSiteSpecificConfig","p":"Drush/Config/ConfigLocator.html#method_addSiteSpecificConfig","d":"

Attempt to load site specific configuration.

"},{"t":"M","n":"Drush\\Config\\DrushConfig::cwd","p":"Drush/Config/DrushConfig.html#method_cwd","d":null},{"t":"M","n":"Drush\\Config\\DrushConfig::home","p":"Drush/Config/DrushConfig.html#method_home","d":null},{"t":"M","n":"Drush\\Config\\DrushConfig::user","p":"Drush/Config/DrushConfig.html#method_user","d":null},{"t":"M","n":"Drush\\Config\\DrushConfig::isWindows","p":"Drush/Config/DrushConfig.html#method_isWindows","d":null},{"t":"M","n":"Drush\\Config\\DrushConfig::tmp","p":"Drush/Config/DrushConfig.html#method_tmp","d":null},{"t":"M","n":"Drush\\Config\\DrushConfig::drushScript","p":"Drush/Config/DrushConfig.html#method_drushScript","d":"

Return the path to this Drush

"},{"t":"M","n":"Drush\\Config\\DrushConfig::simulate","p":"Drush/Config/DrushConfig.html#method_simulate","d":"

Return 'true' if we are in simulated mode.

"},{"t":"M","n":"Drush\\Config\\DrushConfig::configPaths","p":"Drush/Config/DrushConfig.html#method_configPaths","d":"

Return the list of paths to active Drush configuration files.

"},{"t":"M","n":"Drush\\Config\\Environment::__construct","p":"Drush/Config/Environment.html#method___construct","d":"

Environment constructor

"},{"t":"M","n":"Drush\\Config\\Environment::getUsername","p":"Drush/Config/Environment.html#method_getUsername","d":"

Return the name of the user running drush.

"},{"t":"M","n":"Drush\\Config\\Environment::getTmp","p":"Drush/Config/Environment.html#method_getTmp","d":null},{"t":"M","n":"Drush\\Config\\Environment::exportConfigData","p":"Drush/Config/Environment.html#method_exportConfigData","d":"

Convert the environment object into an exported configuration\narray.

"},{"t":"M","n":"Drush\\Config\\Environment::drushBasePath","p":"Drush/Config/Environment.html#method_drushBasePath","d":"

The base directory of the Drush application itself\n(where composer.json et.al. are found)

"},{"t":"M","n":"Drush\\Config\\Environment::getSiteSetAliasName","p":"Drush/Config/Environment.html#method_getSiteSetAliasName","d":"

Get the site:set alias from the current site:set file path.

"},{"t":"M","n":"Drush\\Config\\Environment::homeDir","p":"Drush/Config/Environment.html#method_homeDir","d":"

User's home directory

"},{"t":"M","n":"Drush\\Config\\Environment::userConfigPath","p":"Drush/Config/Environment.html#method_userConfigPath","d":"

The user's Drush configuration directory, ~/.drush

"},{"t":"M","n":"Drush\\Config\\Environment::setConfigFileVariant","p":"Drush/Config/Environment.html#method_setConfigFileVariant","d":null},{"t":"M","n":"Drush\\Config\\Environment::getConfigFileVariant","p":"Drush/Config/Environment.html#method_getConfigFileVariant","d":"

Get the config file variant -- defined to be\nthe Drush major version number. This is for\nloading drush.yml and drush10.yml, etc.

"},{"t":"M","n":"Drush\\Config\\Environment::cwd","p":"Drush/Config/Environment.html#method_cwd","d":"

The original working directory

"},{"t":"M","n":"Drush\\Config\\Environment::vendorPath","p":"Drush/Config/Environment.html#method_vendorPath","d":"

Return the path to Drush's vendor directory

"},{"t":"M","n":"Drush\\Config\\Environment::loader","p":"Drush/Config/Environment.html#method_loader","d":"

The class loader returned when the autoload.php file is included.

"},{"t":"M","n":"Drush\\Config\\Environment::setLoader","p":"Drush/Config/Environment.html#method_setLoader","d":"

Set the class loader from the autload.php file, if available.

"},{"t":"M","n":"Drush\\Config\\Environment::applyEnvironment","p":"Drush/Config/Environment.html#method_applyEnvironment","d":"

Alter our default locations based on the value of environment variables.

"},{"t":"M","n":"Drush\\Config\\Environment::setEtcPrefix","p":"Drush/Config/Environment.html#method_setEtcPrefix","d":"

Set the directory prefix to locate the directory that Drush will\nuse as /etc (e.g. during the functional tests).

"},{"t":"M","n":"Drush\\Config\\Environment::setSharePrefix","p":"Drush/Config/Environment.html#method_setSharePrefix","d":"

Set the directory prefix to locate the directory that Drush will\nuse as /user/share (e.g. during the functional tests).

"},{"t":"M","n":"Drush\\Config\\Environment::docsPath","p":"Drush/Config/Environment.html#method_docsPath","d":"

Return the directory where Drush's documentation is stored. Usually\nthis is within the Drush application, but some Drush RPM distributions\n& c. for Linux platforms slice-and-dice the contents and put the docs\nelsewhere.

"},{"t":"M","n":"Drush\\Config\\Environment::findDocsPath","p":"Drush/Config/Environment.html#method_findDocsPath","d":"

Locate the Drush documentation. This is recalculated whenever the\nshare prefix is changed.

"},{"t":"M","n":"Drush\\Config\\Environment::findFromCandidates","p":"Drush/Config/Environment.html#method_findFromCandidates","d":"

Check a list of directories and return the first one that exists.

"},{"t":"M","n":"Drush\\Config\\Environment::systemPathPrefix","p":"Drush/Config/Environment.html#method_systemPathPrefix","d":"

Return the appropriate system path prefix, unless an override is provided.

"},{"t":"M","n":"Drush\\Config\\Environment::systemConfigPath","p":"Drush/Config/Environment.html#method_systemConfigPath","d":"

Return the system configuration path (default: /etc/drush)

"},{"t":"M","n":"Drush\\Config\\Environment::systemCommandFilePath","p":"Drush/Config/Environment.html#method_systemCommandFilePath","d":"

Return the system shared commandfile path (default: /usr/share/drush/commands)

"},{"t":"M","n":"Drush\\Config\\Environment::isWindows","p":"Drush/Config/Environment.html#method_isWindows","d":"

Determine whether current OS is a Windows variant.

"},{"t":"M","n":"Drush\\Config\\Environment::verifyCLI","p":"Drush/Config/Environment.html#method_verifyCLI","d":"

Verify that we are running PHP through the command line interface.

"},{"t":"M","n":"Drush\\Config\\Environment::calculateColumns","p":"Drush/Config/Environment.html#method_calculateColumns","d":"

Get terminal width.

"},{"t":"M","n":"Drush\\Config\\Environment::getSiteSetAliasFilePath","p":"Drush/Config/Environment.html#method_getSiteSetAliasFilePath","d":"

Returns the filename for the file that stores the DRUPAL_SITE variable.

"},{"t":"M","n":"Drush\\Config\\Loader\\YamlConfigLoader::load","p":"Drush/Config/Loader/YamlConfigLoader.html#method_load","d":null},{"t":"M","n":"Drush\\DrupalFinder\\DrushDrupalFinder::__construct","p":"Drush/DrupalFinder/DrushDrupalFinder.html#method___construct","d":null},{"t":"M","n":"Drush\\DrupalFinder\\DrushDrupalFinder::getDrupalRoot","p":"Drush/DrupalFinder/DrushDrupalFinder.html#method_getDrupalRoot","d":"

Get the Drupal root.

"},{"t":"M","n":"Drush\\DrupalFinder\\DrushDrupalFinder::getComposerRoot","p":"Drush/DrupalFinder/DrushDrupalFinder.html#method_getComposerRoot","d":"

Get the Composer root.

"},{"t":"M","n":"Drush\\DrupalFinder\\DrushDrupalFinder::getVendorDir","p":"Drush/DrupalFinder/DrushDrupalFinder.html#method_getVendorDir","d":"

Get the vendor path.

"},{"t":"M","n":"Drush\\Drupal\\Commands\\sql\\SanitizePluginInterface::sanitize","p":"Drush/Drupal/Commands/sql/SanitizePluginInterface.html#method_sanitize","d":null},{"t":"M","n":"Drush\\Drupal\\Commands\\sql\\SanitizePluginInterface::messages","p":"Drush/Drupal/Commands/sql/SanitizePluginInterface.html#method_messages","d":null},{"t":"M","n":"Drush\\Drupal\\DrupalUtil::drushRender","p":"Drush/Drupal/DrupalUtil.html#method_drushRender","d":"

Output a Drupal render array, object or string as plain text.

"},{"t":"M","n":"Drush\\Drupal\\DrushLoggerServiceProvider::register","p":"Drush/Drupal/DrushLoggerServiceProvider.html#method_register","d":""},{"t":"M","n":"Drush\\Drupal\\ExtensionDiscovery::reset","p":"Drush/Drupal/ExtensionDiscovery.html#method_reset","d":null},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateExecutable::__construct","p":"Drush/Drupal/Migrate/MigrateExecutable.html#method___construct","d":"

Constructs a new migrate executable instance.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateExecutable::onMapSave","p":"Drush/Drupal/Migrate/MigrateExecutable.html#method_onMapSave","d":"

Counts up any map save events.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateExecutable::onMapDelete","p":"Drush/Drupal/Migrate/MigrateExecutable.html#method_onMapDelete","d":"

Counts up any rollback events.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateExecutable::onPreImport","p":"Drush/Drupal/Migrate/MigrateExecutable.html#method_onPreImport","d":"

Reacts when the import is about to start.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateExecutable::handleMissingSourceRows","p":"Drush/Drupal/Migrate/MigrateExecutable.html#method_handleMissingSourceRows","d":"

Handles missing source rows after import.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateExecutable::onMissingSourceRows","p":"Drush/Drupal/Migrate/MigrateExecutable.html#method_onMissingSourceRows","d":"

Reacts on detecting a list of missing source rows after an import.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateExecutable::onPostImport","p":"Drush/Drupal/Migrate/MigrateExecutable.html#method_onPostImport","d":"

Reacts to migration completion.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateExecutable::importFeedbackMessage","p":"Drush/Drupal/Migrate/MigrateExecutable.html#method_importFeedbackMessage","d":"

Emits information on the import progress.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateExecutable::onPreRollback","p":"Drush/Drupal/Migrate/MigrateExecutable.html#method_onPreRollback","d":"

Reacts when the rollback is about to starts.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateExecutable::onPostRollback","p":"Drush/Drupal/Migrate/MigrateExecutable.html#method_onPostRollback","d":"

Reacts to rollback completion.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateExecutable::rollbackFeedbackMessage","p":"Drush/Drupal/Migrate/MigrateExecutable.html#method_rollbackFeedbackMessage","d":"

Emits information on the rollback execution progress.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateExecutable::onPreRowSave","p":"Drush/Drupal/Migrate/MigrateExecutable.html#method_onPreRowSave","d":"

Reacts to an item about to be imported.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateExecutable::onPostRowSave","p":"Drush/Drupal/Migrate/MigrateExecutable.html#method_onPostRowSave","d":"

Reacts aftre a row has been deleted.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateExecutable::onPostRowDelete","p":"Drush/Drupal/Migrate/MigrateExecutable.html#method_onPostRowDelete","d":"

Reacts to item rollback.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateExecutable::onPrepareRow","p":"Drush/Drupal/Migrate/MigrateExecutable.html#method_onPrepareRow","d":"

Reacts to a new row being prepared.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateExecutable::getIdMap","p":"Drush/Drupal/Migrate/MigrateExecutable.html#method_getIdMap","d":"{@inheritdoc}"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateExecutable::getCreatedCount","p":"Drush/Drupal/Migrate/MigrateExecutable.html#method_getCreatedCount","d":"

Returns the number of items created.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateExecutable::getUpdatedCount","p":"Drush/Drupal/Migrate/MigrateExecutable.html#method_getUpdatedCount","d":"

Returns the number of items updated.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateExecutable::getIgnoredCount","p":"Drush/Drupal/Migrate/MigrateExecutable.html#method_getIgnoredCount","d":"

Returns the number of items ignored.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateExecutable::getFailedCount","p":"Drush/Drupal/Migrate/MigrateExecutable.html#method_getFailedCount","d":"

Returns the number of items that failed.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateExecutable::getProcessedCount","p":"Drush/Drupal/Migrate/MigrateExecutable.html#method_getProcessedCount","d":"

Returns the total number of items processed.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateExecutable::getRollbackCount","p":"Drush/Drupal/Migrate/MigrateExecutable.html#method_getRollbackCount","d":"

Returns the number of items rolled back.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateExecutable::resetCounters","p":"Drush/Drupal/Migrate/MigrateExecutable.html#method_resetCounters","d":"

Resets all the per-status counters to 0.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateExecutable::initProgressBar","p":"Drush/Drupal/Migrate/MigrateExecutable.html#method_initProgressBar","d":"

Initializes the command progress bar if possible.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateExecutable::updateProgressBar","p":"Drush/Drupal/Migrate/MigrateExecutable.html#method_updateProgressBar","d":"

Advances the progress bar.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateExecutable::progressFinish","p":"Drush/Drupal/Migrate/MigrateExecutable.html#method_progressFinish","d":"

Removes the progress bar after operation is finished.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateExecutable::unregisterListeners","p":"Drush/Drupal/Migrate/MigrateExecutable.html#method_unregisterListeners","d":"

Unregisters all event listeners.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateIdMapFilter::__construct","p":"Drush/Drupal/Migrate/MigrateIdMapFilter.html#method___construct","d":""},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateIdMapFilter::accept","p":"Drush/Drupal/Migrate/MigrateIdMapFilter.html#method_accept","d":"{@inheritdoc}"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateMessage::__construct","p":"Drush/Drupal/Migrate/MigrateMessage.html#method___construct","d":"

Constructs a migrate message class.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateMessage::display","p":"Drush/Drupal/Migrate/MigrateMessage.html#method_display","d":"

Outputs a message from the migration.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateMissingSourceRowsEvent::__construct","p":"Drush/Drupal/Migrate/MigrateMissingSourceRowsEvent.html#method___construct","d":"

Constructs a new event instance.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateMissingSourceRowsEvent::getMigration","p":"Drush/Drupal/Migrate/MigrateMissingSourceRowsEvent.html#method_getMigration","d":"

Gets the migration plugin instance.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateMissingSourceRowsEvent::getDestinationIds","p":"Drush/Drupal/Migrate/MigrateMissingSourceRowsEvent.html#method_getDestinationIds","d":"

Gets the destination ID values.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigratePrepareRowEvent::__construct","p":"Drush/Drupal/Migrate/MigratePrepareRowEvent.html#method___construct","d":"

Constructs a prepare-row event object.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigratePrepareRowEvent::getRow","p":"Drush/Drupal/Migrate/MigratePrepareRowEvent.html#method_getRow","d":"

Gets the row object.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigratePrepareRowEvent::getSource","p":"Drush/Drupal/Migrate/MigratePrepareRowEvent.html#method_getSource","d":"

Gets the source plugin.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigratePrepareRowEvent::getMigration","p":"Drush/Drupal/Migrate/MigratePrepareRowEvent.html#method_getMigration","d":"

Gets the migration plugin.

"},{"t":"M","n":"Drush\\Drupal\\Migrate\\MigrateUtils::parseIdList","p":"Drush/Drupal/Migrate/MigrateUtils.html#method_parseIdList","d":"

Parses as an array the list of IDs received from console.

"},{"t":"M","n":"Drush\\Drush::getTimeout","p":"Drush/Drush.html#method_getTimeout","d":null},{"t":"M","n":"Drush\\Drush::getVersion","p":"Drush/Drush.html#method_getVersion","d":"

Return the current Drush version.

"},{"t":"M","n":"Drush\\Drush::sanitizeVersionString","p":"Drush/Drush.html#method_sanitizeVersionString","d":"

Convert internal Composer dev version to ".x"

"},{"t":"M","n":"Drush\\Drush::getMajorVersion","p":"Drush/Drush.html#method_getMajorVersion","d":null},{"t":"M","n":"Drush\\Drush::getMinorVersion","p":"Drush/Drush.html#method_getMinorVersion","d":null},{"t":"M","n":"Drush\\Drush::setContainer","p":"Drush/Drush.html#method_setContainer","d":"

Sets a new global container.

"},{"t":"M","n":"Drush\\Drush::unsetContainer","p":"Drush/Drush.html#method_unsetContainer","d":"

Unsets the global container.

"},{"t":"M","n":"Drush\\Drush::getContainer","p":"Drush/Drush.html#method_getContainer","d":"

Returns the currently active global container.

"},{"t":"M","n":"Drush\\Drush::hasContainer","p":"Drush/Drush.html#method_hasContainer","d":"

Returns TRUE if the container has been initialized, FALSE otherwise.

"},{"t":"M","n":"Drush\\Drush::getApplication","p":"Drush/Drush.html#method_getApplication","d":"

Get the current Symfony Console Application.

"},{"t":"M","n":"Drush\\Drush::runner","p":"Drush/Drush.html#method_runner","d":"

Return the Robo runner.

"},{"t":"M","n":"Drush\\Drush::service","p":"Drush/Drush.html#method_service","d":"

Retrieves a service from the container.

"},{"t":"M","n":"Drush\\Drush::hasService","p":"Drush/Drush.html#method_hasService","d":"

Indicates if a service is defined in the container.

"},{"t":"M","n":"Drush\\Drush::commandFactory","p":"Drush/Drush.html#method_commandFactory","d":"

Return command factory

"},{"t":"M","n":"Drush\\Drush::logger","p":"Drush/Drush.html#method_logger","d":"

Return the Drush logger object.

"},{"t":"M","n":"Drush\\Drush::config","p":"Drush/Drush.html#method_config","d":"

Return the configuration object

"},{"t":"M","n":"Drush\\Drush::aliasManager","p":"Drush/Drush.html#method_aliasManager","d":""},{"t":"M","n":"Drush\\Drush::processManager","p":"Drush/Drush.html#method_processManager","d":""},{"t":"M","n":"Drush\\Drush::input","p":"Drush/Drush.html#method_input","d":"

Return the input object

"},{"t":"M","n":"Drush\\Drush::output","p":"Drush/Drush.html#method_output","d":"

Return the output object

"},{"t":"M","n":"Drush\\Drush::drush","p":"Drush/Drush.html#method_drush","d":"

Run a Drush command on a site alias (or @self).

"},{"t":"M","n":"Drush\\Drush::siteProcess","p":"Drush/Drush.html#method_siteProcess","d":"

Run a bash fragment on a site alias.

"},{"t":"M","n":"Drush\\Drush::process","p":"Drush/Drush.html#method_process","d":"

Run a bash fragment locally.

"},{"t":"M","n":"Drush\\Drush::shell","p":"Drush/Drush.html#method_shell","d":"

Create a Process instance from a commandline string.

"},{"t":"M","n":"Drush\\Drush::simulate","p":"Drush/Drush.html#method_simulate","d":"

Return 'true' if we are in simulated mode

"},{"t":"M","n":"Drush\\Drush::affirmative","p":"Drush/Drush.html#method_affirmative","d":"

Return 'true' if we are in affirmative mode

"},{"t":"M","n":"Drush\\Drush::negative","p":"Drush/Drush.html#method_negative","d":"

Return 'true' if we are in negative mode

"},{"t":"M","n":"Drush\\Drush::verbose","p":"Drush/Drush.html#method_verbose","d":"

Return 'true' if we are in verbose mode

"},{"t":"M","n":"Drush\\Drush::debug","p":"Drush/Drush.html#method_debug","d":"

Return 'true' if we are in debug mode

"},{"t":"M","n":"Drush\\Drush::bootstrapManager","p":"Drush/Drush.html#method_bootstrapManager","d":"

Return the Bootstrap Manager.

"},{"t":"M","n":"Drush\\Drush::bootstrap","p":"Drush/Drush.html#method_bootstrap","d":"

Return the Bootstrap object.

"},{"t":"M","n":"Drush\\Drush::redispatchOptions","p":"Drush/Drush.html#method_redispatchOptions","d":null},{"t":"M","n":"Drush\\Exceptions\\CommandFailedException::__construct","p":"Drush/Exceptions/CommandFailedException.html#method___construct","d":null},{"t":"M","n":"Drush\\Exceptions\\UserAbortException::__construct","p":"Drush/Exceptions/UserAbortException.html#method___construct","d":null},{"t":"M","n":"Drush\\Exec\\ExecTrait::startBrowser","p":"Drush/Exec/ExecTrait.html#method_startBrowser","d":"

Starts a background browser/tab for the current site or a specified URL.

"},{"t":"M","n":"Drush\\Exec\\ExecTrait::programExists","p":"Drush/Exec/ExecTrait.html#method_programExists","d":null},{"t":"M","n":"Drush\\Exec\\ExecTrait::getEditor","p":"Drush/Exec/ExecTrait.html#method_getEditor","d":null},{"t":"M","n":"Drush\\Formatters\\EntityToArraySimplifier::__construct","p":"Drush/Formatters/EntityToArraySimplifier.html#method___construct","d":null},{"t":"M","n":"Drush\\Formatters\\EntityToArraySimplifier::canSimplify","p":"Drush/Formatters/EntityToArraySimplifier.html#method_canSimplify","d":null},{"t":"M","n":"Drush\\Formatters\\EntityToArraySimplifier::simplifyToArray","p":"Drush/Formatters/EntityToArraySimplifier.html#method_simplifyToArray","d":null},{"t":"M","n":"Drush\\Log\\DrushLog::__construct","p":"Drush/Log/DrushLog.html#method___construct","d":"

Constructs a DrushLog object.

"},{"t":"M","n":"Drush\\Log\\DrushLog::log","p":"Drush/Log/DrushLog.html#method_log","d":"{@inheritdoc}"},{"t":"M","n":"Drush\\Log\\DrushLoggerManager::success","p":"Drush/Log/DrushLoggerManager.html#method_success","d":"

Log a 'success' message.

"},{"t":"M","n":"Drush\\Log\\Logger::__construct","p":"Drush/Log/Logger.html#method___construct","d":null},{"t":"M","n":"Drush\\Log\\Logger::log","p":"Drush/Log/Logger.html#method_log","d":null},{"t":"M","n":"Drush\\Log\\Logger::formatSize","p":"Drush/Log/Logger.html#method_formatSize","d":null},{"t":"M","n":"Drush\\Log\\SuccessInterface::success","p":"Drush/Log/SuccessInterface.html#method_success","d":"

Log a 'success' message.

"},{"t":"M","n":"Drush\\Preflight\\ArgsPreprocessor::__construct","p":"Drush/Preflight/ArgsPreprocessor.html#method___construct","d":"

ArgsPreprocessor constructor

"},{"t":"M","n":"Drush\\Preflight\\ArgsPreprocessor::setArgsRemapper","p":"Drush/Preflight/ArgsPreprocessor.html#method_setArgsRemapper","d":null},{"t":"M","n":"Drush\\Preflight\\ArgsPreprocessor::parse","p":"Drush/Preflight/ArgsPreprocessor.html#method_parse","d":"

Parse the argv array.

"},{"t":"M","n":"Drush\\Preflight\\ArgsPreprocessor::nextCouldBeValue","p":"Drush/Preflight/ArgsPreprocessor.html#method_nextCouldBeValue","d":"

nextCouldBeValue determines whether there is a next argument that\nexists and does not begin with a -.

"},{"t":"M","n":"Drush\\Preflight\\ArgsPreprocessor::isAliasOrSiteSpec","p":"Drush/Preflight/ArgsPreprocessor.html#method_isAliasOrSiteSpec","d":"

Determine whether the provided argument is an alias or\na site specification.

"},{"t":"M","n":"Drush\\Preflight\\ArgsPreprocessor::findMethodForOptionWithValues","p":"Drush/Preflight/ArgsPreprocessor.html#method_findMethodForOptionWithValues","d":"

Check to see if '$opt' is one of the options that we record\nthat takes a value.

"},{"t":"M","n":"Drush\\Preflight\\ArgsPreprocessor::checkMatchingOption","p":"Drush/Preflight/ArgsPreprocessor.html#method_checkMatchingOption","d":"

Check to see if the provided option matches the entry from the\noption table.

"},{"t":"M","n":"Drush\\Preflight\\ArgsRemapper::__construct","p":"Drush/Preflight/ArgsRemapper.html#method___construct","d":"

ArgsRemapper constructor

"},{"t":"M","n":"Drush\\Preflight\\ArgsRemapper::remap","p":"Drush/Preflight/ArgsRemapper.html#method_remap","d":"

Given an $argv array, apply all remap operations on each item\nwithin it.

"},{"t":"M","n":"Drush\\Preflight\\ArgsRemapper::checkRemap","p":"Drush/Preflight/ArgsRemapper.html#method_checkRemap","d":"

Check to see if the provided single arg needs to be remapped. If\nit does, then the remapping is performed.

"},{"t":"M","n":"Drush\\Preflight\\ArgsRemapper::remapOptions","p":"Drush/Preflight/ArgsRemapper.html#method_remapOptions","d":null},{"t":"M","n":"Drush\\Preflight\\ArgsRemapper::remapCommandAlias","p":"Drush/Preflight/ArgsRemapper.html#method_remapCommandAlias","d":null},{"t":"M","n":"Drush\\Preflight\\ArgsRemapper::matches","p":"Drush/Preflight/ArgsRemapper.html#method_matches","d":"

Check to see if the provided single arg matches the candidate.

"},{"t":"M","n":"Drush\\Preflight\\LegacyPreflight::includeCode","p":"Drush/Preflight/LegacyPreflight.html#method_includeCode","d":"

Include old code. It is an aspirational goal to remove or refactor\nall of this into more modular, class-based code.

"},{"t":"M","n":"Drush\\Preflight\\Preflight::__construct","p":"Drush/Preflight/Preflight.html#method___construct","d":"

Preflight constructor

"},{"t":"M","n":"Drush\\Preflight\\Preflight::logger","p":"Drush/Preflight/Preflight.html#method_logger","d":null},{"t":"M","n":"Drush\\Preflight\\Preflight::setLogger","p":"Drush/Preflight/Preflight.html#method_setLogger","d":null},{"t":"M","n":"Drush\\Preflight\\Preflight::init","p":"Drush/Preflight/Preflight.html#method_init","d":"

Perform preliminary initialization. This mostly involves setting up\nlegacy systems.

"},{"t":"M","n":"Drush\\Preflight\\Preflight::remapOptions","p":"Drush/Preflight/Preflight.html#method_remapOptions","d":"

Remapping table for arguments. Anything found in a key\nhere will be converted to the corresponding value entry.

"},{"t":"M","n":"Drush\\Preflight\\Preflight::remapCommandAliases","p":"Drush/Preflight/Preflight.html#method_remapCommandAliases","d":"

Symfony Console dislikes certain command aliases, because\nthey are too similar to other Drush commands that contain\nthe same characters. To avoid the "I don't know which\ncommand you mean"-type errors, we will replace problematic\naliases with their longhand equivalents.

"},{"t":"M","n":"Drush\\Preflight\\Preflight::preflightArgs","p":"Drush/Preflight/Preflight.html#method_preflightArgs","d":"

Preprocess the args, removing any @sitealias that may be present.

"},{"t":"M","n":"Drush\\Preflight\\Preflight::prepareConfig","p":"Drush/Preflight/Preflight.html#method_prepareConfig","d":"

Create the initial config locator object, and inject any needed\nsettings, paths and so on into it.

"},{"t":"M","n":"Drush\\Preflight\\Preflight::createInput","p":"Drush/Preflight/Preflight.html#method_createInput","d":null},{"t":"M","n":"Drush\\Preflight\\Preflight::getCommandFilePaths","p":"Drush/Preflight/Preflight.html#method_getCommandFilePaths","d":null},{"t":"M","n":"Drush\\Preflight\\Preflight::loadSymfonyCompatabilityAutoloader","p":"Drush/Preflight/Preflight.html#method_loadSymfonyCompatabilityAutoloader","d":null},{"t":"M","n":"Drush\\Preflight\\Preflight::config","p":"Drush/Preflight/Preflight.html#method_config","d":null},{"t":"M","n":"Drush\\Preflight\\Preflight::preflight","p":"Drush/Preflight/Preflight.html#method_preflight","d":""},{"t":"M","n":"Drush\\Preflight\\Preflight::preferredSite","p":"Drush/Preflight/Preflight.html#method_preferredSite","d":"

Find the Drupal root of the preferred Drupal site (the one\nthat shares the vendor directory with Drush).

"},{"t":"M","n":"Drush\\Preflight\\Preflight::drupalFinder","p":"Drush/Preflight/Preflight.html#method_drupalFinder","d":null},{"t":"M","n":"Drush\\Preflight\\Preflight::aliasManager","p":"Drush/Preflight/Preflight.html#method_aliasManager","d":null},{"t":"M","n":"Drush\\Preflight\\Preflight::environment","p":"Drush/Preflight/Preflight.html#method_environment","d":null},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::homeDir","p":"Drush/Preflight/PreflightArgs.html#method_homeDir","d":null},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::setHomeDir","p":"Drush/Preflight/PreflightArgs.html#method_setHomeDir","d":null},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::__construct","p":"Drush/Preflight/PreflightArgs.html#method___construct","d":"

PreflightArgs constructor

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::optionsWithValues","p":"Drush/Preflight/PreflightArgs.html#method_optionsWithValues","d":""},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::adjustHelpOption","p":"Drush/Preflight/PreflightArgs.html#method_adjustHelpOption","d":"

If the user enters '--help' or '-h', thrown that\noption away and add a 'help' command to the beginning\nof the argument list.

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::optionConfigMap","p":"Drush/Preflight/PreflightArgs.html#method_optionConfigMap","d":"

Map of option key to the corresponding config key to store the\npreflight option in. The values of the config items in this map\nmust be BOOLEANS or STRINGS.

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::optionConfigPathMap","p":"Drush/Preflight/PreflightArgs.html#method_optionConfigPathMap","d":"

Map of path option keys to the corresponding config key to store the\npreflight option in. The values of the items in this map must be\nSTRINGS or ARRAYS OF STRINGS.

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::applyToConfig","p":"Drush/Preflight/PreflightArgs.html#method_applyToConfig","d":""},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::args","p":"Drush/Preflight/PreflightArgs.html#method_args","d":""},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::applicationPath","p":"Drush/Preflight/PreflightArgs.html#method_applicationPath","d":""},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::commandName","p":"Drush/Preflight/PreflightArgs.html#method_commandName","d":""},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::setCommandName","p":"Drush/Preflight/PreflightArgs.html#method_setCommandName","d":""},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::addArg","p":"Drush/Preflight/PreflightArgs.html#method_addArg","d":""},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::passArgs","p":"Drush/Preflight/PreflightArgs.html#method_passArgs","d":""},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::alias","p":"Drush/Preflight/PreflightArgs.html#method_alias","d":""},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::hasAlias","p":"Drush/Preflight/PreflightArgs.html#method_hasAlias","d":""},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::setAlias","p":"Drush/Preflight/PreflightArgs.html#method_setAlias","d":""},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::selectedSite","p":"Drush/Preflight/PreflightArgs.html#method_selectedSite","d":"

Get the selected site. Here, the default will typically be the cwd.

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::setDebug","p":"Drush/Preflight/PreflightArgs.html#method_setDebug","d":null},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::setSelectedSite","p":"Drush/Preflight/PreflightArgs.html#method_setSelectedSite","d":"

Set the selected site.

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::uri","p":"Drush/Preflight/PreflightArgs.html#method_uri","d":"

Get the selected uri

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::hasUri","p":"Drush/Preflight/PreflightArgs.html#method_hasUri","d":null},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::setUri","p":"Drush/Preflight/PreflightArgs.html#method_setUri","d":"

Set the uri option

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::configPaths","p":"Drush/Preflight/PreflightArgs.html#method_configPaths","d":"

Get the config path where drush.yml files may be found

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::addConfigPath","p":"Drush/Preflight/PreflightArgs.html#method_addConfigPath","d":"

Add another location where drush.yml files may be found

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::mergeConfigPaths","p":"Drush/Preflight/PreflightArgs.html#method_mergeConfigPaths","d":"

Add multiple additional locations where drush.yml files may be found.

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::aliasPaths","p":"Drush/Preflight/PreflightArgs.html#method_aliasPaths","d":"

Get the alias paths where drush site.site.yml files may be found

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::addAliasPath","p":"Drush/Preflight/PreflightArgs.html#method_addAliasPath","d":"

Set one more path where aliases may be found.

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::commandPaths","p":"Drush/Preflight/PreflightArgs.html#method_commandPaths","d":"

Get the path where Drush commandfiles e.g. FooCommands.php may be found.

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::addCommandPath","p":"Drush/Preflight/PreflightArgs.html#method_addCommandPath","d":"

Add one more path where commandfiles might be found.

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::mergeCommandPaths","p":"Drush/Preflight/PreflightArgs.html#method_mergeCommandPaths","d":"

Add multiple paths where commandfiles might be found.

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::isLocal","p":"Drush/Preflight/PreflightArgs.html#method_isLocal","d":"

Determine whether Drush is in "local" mode

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::setLocal","p":"Drush/Preflight/PreflightArgs.html#method_setLocal","d":"

Set local mode

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::isSimulated","p":"Drush/Preflight/PreflightArgs.html#method_isSimulated","d":"

Determine whether Drush is in "simulated" mode.

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::setSimulate","p":"Drush/Preflight/PreflightArgs.html#method_setSimulate","d":"

Set simulated mode

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::coverageFile","p":"Drush/Preflight/PreflightArgs.html#method_coverageFile","d":"

Get the path to the coverage file.

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::setCoverageFile","p":"Drush/Preflight/PreflightArgs.html#method_setCoverageFile","d":"

Set the coverage file path.

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::isStrict","p":"Drush/Preflight/PreflightArgs.html#method_isStrict","d":"

Determine whether Drush is in "strict" mode or not.

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::setStrict","p":"Drush/Preflight/PreflightArgs.html#method_setStrict","d":"

Set strict mode.

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::getOptionNameList","p":"Drush/Preflight/PreflightArgs.html#method_getOptionNameList","d":"

Search through the provided argv list, and return\njust the option name of any item that is an option.

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgs::createInput","p":"Drush/Preflight/PreflightArgs.html#method_createInput","d":"

Create a Symfony Input object.

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgsInterface::optionsWithValues","p":"Drush/Preflight/PreflightArgsInterface.html#method_optionsWithValues","d":"

Return an associative array of '--option' => 'methodName'.

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgsInterface::applyToConfig","p":"Drush/Preflight/PreflightArgsInterface.html#method_applyToConfig","d":"

Copy any applicable arguments into the provided configuration\nobject, as appropriate.

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgsInterface::args","p":"Drush/Preflight/PreflightArgsInterface.html#method_args","d":"

Return all of the args from the inputs that were NOT processed\nby the ArgsPreprocessor (anything not listed in optionsWithValues).

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgsInterface::applicationPath","p":"Drush/Preflight/PreflightArgsInterface.html#method_applicationPath","d":"

Return the path to this application's executable ($argv[0]).

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgsInterface::commandName","p":"Drush/Preflight/PreflightArgsInterface.html#method_commandName","d":"

Return the command name from the runtime args. Note that the\ncommand name also exists inside the runtime args, because the\nruntime args maintain the order of the options relative to the\ncommand name (save for those options removed by preflight args).

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgsInterface::setCommandName","p":"Drush/Preflight/PreflightArgsInterface.html#method_setCommandName","d":"

Store the command name, once it is found.

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgsInterface::addArg","p":"Drush/Preflight/PreflightArgsInterface.html#method_addArg","d":"

Add one argument to the end of the list returned by the args() method.

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgsInterface::passArgs","p":"Drush/Preflight/PreflightArgsInterface.html#method_passArgs","d":"

Add everything in the provided array to the list returned by args()

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgsInterface::alias","p":"Drush/Preflight/PreflightArgsInterface.html#method_alias","d":"

Return any '@alias' that may have appeared before the argument\nholding the command name.

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgsInterface::hasAlias","p":"Drush/Preflight/PreflightArgsInterface.html#method_hasAlias","d":"

Returns 'true' if an '@alias' was set.

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgsInterface::setAlias","p":"Drush/Preflight/PreflightArgsInterface.html#method_setAlias","d":"

Set an alias. Should always begin with '@'.

"},{"t":"M","n":"Drush\\Preflight\\PreflightLog::__construct","p":"Drush/Preflight/PreflightLog.html#method___construct","d":null},{"t":"M","n":"Drush\\Preflight\\PreflightLog::getDebug","p":"Drush/Preflight/PreflightLog.html#method_getDebug","d":null},{"t":"M","n":"Drush\\Preflight\\PreflightLog::setDebug","p":"Drush/Preflight/PreflightLog.html#method_setDebug","d":null},{"t":"M","n":"Drush\\Preflight\\PreflightLog::log","p":"Drush/Preflight/PreflightLog.html#method_log","d":null},{"t":"M","n":"Drush\\Preflight\\PreflightSiteLocator::__construct","p":"Drush/Preflight/PreflightSiteLocator.html#method___construct","d":null},{"t":"M","n":"Drush\\Preflight\\PreflightSiteLocator::findSite","p":"Drush/Preflight/PreflightSiteLocator.html#method_findSite","d":"

During bootstrap, finds the currently selected site from the parameters\nprovided on the commandline.

"},{"t":"M","n":"Drush\\Preflight\\PreflightSiteLocator::determineSelf","p":"Drush/Preflight/PreflightSiteLocator.html#method_determineSelf","d":"

Either look up the specified alias name / site spec,\nor, if those are invalid, then generate one from\nthe provided root and URI.

"},{"t":"M","n":"Drush\\Preflight\\PreflightSiteLocator::buildSelf","p":"Drush/Preflight/PreflightSiteLocator.html#method_buildSelf","d":"

Generate @self from the provided root and URI.

"},{"t":"M","n":"Drush\\Preflight\\PreflightVerify::verify","p":"Drush/Preflight/PreflightVerify.html#method_verify","d":"

Throw an exception if the environment is not right for running Drush.

"},{"t":"M","n":"Drush\\Preflight\\PreflightVerify::confirmPhpVersion","p":"Drush/Preflight/PreflightVerify.html#method_confirmPhpVersion","d":"

Fail fast if the php version does not meet the minimum requirements.

"},{"t":"M","n":"Drush\\Preflight\\PreflightVerify::confirmUsingCLI","p":"Drush/Preflight/PreflightVerify.html#method_confirmUsingCLI","d":"

Fail if not being run from the command line.

"},{"t":"M","n":"Drush\\Preflight\\PreflightVerify::checkPhpIni","p":"Drush/Preflight/PreflightVerify.html#method_checkPhpIni","d":"

Evaluate the environment before command bootstrapping\nbegins. If the php environment is too restrictive, then\nnotify the user that a setting change is needed and abort.

"},{"t":"M","n":"Drush\\Preflight\\PreflightVerify::invalidIniValue","p":"Drush/Preflight/PreflightVerify.html#method_invalidIniValue","d":"

Determine whether an ini value is valid based on the criteria.

"},{"t":"M","n":"Drush\\Preflight\\PreflightVerify::loadedPhpIniMessage","p":"Drush/Preflight/PreflightVerify.html#method_loadedPhpIniMessage","d":"

Returns a localizable message about php.ini that\nvaries depending on whether the php_ini_loaded_file()\nis available or not.

"},{"t":"M","n":"Drush\\Psysh\\Caster::castContentEntity","p":"Drush/Psysh/Caster.html#method_castContentEntity","d":"

Casts \\Drupal\\Core\\Entity\\ContentEntityInterface classes.

"},{"t":"M","n":"Drush\\Psysh\\Caster::castFieldItemList","p":"Drush/Psysh/Caster.html#method_castFieldItemList","d":"

Casts \\Drupal\\Core\\Field\\FieldItemListInterface classes.

"},{"t":"M","n":"Drush\\Psysh\\Caster::castFieldItem","p":"Drush/Psysh/Caster.html#method_castFieldItem","d":"

Casts \\Drupal\\Core\\Field\\FieldItemInterface classes.

"},{"t":"M","n":"Drush\\Psysh\\Caster::castConfigEntity","p":"Drush/Psysh/Caster.html#method_castConfigEntity","d":"

Casts \\Drupal\\Core\\Config\\Entity\\ConfigEntityInterface classes.

"},{"t":"M","n":"Drush\\Psysh\\Caster::castConfig","p":"Drush/Psysh/Caster.html#method_castConfig","d":"

Casts \\Drupal\\Core\\Config\\ConfigBase classes.

"},{"t":"M","n":"Drush\\Psysh\\Caster::castContainer","p":"Drush/Psysh/Caster.html#method_castContainer","d":"

Casts \\Drupal\\Component\\DependencyInjection\\Container classes.

"},{"t":"M","n":"Drush\\Psysh\\Caster::castMarkup","p":"Drush/Psysh/Caster.html#method_castMarkup","d":"

Casts \\Drupal\\Component\\Render\\MarkupInterface classes.

"},{"t":"M","n":"Drush\\Psysh\\Caster::handleReferences","p":"Drush/Psysh/Caster.html#method_handleReferences","d":null},{"t":"M","n":"Drush\\Psysh\\Caster::getShortClass","p":"Drush/Psysh/Caster.html#method_getShortClass","d":null},{"t":"M","n":"Drush\\Psysh\\DrushCommand::__construct","p":"Drush/Psysh/DrushCommand.html#method___construct","d":"

DrushCommand constructor.

"},{"t":"M","n":"Drush\\Psysh\\DrushCommand::getNamespace","p":"Drush/Psysh/DrushCommand.html#method_getNamespace","d":"

Get the namespace of this command.

"},{"t":"M","n":"Drush\\Psysh\\DrushCommand::configure","p":"Drush/Psysh/DrushCommand.html#method_configure","d":"{@inheritdoc}"},{"t":"M","n":"Drush\\Psysh\\DrushCommand::execute","p":"Drush/Psysh/DrushCommand.html#method_execute","d":"{@inheritdoc}"},{"t":"M","n":"Drush\\Psysh\\DrushCommand::buildHelpFromCommand","p":"Drush/Psysh/DrushCommand.html#method_buildHelpFromCommand","d":"

Build a command help from the Drush configuration array.

"},{"t":"M","n":"Drush\\Psysh\\DrushHelpCommand::configure","p":"Drush/Psysh/DrushHelpCommand.html#method_configure","d":"{@inheritdoc}"},{"t":"M","n":"Drush\\Psysh\\DrushHelpCommand::execute","p":"Drush/Psysh/DrushHelpCommand.html#method_execute","d":"{@inheritdoc}"},{"t":"M","n":"Drush\\Psysh\\Shell::getCommand","p":"Drush/Psysh/Shell.html#method_getCommand","d":"

Get a command (if one exists) for the current input string.

"},{"t":"M","n":"Drush\\Psysh\\Shell::hasCommand","p":"Drush/Psysh/Shell.html#method_hasCommand","d":"

Check whether a command is set for the current input string.

"},{"t":"M","n":"Drush\\Psysh\\Shell::getCommandFromInput","p":"Drush/Psysh/Shell.html#method_getCommandFromInput","d":"

Get the command from the current input, takes aliases into account.

"},{"t":"M","n":"Drush\\Runtime\\DependencyInjection::desiredHandlers","p":"Drush/Runtime/DependencyInjection.html#method_desiredHandlers","d":null},{"t":"M","n":"Drush\\Runtime\\DependencyInjection::initContainer","p":"Drush/Runtime/DependencyInjection.html#method_initContainer","d":"

Set up our dependency injection container.

"},{"t":"M","n":"Drush\\Runtime\\DependencyInjection::installHandlers","p":"Drush/Runtime/DependencyInjection.html#method_installHandlers","d":"

Make sure we are notified on exit, and when bad things happen.

"},{"t":"M","n":"Drush\\Runtime\\DependencyInjection::addDrushServices","p":"Drush/Runtime/DependencyInjection.html#method_addDrushServices","d":null},{"t":"M","n":"Drush\\Runtime\\DependencyInjection::alterServicesForDrush","p":"Drush/Runtime/DependencyInjection.html#method_alterServicesForDrush","d":null},{"t":"M","n":"Drush\\Runtime\\DependencyInjection::injectApplicationServices","p":"Drush/Runtime/DependencyInjection.html#method_injectApplicationServices","d":null},{"t":"M","n":"Drush\\Runtime\\ErrorHandler::installHandler","p":"Drush/Runtime/ErrorHandler.html#method_installHandler","d":null},{"t":"M","n":"Drush\\Runtime\\ErrorHandler::errorHandler","p":"Drush/Runtime/ErrorHandler.html#method_errorHandler","d":null},{"t":"M","n":"Drush\\Runtime\\HandlerInterface::installHandler","p":"Drush/Runtime/HandlerInterface.html#method_installHandler","d":null},{"t":"M","n":"Drush\\Runtime\\LegacyServiceFinder::__construct","p":"Drush/Runtime/LegacyServiceFinder.html#method___construct","d":null},{"t":"M","n":"Drush\\Runtime\\LegacyServiceFinder::getDrushServiceFiles","p":"Drush/Runtime/LegacyServiceFinder.html#method_getDrushServiceFiles","d":"

Get all service files that this class can discover.

"},{"t":"M","n":"Drush\\Runtime\\LegacyServiceFinder::discoverDrushServiceProviders","p":"Drush/Runtime/LegacyServiceFinder.html#method_discoverDrushServiceProviders","d":"

Search for drush.service.yml files in discoverable locations.

"},{"t":"M","n":"Drush\\Runtime\\LegacyServiceFinder::addModuleDrushServiceProvider","p":"Drush/Runtime/LegacyServiceFinder.html#method_addModuleDrushServiceProvider","d":"

Determine whether or not the Drush services.yml file is applicable\nfor this version of Drush.

"},{"t":"M","n":"Drush\\Runtime\\LegacyServiceFinder::findModuleDrushServiceProvider","p":"Drush/Runtime/LegacyServiceFinder.html#method_findModuleDrushServiceProvider","d":""},{"t":"M","n":"Drush\\Runtime\\LegacyServiceFinder::findDefaultServicesFile","p":"Drush/Runtime/LegacyServiceFinder.html#method_findDefaultServicesFile","d":""},{"t":"M","n":"Drush\\Runtime\\LegacyServiceFinder::findModuleDrushServiceProviderFromComposer","p":"Drush/Runtime/LegacyServiceFinder.html#method_findModuleDrushServiceProviderFromComposer","d":"

In composer.json, the Drush version constraints will appear\nin the 'extra' section like so:

"},{"t":"M","n":"Drush\\Runtime\\LegacyServiceFinder::findAppropriateServicesFile","p":"Drush/Runtime/LegacyServiceFinder.html#method_findAppropriateServicesFile","d":""},{"t":"M","n":"Drush\\Runtime\\LegacyServiceFinder::addDrushServiceProvider","p":"Drush/Runtime/LegacyServiceFinder.html#method_addDrushServiceProvider","d":"

Add a services.yml file if it exists.

"},{"t":"M","n":"Drush\\Runtime\\LegacyServiceFinder::getModuleFileNames","p":"Drush/Runtime/LegacyServiceFinder.html#method_getModuleFileNames","d":"

Find Drupal modules

"},{"t":"M","n":"Drush\\Runtime\\LegacyServiceInstantiator::__construct","p":"Drush/Runtime/LegacyServiceInstantiator.html#method___construct","d":null},{"t":"M","n":"Drush\\Runtime\\LegacyServiceInstantiator::loadServiceFiles","p":"Drush/Runtime/LegacyServiceInstantiator.html#method_loadServiceFiles","d":"

Instantiate all of the objects declared by drush.services.yml\nfiles, and store them internally in this class for later retreival\nby type.

"},{"t":"M","n":"Drush\\Runtime\\LegacyServiceInstantiator::isValidServiceData","p":"Drush/Runtime/LegacyServiceInstantiator.html#method_isValidServiceData","d":"

Validate service data before using it.

"},{"t":"M","n":"Drush\\Runtime\\LegacyServiceInstantiator::allServicesHaveClassElement","p":"Drush/Runtime/LegacyServiceInstantiator.html#method_allServicesHaveClassElement","d":"

Check all elements for required "class" elements.

"},{"t":"M","n":"Drush\\Runtime\\LegacyServiceInstantiator::instantiateServices","p":"Drush/Runtime/LegacyServiceInstantiator.html#method_instantiateServices","d":"

Given a drush.services.yml file (parsed into an array),\ninstantiate all of the services referenced therein.

"},{"t":"M","n":"Drush\\Runtime\\LegacyServiceInstantiator::taggedServices","p":"Drush/Runtime/LegacyServiceInstantiator.html#method_taggedServices","d":"

After instantiateServices() runs, the resulting instantiated\nservice objects can be retrieved via this method.

"},{"t":"M","n":"Drush\\Runtime\\LegacyServiceInstantiator::create","p":"Drush/Runtime/LegacyServiceInstantiator.html#method_create","d":"

Create one named service.

"},{"t":"M","n":"Drush\\Runtime\\LegacyServiceInstantiator::instantiateObject","p":"Drush/Runtime/LegacyServiceInstantiator.html#method_instantiateObject","d":"

Instantiate an object with the given arguments.

"},{"t":"M","n":"Drush\\Runtime\\LegacyServiceInstantiator::call","p":"Drush/Runtime/LegacyServiceInstantiator.html#method_call","d":"

Call a method of an object with the provided arguments.

"},{"t":"M","n":"Drush\\Runtime\\LegacyServiceInstantiator::resolveArguments","p":"Drush/Runtime/LegacyServiceInstantiator.html#method_resolveArguments","d":"

Resolve arguments against our containers. Arguments that\ndo not map to one of our containers are returned unchanged.

"},{"t":"M","n":"Drush\\Runtime\\LegacyServiceInstantiator::resolveArgument","p":"Drush/Runtime/LegacyServiceInstantiator.html#method_resolveArgument","d":"

Look up one argument in the appropriate container, or\nreturn it as-is.

"},{"t":"M","n":"Drush\\Runtime\\LegacyServiceInstantiator::resolveFromContainer","p":"Drush/Runtime/LegacyServiceInstantiator.html#method_resolveFromContainer","d":"

Look up in the provided container; throw an exception if\nnot found, unless the service name begins with ? (e.g.

"},{"t":"M","n":"Drush\\Runtime\\LegacyServiceInstantiator::isRequired","p":"Drush/Runtime/LegacyServiceInstantiator.html#method_isRequired","d":"

Check to see if the provided argument begins with a ?;\nthose that do not are required.

"},{"t":"M","n":"Drush\\Runtime\\LegacyServiceInstantiator::atLeastOneValue","p":"Drush/Runtime/LegacyServiceInstantiator.html#method_atLeastOneValue","d":"

Helper function to determine whether or not any of the arguments\nresolved. set methods with non-required DI container references\nare not called at all if the optional references are not in the container.

"},{"t":"M","n":"Drush\\Runtime\\RedispatchHook::__construct","p":"Drush/Runtime/RedispatchHook.html#method___construct","d":null},{"t":"M","n":"Drush\\Runtime\\RedispatchHook::initialize","p":"Drush/Runtime/RedispatchHook.html#method_initialize","d":"

Check to see if it is necessary to redispatch to a remote site.

"},{"t":"M","n":"Drush\\Runtime\\RedispatchHook::redispatchIfRemote","p":"Drush/Runtime/RedispatchHook.html#method_redispatchIfRemote","d":"

Check to see if the target of the command is remote. Call redispatch\nif it is.

"},{"t":"M","n":"Drush\\Runtime\\RedispatchHook::redispatch","p":"Drush/Runtime/RedispatchHook.html#method_redispatch","d":"

Called from RemoteCommandProxy::execute() to run remote commands.

"},{"t":"M","n":"Drush\\Runtime\\RedispatchHook::alterArgsForRedispatch","p":"Drush/Runtime/RedispatchHook.html#method_alterArgsForRedispatch","d":"

Remove anything that is not necessary for the remote side.

"},{"t":"M","n":"Drush\\Runtime\\RedispatchHook::exitEarly","p":"Drush/Runtime/RedispatchHook.html#method_exitEarly","d":"

Abort the current execution without causing distress to our\nshutdown handler.

"},{"t":"M","n":"Drush\\Runtime\\Runtime::__construct","p":"Drush/Runtime/Runtime.html#method___construct","d":null},{"t":"M","n":"Drush\\Runtime\\Runtime::run","p":"Drush/Runtime/Runtime.html#method_run","d":"

Run the application, catching any errors that may be thrown.

"},{"t":"M","n":"Drush\\Runtime\\Runtime::doRun","p":"Drush/Runtime/Runtime.html#method_doRun","d":"

Start up Drush

"},{"t":"M","n":"Drush\\Runtime\\Runtime::setCompleted","p":"Drush/Runtime/Runtime.html#method_setCompleted","d":"

Mark the current request as having completed successfully.

"},{"t":"M","n":"Drush\\Runtime\\Runtime::setExitCode","p":"Drush/Runtime/Runtime.html#method_setExitCode","d":"

Mark the exit code for current request.

"},{"t":"M","n":"Drush\\Runtime\\Runtime::exitCode","p":"Drush/Runtime/Runtime.html#method_exitCode","d":"

Get the exit code for current request.

"},{"t":"M","n":"Drush\\Runtime\\ServiceManager::__construct","p":"Drush/Runtime/ServiceManager.html#method___construct","d":null},{"t":"M","n":"Drush\\Runtime\\ServiceManager::loadCommandClasses","p":"Drush/Runtime/ServiceManager.html#method_loadCommandClasses","d":"

Ensure that any discovered class that is not part of the autoloader\nis, in fact, included.

"},{"t":"M","n":"Drush\\Runtime\\ServiceManager::bootstrapCommandClasses","p":"Drush/Runtime/ServiceManager.html#method_bootstrapCommandClasses","d":"

Return cached of deferred commandhander objects.

"},{"t":"M","n":"Drush\\Runtime\\ServiceManager::discover","p":"Drush/Runtime/ServiceManager.html#method_discover","d":"

Discover all of the different kinds of command handler objects\nin the places where Drush can find them. Called during preflight;\nsome command classes are returned right away, and others are saved\nto be handled later during Drupal bootstrap.

"},{"t":"M","n":"Drush\\Runtime\\ServiceManager::discoverCommandsFromConfiguration","p":"Drush/Runtime/ServiceManager.html#method_discoverCommandsFromConfiguration","d":"

Discover commands explicitly declared in configuration.

"},{"t":"M","n":"Drush\\Runtime\\ServiceManager::discoverCommands","p":"Drush/Runtime/ServiceManager.html#method_discoverCommands","d":"

Discovers command classes from a provided search path.

"},{"t":"M","n":"Drush\\Runtime\\ServiceManager::discoverPsr4Commands","p":"Drush/Runtime/ServiceManager.html#method_discoverPsr4Commands","d":"

Discover PSR-4 autoloaded classes that implement Annotated Command\nlibrary command handlers.

"},{"t":"M","n":"Drush\\Runtime\\ServiceManager::discoverPsr4Generators","p":"Drush/Runtime/ServiceManager.html#method_discoverPsr4Generators","d":"

Discover PSR-4 autoloaded classes that implement DCG generators.

"},{"t":"M","n":"Drush\\Runtime\\ServiceManager::discoverModuleCommands","p":"Drush/Runtime/ServiceManager.html#method_discoverModuleCommands","d":"

Discover module commands. This is the preferred way to find module\ncommands in Drush 12+.

"},{"t":"M","n":"Drush\\Runtime\\ServiceManager::discoverModuleCommandInfoAlterers","p":"Drush/Runtime/ServiceManager.html#method_discoverModuleCommandInfoAlterers","d":"

Discover command info alterers in modules.

"},{"t":"M","n":"Drush\\Runtime\\ServiceManager::instantiateYamlCliCommands","p":"Drush/Runtime/ServiceManager.html#method_instantiateYamlCliCommands","d":"

Instantiate commands from Grasmash\\YamlCli that we want to expose\nas Drush commands.

"},{"t":"M","n":"Drush\\Runtime\\ServiceManager::instantiateDrupalCoreBootstrappedCommands","p":"Drush/Runtime/ServiceManager.html#method_instantiateDrupalCoreBootstrappedCommands","d":"

Instantiate commands from Drupal Core that we want to expose\nas Drush commands.

"},{"t":"M","n":"Drush\\Runtime\\ServiceManager::instantiateServices","p":"Drush/Runtime/ServiceManager.html#method_instantiateServices","d":"

Instantiate objects given a list of classes. For each class, if it has\na static create factory, use that to instantiate it, passing both the\nDrupal and Drush DI containers. If there is no static factory, then\ninstantiate it via 'new $class'

"},{"t":"M","n":"Drush\\Runtime\\ServiceManager::supportsCompoundContainer","p":"Drush/Runtime/ServiceManager.html#method_supportsCompoundContainer","d":"

Determine if the first parameter of the create method supports our container with delegate.

"},{"t":"M","n":"Drush\\Runtime\\ServiceManager::hasStaticCreateFactory","p":"Drush/Runtime/ServiceManager.html#method_hasStaticCreateFactory","d":"

Check to see if the provided class has a static create method.

"},{"t":"M","n":"Drush\\Runtime\\ServiceManager::bootStrapAttributeValue","p":"Drush/Runtime/ServiceManager.html#method_bootStrapAttributeValue","d":"

Does the provided class have a Bootstrap Attribute, indicating early loading.

"},{"t":"M","n":"Drush\\Runtime\\ServiceManager::requiresBootstrap","p":"Drush/Runtime/ServiceManager.html#method_requiresBootstrap","d":"

Check whether a command class requires Drupal bootstrap.

"},{"t":"M","n":"Drush\\Runtime\\ServiceManager::hasStaticMethod","p":"Drush/Runtime/ServiceManager.html#method_hasStaticMethod","d":"

Check to see if the provided class has the specified static method.

"},{"t":"M","n":"Drush\\Runtime\\ServiceManager::hasStaticCreateEarlyFactory","p":"Drush/Runtime/ServiceManager.html#method_hasStaticCreateEarlyFactory","d":"

Check to see if the provided class has a static createEarly method.

"},{"t":"M","n":"Drush\\Runtime\\ServiceManager::discoverModuleGenerators","p":"Drush/Runtime/ServiceManager.html#method_discoverModuleGenerators","d":"

Return generators that ship in modules.

"},{"t":"M","n":"Drush\\Runtime\\ServiceManager::inflect","p":"Drush/Runtime/ServiceManager.html#method_inflect","d":"

Inject any dependencies needed via the "*AwareInterface" pattern

"},{"t":"M","n":"Drush\\Runtime\\ShutdownHandler::installHandler","p":"Drush/Runtime/ShutdownHandler.html#method_installHandler","d":null},{"t":"M","n":"Drush\\Runtime\\ShutdownHandler::shutdownHandler","p":"Drush/Runtime/ShutdownHandler.html#method_shutdownHandler","d":null},{"t":"M","n":"Drush\\Runtime\\ShutdownHandler::returnStatus","p":"Drush/Runtime/ShutdownHandler.html#method_returnStatus","d":null},{"t":"M","n":"Drush\\Runtime\\TildeExpansionHook::validate","p":"Drush/Runtime/TildeExpansionHook.html#method_validate","d":null},{"t":"M","n":"Drush\\SiteAlias\\ProcessManager::setDrupalFinder","p":"Drush/SiteAlias/ProcessManager.html#method_setDrupalFinder","d":null},{"t":"M","n":"Drush\\SiteAlias\\ProcessManager::getDrupalFinder","p":"Drush/SiteAlias/ProcessManager.html#method_getDrupalFinder","d":null},{"t":"M","n":"Drush\\SiteAlias\\ProcessManager::drush","p":"Drush/SiteAlias/ProcessManager.html#method_drush","d":"

Run a Drush command on a site alias (or @self).

"},{"t":"M","n":"Drush\\SiteAlias\\ProcessManager::drushSiteProcess","p":"Drush/SiteAlias/ProcessManager.html#method_drushSiteProcess","d":"

drushSiteProcess should be avoided in favor of the drush method above.

"},{"t":"M","n":"Drush\\SiteAlias\\ProcessManager::drushScript","p":"Drush/SiteAlias/ProcessManager.html#method_drushScript","d":"

Determine the path to Drush to use

"},{"t":"M","n":"Drush\\SiteAlias\\ProcessManager::relativePathToVendorBinDrush","p":"Drush/SiteAlias/ProcessManager.html#method_relativePathToVendorBinDrush","d":"

Return the relative path to 'vendor/bin/drush' from the Drupal root.

"},{"t":"M","n":"Drush\\SiteAlias\\ProcessManager::siteProcess","p":"Drush/SiteAlias/ProcessManager.html#method_siteProcess","d":""},{"t":"M","n":"Drush\\SiteAlias\\ProcessManager::process","p":"Drush/SiteAlias/ProcessManager.html#method_process","d":"

Run a bash fragment locally.

"},{"t":"M","n":"Drush\\SiteAlias\\ProcessManager::shell","p":"Drush/SiteAlias/ProcessManager.html#method_shell","d":"

Create a Process instance from a commandline string.

"},{"t":"M","n":"Drush\\SiteAlias\\ProcessManager::configureProcess","p":"Drush/SiteAlias/ProcessManager.html#method_configureProcess","d":"

configureProcess sets up a process object so that it is ready to use.

"},{"t":"M","n":"Drush\\SiteAlias\\SiteAliasFileLoader::__construct","p":"Drush/SiteAlias/SiteAliasFileLoader.html#method___construct","d":null},{"t":"M","n":"Drush\\SiteAlias\\Util\\InternalYamlDataFileLoader::load","p":"Drush/SiteAlias/Util/InternalYamlDataFileLoader.html#method_load","d":null},{"t":"M","n":"Drush\\Sql\\SqlBase::__construct","p":"Drush/Sql/SqlBase.html#method___construct","d":"

Typically, SqlBase instances are constructed via SqlBase::create($options).

"},{"t":"M","n":"Drush\\Sql\\SqlBase::getEnv","p":"Drush/Sql/SqlBase.html#method_getEnv","d":"

Get environment variables to pass to Process.

"},{"t":"M","n":"Drush\\Sql\\SqlBase::getProcess","p":"Drush/Sql/SqlBase.html#method_getProcess","d":"

Get the last used Process.

"},{"t":"M","n":"Drush\\Sql\\SqlBase::setProcess","p":"Drush/Sql/SqlBase.html#method_setProcess","d":null},{"t":"M","n":"Drush\\Sql\\SqlBase::create","p":"Drush/Sql/SqlBase.html#method_create","d":"

Get a driver specific instance of this class.

"},{"t":"M","n":"Drush\\Sql\\SqlBase::getInstance","p":"Drush/Sql/SqlBase.html#method_getInstance","d":null},{"t":"M","n":"Drush\\Sql\\SqlBase::getDbSpec","p":"Drush/Sql/SqlBase.html#method_getDbSpec","d":null},{"t":"M","n":"Drush\\Sql\\SqlBase::setDbSpec","p":"Drush/Sql/SqlBase.html#method_setDbSpec","d":"

Set the current db spec.

"},{"t":"M","n":"Drush\\Sql\\SqlBase::command","p":"Drush/Sql/SqlBase.html#method_command","d":"

The unix command used to connect to the database.

"},{"t":"M","n":"Drush\\Sql\\SqlBase::connect","p":"Drush/Sql/SqlBase.html#method_connect","d":"

A string for connecting to a database.

"},{"t":"M","n":"Drush\\Sql\\SqlBase::dump","p":"Drush/Sql/SqlBase.html#method_dump","d":null},{"t":"M","n":"Drush\\Sql\\SqlBase::addPipeFail","p":"Drush/Sql/SqlBase.html#method_addPipeFail","d":"

Handle 'pipefail' option for the specified command.

"},{"t":"M","n":"Drush\\Sql\\SqlBase::dumpCmd","p":"Drush/Sql/SqlBase.html#method_dumpCmd","d":null},{"t":"M","n":"Drush\\Sql\\SqlBase::dumpFile","p":"Drush/Sql/SqlBase.html#method_dumpFile","d":null},{"t":"M","n":"Drush\\Sql\\SqlBase::query","p":"Drush/Sql/SqlBase.html#method_query","d":"

Execute a SQL query. Respect simulate mode.

"},{"t":"M","n":"Drush\\Sql\\SqlBase::alwaysQuery","p":"Drush/Sql/SqlBase.html#method_alwaysQuery","d":"

Execute a SQL query. Always execute regardless of simulate mode.

"},{"t":"M","n":"Drush\\Sql\\SqlBase::logQueryInDebugMode","p":"Drush/Sql/SqlBase.html#method_logQueryInDebugMode","d":"

Show the query in debug mode and simulate mode

"},{"t":"M","n":"Drush\\Sql\\SqlBase::silent","p":"Drush/Sql/SqlBase.html#method_silent","d":null},{"t":"M","n":"Drush\\Sql\\SqlBase::queryPrefix","p":"Drush/Sql/SqlBase.html#method_queryPrefix","d":null},{"t":"M","n":"Drush\\Sql\\SqlBase::queryFormat","p":"Drush/Sql/SqlBase.html#method_queryFormat","d":null},{"t":"M","n":"Drush\\Sql\\SqlBase::drop","p":"Drush/Sql/SqlBase.html#method_drop","d":"

Drop specified database.

"},{"t":"M","n":"Drush\\Sql\\SqlBase::createdbSql","p":"Drush/Sql/SqlBase.html#method_createdbSql","d":"

Build a SQL string for dropping and creating a database.

"},{"t":"M","n":"Drush\\Sql\\SqlBase::createdb","p":"Drush/Sql/SqlBase.html#method_createdb","d":"

Create a new database.

"},{"t":"M","n":"Drush\\Sql\\SqlBase::dropOrCreate","p":"Drush/Sql/SqlBase.html#method_dropOrCreate","d":"

Drop all tables (if DB exists) or CREATE target database.

"},{"t":"M","n":"Drush\\Sql\\SqlBase::dbExists","p":"Drush/Sql/SqlBase.html#method_dbExists","d":null},{"t":"M","n":"Drush\\Sql\\SqlBase::creds","p":"Drush/Sql/SqlBase.html#method_creds","d":"

Build a string containing connection credentials.

"},{"t":"M","n":"Drush\\Sql\\SqlBase::scheme","p":"Drush/Sql/SqlBase.html#method_scheme","d":"

The active database driver.

"},{"t":"M","n":"Drush\\Sql\\SqlBase::listTables","p":"Drush/Sql/SqlBase.html#method_listTables","d":"

Extract the name of all existing tables in the given database.

"},{"t":"M","n":"Drush\\Sql\\SqlBase::listTablesQuoted","p":"Drush/Sql/SqlBase.html#method_listTablesQuoted","d":"

Extract the name of all existing tables in the given database.

"},{"t":"M","n":"Drush\\Sql\\SqlBase::paramsToOptions","p":"Drush/Sql/SqlBase.html#method_paramsToOptions","d":null},{"t":"M","n":"Drush\\Sql\\SqlBase::su","p":"Drush/Sql/SqlBase.html#method_su","d":"

Adjust DB connection with superuser credentials if provided.

"},{"t":"M","n":"Drush\\Sql\\SqlBase::getOptions","p":"Drush/Sql/SqlBase.html#method_getOptions","d":null},{"t":"M","n":"Drush\\Sql\\SqlBase::getOption","p":"Drush/Sql/SqlBase.html#method_getOption","d":null},{"t":"M","n":"Drush\\Sql\\SqlBase::dbSpecFromDbUrl","p":"Drush/Sql/SqlBase.html#method_dbSpecFromDbUrl","d":"

Convert from an old-style database URL to an array of database settings.

"},{"t":"M","n":"Drush\\Sql\\SqlBase::alwaysQueryCommand","p":"Drush/Sql/SqlBase.html#method_alwaysQueryCommand","d":"

Start building the command to run a query.

"},{"t":"M","n":"Drush\\Sql\\SqlMariaDB::dumpProgram","p":"Drush/Sql/SqlMariaDB.html#method_dumpProgram","d":null},{"t":"M","n":"Drush\\Sql\\SqlMysql::make","p":"Drush/Sql/SqlMysql.html#method_make","d":"

A factory method which creates a mysql or mariadb instance as needed.

"},{"t":"M","n":"Drush\\Sql\\SqlMysql::command","p":"Drush/Sql/SqlMysql.html#method_command","d":"

The unix command used to connect to the database.

"},{"t":"M","n":"Drush\\Sql\\SqlMysql::dumpProgram","p":"Drush/Sql/SqlMysql.html#method_dumpProgram","d":null},{"t":"M","n":"Drush\\Sql\\SqlMysql::getVersion","p":"Drush/Sql/SqlMysql.html#method_getVersion","d":"

The server version.

"},{"t":"M","n":"Drush\\Sql\\SqlMysql::setVersion","p":"Drush/Sql/SqlMysql.html#method_setVersion","d":null},{"t":"M","n":"Drush\\Sql\\SqlMysql::creds","p":"Drush/Sql/SqlMysql.html#method_creds","d":"

Build a string containing connection credentials.

"},{"t":"M","n":"Drush\\Sql\\SqlMysql::silent","p":"Drush/Sql/SqlMysql.html#method_silent","d":null},{"t":"M","n":"Drush\\Sql\\SqlMysql::createdbSql","p":"Drush/Sql/SqlMysql.html#method_createdbSql","d":"

Build a SQL string for dropping and creating a database.

"},{"t":"M","n":"Drush\\Sql\\SqlMysql::dbExists","p":"Drush/Sql/SqlMysql.html#method_dbExists","d":""},{"t":"M","n":"Drush\\Sql\\SqlMysql::listTables","p":"Drush/Sql/SqlMysql.html#method_listTables","d":"

Extract the name of all existing tables in the given database.

"},{"t":"M","n":"Drush\\Sql\\SqlMysql::listTablesQuoted","p":"Drush/Sql/SqlMysql.html#method_listTablesQuoted","d":"

Extract the name of all existing tables in the given database.

"},{"t":"M","n":"Drush\\Sql\\SqlMysql::dumpCmd","p":"Drush/Sql/SqlMysql.html#method_dumpCmd","d":null},{"t":"M","n":"Drush\\Sql\\SqlPgsql::command","p":"Drush/Sql/SqlPgsql.html#method_command","d":"

The unix command used to connect to the database.

"},{"t":"M","n":"Drush\\Sql\\SqlPgsql::getEnv","p":"Drush/Sql/SqlPgsql.html#method_getEnv","d":"

Get environment variables to pass to Process.

"},{"t":"M","n":"Drush\\Sql\\SqlPgsql::creds","p":"Drush/Sql/SqlPgsql.html#method_creds","d":"

Build a string containing connection credentials.

"},{"t":"M","n":"Drush\\Sql\\SqlPgsql::createdb","p":"Drush/Sql/SqlPgsql.html#method_createdb","d":"

Create a new database.

"},{"t":"M","n":"Drush\\Sql\\SqlPgsql::drop","p":"Drush/Sql/SqlPgsql.html#method_drop","d":"

Drop specified database.

"},{"t":"M","n":"Drush\\Sql\\SqlPgsql::createdbSql","p":"Drush/Sql/SqlPgsql.html#method_createdbSql","d":"

Build a SQL string for dropping and creating a database.

"},{"t":"M","n":"Drush\\Sql\\SqlPgsql::dbExists","p":"Drush/Sql/SqlPgsql.html#method_dbExists","d":null},{"t":"M","n":"Drush\\Sql\\SqlPgsql::queryFormat","p":"Drush/Sql/SqlPgsql.html#method_queryFormat","d":null},{"t":"M","n":"Drush\\Sql\\SqlPgsql::listTables","p":"Drush/Sql/SqlPgsql.html#method_listTables","d":"

Extract the name of all existing tables in the given database.

"},{"t":"M","n":"Drush\\Sql\\SqlPgsql::dumpCmd","p":"Drush/Sql/SqlPgsql.html#method_dumpCmd","d":null},{"t":"M","n":"Drush\\Sql\\SqlPgsql::getPasswordFile","p":"Drush/Sql/SqlPgsql.html#method_getPasswordFile","d":null},{"t":"M","n":"Drush\\Sql\\SqlSqlite::command","p":"Drush/Sql/SqlSqlite.html#method_command","d":"

The unix command used to connect to the database.

"},{"t":"M","n":"Drush\\Sql\\SqlSqlite::creds","p":"Drush/Sql/SqlSqlite.html#method_creds","d":"

Build a string containing connection credentials.

"},{"t":"M","n":"Drush\\Sql\\SqlSqlite::createdbSql","p":"Drush/Sql/SqlSqlite.html#method_createdbSql","d":"

Build a SQL string for dropping and creating a database.

"},{"t":"M","n":"Drush\\Sql\\SqlSqlite::createdb","p":"Drush/Sql/SqlSqlite.html#method_createdb","d":"

Create a new database.

"},{"t":"M","n":"Drush\\Sql\\SqlSqlite::dbExists","p":"Drush/Sql/SqlSqlite.html#method_dbExists","d":null},{"t":"M","n":"Drush\\Sql\\SqlSqlite::listTables","p":"Drush/Sql/SqlSqlite.html#method_listTables","d":"

Extract the name of all existing tables in the given database.

"},{"t":"M","n":"Drush\\Sql\\SqlSqlite::drop","p":"Drush/Sql/SqlSqlite.html#method_drop","d":"

Drop specified database.

"},{"t":"M","n":"Drush\\Sql\\SqlSqlite::dumpCmd","p":"Drush/Sql/SqlSqlite.html#method_dumpCmd","d":null},{"t":"M","n":"Drush\\Sql\\SqlTableSelectionTrait::getExpandedTableSelection","p":"Drush/Sql/SqlTableSelectionTrait.html#method_getExpandedTableSelection","d":"

Given a list of all tables, expand the convert the wildcards in the\noption-provided lists into a list of actual table names.

"},{"t":"M","n":"Drush\\Sql\\SqlTableSelectionTrait::expandAndFilterTables","p":"Drush/Sql/SqlTableSelectionTrait.html#method_expandAndFilterTables","d":"

Given the table names in the input array that may contain wildcards (*),\nexpand the table names so that the array returned only contains table names\nthat exist in the database.

"},{"t":"M","n":"Drush\\Sql\\SqlTableSelectionTrait::expandWildcardTables","p":"Drush/Sql/SqlTableSelectionTrait.html#method_expandWildcardTables","d":"

Expand wildcard tables.

"},{"t":"M","n":"Drush\\Sql\\SqlTableSelectionTrait::filterTables","p":"Drush/Sql/SqlTableSelectionTrait.html#method_filterTables","d":"

Filters tables.

"},{"t":"M","n":"Drush\\Sql\\SqlTableSelectionTrait::getTableSelection","p":"Drush/Sql/SqlTableSelectionTrait.html#method_getTableSelection","d":"

Construct an array that places table names in appropriate\nbuckets based on whether the table is to be skipped, included\nfor structure only, or have structure and data dumped.

"},{"t":"M","n":"Drush\\Sql\\SqlTableSelectionTrait::getRawTableList","p":"Drush/Sql/SqlTableSelectionTrait.html#method_getRawTableList","d":"

Consult the specified options and return the list of tables specified.

"},{"t":"M","n":"Drush\\Symfony\\BootstrapCompilerPass::process","p":"Drush/Symfony/BootstrapCompilerPass.html#method_process","d":null},{"t":"M","n":"Drush\\Symfony\\DrushStyleInjector::get","p":"Drush/Symfony/DrushStyleInjector.html#method_get","d":null},{"t":"M","n":"Drush\\TestTraits\\CliTestTrait::getOutputRaw","p":"Drush/TestTraits/CliTestTrait.html#method_getOutputRaw","d":"

Accessor for the last output, non-trimmed.

"},{"t":"M","n":"Drush\\TestTraits\\CliTestTrait::getErrorOutputRaw","p":"Drush/TestTraits/CliTestTrait.html#method_getErrorOutputRaw","d":"

Accessor for the last stderr output, non-trimmed.

"},{"t":"M","n":"Drush\\TestTraits\\CliTestTrait::startExecute","p":"Drush/TestTraits/CliTestTrait.html#method_startExecute","d":"

Run a command and return the process without waiting for it to finish.

"},{"t":"M","n":"Drush\\TestTraits\\CliTestTrait::execute","p":"Drush/TestTraits/CliTestTrait.html#method_execute","d":"

Actually runs the command.

"},{"t":"M","n":"Drush\\TestTraits\\CliTestTrait::escapeshellarg","p":"Drush/TestTraits/CliTestTrait.html#method_escapeshellarg","d":null},{"t":"M","n":"Drush\\TestTraits\\CliTestTrait::isWindows","p":"Drush/TestTraits/CliTestTrait.html#method_isWindows","d":null},{"t":"M","n":"Drush\\TestTraits\\CliTestTrait::_escapeshellargWindows","p":"Drush/TestTraits/CliTestTrait.html#method__escapeshellargWindows","d":null},{"t":"M","n":"Drush\\TestTraits\\CliTestTrait::buildProcessMessage","p":"Drush/TestTraits/CliTestTrait.html#method_buildProcessMessage","d":"

Borrowed from \\Symfony\\Component\\Process\\Exception\\ProcessTimedOutException

"},{"t":"M","n":"Drush\\TestTraits\\CliTestTrait::assertOutputEquals","p":"Drush/TestTraits/CliTestTrait.html#method_assertOutputEquals","d":"

Checks that the output matches the expected output.

"},{"t":"M","n":"Drush\\TestTraits\\CliTestTrait::assertErrorOutputEquals","p":"Drush/TestTraits/CliTestTrait.html#method_assertErrorOutputEquals","d":"

Checks that the error output matches the expected output.

"},{"t":"M","n":"Drush\\TestTraits\\DrushTestTrait::getPathToDrush","p":"Drush/TestTraits/DrushTestTrait.html#method_getPathToDrush","d":null},{"t":"M","n":"Drush\\TestTraits\\DrushTestTrait::drush","p":"Drush/TestTraits/DrushTestTrait.html#method_drush","d":"

Invoke drush in via execute().

"},{"t":"M","n":"Drush\\TestTraits\\DrushTestTrait::convertKeyValueToFlag","p":"Drush/TestTraits/DrushTestTrait.html#method_convertKeyValueToFlag","d":"

Given an option key / value pair, convert to a "--key=value" string.

"},{"t":"M","n":"Drush\\TestTraits\\DrushTestTrait::drushMajorVersion","p":"Drush/TestTraits/DrushTestTrait.html#method_drushMajorVersion","d":"

Return the major version of Drush

"},{"t":"M","n":"Drush\\TestTraits\\OutputUtilsTrait::getOutputRaw","p":"Drush/TestTraits/OutputUtilsTrait.html#method_getOutputRaw","d":"

Accessor for the last output, non-trimmed.

"},{"t":"M","n":"Drush\\TestTraits\\OutputUtilsTrait::getErrorOutputRaw","p":"Drush/TestTraits/OutputUtilsTrait.html#method_getErrorOutputRaw","d":"

Accessor for the last stderr output, non-trimmed.

"},{"t":"M","n":"Drush\\TestTraits\\OutputUtilsTrait::getSimplifiedOutput","p":"Drush/TestTraits/OutputUtilsTrait.html#method_getSimplifiedOutput","d":"

Get command output and simplify things like full paths and extra whitespace.

"},{"t":"M","n":"Drush\\TestTraits\\OutputUtilsTrait::getSimplifiedErrorOutput","p":"Drush/TestTraits/OutputUtilsTrait.html#method_getSimplifiedErrorOutput","d":"

Returns a simplified version of the error output to facilitate testing.

"},{"t":"M","n":"Drush\\TestTraits\\OutputUtilsTrait::simplifyOutput","p":"Drush/TestTraits/OutputUtilsTrait.html#method_simplifyOutput","d":"

Remove things like full paths and extra whitespace from the given string.

"},{"t":"M","n":"Drush\\TestTraits\\OutputUtilsTrait::pathsToSimplify","p":"Drush/TestTraits/OutputUtilsTrait.html#method_pathsToSimplify","d":null},{"t":"M","n":"Drush\\TestTraits\\OutputUtilsTrait::getOutput","p":"Drush/TestTraits/OutputUtilsTrait.html#method_getOutput","d":"

Accessor for the last output, trimmed.

"},{"t":"M","n":"Drush\\TestTraits\\OutputUtilsTrait::getErrorOutput","p":"Drush/TestTraits/OutputUtilsTrait.html#method_getErrorOutput","d":"

Accessor for the last stderr output, trimmed.

"},{"t":"M","n":"Drush\\TestTraits\\OutputUtilsTrait::getOutputAsList","p":"Drush/TestTraits/OutputUtilsTrait.html#method_getOutputAsList","d":"

Accessor for the last output, rtrimmed and split on newlines.

"},{"t":"M","n":"Drush\\TestTraits\\OutputUtilsTrait::getErrorOutputAsList","p":"Drush/TestTraits/OutputUtilsTrait.html#method_getErrorOutputAsList","d":"

Accessor for the last stderr output, rtrimmed and split on newlines.

"},{"t":"M","n":"Drush\\TestTraits\\OutputUtilsTrait::getOutputFromJSON","p":"Drush/TestTraits/OutputUtilsTrait.html#method_getOutputFromJSON","d":"

Accessor for the last output, decoded from json.

"},{"t":"M","n":"Drush\\Utils\\FsUtils::getBackupDir","p":"Drush/Utils/FsUtils.html#method_getBackupDir","d":"

Return path to the backup directory.

"},{"t":"M","n":"Drush\\Utils\\FsUtils::getBackupDirParent","p":"Drush/Utils/FsUtils.html#method_getBackupDirParent","d":"

Get the base dir where our backup directories will be stored. Also stores CLI history file.

"},{"t":"M","n":"Drush\\Utils\\FsUtils::isUsableDirectory","p":"Drush/Utils/FsUtils.html#method_isUsableDirectory","d":"

Determine if the specified location is writable, or if a writable\ndirectory could be created at that path.

"},{"t":"M","n":"Drush\\Utils\\FsUtils::tmpDir","p":"Drush/Utils/FsUtils.html#method_tmpDir","d":"

Prepare a temporary directory that will be deleted on exit.

"},{"t":"M","n":"Drush\\Utils\\FsUtils::registerForDeletion","p":"Drush/Utils/FsUtils.html#method_registerForDeletion","d":"

Add the given directory to a list to be deleted on exit.

"},{"t":"M","n":"Drush\\Utils\\FsUtils::cleanup","p":"Drush/Utils/FsUtils.html#method_cleanup","d":"

Delete all of the files registered for deletion.

"},{"t":"M","n":"Drush\\Utils\\FsUtils::prepareBackupDir","p":"Drush/Utils/FsUtils.html#method_prepareBackupDir","d":"

Prepare a backup directory.

"},{"t":"M","n":"Drush\\Utils\\FsUtils::realpath","p":"Drush/Utils/FsUtils.html#method_realpath","d":"

Returns canonicalized absolute pathname.

"},{"t":"M","n":"Drush\\Utils\\FsUtils::isTarball","p":"Drush/Utils/FsUtils.html#method_isTarball","d":"

Check whether a file is a supported tarball.

"},{"t":"M","n":"Drush\\Utils\\FsUtils::getMimeContentType","p":"Drush/Utils/FsUtils.html#method_getMimeContentType","d":"

Determines the MIME content type of the specified file.

"},{"t":"M","n":"Drush\\Utils\\StringUtils::csvToArray","p":"Drush/Utils/StringUtils.html#method_csvToArray","d":"

Convert a csv string, or an array of items which\nmay contain csv strings, into an array of items.

"},{"t":"M","n":"Drush\\Utils\\StringUtils::interpolate","p":"Drush/Utils/StringUtils.html#method_interpolate","d":"

Replace placeholders in a string.

"},{"t":"M","n":"Drush\\Utils\\StringUtils::replaceTilde","p":"Drush/Utils/StringUtils.html#method_replaceTilde","d":"

Replace tilde in a path with the HOME directory.

"},{"t":"M","n":"Drush\\Utils\\StringUtils::generatePassword","p":"Drush/Utils/StringUtils.html#method_generatePassword","d":"

Generate a random alphanumeric password. Copied from user.module.

"},{"t":"M","n":"Drush\\Attributes\\ValidatorInterface::validate","p":"Drush/Attributes/ValidatorInterface.html#method_validate","d":null},{"t":"M","n":"Drush\\Boot\\Boot::findUri","p":"Drush/Boot/Boot.html#method_findUri","d":"

Select the best URI for the provided cwd. Only called\nif the user did not explicitly specify a URI.

"},{"t":"M","n":"Drush\\Boot\\Boot::setUri","p":"Drush/Boot/Boot.html#method_setUri","d":"

Inject the uri for the specific site to be bootstrapped

"},{"t":"M","n":"Drush\\Boot\\Boot::validRoot","p":"Drush/Boot/Boot.html#method_validRoot","d":"

This function determines if the specified path points to\nthe root directory of a CMS that can be bootstrapped by\nthe specific subclass that implements it.

"},{"t":"M","n":"Drush\\Boot\\Boot::getVersion","p":"Drush/Boot/Boot.html#method_getVersion","d":"

Given a site root directory, determine the exact version of the software.

"},{"t":"M","n":"Drush\\Boot\\Boot::bootstrapPhases","p":"Drush/Boot/Boot.html#method_bootstrapPhases","d":"

Returns an array that determines what bootstrap phases\nare necessary to bootstrap this CMS. This array\nshould map from a numeric phase to the name of a method\n(string) in the Boot class that handles the bootstrap\nphase.

"},{"t":"M","n":"Drush\\Boot\\Boot::bootstrapPhaseMap","p":"Drush/Boot/Boot.html#method_bootstrapPhaseMap","d":"

Return an array mapping from bootstrap phase shorthand\nstrings (e.g. "full") to the corresponding bootstrap\nphase index constant (e.g. DRUSH_BOOTSTRAP_DRUPAL_FULL).

"},{"t":"M","n":"Drush\\Boot\\Boot::lookUpPhaseIndex","p":"Drush/Boot/Boot.html#method_lookUpPhaseIndex","d":"

Convert from a phase shorthand or constant to a phase index.

"},{"t":"M","n":"Drush\\Boot\\Boot::reportCommandError","p":"Drush/Boot/Boot.html#method_reportCommandError","d":"

Called by Drush if a command is not found, or if the\ncommand was found, but did not meet requirements.

"},{"t":"M","n":"Drush\\Boot\\Boot::terminate","p":"Drush/Boot/Boot.html#method_terminate","d":"

This method is called during the shutdown of drush.

"},{"t":"M","n":"Drush\\Commands\\sql\\sanitize\\SanitizePluginInterface::sanitize","p":"Drush/Commands/sql/sanitize/SanitizePluginInterface.html#method_sanitize","d":"

Run your sanitization logic using standard Drupal APIs.

"},{"t":"M","n":"Drush\\Commands\\sql\\sanitize\\SanitizePluginInterface::messages","p":"Drush/Commands/sql/sanitize/SanitizePluginInterface.html#method_messages","d":"

Use #[CLI\\Hook(type: HookManager::ON_EVENT, target: SanitizeCommands::CONFIRMS)]

"},{"t":"M","n":"Drush\\Drupal\\Commands\\sql\\SanitizePluginInterface::sanitize","p":"Drush/Drupal/Commands/sql/SanitizePluginInterface.html#method_sanitize","d":null},{"t":"M","n":"Drush\\Drupal\\Commands\\sql\\SanitizePluginInterface::messages","p":"Drush/Drupal/Commands/sql/SanitizePluginInterface.html#method_messages","d":null},{"t":"M","n":"Drush\\Log\\SuccessInterface::success","p":"Drush/Log/SuccessInterface.html#method_success","d":"

Log a 'success' message.

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgsInterface::optionsWithValues","p":"Drush/Preflight/PreflightArgsInterface.html#method_optionsWithValues","d":"

Return an associative array of '--option' => 'methodName'.

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgsInterface::applyToConfig","p":"Drush/Preflight/PreflightArgsInterface.html#method_applyToConfig","d":"

Copy any applicable arguments into the provided configuration\nobject, as appropriate.

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgsInterface::args","p":"Drush/Preflight/PreflightArgsInterface.html#method_args","d":"

Return all of the args from the inputs that were NOT processed\nby the ArgsPreprocessor (anything not listed in optionsWithValues).

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgsInterface::applicationPath","p":"Drush/Preflight/PreflightArgsInterface.html#method_applicationPath","d":"

Return the path to this application's executable ($argv[0]).

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgsInterface::commandName","p":"Drush/Preflight/PreflightArgsInterface.html#method_commandName","d":"

Return the command name from the runtime args. Note that the\ncommand name also exists inside the runtime args, because the\nruntime args maintain the order of the options relative to the\ncommand name (save for those options removed by preflight args).

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgsInterface::setCommandName","p":"Drush/Preflight/PreflightArgsInterface.html#method_setCommandName","d":"

Store the command name, once it is found.

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgsInterface::addArg","p":"Drush/Preflight/PreflightArgsInterface.html#method_addArg","d":"

Add one argument to the end of the list returned by the args() method.

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgsInterface::passArgs","p":"Drush/Preflight/PreflightArgsInterface.html#method_passArgs","d":"

Add everything in the provided array to the list returned by args()

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgsInterface::alias","p":"Drush/Preflight/PreflightArgsInterface.html#method_alias","d":"

Return any '@alias' that may have appeared before the argument\nholding the command name.

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgsInterface::hasAlias","p":"Drush/Preflight/PreflightArgsInterface.html#method_hasAlias","d":"

Returns 'true' if an '@alias' was set.

"},{"t":"M","n":"Drush\\Preflight\\PreflightArgsInterface::setAlias","p":"Drush/Preflight/PreflightArgsInterface.html#method_setAlias","d":"

Set an alias. Should always begin with '@'.

"},{"t":"M","n":"Drush\\Runtime\\HandlerInterface::installHandler","p":"Drush/Runtime/HandlerInterface.html#method_installHandler","d":null},{"t":"N","n":"Drush","p":"Drush.html"},{"t":"N","n":"Drush\\Attributes","p":"Drush/Attributes.html"},{"t":"N","n":"Drush\\Backend","p":"Drush/Backend.html"},{"t":"N","n":"Drush\\Boot","p":"Drush/Boot.html"},{"t":"N","n":"Drush\\Command","p":"Drush/Command.html"},{"t":"N","n":"Drush\\Commands","p":"Drush/Commands.html"},{"t":"N","n":"Drush\\Commands\\config","p":"Drush/Commands/config.html"},{"t":"N","n":"Drush\\Commands\\core","p":"Drush/Commands/core.html"},{"t":"N","n":"Drush\\Commands\\field","p":"Drush/Commands/field.html"},{"t":"N","n":"Drush\\Commands\\generate","p":"Drush/Commands/generate.html"},{"t":"N","n":"Drush\\Commands\\generate\\Generators","p":"Drush/Commands/generate/Generators.html"},{"t":"N","n":"Drush\\Commands\\generate\\Generators\\Drush","p":"Drush/Commands/generate/Generators/Drush.html"},{"t":"N","n":"Drush\\Commands\\help","p":"Drush/Commands/help.html"},{"t":"N","n":"Drush\\Commands\\pm","p":"Drush/Commands/pm.html"},{"t":"N","n":"Drush\\Commands\\sql","p":"Drush/Commands/sql.html"},{"t":"N","n":"Drush\\Commands\\sql\\sanitize","p":"Drush/Commands/sql/sanitize.html"},{"t":"N","n":"Drush\\Config","p":"Drush/Config.html"},{"t":"N","n":"Drush\\Config\\Loader","p":"Drush/Config/Loader.html"},{"t":"N","n":"Drush\\Drupal","p":"Drush/Drupal.html"},{"t":"N","n":"Drush\\DrupalFinder","p":"Drush/DrupalFinder.html"},{"t":"N","n":"Drush\\Drupal\\Commands","p":"Drush/Drupal/Commands.html"},{"t":"N","n":"Drush\\Drupal\\Commands\\sql","p":"Drush/Drupal/Commands/sql.html"},{"t":"N","n":"Drush\\Drupal\\Migrate","p":"Drush/Drupal/Migrate.html"},{"t":"N","n":"Drush\\Exceptions","p":"Drush/Exceptions.html"},{"t":"N","n":"Drush\\Exec","p":"Drush/Exec.html"},{"t":"N","n":"Drush\\Formatters","p":"Drush/Formatters.html"},{"t":"N","n":"Drush\\Log","p":"Drush/Log.html"},{"t":"N","n":"Drush\\Preflight","p":"Drush/Preflight.html"},{"t":"N","n":"Drush\\Psysh","p":"Drush/Psysh.html"},{"t":"N","n":"Drush\\Runtime","p":"Drush/Runtime.html"},{"t":"N","n":"Drush\\SiteAlias","p":"Drush/SiteAlias.html"},{"t":"N","n":"Drush\\SiteAlias\\Util","p":"Drush/SiteAlias/Util.html"},{"t":"N","n":"Drush\\Sql","p":"Drush/Sql.html"},{"t":"N","n":"Drush\\Symfony","p":"Drush/Symfony.html"},{"t":"N","n":"Drush\\TestTraits","p":"Drush/TestTraits.html"},{"t":"N","n":"Drush\\Utils","p":"Drush/Utils.html"}]} diff --git a/api/doctum.js b/api/doctum.js index e7df01da5e..eea8c4268b 100644 --- a/api/doctum.js +++ b/api/doctum.js @@ -1,5 +1,5 @@ var Doctum = { - treeJson: {"tree":{"l":0,"n":"","p":"","c":[{"l":1,"n":"Drush","p":"Drush","c":[{"l":2,"n":"Attributes","p":"Drush/Attributes","c":[{"l":3,"n":"Argument","p":"Drush/Attributes/Argument"},{"l":3,"n":"Bootstrap","p":"Drush/Attributes/Bootstrap"},{"l":3,"n":"Command","p":"Drush/Attributes/Command"},{"l":3,"n":"Complete","p":"Drush/Attributes/Complete"},{"l":3,"n":"DefaultFields","p":"Drush/Attributes/DefaultFields"},{"l":3,"n":"DefaultTableFields","p":"Drush/Attributes/DefaultTableFields"},{"l":3,"n":"FieldLabels","p":"Drush/Attributes/FieldLabels"},{"l":3,"n":"FilterDefaultField","p":"Drush/Attributes/FilterDefaultField"},{"l":3,"n":"Format","p":"Drush/Attributes/Format"},{"l":3,"n":"HandleRemoteCommands","p":"Drush/Attributes/HandleRemoteCommands"},{"l":3,"n":"Help","p":"Drush/Attributes/Help"},{"l":3,"n":"Hook","p":"Drush/Attributes/Hook"},{"l":3,"n":"HookSelector","p":"Drush/Attributes/HookSelector"},{"l":3,"n":"InteractConfigName","p":"Drush/Attributes/InteractConfigName"},{"l":3,"n":"Kernel","p":"Drush/Attributes/Kernel"},{"l":3,"n":"NoArgumentsBase","p":"Drush/Attributes/NoArgumentsBase"},{"l":3,"n":"Obsolete","p":"Drush/Attributes/Obsolete"},{"l":3,"n":"Option","p":"Drush/Attributes/Option"},{"l":3,"n":"OptionsetGetEditor","p":"Drush/Attributes/OptionsetGetEditor"},{"l":3,"n":"OptionsetProcBuild","p":"Drush/Attributes/OptionsetProcBuild"},{"l":3,"n":"OptionsetSql","p":"Drush/Attributes/OptionsetSql"},{"l":3,"n":"OptionsetSsh","p":"Drush/Attributes/OptionsetSsh"},{"l":3,"n":"OptionsetTableSelection","p":"Drush/Attributes/OptionsetTableSelection"},{"l":3,"n":"Topics","p":"Drush/Attributes/Topics"},{"l":3,"n":"Usage","p":"Drush/Attributes/Usage"},{"l":3,"n":"ValidateConfigName","p":"Drush/Attributes/ValidateConfigName"},{"l":3,"n":"ValidateEntityLoad","p":"Drush/Attributes/ValidateEntityLoad"},{"l":3,"n":"ValidateFileExists","p":"Drush/Attributes/ValidateFileExists"},{"l":3,"n":"ValidateModulesEnabled","p":"Drush/Attributes/ValidateModulesEnabled"},{"l":3,"n":"ValidatePermissions","p":"Drush/Attributes/ValidatePermissions"},{"l":3,"n":"ValidatePhpExtensions","p":"Drush/Attributes/ValidatePhpExtensions"},{"l":3,"n":"ValidateQueueName","p":"Drush/Attributes/ValidateQueueName"},{"l":3,"n":"ValidatorBase","p":"Drush/Attributes/ValidatorBase"},{"l":3,"n":"ValidatorInterface","p":"Drush/Attributes/ValidatorInterface"},{"l":3,"n":"Version","p":"Drush/Attributes/Version"}]},{"l":2,"n":"Backend","p":"Drush/Backend","c":[{"l":3,"n":"BackendPathEvaluator","p":"Drush/Backend/BackendPathEvaluator"}]},{"l":2,"n":"Boot","p":"Drush/Boot","c":[{"l":3,"n":"BaseBoot","p":"Drush/Boot/BaseBoot"},{"l":3,"n":"Boot","p":"Drush/Boot/Boot"},{"l":3,"n":"BootstrapHook","p":"Drush/Boot/BootstrapHook"},{"l":3,"n":"BootstrapManager","p":"Drush/Boot/BootstrapManager"},{"l":3,"n":"DrupalBoot","p":"Drush/Boot/DrupalBoot"},{"l":3,"n":"DrupalBoot8","p":"Drush/Boot/DrupalBoot8"},{"l":3,"n":"DrupalBootLevels","p":"Drush/Boot/DrupalBootLevels"},{"l":3,"n":"EmptyBoot","p":"Drush/Boot/EmptyBoot"},{"l":3,"n":"Kernels","p":"Drush/Boot/Kernels"}]},{"l":2,"n":"Command","p":"Drush/Command","c":[{"l":3,"n":"DrushCommandInfoAlterer","p":"Drush/Command/DrushCommandInfoAlterer"},{"l":3,"n":"GlobalOptionsEventListener","p":"Drush/Command/GlobalOptionsEventListener"},{"l":3,"n":"RemoteCommandProxy","p":"Drush/Command/RemoteCommandProxy"},{"l":3,"n":"ServiceCommandlist","p":"Drush/Command/ServiceCommandlist"}]},{"l":2,"n":"Commands","p":"Drush/Commands","c":[{"l":3,"n":"config","p":"Drush/Commands/config","c":[{"l":4,"n":"ConfigCommands","p":"Drush/Commands/config/ConfigCommands"},{"l":4,"n":"ConfigExportCommands","p":"Drush/Commands/config/ConfigExportCommands"},{"l":4,"n":"ConfigImportCommands","p":"Drush/Commands/config/ConfigImportCommands"},{"l":4,"n":"ConfigPullCommands","p":"Drush/Commands/config/ConfigPullCommands"}]},{"l":3,"n":"core","p":"Drush/Commands/core","c":[{"l":4,"n":"ArchiveDumpCommands","p":"Drush/Commands/core/ArchiveDumpCommands"},{"l":4,"n":"ArchiveRestoreCommands","p":"Drush/Commands/core/ArchiveRestoreCommands"},{"l":4,"n":"BatchCommands","p":"Drush/Commands/core/BatchCommands"},{"l":4,"n":"BrowseCommands","p":"Drush/Commands/core/BrowseCommands"},{"l":4,"n":"CacheCommands","p":"Drush/Commands/core/CacheCommands"},{"l":4,"n":"CacheRebuildCommands","p":"Drush/Commands/core/CacheRebuildCommands"},{"l":4,"n":"CliCommands","p":"Drush/Commands/core/CliCommands"},{"l":4,"n":"CoreCommands","p":"Drush/Commands/core/CoreCommands"},{"l":4,"n":"DeployCommands","p":"Drush/Commands/core/DeployCommands"},{"l":4,"n":"DeployHookCommands","p":"Drush/Commands/core/DeployHookCommands"},{"l":4,"n":"DocsCommands","p":"Drush/Commands/core/DocsCommands"},{"l":4,"n":"DrupalCommands","p":"Drush/Commands/core/DrupalCommands"},{"l":4,"n":"DrupalDirectoryCommands","p":"Drush/Commands/core/DrupalDirectoryCommands"},{"l":4,"n":"DrupliconCommands","p":"Drush/Commands/core/DrupliconCommands"},{"l":4,"n":"EditCommands","p":"Drush/Commands/core/EditCommands"},{"l":4,"n":"EntityCommands","p":"Drush/Commands/core/EntityCommands"},{"l":4,"n":"EntityCreateCommands","p":"Drush/Commands/core/EntityCreateCommands"},{"l":4,"n":"ImageCommands","p":"Drush/Commands/core/ImageCommands"},{"l":4,"n":"JsonapiCommands","p":"Drush/Commands/core/JsonapiCommands"},{"l":4,"n":"LanguageCommands","p":"Drush/Commands/core/LanguageCommands"},{"l":4,"n":"LinkHooks","p":"Drush/Commands/core/LinkHooks"},{"l":4,"n":"LocaleCommands","p":"Drush/Commands/core/LocaleCommands"},{"l":4,"n":"LoginCommands","p":"Drush/Commands/core/LoginCommands"},{"l":4,"n":"MaintCommands","p":"Drush/Commands/core/MaintCommands"},{"l":4,"n":"MessengerCommands","p":"Drush/Commands/core/MessengerCommands"},{"l":4,"n":"MigrateRunnerCommands","p":"Drush/Commands/core/MigrateRunnerCommands"},{"l":4,"n":"MkCommands","p":"Drush/Commands/core/MkCommands"},{"l":4,"n":"NotifyCommands","p":"Drush/Commands/core/NotifyCommands"},{"l":4,"n":"PhpCommands","p":"Drush/Commands/core/PhpCommands"},{"l":4,"n":"QueueCommands","p":"Drush/Commands/core/QueueCommands"},{"l":4,"n":"RoleCommands","p":"Drush/Commands/core/RoleCommands"},{"l":4,"n":"RsyncCommands","p":"Drush/Commands/core/RsyncCommands"},{"l":4,"n":"RunserverCommands","p":"Drush/Commands/core/RunserverCommands"},{"l":4,"n":"SiteCommands","p":"Drush/Commands/core/SiteCommands"},{"l":4,"n":"SiteInstallCommands","p":"Drush/Commands/core/SiteInstallCommands"},{"l":4,"n":"SshCommands","p":"Drush/Commands/core/SshCommands"},{"l":4,"n":"StateCommands","p":"Drush/Commands/core/StateCommands"},{"l":4,"n":"StatusCommands","p":"Drush/Commands/core/StatusCommands"},{"l":4,"n":"TopicCommands","p":"Drush/Commands/core/TopicCommands"},{"l":4,"n":"TwigCommands","p":"Drush/Commands/core/TwigCommands"},{"l":4,"n":"UpdateDBCommands","p":"Drush/Commands/core/UpdateDBCommands"},{"l":4,"n":"UserCommands","p":"Drush/Commands/core/UserCommands"},{"l":4,"n":"ViewsCommands","p":"Drush/Commands/core/ViewsCommands"},{"l":4,"n":"WatchdogCommands","p":"Drush/Commands/core/WatchdogCommands"},{"l":4,"n":"XhprofCommands","p":"Drush/Commands/core/XhprofCommands"}]},{"l":3,"n":"field","p":"Drush/Commands/field","c":[{"l":4,"n":"EntityTypeBundleAskTrait","p":"Drush/Commands/field/EntityTypeBundleAskTrait"},{"l":4,"n":"EntityTypeBundleValidationTrait","p":"Drush/Commands/field/EntityTypeBundleValidationTrait"},{"l":4,"n":"FieldBaseInfoCommands","p":"Drush/Commands/field/FieldBaseInfoCommands"},{"l":4,"n":"FieldBaseOverrideCreateCommands","p":"Drush/Commands/field/FieldBaseOverrideCreateCommands"},{"l":4,"n":"FieldCreateCommands","p":"Drush/Commands/field/FieldCreateCommands"},{"l":4,"n":"FieldDefinitionCommands","p":"Drush/Commands/field/FieldDefinitionCommands"},{"l":4,"n":"FieldDefinitionRowsOfFieldsTrait","p":"Drush/Commands/field/FieldDefinitionRowsOfFieldsTrait"},{"l":4,"n":"FieldDeleteCommands","p":"Drush/Commands/field/FieldDeleteCommands"},{"l":4,"n":"FieldEntityReferenceHooks","p":"Drush/Commands/field/FieldEntityReferenceHooks"},{"l":4,"n":"FieldInfoCommands","p":"Drush/Commands/field/FieldInfoCommands"},{"l":4,"n":"FieldTextHooks","p":"Drush/Commands/field/FieldTextHooks"}]},{"l":3,"n":"generate","p":"Drush/Commands/generate","c":[{"l":4,"n":"Generators","p":"Drush/Commands/generate/Generators","c":[{"l":5,"n":"Drush","p":"Drush/Commands/generate/Generators/Drush","c":[{"l":6,"n":"ComposerJsonResolver","p":"Drush/Commands/generate/Generators/Drush/ComposerJsonResolver"},{"l":6,"n":"DrushAliasFile","p":"Drush/Commands/generate/Generators/Drush/DrushAliasFile"},{"l":6,"n":"DrushCommandFile","p":"Drush/Commands/generate/Generators/Drush/DrushCommandFile"}]}]},{"l":4,"n":"ApplicationFactory","p":"Drush/Commands/generate/ApplicationFactory"},{"l":4,"n":"GenerateCommands","p":"Drush/Commands/generate/GenerateCommands"}]},{"l":3,"n":"help","p":"Drush/Commands/help","c":[{"l":4,"n":"DrushHelpDocument","p":"Drush/Commands/help/DrushHelpDocument"},{"l":4,"n":"HelpCLIFormatter","p":"Drush/Commands/help/HelpCLIFormatter"},{"l":4,"n":"HelpCommands","p":"Drush/Commands/help/HelpCommands"},{"l":4,"n":"ListCommands","p":"Drush/Commands/help/ListCommands"}]},{"l":3,"n":"pm","p":"Drush/Commands/pm","c":[{"l":4,"n":"PmCommands","p":"Drush/Commands/pm/PmCommands"},{"l":4,"n":"ThemeCommands","p":"Drush/Commands/pm/ThemeCommands"}]},{"l":3,"n":"sql","p":"Drush/Commands/sql","c":[{"l":4,"n":"SqlCommands","p":"Drush/Commands/sql/SqlCommands"},{"l":4,"n":"SqlSyncCommands","p":"Drush/Commands/sql/SqlSyncCommands"}]},{"l":3,"n":"AutowireTrait","p":"Drush/Commands/AutowireTrait"},{"l":3,"n":"DrushCommands","p":"Drush/Commands/DrushCommands"},{"l":3,"n":"ExampleCommands","p":"Drush/Commands/ExampleCommands"},{"l":3,"n":"LegacyCommands","p":"Drush/Commands/LegacyCommands"},{"l":3,"n":"OptionsCommands","p":"Drush/Commands/OptionsCommands"},{"l":3,"n":"ValidatorsCommands","p":"Drush/Commands/ValidatorsCommands"}]},{"l":2,"n":"Config","p":"Drush/Config","c":[{"l":3,"n":"Loader","p":"Drush/Config/Loader","c":[{"l":4,"n":"YamlConfigLoader","p":"Drush/Config/Loader/YamlConfigLoader"}]},{"l":3,"n":"ConfigAwareTrait","p":"Drush/Config/ConfigAwareTrait"},{"l":3,"n":"ConfigLocator","p":"Drush/Config/ConfigLocator"},{"l":3,"n":"DrushConfig","p":"Drush/Config/DrushConfig"},{"l":3,"n":"Environment","p":"Drush/Config/Environment"}]},{"l":2,"n":"Drupal","p":"Drush/Drupal","c":[{"l":3,"n":"Commands","p":"Drush/Drupal/Commands","c":[{"l":4,"n":"sql","p":"Drush/Drupal/Commands/sql","c":[{"l":5,"n":"SanitizeCommands","p":"Drush/Drupal/Commands/sql/SanitizeCommands"},{"l":5,"n":"SanitizeCommentsCommands","p":"Drush/Drupal/Commands/sql/SanitizeCommentsCommands"},{"l":5,"n":"SanitizePluginInterface","p":"Drush/Drupal/Commands/sql/SanitizePluginInterface"},{"l":5,"n":"SanitizeSessionsCommands","p":"Drush/Drupal/Commands/sql/SanitizeSessionsCommands"},{"l":5,"n":"SanitizeUserFieldsCommands","p":"Drush/Drupal/Commands/sql/SanitizeUserFieldsCommands"},{"l":5,"n":"SanitizeUserTableCommands","p":"Drush/Drupal/Commands/sql/SanitizeUserTableCommands"}]}]},{"l":3,"n":"Migrate","p":"Drush/Drupal/Migrate","c":[{"l":4,"n":"MigrateEvents","p":"Drush/Drupal/Migrate/MigrateEvents"},{"l":4,"n":"MigrateExecutable","p":"Drush/Drupal/Migrate/MigrateExecutable"},{"l":4,"n":"MigrateIdMapFilter","p":"Drush/Drupal/Migrate/MigrateIdMapFilter"},{"l":4,"n":"MigrateMessage","p":"Drush/Drupal/Migrate/MigrateMessage"},{"l":4,"n":"MigrateMissingSourceRowsEvent","p":"Drush/Drupal/Migrate/MigrateMissingSourceRowsEvent"},{"l":4,"n":"MigratePrepareRowEvent","p":"Drush/Drupal/Migrate/MigratePrepareRowEvent"},{"l":4,"n":"MigrateUtils","p":"Drush/Drupal/Migrate/MigrateUtils"},{"l":4,"n":"ValidateMigrationId","p":"Drush/Drupal/Migrate/ValidateMigrationId"}]},{"l":3,"n":"DrupalKernel","p":"Drush/Drupal/DrupalKernel"},{"l":3,"n":"DrupalKernelTrait","p":"Drush/Drupal/DrupalKernelTrait"},{"l":3,"n":"DrupalUtil","p":"Drush/Drupal/DrupalUtil"},{"l":3,"n":"DrushLoggerServiceProvider","p":"Drush/Drupal/DrushLoggerServiceProvider"},{"l":3,"n":"ExtensionDiscovery","p":"Drush/Drupal/ExtensionDiscovery"},{"l":3,"n":"InstallerKernel","p":"Drush/Drupal/InstallerKernel"},{"l":3,"n":"UpdateKernel","p":"Drush/Drupal/UpdateKernel"}]},{"l":2,"n":"DrupalFinder","p":"Drush/DrupalFinder","c":[{"l":3,"n":"DrushDrupalFinder","p":"Drush/DrupalFinder/DrushDrupalFinder"}]},{"l":2,"n":"Exceptions","p":"Drush/Exceptions","c":[{"l":3,"n":"CommandFailedException","p":"Drush/Exceptions/CommandFailedException"},{"l":3,"n":"UserAbortException","p":"Drush/Exceptions/UserAbortException"}]},{"l":2,"n":"Exec","p":"Drush/Exec","c":[{"l":3,"n":"ExecTrait","p":"Drush/Exec/ExecTrait"}]},{"l":2,"n":"Formatters","p":"Drush/Formatters","c":[{"l":3,"n":"DrushFormatterManager","p":"Drush/Formatters/DrushFormatterManager"},{"l":3,"n":"EntityToArraySimplifier","p":"Drush/Formatters/EntityToArraySimplifier"}]},{"l":2,"n":"Log","p":"Drush/Log","c":[{"l":3,"n":"DrushLog","p":"Drush/Log/DrushLog"},{"l":3,"n":"DrushLoggerManager","p":"Drush/Log/DrushLoggerManager"},{"l":3,"n":"Logger","p":"Drush/Log/Logger"},{"l":3,"n":"SuccessInterface","p":"Drush/Log/SuccessInterface"}]},{"l":2,"n":"Preflight","p":"Drush/Preflight","c":[{"l":3,"n":"ArgsPreprocessor","p":"Drush/Preflight/ArgsPreprocessor"},{"l":3,"n":"ArgsRemapper","p":"Drush/Preflight/ArgsRemapper"},{"l":3,"n":"LegacyPreflight","p":"Drush/Preflight/LegacyPreflight"},{"l":3,"n":"Preflight","p":"Drush/Preflight/Preflight"},{"l":3,"n":"PreflightArgs","p":"Drush/Preflight/PreflightArgs"},{"l":3,"n":"PreflightArgsInterface","p":"Drush/Preflight/PreflightArgsInterface"},{"l":3,"n":"PreflightLog","p":"Drush/Preflight/PreflightLog"},{"l":3,"n":"PreflightSiteLocator","p":"Drush/Preflight/PreflightSiteLocator"},{"l":3,"n":"PreflightVerify","p":"Drush/Preflight/PreflightVerify"},{"l":3,"n":"RedispatchToSiteLocal","p":"Drush/Preflight/RedispatchToSiteLocal"}]},{"l":2,"n":"Psysh","p":"Drush/Psysh","c":[{"l":3,"n":"Caster","p":"Drush/Psysh/Caster"},{"l":3,"n":"DrushCommand","p":"Drush/Psysh/DrushCommand"},{"l":3,"n":"DrushHelpCommand","p":"Drush/Psysh/DrushHelpCommand"},{"l":3,"n":"Shell","p":"Drush/Psysh/Shell"}]},{"l":2,"n":"Runtime","p":"Drush/Runtime","c":[{"l":3,"n":"DependencyInjection","p":"Drush/Runtime/DependencyInjection"},{"l":3,"n":"ErrorHandler","p":"Drush/Runtime/ErrorHandler"},{"l":3,"n":"HandlerInterface","p":"Drush/Runtime/HandlerInterface"},{"l":3,"n":"LegacyServiceFinder","p":"Drush/Runtime/LegacyServiceFinder"},{"l":3,"n":"LegacyServiceInstantiator","p":"Drush/Runtime/LegacyServiceInstantiator"},{"l":3,"n":"RedispatchHook","p":"Drush/Runtime/RedispatchHook"},{"l":3,"n":"Runtime","p":"Drush/Runtime/Runtime"},{"l":3,"n":"ServiceManager","p":"Drush/Runtime/ServiceManager"},{"l":3,"n":"ShutdownHandler","p":"Drush/Runtime/ShutdownHandler"},{"l":3,"n":"TildeExpansionHook","p":"Drush/Runtime/TildeExpansionHook"}]},{"l":2,"n":"SiteAlias","p":"Drush/SiteAlias","c":[{"l":3,"n":"Util","p":"Drush/SiteAlias/Util","c":[{"l":4,"n":"InternalYamlDataFileLoader","p":"Drush/SiteAlias/Util/InternalYamlDataFileLoader"}]},{"l":3,"n":"HostPath","p":"Drush/SiteAlias/HostPath"},{"l":3,"n":"ProcessManager","p":"Drush/SiteAlias/ProcessManager"},{"l":3,"n":"SiteAliasFileLoader","p":"Drush/SiteAlias/SiteAliasFileLoader"},{"l":3,"n":"SiteAliasManagerAwareInterface","p":"Drush/SiteAlias/SiteAliasManagerAwareInterface"},{"l":3,"n":"SiteAliasName","p":"Drush/SiteAlias/SiteAliasName"},{"l":3,"n":"SiteSpecParser","p":"Drush/SiteAlias/SiteSpecParser"}]},{"l":2,"n":"Sql","p":"Drush/Sql","c":[{"l":3,"n":"SqlBase","p":"Drush/Sql/SqlBase"},{"l":3,"n":"SqlException","p":"Drush/Sql/SqlException"},{"l":3,"n":"SqlMariaDB","p":"Drush/Sql/SqlMariaDB"},{"l":3,"n":"SqlMysql","p":"Drush/Sql/SqlMysql"},{"l":3,"n":"SqlPgsql","p":"Drush/Sql/SqlPgsql"},{"l":3,"n":"SqlSqlite","p":"Drush/Sql/SqlSqlite"},{"l":3,"n":"SqlTableSelectionTrait","p":"Drush/Sql/SqlTableSelectionTrait"}]},{"l":2,"n":"Symfony","p":"Drush/Symfony","c":[{"l":3,"n":"BootstrapCompilerPass","p":"Drush/Symfony/BootstrapCompilerPass"},{"l":3,"n":"DrushStyleInjector","p":"Drush/Symfony/DrushStyleInjector"}]},{"l":2,"n":"TestTraits","p":"Drush/TestTraits","c":[{"l":3,"n":"CliTestTrait","p":"Drush/TestTraits/CliTestTrait"},{"l":3,"n":"DrushTestTrait","p":"Drush/TestTraits/DrushTestTrait"},{"l":3,"n":"OutputUtilsTrait","p":"Drush/TestTraits/OutputUtilsTrait"}]},{"l":2,"n":"Utils","p":"Drush/Utils","c":[{"l":3,"n":"FsUtils","p":"Drush/Utils/FsUtils"},{"l":3,"n":"StringUtils","p":"Drush/Utils/StringUtils"}]},{"l":2,"n":"Application","p":"Drush/Application"},{"l":2,"n":"Drush","p":"Drush/Drush"}]}]},"treeOpenLevel":2}, + treeJson: {"tree":{"l":0,"n":"","p":"","c":[{"l":1,"n":"Drush","p":"Drush","c":[{"l":2,"n":"Attributes","p":"Drush/Attributes","c":[{"l":3,"n":"Argument","p":"Drush/Attributes/Argument"},{"l":3,"n":"Bootstrap","p":"Drush/Attributes/Bootstrap"},{"l":3,"n":"Command","p":"Drush/Attributes/Command"},{"l":3,"n":"Complete","p":"Drush/Attributes/Complete"},{"l":3,"n":"DefaultFields","p":"Drush/Attributes/DefaultFields"},{"l":3,"n":"DefaultTableFields","p":"Drush/Attributes/DefaultTableFields"},{"l":3,"n":"FieldLabels","p":"Drush/Attributes/FieldLabels"},{"l":3,"n":"FilterDefaultField","p":"Drush/Attributes/FilterDefaultField"},{"l":3,"n":"Format","p":"Drush/Attributes/Format"},{"l":3,"n":"HandleRemoteCommands","p":"Drush/Attributes/HandleRemoteCommands"},{"l":3,"n":"Help","p":"Drush/Attributes/Help"},{"l":3,"n":"Hook","p":"Drush/Attributes/Hook"},{"l":3,"n":"HookSelector","p":"Drush/Attributes/HookSelector"},{"l":3,"n":"InteractConfigName","p":"Drush/Attributes/InteractConfigName"},{"l":3,"n":"Kernel","p":"Drush/Attributes/Kernel"},{"l":3,"n":"NoArgumentsBase","p":"Drush/Attributes/NoArgumentsBase"},{"l":3,"n":"Obsolete","p":"Drush/Attributes/Obsolete"},{"l":3,"n":"Option","p":"Drush/Attributes/Option"},{"l":3,"n":"OptionsetGetEditor","p":"Drush/Attributes/OptionsetGetEditor"},{"l":3,"n":"OptionsetProcBuild","p":"Drush/Attributes/OptionsetProcBuild"},{"l":3,"n":"OptionsetSql","p":"Drush/Attributes/OptionsetSql"},{"l":3,"n":"OptionsetSsh","p":"Drush/Attributes/OptionsetSsh"},{"l":3,"n":"OptionsetTableSelection","p":"Drush/Attributes/OptionsetTableSelection"},{"l":3,"n":"Topics","p":"Drush/Attributes/Topics"},{"l":3,"n":"Usage","p":"Drush/Attributes/Usage"},{"l":3,"n":"ValidateConfigName","p":"Drush/Attributes/ValidateConfigName"},{"l":3,"n":"ValidateEntityLoad","p":"Drush/Attributes/ValidateEntityLoad"},{"l":3,"n":"ValidateFileExists","p":"Drush/Attributes/ValidateFileExists"},{"l":3,"n":"ValidateModulesEnabled","p":"Drush/Attributes/ValidateModulesEnabled"},{"l":3,"n":"ValidatePermissions","p":"Drush/Attributes/ValidatePermissions"},{"l":3,"n":"ValidatePhpExtensions","p":"Drush/Attributes/ValidatePhpExtensions"},{"l":3,"n":"ValidateQueueName","p":"Drush/Attributes/ValidateQueueName"},{"l":3,"n":"ValidatorBase","p":"Drush/Attributes/ValidatorBase"},{"l":3,"n":"ValidatorInterface","p":"Drush/Attributes/ValidatorInterface"},{"l":3,"n":"Version","p":"Drush/Attributes/Version"}]},{"l":2,"n":"Backend","p":"Drush/Backend","c":[{"l":3,"n":"BackendPathEvaluator","p":"Drush/Backend/BackendPathEvaluator"}]},{"l":2,"n":"Boot","p":"Drush/Boot","c":[{"l":3,"n":"BaseBoot","p":"Drush/Boot/BaseBoot"},{"l":3,"n":"Boot","p":"Drush/Boot/Boot"},{"l":3,"n":"BootstrapHook","p":"Drush/Boot/BootstrapHook"},{"l":3,"n":"BootstrapManager","p":"Drush/Boot/BootstrapManager"},{"l":3,"n":"DrupalBoot","p":"Drush/Boot/DrupalBoot"},{"l":3,"n":"DrupalBoot8","p":"Drush/Boot/DrupalBoot8"},{"l":3,"n":"DrupalBootLevels","p":"Drush/Boot/DrupalBootLevels"},{"l":3,"n":"EmptyBoot","p":"Drush/Boot/EmptyBoot"},{"l":3,"n":"Kernels","p":"Drush/Boot/Kernels"}]},{"l":2,"n":"Command","p":"Drush/Command","c":[{"l":3,"n":"DrushCommandInfoAlterer","p":"Drush/Command/DrushCommandInfoAlterer"},{"l":3,"n":"GlobalOptionsEventListener","p":"Drush/Command/GlobalOptionsEventListener"},{"l":3,"n":"RemoteCommandProxy","p":"Drush/Command/RemoteCommandProxy"},{"l":3,"n":"ServiceCommandlist","p":"Drush/Command/ServiceCommandlist"}]},{"l":2,"n":"Commands","p":"Drush/Commands","c":[{"l":3,"n":"config","p":"Drush/Commands/config","c":[{"l":4,"n":"ConfigCommands","p":"Drush/Commands/config/ConfigCommands"},{"l":4,"n":"ConfigExportCommands","p":"Drush/Commands/config/ConfigExportCommands"},{"l":4,"n":"ConfigImportCommands","p":"Drush/Commands/config/ConfigImportCommands"},{"l":4,"n":"ConfigPullCommands","p":"Drush/Commands/config/ConfigPullCommands"}]},{"l":3,"n":"core","p":"Drush/Commands/core","c":[{"l":4,"n":"ArchiveDumpCommands","p":"Drush/Commands/core/ArchiveDumpCommands"},{"l":4,"n":"BatchCommands","p":"Drush/Commands/core/BatchCommands"},{"l":4,"n":"BrowseCommands","p":"Drush/Commands/core/BrowseCommands"},{"l":4,"n":"CacheCommands","p":"Drush/Commands/core/CacheCommands"},{"l":4,"n":"CacheRebuildCommands","p":"Drush/Commands/core/CacheRebuildCommands"},{"l":4,"n":"CliCommands","p":"Drush/Commands/core/CliCommands"},{"l":4,"n":"CoreCommands","p":"Drush/Commands/core/CoreCommands"},{"l":4,"n":"DeployCommands","p":"Drush/Commands/core/DeployCommands"},{"l":4,"n":"DeployHookCommands","p":"Drush/Commands/core/DeployHookCommands"},{"l":4,"n":"DocsCommands","p":"Drush/Commands/core/DocsCommands"},{"l":4,"n":"DrupalCommands","p":"Drush/Commands/core/DrupalCommands"},{"l":4,"n":"DrupalDirectoryCommands","p":"Drush/Commands/core/DrupalDirectoryCommands"},{"l":4,"n":"DrupliconCommands","p":"Drush/Commands/core/DrupliconCommands"},{"l":4,"n":"EditCommands","p":"Drush/Commands/core/EditCommands"},{"l":4,"n":"EntityCommands","p":"Drush/Commands/core/EntityCommands"},{"l":4,"n":"EntityCreateCommands","p":"Drush/Commands/core/EntityCreateCommands"},{"l":4,"n":"ImageCommands","p":"Drush/Commands/core/ImageCommands"},{"l":4,"n":"JsonapiCommands","p":"Drush/Commands/core/JsonapiCommands"},{"l":4,"n":"LanguageCommands","p":"Drush/Commands/core/LanguageCommands"},{"l":4,"n":"LinkHooks","p":"Drush/Commands/core/LinkHooks"},{"l":4,"n":"LocaleCommands","p":"Drush/Commands/core/LocaleCommands"},{"l":4,"n":"LoginCommands","p":"Drush/Commands/core/LoginCommands"},{"l":4,"n":"MaintCommands","p":"Drush/Commands/core/MaintCommands"},{"l":4,"n":"MessengerCommands","p":"Drush/Commands/core/MessengerCommands"},{"l":4,"n":"MigrateRunnerCommands","p":"Drush/Commands/core/MigrateRunnerCommands"},{"l":4,"n":"MkCommands","p":"Drush/Commands/core/MkCommands"},{"l":4,"n":"NotifyCommands","p":"Drush/Commands/core/NotifyCommands"},{"l":4,"n":"PhpCommands","p":"Drush/Commands/core/PhpCommands"},{"l":4,"n":"QueueCommands","p":"Drush/Commands/core/QueueCommands"},{"l":4,"n":"RoleCommands","p":"Drush/Commands/core/RoleCommands"},{"l":4,"n":"RsyncCommands","p":"Drush/Commands/core/RsyncCommands"},{"l":4,"n":"RunserverCommands","p":"Drush/Commands/core/RunserverCommands"},{"l":4,"n":"SiteCommands","p":"Drush/Commands/core/SiteCommands"},{"l":4,"n":"SiteInstallCommands","p":"Drush/Commands/core/SiteInstallCommands"},{"l":4,"n":"SshCommands","p":"Drush/Commands/core/SshCommands"},{"l":4,"n":"StateCommands","p":"Drush/Commands/core/StateCommands"},{"l":4,"n":"StatusCommands","p":"Drush/Commands/core/StatusCommands"},{"l":4,"n":"TopicCommands","p":"Drush/Commands/core/TopicCommands"},{"l":4,"n":"TwigCommands","p":"Drush/Commands/core/TwigCommands"},{"l":4,"n":"UpdateDBCommands","p":"Drush/Commands/core/UpdateDBCommands"},{"l":4,"n":"UserCommands","p":"Drush/Commands/core/UserCommands"},{"l":4,"n":"ViewsCommands","p":"Drush/Commands/core/ViewsCommands"},{"l":4,"n":"WatchdogCommands","p":"Drush/Commands/core/WatchdogCommands"},{"l":4,"n":"XhprofCommands","p":"Drush/Commands/core/XhprofCommands"}]},{"l":3,"n":"field","p":"Drush/Commands/field","c":[{"l":4,"n":"EntityTypeBundleAskTrait","p":"Drush/Commands/field/EntityTypeBundleAskTrait"},{"l":4,"n":"EntityTypeBundleValidationTrait","p":"Drush/Commands/field/EntityTypeBundleValidationTrait"},{"l":4,"n":"FieldBaseInfoCommands","p":"Drush/Commands/field/FieldBaseInfoCommands"},{"l":4,"n":"FieldBaseOverrideCreateCommands","p":"Drush/Commands/field/FieldBaseOverrideCreateCommands"},{"l":4,"n":"FieldCreateCommands","p":"Drush/Commands/field/FieldCreateCommands"},{"l":4,"n":"FieldDefinitionCommands","p":"Drush/Commands/field/FieldDefinitionCommands"},{"l":4,"n":"FieldDefinitionRowsOfFieldsTrait","p":"Drush/Commands/field/FieldDefinitionRowsOfFieldsTrait"},{"l":4,"n":"FieldDeleteCommands","p":"Drush/Commands/field/FieldDeleteCommands"},{"l":4,"n":"FieldEntityReferenceHooks","p":"Drush/Commands/field/FieldEntityReferenceHooks"},{"l":4,"n":"FieldInfoCommands","p":"Drush/Commands/field/FieldInfoCommands"},{"l":4,"n":"FieldTextHooks","p":"Drush/Commands/field/FieldTextHooks"}]},{"l":3,"n":"generate","p":"Drush/Commands/generate","c":[{"l":4,"n":"Generators","p":"Drush/Commands/generate/Generators","c":[{"l":5,"n":"Drush","p":"Drush/Commands/generate/Generators/Drush","c":[{"l":6,"n":"DrushAliasFile","p":"Drush/Commands/generate/Generators/Drush/DrushAliasFile"},{"l":6,"n":"DrushCommandFile","p":"Drush/Commands/generate/Generators/Drush/DrushCommandFile"},{"l":6,"n":"DrushGeneratorFile","p":"Drush/Commands/generate/Generators/Drush/DrushGeneratorFile"}]}]},{"l":4,"n":"ApplicationFactory","p":"Drush/Commands/generate/ApplicationFactory"},{"l":4,"n":"GenerateCommands","p":"Drush/Commands/generate/GenerateCommands"}]},{"l":3,"n":"help","p":"Drush/Commands/help","c":[{"l":4,"n":"DrushHelpDocument","p":"Drush/Commands/help/DrushHelpDocument"},{"l":4,"n":"HelpCLIFormatter","p":"Drush/Commands/help/HelpCLIFormatter"},{"l":4,"n":"HelpCommands","p":"Drush/Commands/help/HelpCommands"},{"l":4,"n":"ListCommands","p":"Drush/Commands/help/ListCommands"}]},{"l":3,"n":"pm","p":"Drush/Commands/pm","c":[{"l":4,"n":"PmCommands","p":"Drush/Commands/pm/PmCommands"},{"l":4,"n":"ThemeCommands","p":"Drush/Commands/pm/ThemeCommands"}]},{"l":3,"n":"sql","p":"Drush/Commands/sql","c":[{"l":4,"n":"sanitize","p":"Drush/Commands/sql/sanitize","c":[{"l":5,"n":"SanitizeCommands","p":"Drush/Commands/sql/sanitize/SanitizeCommands"},{"l":5,"n":"SanitizeCommentsCommands","p":"Drush/Commands/sql/sanitize/SanitizeCommentsCommands"},{"l":5,"n":"SanitizePluginInterface","p":"Drush/Commands/sql/sanitize/SanitizePluginInterface"},{"l":5,"n":"SanitizeSessionsCommands","p":"Drush/Commands/sql/sanitize/SanitizeSessionsCommands"},{"l":5,"n":"SanitizeUserFieldsCommands","p":"Drush/Commands/sql/sanitize/SanitizeUserFieldsCommands"},{"l":5,"n":"SanitizeUserTableCommands","p":"Drush/Commands/sql/sanitize/SanitizeUserTableCommands"}]},{"l":4,"n":"SqlCommands","p":"Drush/Commands/sql/SqlCommands"},{"l":4,"n":"SqlSyncCommands","p":"Drush/Commands/sql/SqlSyncCommands"}]},{"l":3,"n":"AutowireTrait","p":"Drush/Commands/AutowireTrait"},{"l":3,"n":"ConfiguresPrompts","p":"Drush/Commands/ConfiguresPrompts"},{"l":3,"n":"DrushCommands","p":"Drush/Commands/DrushCommands"},{"l":3,"n":"ExampleCommands","p":"Drush/Commands/ExampleCommands"},{"l":3,"n":"LegacyCommands","p":"Drush/Commands/LegacyCommands"},{"l":3,"n":"OptionsCommands","p":"Drush/Commands/OptionsCommands"},{"l":3,"n":"ValidatorsCommands","p":"Drush/Commands/ValidatorsCommands"}]},{"l":2,"n":"Config","p":"Drush/Config","c":[{"l":3,"n":"Loader","p":"Drush/Config/Loader","c":[{"l":4,"n":"YamlConfigLoader","p":"Drush/Config/Loader/YamlConfigLoader"}]},{"l":3,"n":"ConfigAwareTrait","p":"Drush/Config/ConfigAwareTrait"},{"l":3,"n":"ConfigLocator","p":"Drush/Config/ConfigLocator"},{"l":3,"n":"DrushConfig","p":"Drush/Config/DrushConfig"},{"l":3,"n":"Environment","p":"Drush/Config/Environment"}]},{"l":2,"n":"Drupal","p":"Drush/Drupal","c":[{"l":3,"n":"Commands","p":"Drush/Drupal/Commands","c":[{"l":4,"n":"sql","p":"Drush/Drupal/Commands/sql","c":[{"l":5,"n":"SanitizePluginInterface","p":"Drush/Drupal/Commands/sql/SanitizePluginInterface"}]}]},{"l":3,"n":"Migrate","p":"Drush/Drupal/Migrate","c":[{"l":4,"n":"MigrateEvents","p":"Drush/Drupal/Migrate/MigrateEvents"},{"l":4,"n":"MigrateExecutable","p":"Drush/Drupal/Migrate/MigrateExecutable"},{"l":4,"n":"MigrateIdMapFilter","p":"Drush/Drupal/Migrate/MigrateIdMapFilter"},{"l":4,"n":"MigrateMessage","p":"Drush/Drupal/Migrate/MigrateMessage"},{"l":4,"n":"MigrateMissingSourceRowsEvent","p":"Drush/Drupal/Migrate/MigrateMissingSourceRowsEvent"},{"l":4,"n":"MigratePrepareRowEvent","p":"Drush/Drupal/Migrate/MigratePrepareRowEvent"},{"l":4,"n":"MigrateUtils","p":"Drush/Drupal/Migrate/MigrateUtils"},{"l":4,"n":"ValidateMigrationId","p":"Drush/Drupal/Migrate/ValidateMigrationId"}]},{"l":3,"n":"DrupalKernel","p":"Drush/Drupal/DrupalKernel"},{"l":3,"n":"DrupalUtil","p":"Drush/Drupal/DrupalUtil"},{"l":3,"n":"DrushLoggerServiceProvider","p":"Drush/Drupal/DrushLoggerServiceProvider"},{"l":3,"n":"ExtensionDiscovery","p":"Drush/Drupal/ExtensionDiscovery"},{"l":3,"n":"InstallerKernel","p":"Drush/Drupal/InstallerKernel"},{"l":3,"n":"UpdateKernel","p":"Drush/Drupal/UpdateKernel"}]},{"l":2,"n":"DrupalFinder","p":"Drush/DrupalFinder","c":[{"l":3,"n":"DrushDrupalFinder","p":"Drush/DrupalFinder/DrushDrupalFinder"}]},{"l":2,"n":"Exceptions","p":"Drush/Exceptions","c":[{"l":3,"n":"CommandFailedException","p":"Drush/Exceptions/CommandFailedException"},{"l":3,"n":"UserAbortException","p":"Drush/Exceptions/UserAbortException"}]},{"l":2,"n":"Exec","p":"Drush/Exec","c":[{"l":3,"n":"ExecTrait","p":"Drush/Exec/ExecTrait"}]},{"l":2,"n":"Formatters","p":"Drush/Formatters","c":[{"l":3,"n":"DrushFormatterManager","p":"Drush/Formatters/DrushFormatterManager"},{"l":3,"n":"EntityToArraySimplifier","p":"Drush/Formatters/EntityToArraySimplifier"}]},{"l":2,"n":"Log","p":"Drush/Log","c":[{"l":3,"n":"DrushLog","p":"Drush/Log/DrushLog"},{"l":3,"n":"DrushLoggerManager","p":"Drush/Log/DrushLoggerManager"},{"l":3,"n":"Logger","p":"Drush/Log/Logger"},{"l":3,"n":"SuccessInterface","p":"Drush/Log/SuccessInterface"}]},{"l":2,"n":"Preflight","p":"Drush/Preflight","c":[{"l":3,"n":"ArgsPreprocessor","p":"Drush/Preflight/ArgsPreprocessor"},{"l":3,"n":"ArgsRemapper","p":"Drush/Preflight/ArgsRemapper"},{"l":3,"n":"LegacyPreflight","p":"Drush/Preflight/LegacyPreflight"},{"l":3,"n":"Preflight","p":"Drush/Preflight/Preflight"},{"l":3,"n":"PreflightArgs","p":"Drush/Preflight/PreflightArgs"},{"l":3,"n":"PreflightArgsInterface","p":"Drush/Preflight/PreflightArgsInterface"},{"l":3,"n":"PreflightLog","p":"Drush/Preflight/PreflightLog"},{"l":3,"n":"PreflightSiteLocator","p":"Drush/Preflight/PreflightSiteLocator"},{"l":3,"n":"PreflightVerify","p":"Drush/Preflight/PreflightVerify"}]},{"l":2,"n":"Psysh","p":"Drush/Psysh","c":[{"l":3,"n":"Caster","p":"Drush/Psysh/Caster"},{"l":3,"n":"DrushCommand","p":"Drush/Psysh/DrushCommand"},{"l":3,"n":"DrushHelpCommand","p":"Drush/Psysh/DrushHelpCommand"},{"l":3,"n":"Shell","p":"Drush/Psysh/Shell"}]},{"l":2,"n":"Runtime","p":"Drush/Runtime","c":[{"l":3,"n":"DependencyInjection","p":"Drush/Runtime/DependencyInjection"},{"l":3,"n":"ErrorHandler","p":"Drush/Runtime/ErrorHandler"},{"l":3,"n":"HandlerInterface","p":"Drush/Runtime/HandlerInterface"},{"l":3,"n":"LegacyServiceFinder","p":"Drush/Runtime/LegacyServiceFinder"},{"l":3,"n":"LegacyServiceInstantiator","p":"Drush/Runtime/LegacyServiceInstantiator"},{"l":3,"n":"RedispatchHook","p":"Drush/Runtime/RedispatchHook"},{"l":3,"n":"Runtime","p":"Drush/Runtime/Runtime"},{"l":3,"n":"ServiceManager","p":"Drush/Runtime/ServiceManager"},{"l":3,"n":"ShutdownHandler","p":"Drush/Runtime/ShutdownHandler"},{"l":3,"n":"TildeExpansionHook","p":"Drush/Runtime/TildeExpansionHook"}]},{"l":2,"n":"SiteAlias","p":"Drush/SiteAlias","c":[{"l":3,"n":"Util","p":"Drush/SiteAlias/Util","c":[{"l":4,"n":"InternalYamlDataFileLoader","p":"Drush/SiteAlias/Util/InternalYamlDataFileLoader"}]},{"l":3,"n":"HostPath","p":"Drush/SiteAlias/HostPath"},{"l":3,"n":"ProcessManager","p":"Drush/SiteAlias/ProcessManager"},{"l":3,"n":"SiteAliasFileLoader","p":"Drush/SiteAlias/SiteAliasFileLoader"},{"l":3,"n":"SiteAliasManagerAwareInterface","p":"Drush/SiteAlias/SiteAliasManagerAwareInterface"},{"l":3,"n":"SiteAliasName","p":"Drush/SiteAlias/SiteAliasName"},{"l":3,"n":"SiteSpecParser","p":"Drush/SiteAlias/SiteSpecParser"}]},{"l":2,"n":"Sql","p":"Drush/Sql","c":[{"l":3,"n":"SqlBase","p":"Drush/Sql/SqlBase"},{"l":3,"n":"SqlException","p":"Drush/Sql/SqlException"},{"l":3,"n":"SqlMariaDB","p":"Drush/Sql/SqlMariaDB"},{"l":3,"n":"SqlMysql","p":"Drush/Sql/SqlMysql"},{"l":3,"n":"SqlPgsql","p":"Drush/Sql/SqlPgsql"},{"l":3,"n":"SqlSqlite","p":"Drush/Sql/SqlSqlite"},{"l":3,"n":"SqlTableSelectionTrait","p":"Drush/Sql/SqlTableSelectionTrait"}]},{"l":2,"n":"Symfony","p":"Drush/Symfony","c":[{"l":3,"n":"BootstrapCompilerPass","p":"Drush/Symfony/BootstrapCompilerPass"},{"l":3,"n":"DrushStyleInjector","p":"Drush/Symfony/DrushStyleInjector"}]},{"l":2,"n":"TestTraits","p":"Drush/TestTraits","c":[{"l":3,"n":"CliTestTrait","p":"Drush/TestTraits/CliTestTrait"},{"l":3,"n":"DrushTestTrait","p":"Drush/TestTraits/DrushTestTrait"},{"l":3,"n":"OutputUtilsTrait","p":"Drush/TestTraits/OutputUtilsTrait"}]},{"l":2,"n":"Utils","p":"Drush/Utils","c":[{"l":3,"n":"FsUtils","p":"Drush/Utils/FsUtils"},{"l":3,"n":"StringUtils","p":"Drush/Utils/StringUtils"}]},{"l":2,"n":"Application","p":"Drush/Application"},{"l":2,"n":"Drush","p":"Drush/Drush"}]}]},"treeOpenLevel":2}, /** @var boolean */ treeLoaded: false, /** @var boolean */ diff --git a/api/index.html b/api/index.html index b16cf06c1c..0b67d73a28 100644 --- a/api/index.html +++ b/api/index.html @@ -95,6 +95,7 @@

Drush

  • Drush\Commands\help
  • Drush\Commands\pm
  • Drush\Commands\sql
  • +
  • Drush\Commands\sql\sanitize
  • Drush\Config
  • Drush\Config\Loader
  • Drush\Drupal
  • diff --git a/api/interfaces.html b/api/interfaces.html index 240530c784..7bb0ea078f 100644 --- a/api/interfaces.html +++ b/api/interfaces.html @@ -94,9 +94,15 @@

    Interfaces

    Implement this interface when building a Drush sql-sanitize plugin.

    +
    +
    +
    + SanitizePluginInterface + deprecated
    +
    diff --git a/api/namespaces.html b/api/namespaces.html index b22ec09554..127a30e801 100644 --- a/api/namespaces.html +++ b/api/namespaces.html @@ -95,6 +95,7 @@

    Drush

  • Drush\Commands\help
  • Drush\Commands\pm
  • Drush\Commands\sql
  • +
  • Drush\Commands\sql\sanitize
  • Drush\Config
  • Drush\Config\Loader
  • Drush\Drupal
  • diff --git a/api/renderer.index b/api/renderer.index index e44fa24691..0b69940afb 100644 --- a/api/renderer.index +++ b/api/renderer.index @@ -1 +1 @@ -O:21:"Doctum\Renderer\Index":3:{i:0;a:211:{s:17:"Drush\Application";s:40:"337b4ae0762c035231433fb4fe69119fae181ab7";s:25:"Drush\Attributes\Argument";s:40:"1ff372690648d58d6514d221e8724a042778b42b";s:26:"Drush\Attributes\Bootstrap";s:40:"e7a8a2448f00ea17347c124952d4def1ca9d5b54";s:24:"Drush\Attributes\Command";s:40:"bd1747f7e3c9975d5a2d028dc4b238a89cf668e4";s:25:"Drush\Attributes\Complete";s:40:"335a10b2c612e852b5405ebdf21a32968c651c48";s:30:"Drush\Attributes\DefaultFields";s:40:"fdb089f78deabcb98b45e73d2bbb168473d2bc00";s:35:"Drush\Attributes\DefaultTableFields";s:40:"fde38039dc15458898fbccda1ca8514629918ee5";s:28:"Drush\Attributes\FieldLabels";s:40:"7d3400eef2c81bea8b16de78ae25875eb45dac3e";s:35:"Drush\Attributes\FilterDefaultField";s:40:"8342818967a26caf54540d80991f5912e4edf342";s:23:"Drush\Attributes\Format";s:40:"cef673f6d8c638fdf400255de12e4d814c497451";s:37:"Drush\Attributes\HandleRemoteCommands";s:40:"4f9c80237af4fc93888827302c71a735ddc9e504";s:21:"Drush\Attributes\Help";s:40:"895443cd9f64227312ab34c08612ef1df1258260";s:21:"Drush\Attributes\Hook";s:40:"ff08fdb59982b000bfedaaf753401a7e9e83cb93";s:29:"Drush\Attributes\HookSelector";s:40:"cb2a8338abfe7d352d587d6b7b86289e2e2f789d";s:35:"Drush\Attributes\InteractConfigName";s:40:"618e4febcf8d078b97554a197c7c7f053eeb4773";s:23:"Drush\Attributes\Kernel";s:40:"f74b5b2673f07952c7c622ad85b4f84fd576d9a3";s:32:"Drush\Attributes\NoArgumentsBase";s:40:"1c5f60bf3a302d5b403172fe50107e823175002c";s:25:"Drush\Attributes\Obsolete";s:40:"0b6cae4e0cbf9e6bb6097792ca02138f5e86e21c";s:23:"Drush\Attributes\Option";s:40:"a47bc9f0c47f01e86696da55513123341e50d7e9";s:35:"Drush\Attributes\OptionsetGetEditor";s:40:"70651b88e98b78f5a26a05d37e7268d82fdde406";s:35:"Drush\Attributes\OptionsetProcBuild";s:40:"6595f1a1ea7dc7e124bca9d1a9f3333b60299509";s:29:"Drush\Attributes\OptionsetSql";s:40:"5841d23277c71fa9411e5625c430ef5eaf27b740";s:29:"Drush\Attributes\OptionsetSsh";s:40:"cbaa50f6cea2f96e5d29ec3d7133c49029a70bc9";s:40:"Drush\Attributes\OptionsetTableSelection";s:40:"04204532429243cb23c97e5c68fd72b766565870";s:23:"Drush\Attributes\Topics";s:40:"1bb98150113703de5185fff124c6b2f362f1fbd5";s:22:"Drush\Attributes\Usage";s:40:"8151ddc032eb7c05107800ca18414093a5de1059";s:35:"Drush\Attributes\ValidateConfigName";s:40:"b22a95412551aa67477a2fd3105c3e36818cc09f";s:35:"Drush\Attributes\ValidateEntityLoad";s:40:"82fabbda1cab88680b04dd2da7561dc7fac9781a";s:35:"Drush\Attributes\ValidateFileExists";s:40:"8a866bdc4ac4221ddb2ed8ccaee47ae0a3af2c63";s:39:"Drush\Attributes\ValidateModulesEnabled";s:40:"f27cfd437a8d9103aedb6bbffee2e2a98c041f22";s:36:"Drush\Attributes\ValidatePermissions";s:40:"f0549608bef20a62c0b2956ea07b8faa79e3dd81";s:38:"Drush\Attributes\ValidatePhpExtensions";s:40:"f9e5b612b9a88affcf2e31e85fdb5d309bef7c2a";s:34:"Drush\Attributes\ValidateQueueName";s:40:"dbba574d2c93ee01572a44a281e0b2e884ffb8b7";s:30:"Drush\Attributes\ValidatorBase";s:40:"494890706eb7783fbcd0085217502beacb622039";s:35:"Drush\Attributes\ValidatorInterface";s:40:"a2538d8f22edc26323ae72d72482fb9ec46bd52d";s:24:"Drush\Attributes\Version";s:40:"4255ec15ab0a4175163997fedd3098f2608bee1f";s:34:"Drush\Backend\BackendPathEvaluator";s:40:"ed413e00549adc9c2efa762ae5e6ae82b1003ac4";s:19:"Drush\Boot\BaseBoot";s:40:"e9457b6a3a2c292025b4ee588da27acd14b2c776";s:15:"Drush\Boot\Boot";s:40:"d7e09fcf61a4a853e7926f33236f5bc0f11e0839";s:24:"Drush\Boot\BootstrapHook";s:40:"d157189ed55da818edaf2f36d49ca1c56b52d018";s:27:"Drush\Boot\BootstrapManager";s:40:"ff2044f47f23fce4a6e57cd90d212a0748358508";s:21:"Drush\Boot\DrupalBoot";s:40:"a1fd21452d1f7d0f88230538ed3a423da40b2e4e";s:22:"Drush\Boot\DrupalBoot8";s:40:"4c5b70c1e3f382841893c7adf4f2b4b0ddb7792f";s:27:"Drush\Boot\DrupalBootLevels";s:40:"04f4d0677a32b2b2d8f83a83cd7393e439ee5213";s:20:"Drush\Boot\EmptyBoot";s:40:"780c8ae878be59111882d76618f7b6a172081d3b";s:18:"Drush\Boot\Kernels";s:40:"26be364b3d1745f4d4372cc1f0053d08102655db";s:37:"Drush\Command\DrushCommandInfoAlterer";s:40:"7c937f1d03abc69d1d7d6725633a2062a4823573";s:40:"Drush\Command\GlobalOptionsEventListener";s:40:"bf77ed743b3f32f301315986592b0a4ff72a58b2";s:32:"Drush\Command\RemoteCommandProxy";s:40:"db170f07447d9e3bec2d114a101a94dd89794ef0";s:32:"Drush\Command\ServiceCommandlist";s:40:"28f07e9690e2f128a09e3ba7448051352106ff81";s:28:"Drush\Commands\AutowireTrait";s:40:"df7f5cb5eaa87d43742e338e1c796a0f505d4f67";s:28:"Drush\Commands\DrushCommands";s:40:"1495bc21721fbff3aefc24b60deb067045d9b138";s:30:"Drush\Commands\ExampleCommands";s:40:"6a8cd1ad7c69bb8f29fd65faa4438385d2b71841";s:29:"Drush\Commands\LegacyCommands";s:40:"17dc754f24e881732a580428e7f130d5ed80e0d8";s:30:"Drush\Commands\OptionsCommands";s:40:"0cca0dac0e8cf4db1a92decc516e281e8952b1b6";s:33:"Drush\Commands\ValidatorsCommands";s:40:"fed2c2eaeb6dc6675f0132c4d1d11881c06d03df";s:36:"Drush\Commands\config\ConfigCommands";s:40:"43502bb1ffca67d11aa6a0cc3a5b3c1b9933b969";s:42:"Drush\Commands\config\ConfigExportCommands";s:40:"812f6c6af62cbd385bb00c8479f89f22758fd37c";s:42:"Drush\Commands\config\ConfigImportCommands";s:40:"5df4e2162ae77edf87b5af797cac806935d35c43";s:40:"Drush\Commands\config\ConfigPullCommands";s:40:"30ef426590f759ab1912b4f6c882cefdfd08f37e";s:39:"Drush\Commands\core\ArchiveDumpCommands";s:40:"47cf7f54a9ed212232d494f06caf7297dee35f01";s:42:"Drush\Commands\core\ArchiveRestoreCommands";s:40:"c63f27b63cc28530b679fa37b5f98af7aa9e9e2f";s:33:"Drush\Commands\core\BatchCommands";s:40:"16e15ef3100edb0fd27a9b8b6b00b5cf466561da";s:34:"Drush\Commands\core\BrowseCommands";s:40:"dfd437ab1528604246d2f9d97dabdcbbc34e7852";s:33:"Drush\Commands\core\CacheCommands";s:40:"66ddef9a030c47e6b69ed505a204e49622f81dbe";s:40:"Drush\Commands\core\CacheRebuildCommands";s:40:"42fd43ce298a2f925a621994c4bb00add7490946";s:31:"Drush\Commands\core\CliCommands";s:40:"efce084370cc380de3aee0b0b65761ba68a6af77";s:32:"Drush\Commands\core\CoreCommands";s:40:"52d2becca8fe0632e39a0354428acef6237c067f";s:34:"Drush\Commands\core\DeployCommands";s:40:"8956830dc451e94333b5621a2c12dfbc0c0604ac";s:38:"Drush\Commands\core\DeployHookCommands";s:40:"4d54a8b32da6c8e2b06e3403271c6cd203009b66";s:32:"Drush\Commands\core\DocsCommands";s:40:"4dc587771a652d86deac686ffdf79856ac77a310";s:34:"Drush\Commands\core\DrupalCommands";s:40:"81c4b1aa75b4071b145e1222174f29d0dd1e6c7f";s:43:"Drush\Commands\core\DrupalDirectoryCommands";s:40:"df4c0d33c0a1603211038fc9caa6b3d705c81982";s:37:"Drush\Commands\core\DrupliconCommands";s:40:"9f314cc4f675400ee05bd133acd21818d45e9665";s:32:"Drush\Commands\core\EditCommands";s:40:"1dcad275898287a278d08d3b82a1e8752398c585";s:34:"Drush\Commands\core\EntityCommands";s:40:"067ba7c1fbb39920ee19764063e654645952b247";s:40:"Drush\Commands\core\EntityCreateCommands";s:40:"7dc2ccebb8be6b67a6bc277acfe345dd0971a4bd";s:33:"Drush\Commands\core\ImageCommands";s:40:"b0c777f989775a0fd1f9090cc5f225f25063a032";s:35:"Drush\Commands\core\JsonapiCommands";s:40:"135c3eabc8f2bc69e7771923180c656c6afd111c";s:36:"Drush\Commands\core\LanguageCommands";s:40:"e0c21449abe82d997948f597e3004953fdc673e3";s:29:"Drush\Commands\core\LinkHooks";s:40:"fb2e72c0ba0c005dc2a009ccf166bbc5c313cf10";s:34:"Drush\Commands\core\LocaleCommands";s:40:"280f9fef227cd68844ebf913f4db0f17e9df9094";s:33:"Drush\Commands\core\LoginCommands";s:40:"1e3d128b7981691c47f5ff8b88757bbbfab173ef";s:33:"Drush\Commands\core\MaintCommands";s:40:"d81ef044e4f874453e7355b6561a32097b8e29de";s:37:"Drush\Commands\core\MessengerCommands";s:40:"cab8f7ef4ef79c15f393c9105c0e6c34a7ebd0fe";s:41:"Drush\Commands\core\MigrateRunnerCommands";s:40:"8c05f2e3a6b95bbd1f3cf8d8de60b77ad328d0fa";s:30:"Drush\Commands\core\MkCommands";s:40:"4f96bdfc83afbbcd7cc28ac85f87a5dd557d6b35";s:34:"Drush\Commands\core\NotifyCommands";s:40:"9e05f968991aaaa3a19b5ee0a26b9a1fa2329a6b";s:31:"Drush\Commands\core\PhpCommands";s:40:"415a9712e8fc402f3c3dc3745b424732578bc3d2";s:33:"Drush\Commands\core\QueueCommands";s:40:"47fa5ebf41be673db85eb819defd9072a145100d";s:32:"Drush\Commands\core\RoleCommands";s:40:"5860f29cb61eb7a64534ce2bc310d902af30e8f0";s:33:"Drush\Commands\core\RsyncCommands";s:40:"b6a061e0afaf59ad24d67300afd0c4df167421ce";s:37:"Drush\Commands\core\RunserverCommands";s:40:"f21deaad2190354d031d7eb1226782a884b2037e";s:32:"Drush\Commands\core\SiteCommands";s:40:"910d82ce38ed87f2b4110180db79d75c09828602";s:39:"Drush\Commands\core\SiteInstallCommands";s:40:"90ead58c8e9ee8e4ea375095a17eff9eba2e7d91";s:31:"Drush\Commands\core\SshCommands";s:40:"9ec20cf049f9a097a7a4ecb2ff6f3dbd502e7aa5";s:33:"Drush\Commands\core\StateCommands";s:40:"7984a0e39769f2e3bb4875d9ce92f3ceb9557627";s:34:"Drush\Commands\core\StatusCommands";s:40:"b7f24062a6384af63ae68d07c5a20124e0d1416c";s:33:"Drush\Commands\core\TopicCommands";s:40:"9d78dacd9bd5962a52bb71f602c7693dde91ded0";s:32:"Drush\Commands\core\TwigCommands";s:40:"ba9e05d4e8c41c2891a334dad5b546b8dc3ee913";s:36:"Drush\Commands\core\UpdateDBCommands";s:40:"8aad9f31b9fa87355ae6d07c91f20f1ad317417c";s:32:"Drush\Commands\core\UserCommands";s:40:"92c6cb736b3d24c0f98d5ebd1cebcdd155b00d43";s:33:"Drush\Commands\core\ViewsCommands";s:40:"5415945aaa8facfe97ef84d1a62ab2461380969f";s:36:"Drush\Commands\core\WatchdogCommands";s:40:"bb69907e19dd373a69ad4d9f00982109297a291a";s:34:"Drush\Commands\core\XhprofCommands";s:40:"0a77aabc90c3df79ee4bb0f7b12fd935aeb38fef";s:45:"Drush\Commands\field\EntityTypeBundleAskTrait";s:40:"079dbcb25fa9ca483acbad707c42e1934a854cab";s:52:"Drush\Commands\field\EntityTypeBundleValidationTrait";s:40:"9c4b33bc7b1947fd7db4497382845e36402dc6d8";s:42:"Drush\Commands\field\FieldBaseInfoCommands";s:40:"044c808e13b89c84caeb13a5f8be1e2aba53002b";s:52:"Drush\Commands\field\FieldBaseOverrideCreateCommands";s:40:"e6f831d65588f5fac9f87135c36e7db9665517da";s:40:"Drush\Commands\field\FieldCreateCommands";s:40:"d4bb4e3b48c8669b1b6bf0b94ebd22a77eb90a66";s:44:"Drush\Commands\field\FieldDefinitionCommands";s:40:"26684414479c8917ea6a24a08ca72af6e8d9d402";s:53:"Drush\Commands\field\FieldDefinitionRowsOfFieldsTrait";s:40:"60f79954011c8d89c9de86039a88720837acc0d2";s:40:"Drush\Commands\field\FieldDeleteCommands";s:40:"f0ebe2684a161b3e95cd49c28b203664a08ae654";s:46:"Drush\Commands\field\FieldEntityReferenceHooks";s:40:"d10a6950f8ead0bc60bd3da050dfc8263b3505c7";s:38:"Drush\Commands\field\FieldInfoCommands";s:40:"7adf5d0f348931fa4130fb4b6658556c662d4761";s:35:"Drush\Commands\field\FieldTextHooks";s:40:"62defae587ab04d2033094def126dfd84ebd5271";s:42:"Drush\Commands\generate\ApplicationFactory";s:40:"594a0be87489eb95905e60d8f40a25ce6d1e48d6";s:40:"Drush\Commands\generate\GenerateCommands";s:40:"386bf4707bae4900dfde4ee606d6fa6abdb2f273";s:61:"Drush\Commands\generate\Generators\Drush\ComposerJsonResolver";s:40:"b90ab8be418e37715ac8d066fc31a7cc0fcc2d2b";s:55:"Drush\Commands\generate\Generators\Drush\DrushAliasFile";s:40:"c6d6c47d0742486a05cd01907a957169b6487c29";s:57:"Drush\Commands\generate\Generators\Drush\DrushCommandFile";s:40:"a7ab8e7f844a392af9af00789f89f5f0b6fc641a";s:37:"Drush\Commands\help\DrushHelpDocument";s:40:"8f963bc4337d9875b916c7fdd9d787caa82932b4";s:36:"Drush\Commands\help\HelpCLIFormatter";s:40:"ed63aab190e02974902130574b05c426d04ec587";s:32:"Drush\Commands\help\HelpCommands";s:40:"d58a5212c3eb143ff2ef4befec33907dafe50623";s:32:"Drush\Commands\help\ListCommands";s:40:"f01b294bedadbaca3fdd40220d8a65a652e01778";s:28:"Drush\Commands\pm\PmCommands";s:40:"cf338604f68ee5851e0b87699fa3b227e89e9240";s:31:"Drush\Commands\pm\ThemeCommands";s:40:"fb79336529855c7502d07b50588ca8c11df10555";s:30:"Drush\Commands\sql\SqlCommands";s:40:"8e0f34a4b5d2581a72fdefa710b7eb317ceba9a7";s:34:"Drush\Commands\sql\SqlSyncCommands";s:40:"d4f7859348b091e1a6a2e70c4458c93a93427794";s:29:"Drush\Config\ConfigAwareTrait";s:40:"2c685453b92f9b3d19bb55ac1cd5d6f9679cdf45";s:26:"Drush\Config\ConfigLocator";s:40:"ca84befc0071dbaa2acb99a229e8c4dccc65500b";s:24:"Drush\Config\DrushConfig";s:40:"b8452c635343580d4db73549cde6248224df0f38";s:24:"Drush\Config\Environment";s:40:"c423ad22ba2fd4ccbe29431fa7449b4c8eadedf1";s:36:"Drush\Config\Loader\YamlConfigLoader";s:40:"d2639b65fe6857a869c0f7a54cdeccd649ec58e4";s:36:"Drush\DrupalFinder\DrushDrupalFinder";s:40:"4ed4b02b99ef87651ba2a4095ef043d57e2526a7";s:42:"Drush\Drupal\Commands\sql\SanitizeCommands";s:40:"caccb6f47c5fe34965ffd8bce4572e17b281d89a";s:50:"Drush\Drupal\Commands\sql\SanitizeCommentsCommands";s:40:"b2a0ab14fae8d4f2160f9fce9298da80bbad2f0d";s:49:"Drush\Drupal\Commands\sql\SanitizePluginInterface";s:40:"b972d6567705c06d34ab346a259f9d2c1b2aecfb";s:50:"Drush\Drupal\Commands\sql\SanitizeSessionsCommands";s:40:"37793a13e5e15e8bd19a7007130d1d9662f7d63a";s:52:"Drush\Drupal\Commands\sql\SanitizeUserFieldsCommands";s:40:"1ff5ac775f85d39faf9f404369733f0090248ddc";s:51:"Drush\Drupal\Commands\sql\SanitizeUserTableCommands";s:40:"25871d122e70a8d9a90b560c4c92d2be597452ed";s:25:"Drush\Drupal\DrupalKernel";s:40:"92107c34f327b8944c5e31b0965be7fa4b15fb3f";s:30:"Drush\Drupal\DrupalKernelTrait";s:40:"e2f00980ea2434d2f8d978b6ab99a2f41c56ea40";s:23:"Drush\Drupal\DrupalUtil";s:40:"d0fafb1752917ae68794bd090350364e94b80bf1";s:39:"Drush\Drupal\DrushLoggerServiceProvider";s:40:"6f29df552081a1e12f6738eac0281774c6f16dcb";s:31:"Drush\Drupal\ExtensionDiscovery";s:40:"fb933550f9c5331f93849102e6f5fc1d931b3c2c";s:28:"Drush\Drupal\InstallerKernel";s:40:"391e8452fda79c7bad601733b1b0e6d1b31234ee";s:34:"Drush\Drupal\Migrate\MigrateEvents";s:40:"4b69b3c6baaa0bd0f1c7abfdcd4d89be6eb01c6c";s:38:"Drush\Drupal\Migrate\MigrateExecutable";s:40:"b004399f2745fe3a5977d6f191be6f5532ef247e";s:39:"Drush\Drupal\Migrate\MigrateIdMapFilter";s:40:"4eae43e4485213058e970df4b4406ccb151dda0d";s:35:"Drush\Drupal\Migrate\MigrateMessage";s:40:"f2050fac876c8b10f85fe7b155f591ba6b092ae8";s:50:"Drush\Drupal\Migrate\MigrateMissingSourceRowsEvent";s:40:"2e3593d257ad6bfeb71c06cc92f4753c3993c65c";s:43:"Drush\Drupal\Migrate\MigratePrepareRowEvent";s:40:"399b19f658c0c3fa9b813c867f9274983a40c7a7";s:33:"Drush\Drupal\Migrate\MigrateUtils";s:40:"de83bad3246d42df7c0078e86771280847cfbe16";s:40:"Drush\Drupal\Migrate\ValidateMigrationId";s:40:"7b5e9fd1e0152ac203df8736dc05cd43f59c60fb";s:25:"Drush\Drupal\UpdateKernel";s:40:"102d35028970cdeee6399a167a6c305e24b40d60";s:11:"Drush\Drush";s:40:"197f07cb07f507d520cd528b4b432ce5d9f810c5";s:39:"Drush\Exceptions\CommandFailedException";s:40:"015fad4d6b03b492167d78cbb0274a4fd68bb098";s:35:"Drush\Exceptions\UserAbortException";s:40:"a5f2e952ba4a43d7b62c2fef2c774b40e12e63dd";s:20:"Drush\Exec\ExecTrait";s:40:"56809e59c043e6380cf0b987321de33995923ab5";s:38:"Drush\Formatters\DrushFormatterManager";s:40:"60ab2fc3432227740c0f6ae11bcb383846c75fd8";s:40:"Drush\Formatters\EntityToArraySimplifier";s:40:"20610987a2202be6a4edf8017f8cc854324a81b2";s:18:"Drush\Log\DrushLog";s:40:"0923575fb723557eb77c6022616531e002086c1e";s:28:"Drush\Log\DrushLoggerManager";s:40:"e0946819558d8c85a94f46b9205da7c251403dfd";s:16:"Drush\Log\Logger";s:40:"41e31e7fec4eba32b23fcd243fd1a1064e991d0a";s:26:"Drush\Log\SuccessInterface";s:40:"27eefb2979984981a547d4eee9ef96c31fa65600";s:32:"Drush\Preflight\ArgsPreprocessor";s:40:"bc88211962bba3ff95d964fac5526d06627b0719";s:28:"Drush\Preflight\ArgsRemapper";s:40:"84ab12528a9b23d29f462b18cc2173465393b5cd";s:31:"Drush\Preflight\LegacyPreflight";s:40:"81ef27848683f2b0f26c751ad07214912a69b6eb";s:25:"Drush\Preflight\Preflight";s:40:"cf3c5feabe8ff00c41865177f02ffbc8ee07c188";s:29:"Drush\Preflight\PreflightArgs";s:40:"8a37b6dc30b5109facdd88e107c966473f40605f";s:38:"Drush\Preflight\PreflightArgsInterface";s:40:"071e79d237766c998c6c26ba65076c3e530bd663";s:28:"Drush\Preflight\PreflightLog";s:40:"048ea90245d7cf90fe77785d4c6a122ccfec7675";s:36:"Drush\Preflight\PreflightSiteLocator";s:40:"b3a78d4a7c093a4fb54aa871fb8de90c91435646";s:31:"Drush\Preflight\PreflightVerify";s:40:"778e5c52375a6b59919a18dd9a281d6fd360fe25";s:37:"Drush\Preflight\RedispatchToSiteLocal";s:40:"4210f401140025a8de38980c34dc37135ddc0379";s:18:"Drush\Psysh\Caster";s:40:"9a75b030b00ea67221b03e86a4660b4f2f1e46c8";s:24:"Drush\Psysh\DrushCommand";s:40:"d6f606cea147fded39bb5ec5baf4ad78467bf490";s:28:"Drush\Psysh\DrushHelpCommand";s:40:"6c3d048844763a489844b40def399e4204d20f7e";s:17:"Drush\Psysh\Shell";s:40:"1baaf077f053af3c766441d1f7bfee3cb1b72a2b";s:33:"Drush\Runtime\DependencyInjection";s:40:"b5f13952dba11202eff291022d01acf3cf8a1aa7";s:26:"Drush\Runtime\ErrorHandler";s:40:"5dee24f675862255370a0ec585eb564444c96c7c";s:30:"Drush\Runtime\HandlerInterface";s:40:"b07c130ee3ab6d52945e5c4444a500277cf82ab3";s:33:"Drush\Runtime\LegacyServiceFinder";s:40:"e3928500fef5c516544ff71c7957002de3a33026";s:39:"Drush\Runtime\LegacyServiceInstantiator";s:40:"a51a459c2f861fb305270eb960999e9ba062ab42";s:28:"Drush\Runtime\RedispatchHook";s:40:"68d23842e6dac2a9b4b420862992edfa4f5e5fe5";s:21:"Drush\Runtime\Runtime";s:40:"79c256ae2af6bee2d55ac4e4db2f20abd59d2784";s:28:"Drush\Runtime\ServiceManager";s:40:"ef74dc22ef290639221c1a1b3d07fe88c91749f9";s:29:"Drush\Runtime\ShutdownHandler";s:40:"c0ba7a26941c6763c831c4da1afa131540e4addc";s:32:"Drush\Runtime\TildeExpansionHook";s:40:"4de0ddc3b9fcc229591e7ee4880431da6f539adf";s:24:"Drush\SiteAlias\HostPath";s:40:"5c910d7c27bd74726aebab778b40b86216fe1513";s:30:"Drush\SiteAlias\ProcessManager";s:40:"1eb19b15680517173133255e1dcdbd835d9e0cd9";s:35:"Drush\SiteAlias\SiteAliasFileLoader";s:40:"e14b843b0141db3b9dbf9da7f62d72dd4e753f46";s:46:"Drush\SiteAlias\SiteAliasManagerAwareInterface";s:40:"e9b71971fe29bb05eb65d8f2b2230ebcec86ff31";s:29:"Drush\SiteAlias\SiteAliasName";s:40:"e32acd745d6efc6a6e8dbc91c87cf4034d8a9738";s:30:"Drush\SiteAlias\SiteSpecParser";s:40:"1be76d41357a49734f8671ff33aa964fc2922e66";s:47:"Drush\SiteAlias\Util\InternalYamlDataFileLoader";s:40:"b1f3913db3786ba200afefb6d2ad429495880072";s:17:"Drush\Sql\SqlBase";s:40:"5c73a182cb41cffee7736a6ab67955bac5c301f6";s:22:"Drush\Sql\SqlException";s:40:"d6ca84ba463591f586c5c67f387e48a6399030e9";s:20:"Drush\Sql\SqlMariaDB";s:40:"da7611c7c7e4868b5d1eff0624af999098edb0fd";s:18:"Drush\Sql\SqlMysql";s:40:"3c39be23a3933384d00fbf17ce64a5976dc56dff";s:18:"Drush\Sql\SqlPgsql";s:40:"4a974ea30f877b81be924e18c338b34a0a4d2791";s:19:"Drush\Sql\SqlSqlite";s:40:"722aeaa58fafd5cf79c706621f876b84144067c5";s:32:"Drush\Sql\SqlTableSelectionTrait";s:40:"99ad0936bb9b56dc7a8f8e5a32a2ac860bf1eb1b";s:35:"Drush\Symfony\BootstrapCompilerPass";s:40:"0ff4c684d1e92513fcd320bf394856dd8ee3165f";s:32:"Drush\Symfony\DrushStyleInjector";s:40:"c460dc34b704024eaeb32e46f7d44b1ebe5fea5b";s:29:"Drush\TestTraits\CliTestTrait";s:40:"41dfd46136ca550395304542ad18251b676db30f";s:31:"Drush\TestTraits\DrushTestTrait";s:40:"5ad58fadecdd79e446b3023bf7c75944cf9d3bfa";s:33:"Drush\TestTraits\OutputUtilsTrait";s:40:"6f0ba2d60ea0a353fb3e1610b4e098cfa6adfa67";s:19:"Drush\Utils\FsUtils";s:40:"42f3d2c801edfda26e958d94d5ad9a46d330d163";s:23:"Drush\Utils\StringUtils";s:40:"8a71c0a3d40a7a0f1ce4f1537f512d544f45cc60";}i:1;a:1:{i:0;s:4:"12.x";}i:2;a:35:{i:0;s:5:"Drush";i:1;s:16:"Drush\Attributes";i:2;s:13:"Drush\Backend";i:3;s:10:"Drush\Boot";i:4;s:13:"Drush\Command";i:5;s:14:"Drush\Commands";i:6;s:21:"Drush\Commands\config";i:7;s:19:"Drush\Commands\core";i:8;s:20:"Drush\Commands\field";i:9;s:23:"Drush\Commands\generate";i:10;s:34:"Drush\Commands\generate\Generators";i:11;s:40:"Drush\Commands\generate\Generators\Drush";i:12;s:19:"Drush\Commands\help";i:13;s:17:"Drush\Commands\pm";i:14;s:18:"Drush\Commands\sql";i:15;s:12:"Drush\Config";i:16;s:19:"Drush\Config\Loader";i:17;s:12:"Drush\Drupal";i:18;s:18:"Drush\DrupalFinder";i:19;s:21:"Drush\Drupal\Commands";i:20;s:25:"Drush\Drupal\Commands\sql";i:21;s:20:"Drush\Drupal\Migrate";i:22;s:16:"Drush\Exceptions";i:23;s:10:"Drush\Exec";i:24;s:16:"Drush\Formatters";i:25;s:9:"Drush\Log";i:26;s:15:"Drush\Preflight";i:27;s:11:"Drush\Psysh";i:28;s:13:"Drush\Runtime";i:29;s:15:"Drush\SiteAlias";i:30;s:20:"Drush\SiteAlias\Util";i:31;s:9:"Drush\Sql";i:32;s:13:"Drush\Symfony";i:33;s:16:"Drush\TestTraits";i:34;s:11:"Drush\Utils";}} \ No newline at end of file +O:21:"Doctum\Renderer\Index":3:{i:0;a:210:{s:17:"Drush\Application";s:40:"c8546582302ee9590cebe7bc1143da2f736ed7cc";s:25:"Drush\Attributes\Argument";s:40:"1ff372690648d58d6514d221e8724a042778b42b";s:26:"Drush\Attributes\Bootstrap";s:40:"e7a8a2448f00ea17347c124952d4def1ca9d5b54";s:24:"Drush\Attributes\Command";s:40:"bd1747f7e3c9975d5a2d028dc4b238a89cf668e4";s:25:"Drush\Attributes\Complete";s:40:"335a10b2c612e852b5405ebdf21a32968c651c48";s:30:"Drush\Attributes\DefaultFields";s:40:"fdb089f78deabcb98b45e73d2bbb168473d2bc00";s:35:"Drush\Attributes\DefaultTableFields";s:40:"fde38039dc15458898fbccda1ca8514629918ee5";s:28:"Drush\Attributes\FieldLabels";s:40:"7d3400eef2c81bea8b16de78ae25875eb45dac3e";s:35:"Drush\Attributes\FilterDefaultField";s:40:"8342818967a26caf54540d80991f5912e4edf342";s:23:"Drush\Attributes\Format";s:40:"cef673f6d8c638fdf400255de12e4d814c497451";s:37:"Drush\Attributes\HandleRemoteCommands";s:40:"4f9c80237af4fc93888827302c71a735ddc9e504";s:21:"Drush\Attributes\Help";s:40:"895443cd9f64227312ab34c08612ef1df1258260";s:21:"Drush\Attributes\Hook";s:40:"ff08fdb59982b000bfedaaf753401a7e9e83cb93";s:29:"Drush\Attributes\HookSelector";s:40:"2d5cc44bcd64c79a36a1642edb7c53cbe8a3fc22";s:35:"Drush\Attributes\InteractConfigName";s:40:"618e4febcf8d078b97554a197c7c7f053eeb4773";s:23:"Drush\Attributes\Kernel";s:40:"f74b5b2673f07952c7c622ad85b4f84fd576d9a3";s:32:"Drush\Attributes\NoArgumentsBase";s:40:"1c5f60bf3a302d5b403172fe50107e823175002c";s:25:"Drush\Attributes\Obsolete";s:40:"b21dfe1495a8a0f29dcf821206f56394efbe27d6";s:23:"Drush\Attributes\Option";s:40:"a47bc9f0c47f01e86696da55513123341e50d7e9";s:35:"Drush\Attributes\OptionsetGetEditor";s:40:"70651b88e98b78f5a26a05d37e7268d82fdde406";s:35:"Drush\Attributes\OptionsetProcBuild";s:40:"6595f1a1ea7dc7e124bca9d1a9f3333b60299509";s:29:"Drush\Attributes\OptionsetSql";s:40:"5841d23277c71fa9411e5625c430ef5eaf27b740";s:29:"Drush\Attributes\OptionsetSsh";s:40:"cbaa50f6cea2f96e5d29ec3d7133c49029a70bc9";s:40:"Drush\Attributes\OptionsetTableSelection";s:40:"04204532429243cb23c97e5c68fd72b766565870";s:23:"Drush\Attributes\Topics";s:40:"1bb98150113703de5185fff124c6b2f362f1fbd5";s:22:"Drush\Attributes\Usage";s:40:"8151ddc032eb7c05107800ca18414093a5de1059";s:35:"Drush\Attributes\ValidateConfigName";s:40:"b22a95412551aa67477a2fd3105c3e36818cc09f";s:35:"Drush\Attributes\ValidateEntityLoad";s:40:"82fabbda1cab88680b04dd2da7561dc7fac9781a";s:35:"Drush\Attributes\ValidateFileExists";s:40:"8a866bdc4ac4221ddb2ed8ccaee47ae0a3af2c63";s:39:"Drush\Attributes\ValidateModulesEnabled";s:40:"f27cfd437a8d9103aedb6bbffee2e2a98c041f22";s:36:"Drush\Attributes\ValidatePermissions";s:40:"f0549608bef20a62c0b2956ea07b8faa79e3dd81";s:38:"Drush\Attributes\ValidatePhpExtensions";s:40:"f9e5b612b9a88affcf2e31e85fdb5d309bef7c2a";s:34:"Drush\Attributes\ValidateQueueName";s:40:"dbba574d2c93ee01572a44a281e0b2e884ffb8b7";s:30:"Drush\Attributes\ValidatorBase";s:40:"494890706eb7783fbcd0085217502beacb622039";s:35:"Drush\Attributes\ValidatorInterface";s:40:"a2538d8f22edc26323ae72d72482fb9ec46bd52d";s:24:"Drush\Attributes\Version";s:40:"4255ec15ab0a4175163997fedd3098f2608bee1f";s:34:"Drush\Backend\BackendPathEvaluator";s:40:"ed413e00549adc9c2efa762ae5e6ae82b1003ac4";s:19:"Drush\Boot\BaseBoot";s:40:"0b4f744a5064d520dd4b41566c7b87fba4b95694";s:15:"Drush\Boot\Boot";s:40:"d7e09fcf61a4a853e7926f33236f5bc0f11e0839";s:24:"Drush\Boot\BootstrapHook";s:40:"d157189ed55da818edaf2f36d49ca1c56b52d018";s:27:"Drush\Boot\BootstrapManager";s:40:"fd45d02e127b7ec2cec94449c678c509fa56ce89";s:21:"Drush\Boot\DrupalBoot";s:40:"e6eeb6ae45c2ca435838ee75c87028d4f8b07e61";s:22:"Drush\Boot\DrupalBoot8";s:40:"304f0f25cfb7c23b1e6c840fd9435026d0cb37a5";s:27:"Drush\Boot\DrupalBootLevels";s:40:"04f4d0677a32b2b2d8f83a83cd7393e439ee5213";s:20:"Drush\Boot\EmptyBoot";s:40:"780c8ae878be59111882d76618f7b6a172081d3b";s:18:"Drush\Boot\Kernels";s:40:"26be364b3d1745f4d4372cc1f0053d08102655db";s:37:"Drush\Command\DrushCommandInfoAlterer";s:40:"7c937f1d03abc69d1d7d6725633a2062a4823573";s:40:"Drush\Command\GlobalOptionsEventListener";s:40:"ee5f7bd3d8cd8f19d5747df860e49fc2e15528da";s:32:"Drush\Command\RemoteCommandProxy";s:40:"2710d3f6fbe7b7bff97aa1239d12972db2d7d9ae";s:32:"Drush\Command\ServiceCommandlist";s:40:"28f07e9690e2f128a09e3ba7448051352106ff81";s:28:"Drush\Commands\AutowireTrait";s:40:"17d6952d3fb419740e48da44e1067f84c8cf6b1d";s:32:"Drush\Commands\ConfiguresPrompts";s:40:"9a7f772a659bb43f7b6f68e031e2254c30acd62c";s:28:"Drush\Commands\DrushCommands";s:40:"e53dbe70b67deec1f264fc27b9436772892eaebc";s:30:"Drush\Commands\ExampleCommands";s:40:"6a8cd1ad7c69bb8f29fd65faa4438385d2b71841";s:29:"Drush\Commands\LegacyCommands";s:40:"3091627ef4924b47b1f3a254771b2784cf3a9b8f";s:30:"Drush\Commands\OptionsCommands";s:40:"0cca0dac0e8cf4db1a92decc516e281e8952b1b6";s:33:"Drush\Commands\ValidatorsCommands";s:40:"fed2c2eaeb6dc6675f0132c4d1d11881c06d03df";s:36:"Drush\Commands\config\ConfigCommands";s:40:"8c92caafe6850df70f3858bd7cc45d617bc071e0";s:42:"Drush\Commands\config\ConfigExportCommands";s:40:"a8317174ea622c21c2a0aa250ac8924216eff040";s:42:"Drush\Commands\config\ConfigImportCommands";s:40:"cf647ab6bf767ad243db94e3c4f520d0824186a7";s:40:"Drush\Commands\config\ConfigPullCommands";s:40:"eb12ec099bf9c94e8fe565c9d04c7015680b98d1";s:39:"Drush\Commands\core\ArchiveDumpCommands";s:40:"40dc6d84e802499152a2e7f10c2bdb25a77c4d1f";s:33:"Drush\Commands\core\BatchCommands";s:40:"16e15ef3100edb0fd27a9b8b6b00b5cf466561da";s:34:"Drush\Commands\core\BrowseCommands";s:40:"9e841b77d071cee02804c87eca169e9f79e2e28f";s:33:"Drush\Commands\core\CacheCommands";s:40:"68e3f187624fe505c4222f2db82fec99fc25aed8";s:40:"Drush\Commands\core\CacheRebuildCommands";s:40:"feb732cbcfb5db7f471e01c140969c4a4d796536";s:31:"Drush\Commands\core\CliCommands";s:40:"ac62895c7a7a4f3143ccd9cad680e34c01f1ec72";s:32:"Drush\Commands\core\CoreCommands";s:40:"95a346f0ad4162afc49d422e7c69ea2c898cb12a";s:34:"Drush\Commands\core\DeployCommands";s:40:"8aee2733f372e7521bd6e8cd7c304f3383e70d79";s:38:"Drush\Commands\core\DeployHookCommands";s:40:"45d5d79de58b1825d145750e3e777709de918054";s:32:"Drush\Commands\core\DocsCommands";s:40:"4dc587771a652d86deac686ffdf79856ac77a310";s:34:"Drush\Commands\core\DrupalCommands";s:40:"df359b6f5e4f41a365037c79474cdcfe5cb93a3f";s:43:"Drush\Commands\core\DrupalDirectoryCommands";s:40:"a15c69eca46be743b9d40f668aa2e20aa14783e5";s:37:"Drush\Commands\core\DrupliconCommands";s:40:"bde3530ecde1a8d26e6f7450ca52c9b8a7227b6d";s:32:"Drush\Commands\core\EditCommands";s:40:"e1dcc5c835913c4f275452bc047056a4edb3a07b";s:34:"Drush\Commands\core\EntityCommands";s:40:"585f32cddd48551178f72cc0b80ceb39f302b104";s:40:"Drush\Commands\core\EntityCreateCommands";s:40:"c004d89fff51a9ac23e7b330d5eedb816942782b";s:33:"Drush\Commands\core\ImageCommands";s:40:"aa6d8afb5a08ce60fedbf3b64792f73125773104";s:35:"Drush\Commands\core\JsonapiCommands";s:40:"135c3eabc8f2bc69e7771923180c656c6afd111c";s:36:"Drush\Commands\core\LanguageCommands";s:40:"1e75051c30b1ae6be32dac710530803adf866a2b";s:29:"Drush\Commands\core\LinkHooks";s:40:"623bed3b80fc13f465d983c6429196046f8faf7f";s:34:"Drush\Commands\core\LocaleCommands";s:40:"cdc7ab9191ff3d29399843afb81afe1bfb9b001d";s:33:"Drush\Commands\core\LoginCommands";s:40:"9d4c33eb8f83af71c6d492ca274ed9cadda262c8";s:33:"Drush\Commands\core\MaintCommands";s:40:"4a2077b831753908cb4d76bc5876c63567bf98a4";s:37:"Drush\Commands\core\MessengerCommands";s:40:"172dca7e11e5128369c2f5201bf38cde89eb718c";s:41:"Drush\Commands\core\MigrateRunnerCommands";s:40:"56816997bbc838b3d7344edc478d759e6582c12e";s:30:"Drush\Commands\core\MkCommands";s:40:"3f33bd24dcc53d537a7ea103d6cc20b78f4a7753";s:34:"Drush\Commands\core\NotifyCommands";s:40:"d83275ea06ce0bc3bbb2f933577c9caa138c3c27";s:31:"Drush\Commands\core\PhpCommands";s:40:"c383e82a6cb16411a03653e176d23ffca5f4221c";s:33:"Drush\Commands\core\QueueCommands";s:40:"b131f5b71ef6ec205860f2aa7d8b13fec14738e6";s:32:"Drush\Commands\core\RoleCommands";s:40:"6c991cfd41c75985a0d790a9aaa1f72c8c67ffd1";s:33:"Drush\Commands\core\RsyncCommands";s:40:"0e5246ff0372ce14521a5ec11a9dd5e19d7a37c9";s:37:"Drush\Commands\core\RunserverCommands";s:40:"517aa3dd7c0d8a7f78e8c2e382fd8c73cfa40371";s:32:"Drush\Commands\core\SiteCommands";s:40:"29f46a293b2142ce53e61b18694ef6e5793c4edb";s:39:"Drush\Commands\core\SiteInstallCommands";s:40:"8591fea28e8197bb61278e56cda220174a08c89e";s:31:"Drush\Commands\core\SshCommands";s:40:"b52e6fc0c7302ae750118a2354e71681dd5aee1a";s:33:"Drush\Commands\core\StateCommands";s:40:"f5f3414cdda6b2069634280b9090a0ed71d5f44f";s:34:"Drush\Commands\core\StatusCommands";s:40:"ed494f20811f4a1629f1919d7e464d9c37098ba4";s:33:"Drush\Commands\core\TopicCommands";s:40:"13dd5a8b9f7427ccd812a7d101fc53833c292f39";s:32:"Drush\Commands\core\TwigCommands";s:40:"c66b051f2acc3288afc028afdee82c9bfaf602a5";s:36:"Drush\Commands\core\UpdateDBCommands";s:40:"c23554a6266dd01a153a498fbc7b30605582f8ad";s:32:"Drush\Commands\core\UserCommands";s:40:"8998a390594857964ac8095068391496f83687e6";s:33:"Drush\Commands\core\ViewsCommands";s:40:"86c3b87a3dba120ec9ce5a4391e2435a6c0f9452";s:36:"Drush\Commands\core\WatchdogCommands";s:40:"5aae7df40b5e920d31f81b977d57d05f44a47167";s:34:"Drush\Commands\core\XhprofCommands";s:40:"0a77aabc90c3df79ee4bb0f7b12fd935aeb38fef";s:45:"Drush\Commands\field\EntityTypeBundleAskTrait";s:40:"ff137ea9f12d0e22fe95977be850f3ab53225151";s:52:"Drush\Commands\field\EntityTypeBundleValidationTrait";s:40:"9c4b33bc7b1947fd7db4497382845e36402dc6d8";s:42:"Drush\Commands\field\FieldBaseInfoCommands";s:40:"1bfb308f4c29601cb0a82009267b0fa560b92453";s:52:"Drush\Commands\field\FieldBaseOverrideCreateCommands";s:40:"dcf9188518a5f5d7644a8f4eba68c39f66e7c229";s:40:"Drush\Commands\field\FieldCreateCommands";s:40:"a5464ed4e9873ab31a264b24c5dfee403079f855";s:44:"Drush\Commands\field\FieldDefinitionCommands";s:40:"ea58adf653d11419ed24b0f58ac9628fc755f80d";s:53:"Drush\Commands\field\FieldDefinitionRowsOfFieldsTrait";s:40:"60f79954011c8d89c9de86039a88720837acc0d2";s:40:"Drush\Commands\field\FieldDeleteCommands";s:40:"e08dc02c509b4f9bc2501a657acedbb32328f576";s:46:"Drush\Commands\field\FieldEntityReferenceHooks";s:40:"c649b7926deec568e952491002bf13ef13007d2f";s:38:"Drush\Commands\field\FieldInfoCommands";s:40:"4d454115064e1e4d8312d4f1844af7a1e5863a07";s:35:"Drush\Commands\field\FieldTextHooks";s:40:"c10510277fb22babdcdc9a60653edba0f0dd8b76";s:42:"Drush\Commands\generate\ApplicationFactory";s:40:"12130e30c94944c9ed6bf4be9c2aff3bc82d8b53";s:40:"Drush\Commands\generate\GenerateCommands";s:40:"9f832f134c0851133d6f762c92ee73f64f5198df";s:55:"Drush\Commands\generate\Generators\Drush\DrushAliasFile";s:40:"c6d6c47d0742486a05cd01907a957169b6487c29";s:57:"Drush\Commands\generate\Generators\Drush\DrushCommandFile";s:40:"a7ab8e7f844a392af9af00789f89f5f0b6fc641a";s:59:"Drush\Commands\generate\Generators\Drush\DrushGeneratorFile";s:40:"51d7e9118f7d2a3edf958a9f97f07f254a9189e5";s:37:"Drush\Commands\help\DrushHelpDocument";s:40:"8f963bc4337d9875b916c7fdd9d787caa82932b4";s:36:"Drush\Commands\help\HelpCLIFormatter";s:40:"ed63aab190e02974902130574b05c426d04ec587";s:32:"Drush\Commands\help\HelpCommands";s:40:"d58a5212c3eb143ff2ef4befec33907dafe50623";s:32:"Drush\Commands\help\ListCommands";s:40:"4ccdb869f841280b68a70a57bca946acfa833144";s:28:"Drush\Commands\pm\PmCommands";s:40:"004572613c490291bb57d3a22183507f024cd28c";s:31:"Drush\Commands\pm\ThemeCommands";s:40:"0e008d780c18103c1b38ec4de7ac9dea59b10fce";s:30:"Drush\Commands\sql\SqlCommands";s:40:"8e0f34a4b5d2581a72fdefa710b7eb317ceba9a7";s:34:"Drush\Commands\sql\SqlSyncCommands";s:40:"6aeb7ed74eda2ff715b6380f439566f092a3dece";s:44:"Drush\Commands\sql\sanitize\SanitizeCommands";s:40:"480b1fc93289df87edcab60b04032a9767da78ca";s:52:"Drush\Commands\sql\sanitize\SanitizeCommentsCommands";s:40:"31a5d07707ecff740102a23b6438905f7f8ab67b";s:51:"Drush\Commands\sql\sanitize\SanitizePluginInterface";s:40:"90a583a6a4179fb57f464d4c381553d82d9af469";s:52:"Drush\Commands\sql\sanitize\SanitizeSessionsCommands";s:40:"f739d3aad5ba0245fb9128701f6665a509eb0262";s:54:"Drush\Commands\sql\sanitize\SanitizeUserFieldsCommands";s:40:"b09ef05f2e4041ef188f13ac5a4af5a743772a9c";s:53:"Drush\Commands\sql\sanitize\SanitizeUserTableCommands";s:40:"c5f9e77808e178983b6fdd865432d21d5fe73a4b";s:29:"Drush\Config\ConfigAwareTrait";s:40:"2c685453b92f9b3d19bb55ac1cd5d6f9679cdf45";s:26:"Drush\Config\ConfigLocator";s:40:"f77703a721c172aabd826319fad8ab720e2357d1";s:24:"Drush\Config\DrushConfig";s:40:"b8452c635343580d4db73549cde6248224df0f38";s:24:"Drush\Config\Environment";s:40:"550dfa6f1fe8f8fe1e10270b15bfad2c91685604";s:36:"Drush\Config\Loader\YamlConfigLoader";s:40:"d2639b65fe6857a869c0f7a54cdeccd649ec58e4";s:36:"Drush\DrupalFinder\DrushDrupalFinder";s:40:"65c57fee96e6cc96b9b3e119e1d7e454aaf3ec06";s:49:"Drush\Drupal\Commands\sql\SanitizePluginInterface";s:40:"f8b4c719499854be9f6e09c40c645b38a94e862b";s:25:"Drush\Drupal\DrupalKernel";s:40:"b5ae7e7bec146917cc3eb2e90f3ee4f69bc3f911";s:23:"Drush\Drupal\DrupalUtil";s:40:"d0fafb1752917ae68794bd090350364e94b80bf1";s:39:"Drush\Drupal\DrushLoggerServiceProvider";s:40:"6f29df552081a1e12f6738eac0281774c6f16dcb";s:31:"Drush\Drupal\ExtensionDiscovery";s:40:"fb933550f9c5331f93849102e6f5fc1d931b3c2c";s:28:"Drush\Drupal\InstallerKernel";s:40:"207dce8c3f7f041e74005367d86716edd996b4be";s:34:"Drush\Drupal\Migrate\MigrateEvents";s:40:"4b69b3c6baaa0bd0f1c7abfdcd4d89be6eb01c6c";s:38:"Drush\Drupal\Migrate\MigrateExecutable";s:40:"0e7bbd5062ad74a1530f7ecab572b78fe68e76bf";s:39:"Drush\Drupal\Migrate\MigrateIdMapFilter";s:40:"4eae43e4485213058e970df4b4406ccb151dda0d";s:35:"Drush\Drupal\Migrate\MigrateMessage";s:40:"0890f200cb7c54f9a232f7b9ac317bb98b23246b";s:50:"Drush\Drupal\Migrate\MigrateMissingSourceRowsEvent";s:40:"2e3593d257ad6bfeb71c06cc92f4753c3993c65c";s:43:"Drush\Drupal\Migrate\MigratePrepareRowEvent";s:40:"399b19f658c0c3fa9b813c867f9274983a40c7a7";s:33:"Drush\Drupal\Migrate\MigrateUtils";s:40:"c61edc2a4b746db3550ee70ccab0d1efe017dad1";s:40:"Drush\Drupal\Migrate\ValidateMigrationId";s:40:"7b5e9fd1e0152ac203df8736dc05cd43f59c60fb";s:25:"Drush\Drupal\UpdateKernel";s:40:"2532c5036aaa7317188cc3f9c6b6162ddf83cca4";s:11:"Drush\Drush";s:40:"bc41dff2ade534194e789f00be6b7306d0bfb87d";s:39:"Drush\Exceptions\CommandFailedException";s:40:"74aa7c63bc6c911da64a8f9d50e58207a5fbe0b6";s:35:"Drush\Exceptions\UserAbortException";s:40:"590e9515012dfd1a95ece7d4ebdfcbcb4e0c6a18";s:20:"Drush\Exec\ExecTrait";s:40:"3b3287770b65d2e5ffda7a87e2302b1b2db13151";s:38:"Drush\Formatters\DrushFormatterManager";s:40:"60ab2fc3432227740c0f6ae11bcb383846c75fd8";s:40:"Drush\Formatters\EntityToArraySimplifier";s:40:"20610987a2202be6a4edf8017f8cc854324a81b2";s:18:"Drush\Log\DrushLog";s:40:"b40c1679c105330785d182ec9b2857b601882518";s:28:"Drush\Log\DrushLoggerManager";s:40:"e0946819558d8c85a94f46b9205da7c251403dfd";s:16:"Drush\Log\Logger";s:40:"41e31e7fec4eba32b23fcd243fd1a1064e991d0a";s:26:"Drush\Log\SuccessInterface";s:40:"27eefb2979984981a547d4eee9ef96c31fa65600";s:32:"Drush\Preflight\ArgsPreprocessor";s:40:"4c58fe97dd4cc3c0263ccb6bbfe6e468395c7d33";s:28:"Drush\Preflight\ArgsRemapper";s:40:"09e00ad19dbdfb3332a84c990678fa289a330f66";s:31:"Drush\Preflight\LegacyPreflight";s:40:"81ef27848683f2b0f26c751ad07214912a69b6eb";s:25:"Drush\Preflight\Preflight";s:40:"594098f88ed186bfbc33bf5c1ce86cd050c78dc8";s:29:"Drush\Preflight\PreflightArgs";s:40:"b511d984cd8e7a8660c5d7ef2425c7c22406f704";s:38:"Drush\Preflight\PreflightArgsInterface";s:40:"071e79d237766c998c6c26ba65076c3e530bd663";s:28:"Drush\Preflight\PreflightLog";s:40:"048ea90245d7cf90fe77785d4c6a122ccfec7675";s:36:"Drush\Preflight\PreflightSiteLocator";s:40:"94341bd6b4a75003d8eaff3ed48e0982b8a9a6fd";s:31:"Drush\Preflight\PreflightVerify";s:40:"ae26236c4419bce027002778d4a29be7bb473da2";s:18:"Drush\Psysh\Caster";s:40:"9a75b030b00ea67221b03e86a4660b4f2f1e46c8";s:24:"Drush\Psysh\DrushCommand";s:40:"c372e863000091346916df717287d5d33e5bb873";s:28:"Drush\Psysh\DrushHelpCommand";s:40:"02b6353c68d3d5c60a5bf477b0def5beb24e4ef1";s:17:"Drush\Psysh\Shell";s:40:"57a5a8b30ba7ca461c0c01bf83d8a5ad55144413";s:33:"Drush\Runtime\DependencyInjection";s:40:"e9550c56414bc131242cbf3320a5135f50747ea8";s:26:"Drush\Runtime\ErrorHandler";s:40:"5dee24f675862255370a0ec585eb564444c96c7c";s:30:"Drush\Runtime\HandlerInterface";s:40:"b07c130ee3ab6d52945e5c4444a500277cf82ab3";s:33:"Drush\Runtime\LegacyServiceFinder";s:40:"1a6e0c0776a23d45dc3ff3bf5fb9e0037f1fb4f5";s:39:"Drush\Runtime\LegacyServiceInstantiator";s:40:"76e899cd4dc2aee8d0c90bcfcddcb2e9f05b3200";s:28:"Drush\Runtime\RedispatchHook";s:40:"95a1824f3cce5c15627ecbb5751618ce76b1b714";s:21:"Drush\Runtime\Runtime";s:40:"79c256ae2af6bee2d55ac4e4db2f20abd59d2784";s:28:"Drush\Runtime\ServiceManager";s:40:"66c79850f91bcb41972706f397bc455024ad77b9";s:29:"Drush\Runtime\ShutdownHandler";s:40:"c0ba7a26941c6763c831c4da1afa131540e4addc";s:32:"Drush\Runtime\TildeExpansionHook";s:40:"4de0ddc3b9fcc229591e7ee4880431da6f539adf";s:24:"Drush\SiteAlias\HostPath";s:40:"5c910d7c27bd74726aebab778b40b86216fe1513";s:30:"Drush\SiteAlias\ProcessManager";s:40:"3dae21b731bf00a08b6fe4bd53a507d12aba9a57";s:35:"Drush\SiteAlias\SiteAliasFileLoader";s:40:"e14b843b0141db3b9dbf9da7f62d72dd4e753f46";s:46:"Drush\SiteAlias\SiteAliasManagerAwareInterface";s:40:"e9b71971fe29bb05eb65d8f2b2230ebcec86ff31";s:29:"Drush\SiteAlias\SiteAliasName";s:40:"e32acd745d6efc6a6e8dbc91c87cf4034d8a9738";s:30:"Drush\SiteAlias\SiteSpecParser";s:40:"1be76d41357a49734f8671ff33aa964fc2922e66";s:47:"Drush\SiteAlias\Util\InternalYamlDataFileLoader";s:40:"b1f3913db3786ba200afefb6d2ad429495880072";s:17:"Drush\Sql\SqlBase";s:40:"51910db54c6a369d4f2771123b8e9d11356a0881";s:22:"Drush\Sql\SqlException";s:40:"d6ca84ba463591f586c5c67f387e48a6399030e9";s:20:"Drush\Sql\SqlMariaDB";s:40:"da7611c7c7e4868b5d1eff0624af999098edb0fd";s:18:"Drush\Sql\SqlMysql";s:40:"c9a340f49e5480deaa0048d8711071f8230d8ce1";s:18:"Drush\Sql\SqlPgsql";s:40:"3932ee199a4d700f36f47be2174d53693470ec22";s:19:"Drush\Sql\SqlSqlite";s:40:"a2d94fc4cad5e60803832389c4a0dc2a98a0bc35";s:32:"Drush\Sql\SqlTableSelectionTrait";s:40:"4922db734c95944fdc5d08b864d3f0de37836e31";s:35:"Drush\Symfony\BootstrapCompilerPass";s:40:"0ff4c684d1e92513fcd320bf394856dd8ee3165f";s:32:"Drush\Symfony\DrushStyleInjector";s:40:"c460dc34b704024eaeb32e46f7d44b1ebe5fea5b";s:29:"Drush\TestTraits\CliTestTrait";s:40:"41dfd46136ca550395304542ad18251b676db30f";s:31:"Drush\TestTraits\DrushTestTrait";s:40:"3c2e5d2b7bfeffaba9333757786b8b20d2bf6b0b";s:33:"Drush\TestTraits\OutputUtilsTrait";s:40:"d7cd0239fb04d4076e76290abe31ef9d889336ad";s:19:"Drush\Utils\FsUtils";s:40:"27f9bda48e950ac7947b60ed2a3a6348b974775c";s:23:"Drush\Utils\StringUtils";s:40:"93cb18ece32bf90f958c2e94046beb0bd8373e13";}i:1;a:1:{i:0;s:4:"13.x";}i:2;a:36:{i:0;s:5:"Drush";i:1;s:16:"Drush\Attributes";i:2;s:13:"Drush\Backend";i:3;s:10:"Drush\Boot";i:4;s:13:"Drush\Command";i:5;s:14:"Drush\Commands";i:6;s:21:"Drush\Commands\config";i:7;s:19:"Drush\Commands\core";i:8;s:20:"Drush\Commands\field";i:9;s:23:"Drush\Commands\generate";i:10;s:34:"Drush\Commands\generate\Generators";i:11;s:40:"Drush\Commands\generate\Generators\Drush";i:12;s:19:"Drush\Commands\help";i:13;s:17:"Drush\Commands\pm";i:14;s:18:"Drush\Commands\sql";i:15;s:27:"Drush\Commands\sql\sanitize";i:16;s:12:"Drush\Config";i:17;s:19:"Drush\Config\Loader";i:18;s:12:"Drush\Drupal";i:19;s:18:"Drush\DrupalFinder";i:20;s:21:"Drush\Drupal\Commands";i:21;s:25:"Drush\Drupal\Commands\sql";i:22;s:20:"Drush\Drupal\Migrate";i:23;s:16:"Drush\Exceptions";i:24;s:10:"Drush\Exec";i:25;s:16:"Drush\Formatters";i:26;s:9:"Drush\Log";i:27;s:15:"Drush\Preflight";i:28;s:11:"Drush\Psysh";i:29;s:13:"Drush\Runtime";i:30;s:15:"Drush\SiteAlias";i:31;s:20:"Drush\SiteAlias\Util";i:32;s:9:"Drush\Sql";i:33;s:13:"Drush\Symfony";i:34;s:16:"Drush\TestTraits";i:35;s:11:"Drush\Utils";}} \ No newline at end of file diff --git a/api/traits.html b/api/traits.html index 8fea1772a1..c95aae963d 100644 --- a/api/traits.html +++ b/api/traits.html @@ -85,7 +85,15 @@

    Traits

    A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.

    -
    +
    + +
    + +
    +
    +
    @@ -109,7 +117,7 @@

    Traits

    -
    +
    @@ -117,15 +125,7 @@

    Traits

    -
    - -
    -

    Common functionality for overridden kernels.

    -
    -
    -
    +
    @@ -133,7 +133,7 @@

    Traits

    -