diff --git a/api/Drush/Application.html b/api/Drush/Application.html index 0bdb411992..1a6806fac4 100644 --- a/api/Drush/Application.html +++ b/api/Drush/Application.html @@ -86,7 +86,7 @@
class - Application extends Application implements LoggerAwareInterface, ConfigAwareInterface (View source) + Application extends Application implements LoggerAwareInterface, ConfigAwareInterface (View source)
@@ -388,7 +388,7 @@ DrushConfig
getConfig()
@@ -432,7 +432,7 @@
configureGlobalOptions()
@@ -455,7 +455,7 @@
bootstrapManager()
@@ -479,7 +479,7 @@
setBootstrapManager(BootstrapManager $bootstrapManager)
@@ -513,7 +513,7 @@
aliasManager()
@@ -537,7 +537,7 @@
setAliasManager($aliasManager)
@@ -571,7 +571,7 @@
setRedispatchHook(RedispatchHook $redispatchHook)
@@ -605,7 +605,7 @@
setTildeExpansionHook(TildeExpansionHook $tildeExpansionHook)
@@ -639,7 +639,7 @@
setServiceManager(ServiceManager $serviceManager)
@@ -673,7 +673,7 @@
getUri()
@@ -696,7 +696,7 @@
refineUriSelection($cwd)
@@ -730,7 +730,7 @@
selectUri($cwd)
@@ -763,7 +763,7 @@
find($name)
@@ -797,7 +797,7 @@ protected
bootstrapAndFind($name)
@@ -830,7 +830,7 @@ protected
checkObsolete($command)
@@ -864,7 +864,7 @@ protected
configureIO(InputInterface $input, OutputInterface $output)
@@ -903,7 +903,7 @@
configureAndRegisterCommands(InputInterface $input, OutputInterface $output, $commandfileSearchpath, ClassLoader $classLoader)
@@ -952,7 +952,7 @@
renderException(Exception $e, OutputInterface $output)
@@ -990,7 +990,7 @@ void
renderThrowable(Throwable $e, OutputInterface $output)
diff --git a/api/Drush/Attributes/Obsolete.html b/api/Drush/Attributes/Obsolete.html
index 399833dc00..fc673a96f1 100644
--- a/api/Drush/Attributes/Obsolete.html
+++ b/api/Drush/Attributes/Obsolete.html
@@ -86,7 +86,7 @@ class - Obsolete extends NoArgumentsBase (View source) + Obsolete extends NoArgumentsBase (View source)
@@ -95,7 +95,7 @@Mark commands as obsolete. These commands are omitted from help list and when -user tries to run one, the command's description is shown. Example usage at https://github.com/drush-ops/drush/blob/12.x/src/Commands/LegacyCommands.php
protected void
+ configurePrompts(InputInterface $input)
+
+ Configure the prompt fallbacks.
+InputInterface | +$input | ++ |
void | ++ |
protected mixed
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+ protected void
+ restorePrompts()
+
+ Restore the prompts output.
+void | ++ |
protected bool
+ runningUnitTests()
+
+ No description
+ +bool | ++ |
__construct()
@@ -541,8 +764,8 @@ protected SymfonyStyle
+
+ protected DrushStyle
io()
SymfonyStyle | +DrushStyle |
protected DrushLoggerManager|null
logger()
@@ -605,7 +828,7 @@ protected void
printFile(string $file)
@@ -647,7 +870,7 @@
preHook(CommandData $commandData)
@@ -674,13 +897,51 @@
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
++ | $input | ++ |
AnnotationData | +$annotationData | ++ |
protected
printFileTopic(CommandData $commandData)
@@ -713,7 +974,7 @@ protected HandlerStack
getStack()
diff --git a/api/Drush/Commands/config/ConfigCommands.html b/api/Drush/Commands/config/ConfigCommands.html
index fef474158b..891678c25c 100644
--- a/api/Drush/Commands/config/ConfigCommands.html
+++ b/api/Drush/Commands/config/ConfigCommands.html
@@ -86,7 +86,7 @@ final class - ConfigCommands extends DrushCommands implements StdinAwareInterface, SiteAliasManagerAwareInterface (View source) + ConfigCommands extends DrushCommands implements StdinAwareInterface (View source)
@@ -100,17 +100,17 @@A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
Configure the prompt fallbacks.
Prompt the user until the given validation callback passes.
No description
Persist commandData for use in primary command callback. Used by 'topic' commands.
Instantiates a new instance of the implementing class using autowiring.
No description
-No description
- bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -707,7 +728,7 @@ static bool
programExists($program)
@@ -751,7 +772,7 @@ static string
getEditor(string|null $editor = null)
@@ -795,7 +816,7 @@ DrushConfig
getConfig()
@@ -833,15 +854,178 @@ protected void
+ configurePrompts(InputInterface $input)
+
+ Configure the prompt fallbacks.
+InputInterface | +$input | ++ |
void | ++ |
protected mixed
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+ protected void
+ restorePrompts()
+
+ Restore the prompts output.
+void | ++ |
protected bool
+ runningUnitTests()
+
+ No description
+ +bool | ++ |
protected
- __construct(ConfigFactoryInterface $configFactory, StorageInterface $configStorage)
+
+
+ __construct(ConfigFactoryInterface $configFactory, StorageCacheInterface $configStorage, SiteAliasManagerInterface $siteAliasManager, StorageManagerInterface $configStorageExport, ImportStorageTransformer $importStorageTransformer)
protected SymfonyStyle
+DrushCommands at line 59
protected DrushStyle
io()
@@ -897,7 +1096,7 @@ SymfonyStyle | +DrushStyle |
protected DrushLoggerManager|null
logger()
@@ -945,7 +1144,7 @@ protected void
printFile(string $file)
@@ -988,7 +1187,7 @@
preHook(CommandData $commandData)
@@ -1015,6 +1214,45 @@
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
++ | $input | ++ |
AnnotationData | +$annotationData | ++ |
protected
printFileTopic(CommandData $commandData)
@@ -1056,7 +1294,7 @@ protected HandlerStack
getStack()
@@ -1093,48 +1331,16 @@ ConfigFactoryInterface
- getConfigFactory()
-
- No description
- -ConfigFactoryInterface | -- |
static ConfigCommands
- create(ContainerInterface $container)
+
+ static AutowireTrait
+ create(ContainerInterface $container)
No description
- +Instantiates a new instance of the implementing class using autowiring.
ContainerInterface | +ContainerInterface | $container | -+ | The service container this instance should use. |
ConfigCommands | +AutowireTrait |
void
- setExportStorage(StorageInterface $exportStorage)
+
+
+ ConfigFactoryInterface
+ getConfigFactory()
@@ -1189,22 +1394,12 @@
- Parameters
-
-
-
- StorageInterface
- $exportStorage
-
-
-
-
Return Value
- void
+ ConfigFactoryInterface
@@ -1218,7 +1413,7 @@ Return Value
-
+
StorageInterface
getConfigStorageExport()
@@ -1245,56 +1440,13 @@ Return Value
-
-
void
- setImportTransformer(ImportStorageTransformer $importStorageTransformer)
-
- No description
- -ImportStorageTransformer | -$importStorageTransformer | -- |
void | -- |
bool
hasImportTransformer()
@@ -1327,7 +1479,7 @@ ImportStorageTransformer
getImportTransformer()
@@ -1360,7 +1512,7 @@
get($config_name, $key = '', $options = ['format' => 'yaml', 'source' => 'active', 'include-overridden' => false])
@@ -1403,7 +1555,7 @@
set($config_name, $key, $value, $options = ['input-format' => 'string'])
@@ -1451,7 +1603,7 @@ void
edit($config_name, $options = [])
@@ -1498,7 +1650,7 @@ void
delete($config_name, $key = null)
@@ -1545,7 +1697,7 @@ RowsOfFields|null
status($options = ['state' => 'Only in DB,Only in sync dir,Different', 'prefix' => self::REQ])
@@ -1587,7 +1739,7 @@ static string
getDirectory(mixed $directory = null)
@@ -1633,7 +1785,7 @@ array
getChanges($target_storage)
@@ -1675,7 +1827,7 @@
getStorage($directory)
@@ -1708,7 +1860,7 @@ static Table
configChangesTable(array $config_changes, OutputInterface $output, $use_color = true)
@@ -1760,7 +1912,7 @@ void
configComplete(CompletionInput $input, CompletionSuggestions $suggestions)
@@ -1808,7 +1960,7 @@ void
interactConfigName($input, $output)
@@ -1856,7 +2008,7 @@ CommandError|null
validateConfigName(CommandData $commandData)
@@ -1898,7 +2050,7 @@ static void
copyConfig(StorageInterface $source, StorageInterface $destination)
@@ -1954,7 +2106,7 @@ static string
getDiff(StorageInterface $destination_storage, StorageInterface $source_storage, OutputInterface $output)
diff --git a/api/Drush/Commands/config/ConfigExportCommands.html b/api/Drush/Commands/config/ConfigExportCommands.html
index ba91c2feb3..072af5a0bf 100644
--- a/api/Drush/Commands/config/ConfigExportCommands.html
+++ b/api/Drush/Commands/config/ConfigExportCommands.html
@@ -86,7 +86,7 @@ final class - ConfigExportCommands extends DrushCommands (View source) + ConfigExportCommands extends DrushCommands (View source)
@@ -122,6 +122,11 @@Configure the prompt fallbacks.
Prompt the user until the given validation callback passes.
Persist commandData for use in primary command callback. Used by 'topic' commands.
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -539,7 +600,7 @@ static bool
programExists($program)
@@ -583,7 +644,7 @@ static string
getEditor(string|null $editor = null)
@@ -627,7 +688,7 @@ DrushConfig
getConfig()
@@ -665,13 +726,176 @@ protected void
+ configurePrompts(InputInterface $input)
+
+ Configure the prompt fallbacks.
+InputInterface | +$input | ++ |
void | ++ |
protected mixed
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+ protected void
+ restorePrompts()
+
+ Restore the prompts output.
+void | ++ |
protected bool
+ runningUnitTests()
+
+ No description
+ +bool | ++ |
__construct(ConfigManagerInterface $configManager, StorageInterface $configStorage)
@@ -711,8 +935,8 @@ protected SymfonyStyle
+DrushCommands at line 59
protected DrushStyle
io()
SymfonyStyle | +DrushStyle |
protected DrushLoggerManager|null
logger()
@@ -777,7 +1001,7 @@ protected void
printFile(string $file)
@@ -820,7 +1044,7 @@
preHook(CommandData $commandData)
@@ -847,6 +1071,45 @@
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
++ | $input | ++ |
AnnotationData | +$annotationData | ++ |
protected
printFileTopic(CommandData $commandData)
@@ -888,7 +1151,7 @@ protected HandlerStack
getStack()
@@ -931,7 +1194,7 @@ ConfigManagerInterface
getConfigManager()
@@ -964,7 +1227,7 @@ void
setExportStorage(StorageInterface $exportStorage)
@@ -1007,7 +1270,7 @@ StorageInterface
getConfigStorageExport()
@@ -1040,7 +1303,7 @@ StorageInterface
getConfigStorage()
@@ -1073,7 +1336,7 @@ StorageInterface
getConfigStorageSync()
@@ -1106,7 +1369,7 @@ void
setConfigStorageSync(StorageInterface|null $syncStorage)
@@ -1149,9 +1412,9 @@ static ConfigExportCommands
- create(ContainerInterface $container)
+ create(ContainerInterface $container)
ContainerInterface | +ContainerInterface | $container |
protected void
+ configurePrompts(InputInterface $input)
+
+ Configure the prompt fallbacks.
+InputInterface | +$input | ++ |
void | ++ |
protected mixed
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+ protected void
+ restorePrompts()
+
+ Restore the prompts output.
+void | ++ |
protected bool
+ runningUnitTests()
+
+ No description
+ +bool | ++ |
__construct(ConfigManagerInterface $configManager, StorageInterface $configStorage, CacheBackendInterface $configCache, ModuleHandlerInterface $moduleHandler, EventDispatcherInterface $eventDispatcher, LockBackendInterface $lock, TypedConfigManagerInterface $configTyped, ModuleInstallerInterface $moduleInstaller, ThemeHandlerInterface $themeHandler, TranslationInterface $stringTranslation, ModuleExtensionList $moduleExtensionList)
@@ -854,8 +1078,8 @@ protected SymfonyStyle
+DrushCommands at line 59
protected DrushStyle
io()
SymfonyStyle | +DrushStyle |
protected DrushLoggerManager|null
logger()
@@ -920,7 +1144,7 @@ protected void
printFile(string $file)
@@ -963,7 +1187,7 @@
preHook(CommandData $commandData)
@@ -990,6 +1214,45 @@
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
++ | $input | ++ |
AnnotationData | +$annotationData | ++ |
protected
printFileTopic(CommandData $commandData)
@@ -1031,7 +1294,7 @@ protected HandlerStack
getStack()
@@ -1074,7 +1337,7 @@ ConfigManagerInterface
getConfigManager()
@@ -1107,7 +1370,7 @@ StorageInterface
getConfigStorage()
@@ -1140,7 +1403,7 @@ StorageInterface
getConfigStorageSync()
@@ -1173,7 +1436,7 @@ void
setConfigStorageSync(StorageInterface|null $syncStorage)
@@ -1216,7 +1479,7 @@ CacheBackendInterface
getConfigCache()
@@ -1249,7 +1512,7 @@ ModuleHandlerInterface
getModuleHandler()
@@ -1282,7 +1545,7 @@ EventDispatcherInterface
getEventDispatcher()
@@ -1315,7 +1578,7 @@ LockBackendInterface
getLock()
@@ -1348,7 +1611,7 @@ TypedConfigManagerInterface
getConfigTyped()
@@ -1381,7 +1644,7 @@ ModuleInstallerInterface
getModuleInstaller()
@@ -1414,7 +1677,7 @@ ThemeHandlerInterface
getThemeHandler()
@@ -1447,7 +1710,7 @@ TranslationInterface
getStringTranslation()
@@ -1480,7 +1743,7 @@ void
setImportTransformer(ImportStorageTransformer $importStorageTransformer)
@@ -1523,7 +1786,7 @@ bool
hasImportTransformer()
@@ -1556,7 +1819,7 @@ ImportStorageTransformer|null
getImportTransformer()
@@ -1589,7 +1852,7 @@ ModuleExtensionList
getModuleExtensionList()
@@ -1622,9 +1885,9 @@ static ConfigImportCommands
- create(ContainerInterface $container)
+ create(ContainerInterface $container)
ContainerInterface | +ContainerInterface | $container |
protected void
+ configurePrompts(InputInterface $input)
+
+ Configure the prompt fallbacks.
+InputInterface | +$input | ++ |
void | ++ |
protected mixed
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+ protected void
+ restorePrompts()
+
+ Restore the prompts output.
+void | ++ |
protected bool
+ runningUnitTests()
+
+ No description
+ +bool | ++ |
- __construct()
+ __construct(SiteAliasManagerInterface $siteAliasManager)
SiteAliasManagerInterface | +$siteAliasManager | ++ |
protected SymfonyStyle
+DrushCommands at line 59
protected DrushStyle
io()
SymfonyStyle | +DrushStyle |
protected DrushLoggerManager|null
logger()
@@ -652,7 +895,7 @@ protected void
printFile(string $file)
@@ -695,7 +938,7 @@
preHook(CommandData $commandData)
@@ -722,6 +965,45 @@
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
++ | $input | ++ |
AnnotationData | +$annotationData | ++ |
protected
printFileTopic(CommandData $commandData)
@@ -763,7 +1045,7 @@ protected HandlerStack
getStack()
@@ -800,13 +1082,56 @@ static AutowireTrait
+ create(ContainerInterface $container)
+
+ Instantiates a new instance of the implementing class using autowiring.
+ContainerInterface | +$container | +The service container this instance should use. |
+
AutowireTrait | ++ |
PropertyList
pull(string $source, string $destination, array $options = ['safe' => false, 'runner' => null, 'format' => 'null'])
@@ -858,7 +1183,7 @@ void
validateConfigPull(CommandData $commandData)
diff --git a/api/Drush/Commands/core/ArchiveRestoreCommands.html b/api/Drush/Commands/core/ArchiveRestoreCommands.html
index ebbec7bbfd..1c9bb9e41f 100644
--- a/api/Drush/Commands/core/ArchiveRestoreCommands.html
+++ b/api/Drush/Commands/core/ArchiveRestoreCommands.html
@@ -86,7 +86,7 @@ final class - ArchiveRestoreCommands extends DrushCommands implements SiteAliasManagerAwareInterface (View source) + ArchiveRestoreCommands extends DrushCommands (View source)
@@ -100,8 +100,8 @@A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
Configure the prompt fallbacks.
Prompt the user until the given validation callback passes.
No description
Persist commandData for use in primary command callback. Used by 'topic' commands.
Get a Guzzle handler stack that uses the Drush logger.
Instantiates a new instance of the implementing class using autowiring.
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -567,7 +638,7 @@ static bool
programExists($program)
@@ -611,7 +682,7 @@ static string
getEditor(string|null $editor = null)
@@ -655,7 +726,7 @@ DrushConfig
getConfig()
@@ -693,16 +764,178 @@ protected void
+ configurePrompts(InputInterface $input)
+
+ Configure the prompt fallbacks.
+InputInterface | +$input | ++ |
void | ++ |
protected mixed
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+ protected void
+ restorePrompts()
+
+ Restore the prompts output.
+void | ++ |
protected bool
+ runningUnitTests()
+
+ No description
+ +bool | ++ |
- __construct()
+ __construct(BootstrapManager $bootstrapManager, SiteAliasManagerInterface $siteAliasManager)
BootstrapManager | +$bootstrapManager | ++ |
SiteAliasManagerInterface | +$siteAliasManager | ++ |
protected SymfonyStyle
+DrushCommands at line 59
protected DrushStyle
io()
SymfonyStyle | +DrushStyle |
protected DrushLoggerManager|null
logger()
@@ -791,7 +1039,7 @@ protected void
printFile(string $file)
@@ -834,7 +1082,7 @@
preHook(CommandData $commandData)
@@ -861,6 +1109,45 @@
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
++ | $input | ++ |
AnnotationData | +$annotationData | ++ |
protected
printFileTopic(CommandData $commandData)
@@ -902,7 +1189,7 @@ protected HandlerStack
getStack()
@@ -939,13 +1226,56 @@ static AutowireTrait
+ create(ContainerInterface $container)
+
+ Instantiates a new instance of the implementing class using autowiring.
+ContainerInterface | +$container | +The service container this instance should use. |
+
AutowireTrait | ++ |
void
restore(string $path = null, string|null $site = null, array $options = ['destination-path' => null, 'overwrite' => false, 'site-subdir' => self::SITE_SUBDIR, 'setup-database-connection' => true, 'code' => false, 'code-source-path' => null, 'files' => false, 'files-source-path' => null, 'files-destination-relative-path' => null, 'db' => false, 'db-source-path' => null, 'db-driver' => 'mysql', 'db-port' => null, 'db-host' => null, 'db-name' => null, 'db-user' => null, 'db-password' => null, 'db-prefix' => null])
@@ -997,7 +1327,7 @@ protected string|null
getExtractDir(string|null $path)
@@ -1048,7 +1378,7 @@ protected void
importCode(string $source)
@@ -1099,7 +1429,7 @@ protected void
importFiles(string $source, array $options)
@@ -1155,7 +1485,7 @@ protected string
fileImportAbsolutePath(string|null $destinationRelative)
@@ -1206,7 +1536,7 @@ protected string|null
getDrupalRootPath()
@@ -1238,7 +1568,7 @@ protected string
getDestinationPath()
@@ -1270,7 +1600,7 @@ protected SiteAlias
getSiteAlias(string|null $site)
@@ -1321,7 +1651,7 @@ protected void
rsyncFiles(string $source, string $destination)
@@ -1377,7 +1707,7 @@ protected void
importDatabase(string $databaseDumpPath, array $options)
diff --git a/api/Drush/Commands/core/BrowseCommands.html b/api/Drush/Commands/core/BrowseCommands.html
index d27303e709..591e0f6ec6 100644
--- a/api/Drush/Commands/core/BrowseCommands.html
+++ b/api/Drush/Commands/core/BrowseCommands.html
@@ -86,7 +86,7 @@ final class - BrowseCommands extends DrushCommands implements SiteAliasManagerAwareInterface (View source) + BrowseCommands extends DrushCommands (View source)
@@ -100,12 +100,12 @@A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
Configure the prompt fallbacks.
Prompt the user until the given validation callback passes.
Persist commandData for use in primary command callback. Used by 'topic' commands.
Get a Guzzle handler stack that uses the Drush logger.
Instantiates a new instance of the implementing class using autowiring.
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -422,7 +493,7 @@ static bool
programExists($program)
@@ -466,7 +537,7 @@ static string
getEditor(string|null $editor = null)
@@ -510,7 +581,7 @@ DrushConfig
getConfig()
@@ -548,16 +619,178 @@ protected void
+ configurePrompts(InputInterface $input)
+
+ Configure the prompt fallbacks.
+InputInterface | +$input | ++ |
void | ++ |
protected mixed
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+ protected void
+ restorePrompts()
+
+ Restore the prompts output.
+void | ++ |
protected bool
+ runningUnitTests()
+
+ No description
+ +bool | ++ |
- __construct()
+ __construct(SiteAliasManagerInterface $siteAliasManager)
SiteAliasManagerInterface | +$siteAliasManager | ++ |
protected SymfonyStyle
+DrushCommands at line 59
protected DrushStyle
io()
SymfonyStyle | +DrushStyle |
protected DrushLoggerManager|null
logger()
@@ -646,7 +889,7 @@ protected void
printFile(string $file)
@@ -689,7 +932,7 @@
preHook(CommandData $commandData)
@@ -716,6 +959,45 @@
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
++ | $input | ++ |
AnnotationData | +$annotationData | ++ |
protected
printFileTopic(CommandData $commandData)
@@ -757,7 +1039,7 @@ protected HandlerStack
getStack()
@@ -794,13 +1076,56 @@ static AutowireTrait
+ create(ContainerInterface $container)
+
+ Instantiates a new instance of the implementing class using autowiring.
+ContainerInterface | +$container | +The service container this instance should use. |
+
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 e27b5f4ee7..2406d4f569 100644
--- a/api/Drush/Commands/core/CacheCommands.html
+++ b/api/Drush/Commands/core/CacheCommands.html
@@ -86,7 +86,7 @@ final class - CacheCommands extends DrushCommands implements CustomEventAwareInterface, StdinAwareInterface (View source) + CacheCommands extends DrushCommands implements CustomEventAwareInterface, StdinAwareInterface (View source)
@@ -99,6 +99,11 @@A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
- REBUILD - | -
- - - |
@@ -308,13 +309,58 @@ MethodsDrushConfig as return type. Helps with IDE completion.from
ConfigAwareTrait
+
+
+
+
+ void
+
+
+ configurePrompts(InputInterface $input)
+
+
+ Configure the prompt fallbacks. from
+ConfiguresPrompts
+
+
+
+
+ mixed
+
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+
+ Prompt the user until the given validation callback passes. from
+ConfiguresPrompts
+
- __construct(CacheTagsInvalidatorInterface $invalidator, $themeRegistry, $routerBuilder, $jsOptimizer, $cssOptimizer, $pluginCacheClearer, BootstrapManager $bootstrapManager, ClassLoader $autoloader)
+ __construct(CacheTagsInvalidatorInterface $invalidator, Registry $themeRegistry, RouteBuilderInterface $routerBuilder, JsCollectionOptimizerLazy $jsOptimizer, $cssOptimizer, CachedDiscoveryClearerInterface $pluginCacheClearer, BootstrapManager $bootstrapManager, ClassLoader $autoloader)
@@ -322,7 +368,7 @@ No description Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -367,6 +413,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands. from
+DrushCommands
+
+
+
printFileTopic(CommandData $commandData)
@@ -388,14 +445,14 @@
Methods
- static CacheCommands
+ static AutowireTrait
- create(ContainerInterface $container, $drush_container)
+ create(ContainerInterface $container)
-
-
+ No description -Instantiates a new instance of the implementing class using autowiring. from
+AutowireTrait
@@ -574,7 +631,7 @@ Details+ExecTrait at line 26 bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -635,7 +692,7 @@ Return Value+ExecTrait at line 87 static bool
programExists($program)
@@ -679,7 +736,7 @@ Return Value+ExecTrait at line 99 static string
getEditor(string|null $editor = null)
@@ -723,7 +780,7 @@ Return Value+ConfigAwareTrait at line 21 DrushConfig
getConfig()
@@ -761,15 +818,178 @@ See also |
protected void
+ configurePrompts(InputInterface $input)
+
+ Configure the prompt fallbacks.
+InputInterface | +$input | ++ |
void | ++ |
protected mixed
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+ protected void
+ restorePrompts()
+
+ Restore the prompts output.
+void | ++ |
protected bool
+ runningUnitTests()
+
+ No description
+ +bool | ++ |
- __construct(CacheTagsInvalidatorInterface $invalidator, $themeRegistry, $routerBuilder, $jsOptimizer, $cssOptimizer, $pluginCacheClearer, BootstrapManager $bootstrapManager, ClassLoader $autoloader)
+ __construct(CacheTagsInvalidatorInterface $invalidator, Registry $themeRegistry, RouteBuilderInterface $routerBuilder, JsCollectionOptimizerLazy $jsOptimizer, $cssOptimizer, CachedDiscoveryClearerInterface $pluginCacheClearer, BootstrapManager $bootstrapManager, ClassLoader $autoloader)
protected SymfonyStyle
+DrushCommands at line 59
protected DrushStyle
io()
@@ -855,7 +1075,7 @@ SymfonyStyle | +DrushStyle |
protected DrushLoggerManager|null
logger()
@@ -903,7 +1123,7 @@ protected void
printFile(string $file)
@@ -946,7 +1166,7 @@
preHook(CommandData $commandData)
@@ -973,6 +1193,45 @@
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
++ | $input | ++ |
AnnotationData | +$annotationData | ++ |
protected
printFileTopic(CommandData $commandData)
@@ -1014,7 +1273,7 @@ protected HandlerStack
getStack()
@@ -1057,9 +1316,10 @@ static CacheCommands
- create(ContainerInterface $container, $drush_container)
+
+ static AutowireTrait
+ create(ContainerInterface $container)
No description
- +Instantiates a new instance of the implementing class using autowiring.
ContainerInterface | +ContainerInterface | $container | -- |
- | $drush_container | -+ | The service container this instance should use. |
CacheCommands | +AutowireTrait |
PropertyList
get($cid, $bin = 'default', $options = ['format' => 'json'])
@@ -1157,7 +1411,7 @@ void
tags(string $tags)
@@ -1199,7 +1453,7 @@
clear(string $type, array $args, $options = ['cache-clear' => true])
@@ -1242,7 +1496,7 @@ void
interact($input, $output)
@@ -1290,7 +1544,7 @@
set($cid, $data, $bin = 'default', $expire = null, $tags = null, $options = ['input-format' => 'string', 'cache-get' => false])
@@ -1348,7 +1602,7 @@ protected
setPrepareData($data, $options)
@@ -1387,7 +1641,7 @@ void
validate(CommandData $commandData)
@@ -1430,7 +1684,7 @@ array
getTypes($include_bootstrapped_types = false)
@@ -1472,7 +1726,7 @@ void
clearDrush()
@@ -1504,7 +1758,7 @@ void
clearBins($args = ['default'])
@@ -1546,7 +1800,7 @@ void
clearThemeRegistry()
@@ -1579,7 +1833,7 @@ void
clearRouter()
@@ -1612,7 +1866,7 @@ void
clearCssJs()
@@ -1645,7 +1899,7 @@ void
clearContainer()
@@ -1678,7 +1932,7 @@ void
clearRender()
@@ -1710,7 +1964,7 @@ void
clearPlugin()
diff --git a/api/Drush/Commands/core/CacheRebuildCommands.html b/api/Drush/Commands/core/CacheRebuildCommands.html
index bfd26d8cf6..d0f46908d2 100644
--- a/api/Drush/Commands/core/CacheRebuildCommands.html
+++ b/api/Drush/Commands/core/CacheRebuildCommands.html
@@ -86,7 +86,7 @@ final class - CacheRebuildCommands extends DrushCommands (View source) + CacheRebuildCommands extends DrushCommands (View source)
@@ -99,6 +99,11 @@A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
Configure the prompt fallbacks.
Prompt the user until the given validation callback passes.
Persist commandData for use in primary command callback. Used by 'topic' commands.
No description
-Instantiates a new instance of the implementing class using autowiring.
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -422,7 +488,7 @@ static bool
programExists($program)
@@ -466,7 +532,7 @@ static string
getEditor(string|null $editor = null)
@@ -510,7 +576,7 @@ DrushConfig
getConfig()
@@ -548,13 +614,176 @@ protected void
+ configurePrompts(InputInterface $input)
+
+ Configure the prompt fallbacks.
+InputInterface | +$input | ++ |
void | ++ |
protected mixed
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+ protected void
+ restorePrompts()
+
+ Restore the prompts output.
+void | ++ |
protected bool
+ runningUnitTests()
+
+ No description
+ +bool | ++ |
__construct(BootstrapManager $bootstrapManager, ClassLoader $autoloader)
@@ -594,8 +823,8 @@ protected SymfonyStyle
+DrushCommands at line 59
protected DrushStyle
io()
SymfonyStyle | +DrushStyle |
protected DrushLoggerManager|null
logger()
@@ -660,7 +889,7 @@ protected void
printFile(string $file)
@@ -703,7 +932,7 @@
preHook(CommandData $commandData)
@@ -730,6 +959,45 @@
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
++ | $input | ++ |
AnnotationData | +$annotationData | ++ |
protected
printFileTopic(CommandData $commandData)
@@ -771,7 +1039,7 @@ protected HandlerStack
getStack()
@@ -813,10 +1081,11 @@ static CacheRebuildCommands
- createEarly(ContainerInterface $drush_container)
+
+
+ static AutowireTrait
+ create(ContainerInterface $container)
@@ -824,8 +1093,7 @@
- No description
-
+ Instantiates a new instance of the implementing class using autowiring.
Parameters
@@ -833,8 +1101,8 @@ Parameters
ContainerInterface
- $drush_container
-
+ $container
+ The service container this instance should use.
@@ -843,7 +1111,7 @@ Return Value
- CacheRebuildCommands
+ AutowireTrait
@@ -857,7 +1125,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 21b80bc34a..0fabbcc826 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
+
+
+
+
@@ -262,6 +272,51 @@ Methods
DrushConfig as return type. Helps with IDE completion.
from
ConfigAwareTrait
+
+
+
+ void
+
+
+ configurePrompts(InputInterface $input)
+
+ Configure the prompt fallbacks.
+ from
+ConfiguresPrompts
+
+
+
+ mixed
+
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+ Prompt the user until the given validation callback passes.
+ from
+ConfiguresPrompts
+
+
+
@@ -276,7 +331,7 @@ Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -321,6 +376,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -342,14 +408,14 @@ Methods
- static CliCommands
+ static AutowireTrait
-
+ Instantiates a new instance of the implementing class using autowiring.
+ from
+AutowireTrait
@@ -431,7 +497,7 @@ Details
+ExecTrait at line 26
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -492,7 +558,7 @@ Return Value
+ExecTrait at line 87
static bool
programExists($program)
@@ -536,7 +602,7 @@ Return Value
+ExecTrait at line 99
static string
getEditor(string|null $editor = null)
@@ -580,7 +646,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -618,13 +684,176 @@ 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)
+
+
+
+
+
+
+
+
+ protected void
+ restorePrompts()
+
+
+
+
+
+
+
+ Restore the prompts output.
+
+
+
+ Return Value
+
+
+
+ void
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ protected bool
+ runningUnitTests()
+
+
+
+
+
+
+
+ No description
+
+
+
+
+ Return Value
+
+
+
+ bool
+
+
+
+
+
+
+
-
+
__construct(EntityTypeManagerInterface $entityTypeManager)
@@ -659,8 +888,8 @@ Parameters
- protected SymfonyStyle
+DrushCommands at line 59
+ protected DrushStyle
io()
@@ -677,7 +906,7 @@ Return Value
- SymfonyStyle
+ DrushStyle
@@ -692,7 +921,7 @@ Return Value
+DrushCommands at line 71
protected DrushLoggerManager|null
logger()
@@ -725,7 +954,7 @@ Return Value
+DrushCommands at line 82
protected void
printFile(string $file)
@@ -768,7 +997,7 @@ Return Value
+DrushCommands at line 104
preHook(CommandData $commandData)
@@ -795,6 +1024,45 @@ Parameters
+
+
+
+
+
+
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+
+
+
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+
+
+ Parameters
+
+
+
+
+ $input
+
+
+
+ AnnotationData
+ $annotationData
+
+
+
+
+
+
+
+
@@ -802,7 +1070,7 @@ Parameters
+DrushCommands at line 126
protected
printFileTopic(CommandData $commandData)
@@ -836,7 +1104,7 @@ Parameters
+DrushCommands at line 137
protected HandlerStack
getStack()
@@ -879,9 +1147,10 @@ See also
-
- static CliCommands
- create(ContainerInterface $container)
+
+ static AutowireTrait
+ create(ContainerInterface $container)
@@ -889,17 +1158,16 @@
- No description
-
+ Instantiates a new instance of the implementing class using autowiring.
Parameters
- ContainerInterface
+ ContainerInterface
$container
-
+ The service container this instance should use.
@@ -908,7 +1176,7 @@ Return Value
- CliCommands
+ AutowireTrait
@@ -922,7 +1190,7 @@ Return Value
-
+
void
docs()
@@ -954,7 +1222,7 @@ Return Value
-
+
void
cli(array $options = ['version-history' => false, 'cwd' => self::REQ])
@@ -996,7 +1264,7 @@ Return Value
-
+
protected array
getDrushCommands()
@@ -1028,7 +1296,7 @@ Return Value
-
+
protected array
getCasters()
@@ -1062,7 +1330,7 @@ Return Value
-
+
protected string
historyPath(array $options)
@@ -1104,7 +1372,7 @@ Return Value
-
+
protected array
getPhpKeywords()
@@ -1136,7 +1404,7 @@ Return Value
-
+
void
makeEntitiesAvailableWithShortClassNames()
diff --git a/api/Drush/Commands/core/CoreCommands.html b/api/Drush/Commands/core/CoreCommands.html
index 83a2ed7f1a..2f3ff9eb7c 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
+
+
+
+
@@ -267,6 +267,51 @@ Methods
DrushConfig as return type. Helps with IDE completion.
from
ConfigAwareTrait
+
+
+
+ void
+
+
+ configurePrompts(InputInterface $input)
+
+ Configure the prompt fallbacks.
+ from
+ConfiguresPrompts
+
+
+
+ mixed
+
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+ Prompt the user until the given validation callback passes.
+ from
+ConfiguresPrompts
+
+
+
@@ -282,7 +327,7 @@ Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -327,6 +372,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -375,7 +431,7 @@ Details
+ExecTrait at line 26
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -436,7 +492,7 @@ Return Value
+ExecTrait at line 87
static bool
programExists($program)
@@ -480,7 +536,7 @@ Return Value
+ExecTrait at line 99
static string
getEditor(string|null $editor = null)
@@ -524,7 +580,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -562,6 +618,169 @@ 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)
+
+
+
+
+
+
+
+
+ protected void
+ restorePrompts()
+
+
+
+
+
+
+
+ Restore the prompts output.
+
+
+
+ Return Value
+
+
+
+ void
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ protected bool
+ runningUnitTests()
+
+
+
+
+
+
+
+ No description
+
+
+
+
+ Return Value
+
+
+
+ bool
+
+
+
+
+
+
+
@@ -569,7 +788,7 @@ See also
+DrushCommands at line 52
__construct()
@@ -594,8 +813,8 @@
- protected SymfonyStyle
+DrushCommands at line 59
+ protected DrushStyle
io()
@@ -612,7 +831,7 @@ Return Value
- SymfonyStyle
+ DrushStyle
@@ -627,7 +846,7 @@ Return Value
+DrushCommands at line 71
protected DrushLoggerManager|null
logger()
@@ -660,7 +879,7 @@ Return Value
+DrushCommands at line 82
protected void
printFile(string $file)
@@ -703,7 +922,7 @@ Return Value
+DrushCommands at line 104
preHook(CommandData $commandData)
@@ -730,6 +949,45 @@ Parameters
+
+
+
+
+
+
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+
+
+
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+
+
+ Parameters
+
+
+
+
+ $input
+
+
+
+ AnnotationData
+ $annotationData
+
+
+
+
+
+
+
+
@@ -737,7 +995,7 @@ Parameters
+DrushCommands at line 126
protected
printFileTopic(CommandData $commandData)
@@ -771,7 +1029,7 @@ Parameters
+DrushCommands at line 137
protected HandlerStack
getStack()
@@ -814,7 +1072,7 @@ See also
-
+
RowsOfFields
globalOptions($options = ['format' => 'table'])
@@ -856,7 +1114,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 a850637ec3..fcf108b9c7 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
+
+
+
+
@@ -258,22 +263,66 @@ Methods
DrushConfig as return type. Helps with IDE completion.
from
ConfigAwareTrait
+
+
+
+ void
+
+
+ configurePrompts(InputInterface $input)
+
+ Configure the prompt fallbacks.
+ from
+ConfiguresPrompts
+
+
+
+ mixed
+
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+ Prompt the user until the given validation callback passes.
+ from
+ConfiguresPrompts
+
+
+
- from
-DrushCommands
+
- SymfonyStyle
+ DrushStyle
io()
@@ -318,6 +367,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -336,6 +396,17 @@ Methods
Get a Guzzle handler stack that uses the Drush logger.
from
DrushCommands
+
+
+
+ static AutowireTrait
+
+
+ create(ContainerInterface $container)
+
+ Instantiates a new instance of the implementing class using autowiring.
+ from
+AutowireTrait
@@ -367,7 +438,7 @@ Details
+ExecTrait at line 26
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -428,7 +499,7 @@ Return Value
+ExecTrait at line 87
static bool
programExists($program)
@@ -472,7 +543,7 @@ Return Value
+ExecTrait at line 99
static string
getEditor(string|null $editor = null)
@@ -516,7 +587,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -554,16 +625,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)
+
+
+
+
+
+
+
+
+ protected void
+ restorePrompts()
+
+
+
+
+
+
+
+ Restore the prompts output.
+
+
+
+ Return Value
+
+
+
+ void
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ protected bool
+ runningUnitTests()
+
+
+
+
+
+
+
+ No description
+
+
+
+
+ Return Value
+
+
+
+ bool
+
+
+
+
+
+
+
-
+
- __construct()
+ __construct(SiteAliasManagerInterface $siteAliasManager)
@@ -575,6 +808,16 @@
+ Parameters
+
+
+
+ SiteAliasManagerInterface
+ $siteAliasManager
+
+
+
+
@@ -586,8 +829,8 @@
- protected SymfonyStyle
+DrushCommands at line 59
+ protected DrushStyle
io()
@@ -604,7 +847,7 @@ Return Value
- SymfonyStyle
+ DrushStyle
@@ -619,7 +862,7 @@ Return Value
+DrushCommands at line 71
protected DrushLoggerManager|null
logger()
@@ -652,7 +895,7 @@ Return Value
+DrushCommands at line 82
protected void
printFile(string $file)
@@ -695,7 +938,7 @@ Return Value
+DrushCommands at line 104
preHook(CommandData $commandData)
@@ -722,6 +965,45 @@ Parameters
+
+
+
+
+
+
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+
+
+
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+
+
+ Parameters
+
+
+
+
+ $input
+
+
+
+ AnnotationData
+ $annotationData
+
+
+
+
+
+
+
+
@@ -729,7 +1011,7 @@ Parameters
+DrushCommands at line 126
protected
printFileTopic(CommandData $commandData)
@@ -763,7 +1045,7 @@ Parameters
+DrushCommands at line 137
protected HandlerStack
getStack()
@@ -800,13 +1082,56 @@ See also
+
+
+
+
+
+
+
+ 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()
@@ -838,7 +1163,7 @@ Return Value
-
+
void
cacheRebuild(ProcessManager $manager, SiteAlias $self, array $redispatchOptions)
diff --git a/api/Drush/Commands/core/DeployHookCommands.html b/api/Drush/Commands/core/DeployHookCommands.html
index 75e06d41cd..63c03a5f5d 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
+
+
+
+
@@ -285,22 +290,66 @@ Methods
DrushConfig as return type. Helps with IDE completion.
from
ConfigAwareTrait
+
+
+
+ void
+
+
+ configurePrompts(InputInterface $input)
+
+ Configure the prompt fallbacks.
+ from
+ConfiguresPrompts
+
+
+
+ mixed
+
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+ Prompt the user until the given validation callback passes.
+ from
+ConfiguresPrompts
+
+
+
- __construct()
+ __construct($root, $site_path, $module_list, KeyValueFactoryInterface $key_value_factory, ThemeHandlerInterface $theme_handler)
No description
- from
-DrushCommands
+
- SymfonyStyle
+ DrushStyle
io()
@@ -345,6 +394,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -366,23 +426,23 @@ Methods
- static UpdateRegistry
+ static AutowireTrait
-
+ Instantiates a new instance of the implementing class using autowiring.
+ from
+AutowireTrait
- void
+ static UpdateRegistry
+ Get the deploy hook update registry.
@@ -394,7 +454,7 @@ Details
+ExecTrait at line 26
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -455,7 +515,7 @@ Return Value
+ExecTrait at line 87
static bool
programExists($program)
@@ -499,7 +559,7 @@ Return Value
+ExecTrait at line 99
static string
getEditor(string|null $editor = null)
@@ -543,7 +603,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -581,16 +641,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)
+
+
+
+
+
+
+
+
+ protected void
+ restorePrompts()
+
+
+
+
+
+
+
+ Restore the prompts output.
+
+
+
+ Return Value
+
+
+
+ void
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ protected bool
+ runningUnitTests()
+
+
+
+
+
+
+
+ No description
+
+
+
+
+ Return Value
+
+
+
+ bool
+
+
+
+
+
+
+
-
+
- __construct()
+ __construct($root, $site_path, $module_list, KeyValueFactoryInterface $key_value_factory, ThemeHandlerInterface $theme_handler)
@@ -602,6 +824,36 @@
+ Parameters
+
+
+
+
+ $root
+
+
+
+
+ $site_path
+
+
+
+
+ $module_list
+
+
+
+ KeyValueFactoryInterface
+ $key_value_factory
+
+
+
+ ThemeHandlerInterface
+ $theme_handler
+
+
+
+
@@ -613,8 +865,8 @@
- protected SymfonyStyle
+DrushCommands at line 59
+ protected DrushStyle
io()
@@ -631,7 +883,7 @@ Return Value
- SymfonyStyle
+ DrushStyle
@@ -646,7 +898,7 @@ Return Value
+DrushCommands at line 71
protected DrushLoggerManager|null
logger()
@@ -679,7 +931,7 @@ Return Value
+DrushCommands at line 82
protected void
printFile(string $file)
@@ -722,7 +974,7 @@ Return Value
+DrushCommands at line 104
preHook(CommandData $commandData)
@@ -749,6 +1001,45 @@ Parameters
+
+
+
+
+
+
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+
+
+
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+
+
+ Parameters
+
+
+
+
+ $input
+
+
+
+ AnnotationData
+ $annotationData
+
+
+
+
+
+
+
+
@@ -756,7 +1047,7 @@ Parameters
+DrushCommands at line 126
protected
printFileTopic(CommandData $commandData)
@@ -790,7 +1081,7 @@ Parameters
+DrushCommands at line 137
protected HandlerStack
getStack()
@@ -832,10 +1123,11 @@ See also
-
-
- static UpdateRegistry
- getRegistry()
+
+
+ static AutowireTrait
+ create(ContainerInterface $container)
@@ -843,15 +1135,25 @@
- Get the deploy hook update registry.
+ Instantiates a new instance of the implementing class using autowiring.
+ Parameters
+
+
+
+ ContainerInterface
+ $container
+ The service container this instance should use.
+
+
+
Return Value
- UpdateRegistry
+ AutowireTrait
@@ -864,10 +1166,10 @@ Return Value
-
-
- void
- setUpdateType(string $type)
+
+
+ static UpdateRegistry
+ getRegistry()
@@ -875,26 +1177,15 @@
- No description
-
+ Get the deploy hook update registry.
- Parameters
-
-
-
- string
- $type
-
-
-
-
Return Value
- void
+ UpdateRegistry
diff --git a/api/Drush/Commands/core/DrupalCommands.html b/api/Drush/Commands/core/DrupalCommands.html
index 6a900817df..b3d69fb6e4 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
+
+
+
+
@@ -271,6 +281,51 @@ Methods
DrushConfig as return type. Helps with IDE completion.
from
ConfigAwareTrait
+
+
+
+ void
+
+
+ configurePrompts(InputInterface $input)
+
+ Configure the prompt fallbacks.
+ from
+ConfiguresPrompts
+
+
+
+ mixed
+
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+ Prompt the user until the given validation callback passes.
+ from
+ConfiguresPrompts
+
+
+
@@ -285,7 +340,7 @@ Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -330,6 +385,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -351,21 +417,21 @@ Methods
- CronInterface
+ static AutowireTrait
-
+ Instantiates a new instance of the implementing class using autowiring.
+ from
+AutowireTrait
- ModuleHandlerInterface
+ CronInterface
@@ -373,10 +439,10 @@ Methods
- RouteProviderInterface
+ ModuleHandlerInterface
@@ -384,10 +450,10 @@ Methods
- static DrupalCommands
+ RouteProviderInterface
@@ -432,7 +498,7 @@ Details
+ExecTrait at line 26
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -493,7 +559,7 @@ Return Value
+ExecTrait at line 87
static bool
programExists($program)
@@ -537,7 +603,7 @@ Return Value
+ExecTrait at line 99
static string
getEditor(string|null $editor = null)
@@ -581,7 +647,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -619,13 +685,176 @@ 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)
+
+
+
+
+
+
+
+
+ protected void
+ restorePrompts()
+
+
+
+
+
+
+
+ Restore the prompts output.
+
+
+
+ Return Value
+
+
+
+ void
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ protected bool
+ runningUnitTests()
+
+
+
+
+
+
+
+ No description
+
+
+
+
+ Return Value
+
+
+
+ bool
+
+
+
+
+
+
+
-
+
__construct(CronInterface $cron, ModuleHandlerInterface $moduleHandler, RouteProviderInterface $routeProvider)
@@ -670,8 +899,8 @@ Parameters
- protected SymfonyStyle
+DrushCommands at line 59
+ protected DrushStyle
io()
@@ -688,7 +917,7 @@ Return Value
- SymfonyStyle
+ DrushStyle
@@ -703,7 +932,7 @@ Return Value
+DrushCommands at line 71
protected DrushLoggerManager|null
logger()
@@ -736,7 +965,7 @@ Return Value
+DrushCommands at line 82
protected void
printFile(string $file)
@@ -779,7 +1008,7 @@ Return Value
+DrushCommands at line 104
preHook(CommandData $commandData)
@@ -806,6 +1035,45 @@ Parameters
+
+
+
+
+
+
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+
+
+
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+
+
+ Parameters
+
+
+
+
+ $input
+
+
+
+ AnnotationData
+ $annotationData
+
+
+
+
+
+
+
+
@@ -813,7 +1081,7 @@ Parameters
+DrushCommands at line 126
protected
printFileTopic(CommandData $commandData)
@@ -847,7 +1115,7 @@ Parameters
+DrushCommands at line 137
protected HandlerStack
getStack()
@@ -889,10 +1157,11 @@ See also
-
-
- CronInterface
- getCron()
+
+
+ static AutowireTrait
+ create(ContainerInterface $container)
@@ -900,16 +1169,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
- CronInterface
+ AutowireTrait
@@ -922,10 +1200,10 @@ Return Value
-
-
- ModuleHandlerInterface
- getModuleHandler()
+
+
+ CronInterface
+ getCron()
@@ -942,7 +1220,7 @@ Return Value
- ModuleHandlerInterface
+ CronInterface
@@ -955,10 +1233,10 @@ Return Value
-
-
- RouteProviderInterface
- getRouteProvider()
+
+
+ ModuleHandlerInterface
+ getModuleHandler()
@@ -975,7 +1253,7 @@ Return Value
- RouteProviderInterface
+ ModuleHandlerInterface
@@ -988,10 +1266,10 @@ Return Value
-
-
- static DrupalCommands
- create(ContainerInterface $container)
+
+
+ RouteProviderInterface
+ getRouteProvider()
@@ -1003,22 +1281,12 @@
- Parameters
-
-
-
- ContainerInterface
- $container
-
-
-
-
Return Value
- DrupalCommands
+ RouteProviderInterface
@@ -1032,7 +1300,7 @@ Return Value
-
+
void
cron()
@@ -1064,7 +1332,7 @@ Return Value
-
+
RowsOfFields
requirements($options = ['format' => 'table', 'severity' => -1, 'ignore' => ''])
@@ -1106,7 +1374,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 d5fa05d850..4590ec9586 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
+
+
+
+
@@ -267,13 +272,58 @@ Methods
DrushConfig as return type. Helps with IDE completion.
from
ConfigAwareTrait
+
+
+
+ void
+
+
+ configurePrompts(InputInterface $input)
+
+ Configure the prompt fallbacks.
+ from
+ConfiguresPrompts
+
+
+
+ mixed
+
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+ Prompt the user until the given validation callback passes.
+ from
+ConfiguresPrompts
+
+
+
@@ -281,7 +331,7 @@ Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -326,6 +376,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -344,6 +405,17 @@ Methods
Get a Guzzle handler stack that uses the Drush logger.
from
DrushCommands
+
+
+
+ static AutowireTrait
+
+
+ create(ContainerInterface $container)
+
+ Instantiates a new instance of the implementing class using autowiring.
+ from
+AutowireTrait
@@ -374,7 +446,7 @@ Details
+ExecTrait at line 26
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -435,7 +507,7 @@ Return Value
+ExecTrait at line 87
static bool
programExists($program)
@@ -479,7 +551,7 @@ Return Value
+ExecTrait at line 99
static string
getEditor(string|null $editor = null)
@@ -523,7 +595,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -561,15 +633,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)
+
+
+
+
+
+
+
+
+ protected void
+ restorePrompts()
+
+
+
+
+
+
+
+ Restore the prompts output.
+
+
+
+ Return Value
+
+
+
+ void
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ protected bool
+ runningUnitTests()
+
+
+
+
+
+
+
+ No description
+
+
+
+
+ Return Value
+
+
+
+ bool
+
+
+
+
+
+
+
-
+
- __construct()
+ __construct(SiteAliasManagerInterface $siteAliasManager)
@@ -581,6 +816,16 @@
+ Parameters
+
+
+
+ SiteAliasManagerInterface
+ $siteAliasManager
+
+
+
+
@@ -592,8 +837,8 @@
- protected SymfonyStyle
+DrushCommands at line 59
+ protected DrushStyle
io()
@@ -610,7 +855,7 @@ Return Value
- SymfonyStyle
+ DrushStyle
@@ -625,7 +870,7 @@ Return Value
+DrushCommands at line 71
protected DrushLoggerManager|null
logger()
@@ -658,7 +903,7 @@ Return Value
+DrushCommands at line 82
protected void
printFile(string $file)
@@ -701,7 +946,7 @@ Return Value
+DrushCommands at line 104
preHook(CommandData $commandData)
@@ -728,6 +973,45 @@ Parameters
+
+
+
+
+
+
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+
+
+
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+
+
+ Parameters
+
+
+
+
+ $input
+
+
+
+ AnnotationData
+ $annotationData
+
+
+
+
+
+
+
+
@@ -735,7 +1019,7 @@ Parameters
+DrushCommands at line 126
protected
printFileTopic(CommandData $commandData)
@@ -769,7 +1053,7 @@ Parameters
+DrushCommands at line 137
protected HandlerStack
getStack()
@@ -806,13 +1090,56 @@ See also
+
+
+
+
+
+
+
+ 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])
@@ -859,7 +1186,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 3bf7373e68..440cd70cec 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
+
+
+
+
@@ -263,6 +258,51 @@ Methods
DrushConfig as return type. Helps with IDE completion.
from
ConfigAwareTrait
+
+
+
+ void
+
+
+ configurePrompts(InputInterface $input)
+
+ Configure the prompt fallbacks.
+ from
+ConfiguresPrompts
+
+
+
+ mixed
+
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+ Prompt the user until the given validation callback passes.
+ from
+ConfiguresPrompts
+
+
+
@@ -278,7 +318,7 @@ Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -323,6 +363,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -372,7 +423,7 @@ Details
+ExecTrait at line 26
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -433,7 +484,7 @@ Return Value
+ExecTrait at line 87
static bool
programExists($program)
@@ -477,7 +528,7 @@ Return Value
+ExecTrait at line 99
static string
getEditor(string|null $editor = null)
@@ -521,7 +572,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -559,6 +610,169 @@ 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)
+
+
+
+
+
+
+
+
+ protected void
+ restorePrompts()
+
+
+
+
+
+
+
+ Restore the prompts output.
+
+
+
+ Return Value
+
+
+
+ void
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ protected bool
+ runningUnitTests()
+
+
+
+
+
+
+
+ No description
+
+
+
+
+ Return Value
+
+
+
+ bool
+
+
+
+
+
+
+
@@ -566,7 +780,7 @@ See also
+DrushCommands at line 52
__construct()
@@ -591,8 +805,8 @@
- protected SymfonyStyle
+DrushCommands at line 59
+ protected DrushStyle
io()
@@ -609,7 +823,7 @@ Return Value
- SymfonyStyle
+ DrushStyle
@@ -624,7 +838,7 @@ Return Value
+DrushCommands at line 71
protected DrushLoggerManager|null
logger()
@@ -657,7 +871,7 @@ Return Value
+DrushCommands at line 82
protected void
printFile(string $file)
@@ -700,7 +914,7 @@ Return Value
+DrushCommands at line 104
preHook(CommandData $commandData)
@@ -727,6 +941,45 @@ Parameters
+
+
+
+
+
+
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+
+
+
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+
+
+ Parameters
+
+
+
+
+ $input
+
+
+
+ AnnotationData
+ $annotationData
+
+
+
+
+
+
+
+
@@ -734,7 +987,7 @@ Parameters
+DrushCommands at line 126
protected
printFileTopic(CommandData $commandData)
@@ -768,7 +1021,7 @@ Parameters
+DrushCommands at line 137
protected HandlerStack
getStack()
@@ -811,7 +1064,7 @@ See also
-
+
void
optionset($options = ['druplicon' => false])
@@ -854,7 +1107,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 8857311624..5a36d1f7ed 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
-
-
-
+
+
+
@@ -263,22 +263,66 @@ Methods
DrushConfig as return type. Helps with IDE completion.
from
ConfigAwareTrait
+
+
+
+ void
+
+
+ configurePrompts(InputInterface $input)
+
+ Configure the prompt fallbacks.
+ from
+ConfiguresPrompts
+
+
+
+ mixed
+
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+ Prompt the user until the given validation callback passes.
+ from
+ConfiguresPrompts
+
+
+
- from
-DrushCommands
+
- SymfonyStyle
+ DrushStyle
io()
@@ -323,6 +367,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -341,6 +396,16 @@ Methods
Get a Guzzle handler stack that uses the Drush logger.
from
DrushCommands
+
+
+
+ static EditCommands
+
+
+ create(ContainerInterface $container, Container $drush_container)
+
+ Not using Autowire in order to implicitly test backward compat.
+
@@ -415,7 +480,7 @@ Details
+ExecTrait at line 26
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -476,7 +541,7 @@ Return Value
+ExecTrait at line 87
static bool
programExists($program)
@@ -520,7 +585,7 @@ Return Value
+ExecTrait at line 99
static string
getEditor(string|null $editor = null)
@@ -564,7 +629,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -602,16 +667,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)
+
+
+
+
+
+
+
+
+ protected void
+ restorePrompts()
+
+
+
+
+
+
+
+ Restore the prompts output.
+
+
+
+ Return Value
+
+
+
+ void
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ protected bool
+ runningUnitTests()
+
+
+
+
+
+
+
+ No description
+
+
+
+
+ Return Value
+
+
+
+ bool
+
+
+
+
+
+
+
-
+
- __construct()
+ __construct(SiteAliasManagerInterface $siteAliasManager)
@@ -623,6 +850,16 @@
+ Parameters
+
+
+
+ SiteAliasManagerInterface
+ $siteAliasManager
+
+
+
+
@@ -634,8 +871,8 @@
- protected SymfonyStyle
+DrushCommands at line 59
+ protected DrushStyle
io()
@@ -652,7 +889,7 @@ Return Value
- SymfonyStyle
+ DrushStyle
@@ -667,7 +904,7 @@ Return Value
+DrushCommands at line 71
protected DrushLoggerManager|null
logger()
@@ -700,7 +937,7 @@ Return Value
+DrushCommands at line 82
protected void
printFile(string $file)
@@ -743,7 +980,7 @@ Return Value
+DrushCommands at line 104
preHook(CommandData $commandData)
@@ -770,6 +1007,45 @@ Parameters
+
+
+
+
+
+
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+
+
+
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+
+
+ Parameters
+
+
+
+
+ $input
+
+
+
+ AnnotationData
+ $annotationData
+
+
+
+
+
+
+
+
@@ -777,7 +1053,7 @@ Parameters
+DrushCommands at line 126
protected
printFileTopic(CommandData $commandData)
@@ -811,7 +1087,7 @@ Parameters
+DrushCommands at line 137
protected HandlerStack
getStack()
@@ -848,13 +1124,60 @@ See also
+
+
+
+
+
+
+
+ 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 = [])
@@ -901,7 +1224,7 @@ Return Value
-
+
array
load($headers = true)
@@ -944,7 +1267,7 @@ Return Value
-
+
static array
phpIniFiles()
@@ -977,7 +1300,7 @@ Return Value
-
+
array
bashFiles()
@@ -1010,7 +1333,7 @@ Return Value
-
+
static string
findBashrc($home)
@@ -1053,7 +1376,7 @@ Return Value
-
+
array
complete()
diff --git a/api/Drush/Commands/core/EntityCommands.html b/api/Drush/Commands/core/EntityCommands.html
index 5609f421e4..68b0cbd6d9 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
+
+
+
+
@@ -262,6 +272,51 @@ Methods
DrushConfig as return type. Helps with IDE completion.
from
ConfigAwareTrait
+
+
+
+ void
+
+
+ configurePrompts(InputInterface $input)
+
+ Configure the prompt fallbacks.
+ from
+ConfiguresPrompts
+
+
+
+ mixed
+
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+ Prompt the user until the given validation callback passes.
+ from
+ConfiguresPrompts
+
+
+
@@ -276,7 +331,7 @@ Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -321,6 +376,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -342,14 +408,14 @@ Methods
- static EntityCommands
+ static AutowireTrait
-
+ Instantiates a new instance of the implementing class using autowiring.
+ from
+AutowireTrait
@@ -411,7 +477,7 @@ Details
+ExecTrait at line 26
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -472,7 +538,7 @@ Return Value
+ExecTrait at line 87
static bool
programExists($program)
@@ -516,7 +582,7 @@ Return Value
+ExecTrait at line 99
static string
getEditor(string|null $editor = null)
@@ -560,7 +626,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -598,13 +664,176 @@ 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)
+
+
+
+
+
+
+
+
+ protected void
+ restorePrompts()
+
+
+
+
+
+
+
+ Restore the prompts output.
+
+
+
+ Return Value
+
+
+
+ void
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ protected bool
+ runningUnitTests()
+
+
+
+
+
+
+
+ No description
+
+
+
+
+ Return Value
+
+
+
+ bool
+
+
+
+
+
+
+
-
+
__construct(EntityTypeManagerInterface $entityTypeManager)
@@ -639,8 +868,8 @@ Parameters
- protected SymfonyStyle
+DrushCommands at line 59
+ protected DrushStyle
io()
@@ -657,7 +886,7 @@ Return Value
- SymfonyStyle
+ DrushStyle
@@ -672,7 +901,7 @@ Return Value
+DrushCommands at line 71
protected DrushLoggerManager|null
logger()
@@ -705,7 +934,7 @@ Return Value
+DrushCommands at line 82
protected void
printFile(string $file)
@@ -748,7 +977,7 @@ Return Value
+DrushCommands at line 104
preHook(CommandData $commandData)
@@ -775,6 +1004,45 @@ Parameters
+
+
+
+
+
+
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+
+
+
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+
+
+ Parameters
+
+
+
+
+ $input
+
+
+
+ AnnotationData
+ $annotationData
+
+
+
+
+
+
+
+
@@ -782,7 +1050,7 @@ Parameters
+DrushCommands at line 126
protected
printFileTopic(CommandData $commandData)
@@ -816,7 +1084,7 @@ Parameters
+DrushCommands at line 137
protected HandlerStack
getStack()
@@ -859,9 +1127,10 @@ See also
-
- static EntityCommands
- create(ContainerInterface $container)
+
+ static AutowireTrait
+ create(ContainerInterface $container)
@@ -869,17 +1138,16 @@
- No description
-
+ Instantiates a new instance of the implementing class using autowiring.
Parameters
- ContainerInterface
+ ContainerInterface
$container
-
+ The service container this instance should use.
@@ -888,7 +1156,7 @@ Return Value
- EntityCommands
+ AutowireTrait
@@ -902,7 +1170,7 @@ Return Value
-
+
void
delete(string $entity_type, $ids = null, array $options = ['bundle' => self::REQ, 'exclude' => self::REQ, 'chunks' => 50])
@@ -954,7 +1222,7 @@ Return Value
-
+
void
doDelete(string $entity_type, array $ids)
@@ -1018,7 +1286,7 @@ Exceptions
-
+
void
loadSave(string $entity_type, $ids = null, array $options = ['bundle' => self::REQ, 'exclude' => self::REQ, 'chunks' => 50])
@@ -1070,7 +1338,7 @@ Return Value
-
+
void
doSave(string $entity_type, array $ids)
@@ -1134,7 +1402,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 626f4e4f51..f09bef5a35 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
+
+
+
+
@@ -253,6 +263,51 @@ Methods
DrushConfig as return type. Helps with IDE completion.
from
ConfigAwareTrait
+
+
+
+ void
+
+
+ configurePrompts(InputInterface $input)
+
+ Configure the prompt fallbacks.
+ from
+ConfiguresPrompts
+
+
+
+ mixed
+
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+ Prompt the user until the given validation callback passes.
+ from
+ConfiguresPrompts
+
+
+
@@ -267,7 +322,7 @@ Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -312,6 +367,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -333,14 +399,14 @@ Methods
- static EntityCreateCommands
+ static AutowireTrait
-
+ Instantiates a new instance of the implementing class using autowiring.
+ from
+AutowireTrait
@@ -372,7 +438,7 @@ Details
+ExecTrait at line 26
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -433,7 +499,7 @@ Return Value
+ExecTrait at line 87
static bool
programExists($program)
@@ -477,7 +543,7 @@ Return Value
+ExecTrait at line 99
static string
getEditor(string|null $editor = null)
@@ -521,7 +587,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -559,13 +625,176 @@ 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)
+
+
+
+
+
+
+
+
+ protected void
+ restorePrompts()
+
+
+
+
+
+
+
+ Restore the prompts output.
+
+
+
+ Return Value
+
+
+
+ void
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ protected bool
+ runningUnitTests()
+
+
+
+
+
+
+
+ No description
+
+
+
+
+ Return Value
+
+
+
+ bool
+
+
+
+
+
+
+
-
+
__construct(EntityTypeManagerInterface $entityTypeManager, EntityFieldManagerInterface $entityFieldManager, AccountSwitcherInterface $accountSwitcher)
@@ -610,8 +839,8 @@ Parameters
- protected SymfonyStyle
+DrushCommands at line 59
+ protected DrushStyle
io()
@@ -628,7 +857,7 @@ Return Value
- SymfonyStyle
+ DrushStyle
@@ -643,7 +872,7 @@ Return Value
+DrushCommands at line 71
protected DrushLoggerManager|null
logger()
@@ -676,7 +905,7 @@ Return Value
+DrushCommands at line 82
protected void
printFile(string $file)
@@ -719,7 +948,7 @@ Return Value
+DrushCommands at line 104
preHook(CommandData $commandData)
@@ -746,6 +975,45 @@ Parameters
+
+
+
+
+
+
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+
+
+
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+
+
+ Parameters
+
+
+
+
+ $input
+
+
+
+ AnnotationData
+ $annotationData
+
+
+
+
+
+
+
+
@@ -753,7 +1021,7 @@ Parameters
+DrushCommands at line 126
protected
printFileTopic(CommandData $commandData)
@@ -787,7 +1055,7 @@ Parameters
+DrushCommands at line 137
protected HandlerStack
getStack()
@@ -830,9 +1098,10 @@ See also
-
- static EntityCreateCommands
- create(ContainerInterface $container)
+
+ static AutowireTrait
+ create(ContainerInterface $container)
@@ -840,17 +1109,16 @@
- No description
-
+ Instantiates a new instance of the implementing class using autowiring.
Parameters
- ContainerInterface
+ ContainerInterface
$container
-
+ The service container this instance should use.
@@ -859,7 +1127,7 @@ Return Value
- EntityCreateCommands
+ AutowireTrait
@@ -873,7 +1141,7 @@ Return Value
-
+
string
createEntity(string $entity_type, $bundle, array $options = ['validate' => true, 'uid' => self::REQ, 'skip-fields' => self::REQ])
@@ -928,7 +1196,7 @@ Return Value
-
+
protected void
setValue(EntityInterface $entity, int|string $name, mixed $value)
diff --git a/api/Drush/Commands/core/ImageCommands.html b/api/Drush/Commands/core/ImageCommands.html
index 4a605008a2..1fb86c7337 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
+
+
+
+
@@ -262,6 +267,51 @@ Methods
DrushConfig as return type. Helps with IDE completion.
from
ConfigAwareTrait
+
+
+
+ void
+
+
+ configurePrompts(InputInterface $input)
+
+ Configure the prompt fallbacks.
+ from
+ConfiguresPrompts
+
+
+
+ mixed
+
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+ Prompt the user until the given validation callback passes.
+ from
+ConfiguresPrompts
+
+
+
@@ -277,7 +327,7 @@ Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -322,6 +372,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -392,7 +453,7 @@ Details
+ExecTrait at line 26
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -453,7 +514,7 @@ Return Value
+ExecTrait at line 87
static bool
programExists($program)
@@ -497,7 +558,7 @@ Return Value
+ExecTrait at line 99
static string
getEditor(string|null $editor = null)
@@ -541,7 +602,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -579,6 +640,169 @@ 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)
+
+
+
+
+
+
+
+
+ protected void
+ restorePrompts()
+
+
+
+
+
+
+
+ Restore the prompts output.
+
+
+
+ Return Value
+
+
+
+ void
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ protected bool
+ runningUnitTests()
+
+
+
+
+
+
+
+ No description
+
+
+
+
+ Return Value
+
+
+
+ bool
+
+
+
+
+
+
+
@@ -586,7 +810,7 @@ See also
+DrushCommands at line 52
__construct()
@@ -611,8 +835,8 @@
- protected SymfonyStyle
+DrushCommands at line 59
+ protected DrushStyle
io()
@@ -629,7 +853,7 @@ Return Value
- SymfonyStyle
+ DrushStyle
@@ -644,7 +868,7 @@ Return Value
+DrushCommands at line 71
protected DrushLoggerManager|null
logger()
@@ -677,7 +901,7 @@ Return Value
+DrushCommands at line 82
protected void
printFile(string $file)
@@ -720,7 +944,7 @@ Return Value
+DrushCommands at line 104
preHook(CommandData $commandData)
@@ -747,6 +971,45 @@ Parameters
+
+
+
+
+
+
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+
+
+
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+
+
+ Parameters
+
+
+
+
+ $input
+
+
+
+ AnnotationData
+ $annotationData
+
+
+
+
+
+
+
+
@@ -754,7 +1017,7 @@ Parameters
+DrushCommands at line 126
protected
printFileTopic(CommandData $commandData)
@@ -788,7 +1051,7 @@ Parameters
+DrushCommands at line 137
protected HandlerStack
getStack()
@@ -831,7 +1094,7 @@ See also
-
+
void
flush($style_names, $options = ['all' => false])
@@ -878,7 +1141,7 @@ Return Value
-
+
void
interactFlush(InputInterface $input, $output)
@@ -926,7 +1189,7 @@ Return Value
-
+
void
postInit(InputInterface $input, AnnotationData $annotationData)
@@ -974,7 +1237,7 @@ Return Value
-
+
derive($style_name, $source)
diff --git a/api/Drush/Commands/core/LanguageCommands.html b/api/Drush/Commands/core/LanguageCommands.html
index a2687418fa..e192dcd586 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
+
+
+
+
@@ -262,6 +272,51 @@ Methods
DrushConfig as return type. Helps with IDE completion.
from
ConfigAwareTrait
+
+
+
+ void
+
+
+ configurePrompts(InputInterface $input)
+
+ Configure the prompt fallbacks.
+ from
+ConfiguresPrompts
+
+
+
+ mixed
+
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+ Prompt the user until the given validation callback passes.
+ from
+ConfiguresPrompts
+
+
+
@@ -276,7 +331,7 @@ Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -321,6 +376,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -342,21 +408,21 @@ Methods
- LanguageManagerInterface
+ static AutowireTrait
-
+ Instantiates a new instance of the implementing class using autowiring.
+ from
+AutowireTrait
- ModuleHandlerInterface
+ LanguageManagerInterface
@@ -364,10 +430,10 @@ Methods
- static LanguageCommands
+ ModuleHandlerInterface
@@ -403,7 +469,7 @@ Details
+ExecTrait at line 26
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -464,7 +530,7 @@ Return Value
+ExecTrait at line 87
static bool
programExists($program)
@@ -508,7 +574,7 @@ Return Value
+ExecTrait at line 99
static string
getEditor(string|null $editor = null)
@@ -552,7 +618,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -590,13 +656,176 @@ 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)
+
+
+
+
+
+
+
+
+ protected void
+ restorePrompts()
+
+
+
+
+
+
+
+ Restore the prompts output.
+
+
+
+ Return Value
+
+
+
+ void
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ protected bool
+ runningUnitTests()
+
+
+
+
+
+
+
+ No description
+
+
+
+
+ Return Value
+
+
+
+ bool
+
+
+
+
+
+
+
-
+
__construct(LanguageManagerInterface $languageManager, ModuleHandlerInterface $moduleHandler)
@@ -636,8 +865,8 @@ Parameters
- protected SymfonyStyle
+DrushCommands at line 59
+ protected DrushStyle
io()
@@ -654,7 +883,7 @@ Return Value
- SymfonyStyle
+ DrushStyle
@@ -669,7 +898,7 @@ Return Value
+DrushCommands at line 71
protected DrushLoggerManager|null
logger()
@@ -702,7 +931,7 @@ Return Value
+DrushCommands at line 82
protected void
printFile(string $file)
@@ -745,7 +974,7 @@ Return Value
+DrushCommands at line 104
preHook(CommandData $commandData)
@@ -772,6 +1001,45 @@ Parameters
+
+
+
+
+
+
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+
+
+
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+
+
+ Parameters
+
+
+
+
+ $input
+
+
+
+ AnnotationData
+ $annotationData
+
+
+
+
+
+
+
+
@@ -779,7 +1047,7 @@ Parameters
+DrushCommands at line 126
protected
printFileTopic(CommandData $commandData)
@@ -813,7 +1081,7 @@ Parameters
+DrushCommands at line 137
protected HandlerStack
getStack()
@@ -855,10 +1123,11 @@ See also
-
-
- LanguageManagerInterface
- getLanguageManager()
+
+
+ static AutowireTrait
+ create(ContainerInterface $container)
@@ -866,16 +1135,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
- LanguageManagerInterface
+ AutowireTrait
@@ -888,10 +1166,10 @@ Return Value
-
-
- ModuleHandlerInterface
- getModuleHandler()
+
+
+ LanguageManagerInterface
+ getLanguageManager()
@@ -908,7 +1186,7 @@ Return Value
- ModuleHandlerInterface
+ LanguageManagerInterface
@@ -921,10 +1199,10 @@ Return Value
-
-
- static LanguageCommands
- create(ContainerInterface $container)
+
+
+ ModuleHandlerInterface
+ getModuleHandler()
@@ -936,22 +1214,12 @@
- Parameters
-
-
-
- ContainerInterface
- $container
-
-
-
-
Return Value
- LanguageCommands
+ ModuleHandlerInterface
@@ -965,7 +1233,7 @@ Return Value
-
+
void
add($langcode, $options = ['skip-translations' => false])
@@ -1013,7 +1281,7 @@ Return Value
-
+
RowsOfFields
info()
diff --git a/api/Drush/Commands/core/LinkHooks.html b/api/Drush/Commands/core/LinkHooks.html
index 4087d5cd7d..2292a3844b 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
+
+
+
+
@@ -244,6 +254,51 @@ Methods
DrushConfig as return type. Helps with IDE completion.
from
ConfigAwareTrait
+
+
+
+ void
+
+
+ configurePrompts(InputInterface $input)
+
+ Configure the prompt fallbacks.
+ from
+ConfiguresPrompts
+
+
+
+ mixed
+
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+ Prompt the user until the given validation callback passes.
+ from
+ConfiguresPrompts
+
+
+
@@ -258,7 +313,7 @@ Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -303,6 +358,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -324,14 +390,14 @@ Methods
- static LinkHooks
+ static AutowireTrait
-
+ Instantiates a new instance of the implementing class using autowiring.
+ from
+AutowireTrait
@@ -408,7 +474,7 @@ Details
+ExecTrait at line 26
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -469,7 +535,7 @@ Return Value
+ExecTrait at line 87
static bool
programExists($program)
@@ -513,7 +579,7 @@ Return Value
+ExecTrait at line 99
static string
getEditor(string|null $editor = null)
@@ -557,7 +623,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -595,13 +661,176 @@ 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)
+
+
+
+
+
+
+
+
+ protected void
+ restorePrompts()
+
+
+
+
+
+
+
+ Restore the prompts output.
+
+
+
+ Return Value
+
+
+
+ void
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ protected bool
+ runningUnitTests()
+
+
+
+
+
+
+
+ No description
+
+
+
+
+ Return Value
+
+
+
+ bool
+
+
+
+
+
+
+
-
+
__construct(ModuleHandlerInterface $moduleHandler)
@@ -636,8 +865,8 @@ Parameters
- protected SymfonyStyle
+DrushCommands at line 59
+ protected DrushStyle
io()
@@ -654,7 +883,7 @@ Return Value
- SymfonyStyle
+ DrushStyle
@@ -669,7 +898,7 @@ Return Value
+DrushCommands at line 71
protected DrushLoggerManager|null
logger()
@@ -702,7 +931,7 @@ Return Value
+DrushCommands at line 82
protected void
printFile(string $file)
@@ -745,7 +974,7 @@ Return Value
+DrushCommands at line 104
preHook(CommandData $commandData)
@@ -772,6 +1001,45 @@ Parameters
+
+
+
+
+
+
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+
+
+
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+
+
+ Parameters
+
+
+
+
+ $input
+
+
+
+ AnnotationData
+ $annotationData
+
+
+
+
+
+
+
+
@@ -779,7 +1047,7 @@ Parameters
+DrushCommands at line 126
protected
printFileTopic(CommandData $commandData)
@@ -813,7 +1081,7 @@ Parameters
+DrushCommands at line 137
protected HandlerStack
getStack()
@@ -856,9 +1124,10 @@ See also
-
- static LinkHooks
- create(ContainerInterface $container)
+
+ static AutowireTrait
+ create(ContainerInterface $container)
@@ -866,17 +1135,16 @@
- No description
-
+ Instantiates a new instance of the implementing class using autowiring.
Parameters
- ContainerInterface
+ ContainerInterface
$container
-
+ The service container this instance should use.
@@ -885,7 +1153,7 @@ Return Value
- LinkHooks
+ AutowireTrait
@@ -899,7 +1167,7 @@ Return Value
-
+
void
hookOption(Command $command, AnnotationData $annotationData)
@@ -947,7 +1215,7 @@ Return Value
-
+
void
hookSetOptions(InputInterface $input)
@@ -990,7 +1258,7 @@ Return Value
-
+
array
hookFieldConfig(array $values, InputInterface $input)
@@ -1038,7 +1306,7 @@ Return Value
-
+
protected int
askLinkType()
@@ -1071,7 +1339,7 @@ Return Value
-
+
protected int
askAllowLinkText()
@@ -1104,7 +1372,7 @@ Return Value
-
+
protected bool
isInstalled()
diff --git a/api/Drush/Commands/core/LocaleCommands.html b/api/Drush/Commands/core/LocaleCommands.html
index 74827d3666..5601e47bb8 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
+
+
+
+
@@ -298,6 +308,51 @@ Methods
DrushConfig as return type. Helps with IDE completion.
from
ConfigAwareTrait
+
+
+
+ void
+
+
+ configurePrompts(InputInterface $input)
+
+ Configure the prompt fallbacks.
+ from
+ConfiguresPrompts
+
+
+
+ mixed
+
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+ Prompt the user until the given validation callback passes.
+ from
+ConfiguresPrompts
+
+
+
@@ -312,7 +367,7 @@ Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -357,6 +412,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -375,6 +441,17 @@ Methods
Get a Guzzle handler stack that uses the Drush logger.
from
DrushCommands
+
+
+
+ static AutowireTrait
+
+
+ create(ContainerInterface $container)
+
+ Instantiates a new instance of the implementing class using autowiring.
+ from
+AutowireTrait
@@ -421,17 +498,6 @@ Methods
-
- static LocaleCommands
-
-
- create(ContainerInterface $container)
-
- No description
-
-
-
-
void
@@ -510,7 +576,7 @@ Details
+ExecTrait at line 26
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -571,7 +637,7 @@ Return Value
+ExecTrait at line 87
static bool
programExists($program)
@@ -615,7 +681,7 @@ Return Value
+ExecTrait at line 99
static string
getEditor(string|null $editor = null)
@@ -659,7 +725,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -697,13 +763,176 @@ 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)
+
+
+
+
+
+
+
+
+ protected void
+ restorePrompts()
+
+
+
+
+
+
+
+ Restore the prompts output.
+
+
+
+ Return Value
+
+
+
+ void
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ protected bool
+ runningUnitTests()
+
+
+
+
+
+
+
+ No description
+
+
+
+
+ Return Value
+
+
+
+ bool
+
+
+
+
+
+
+
-
+
__construct(LanguageManagerInterface $languageManager, ConfigFactoryInterface $configFactory, ModuleHandlerInterface $moduleHandler, StateInterface $state)
@@ -753,8 +982,8 @@ Parameters
- protected SymfonyStyle
+DrushCommands at line 59
+ protected DrushStyle
io()
@@ -771,7 +1000,7 @@ Return Value
- SymfonyStyle
+ DrushStyle
@@ -786,7 +1015,7 @@ Return Value
+DrushCommands at line 71
protected DrushLoggerManager|null
logger()
@@ -819,7 +1048,7 @@ Return Value
+DrushCommands at line 82
protected void
printFile(string $file)
@@ -862,7 +1091,7 @@ Return Value
+DrushCommands at line 104
preHook(CommandData $commandData)
@@ -889,6 +1118,45 @@ Parameters
+
+
+
+
+
+
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+
+
+
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+
+
+ Parameters
+
+
+
+
+ $input
+
+
+
+ AnnotationData
+ $annotationData
+
+
+
+
+
+
+
+
@@ -896,7 +1164,7 @@ Parameters
+DrushCommands at line 126
protected
printFileTopic(CommandData $commandData)
@@ -930,7 +1198,7 @@ Parameters
+DrushCommands at line 137
protected HandlerStack
getStack()
@@ -972,10 +1240,11 @@ See also
-
-
- protected LanguageManagerInterface
- getLanguageManager()
+
+
+ static AutowireTrait
+ create(ContainerInterface $container)
@@ -983,16 +1252,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
- LanguageManagerInterface
+ AutowireTrait
@@ -1005,10 +1283,10 @@ Return Value
-
-
- protected ConfigFactoryInterface
- getConfigFactory()
+
+
+ protected LanguageManagerInterface
+ getLanguageManager()
@@ -1025,7 +1303,7 @@ Return Value
- ConfigFactoryInterface
+ LanguageManagerInterface
@@ -1038,10 +1316,10 @@ Return Value
-
-
- ModuleHandlerInterface
- getModuleHandler()
+
+
+ protected ConfigFactoryInterface
+ getConfigFactory()
@@ -1058,7 +1336,7 @@ Return Value
- ModuleHandlerInterface
+ ConfigFactoryInterface
@@ -1071,10 +1349,10 @@ Return Value
-
-
- StateInterface
- getState()
+
+
+ ModuleHandlerInterface
+ getModuleHandler()
@@ -1091,7 +1369,7 @@ Return Value
- StateInterface
+ ModuleHandlerInterface
@@ -1104,10 +1382,10 @@ Return Value
-
-
- static LocaleCommands
- create(ContainerInterface $container)
+
+
+ StateInterface
+ getState()
@@ -1119,22 +1397,12 @@
- Parameters
-
-
-
- ContainerInterface
- $container
-
-
-
-
Return Value
- LocaleCommands
+ StateInterface
@@ -1148,7 +1416,7 @@ Return Value
-
+
void
check()
@@ -1180,7 +1448,7 @@ Return Value
-
+
void
clearStatus()
@@ -1212,7 +1480,7 @@ Return Value
-
+
void
update($options = ['langcodes' => self::REQ])
@@ -1285,7 +1553,7 @@ See also
-
+
void
export($langcode = null, $options = ['template' => false, 'types' => self::REQ])
@@ -1332,7 +1600,7 @@ Return Value
-
+
void
exportValidate(CommandData $commandData)
@@ -1374,7 +1642,7 @@ Return Value
-
+
importAll($directory, $options = ['type' => self::REQ, 'override' => self::REQ])
@@ -1421,7 +1689,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 e66a67435a..0405913e73 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
+
+
+
+
@@ -268,13 +268,58 @@ Methods
DrushConfig as return type. Helps with IDE completion.
from
ConfigAwareTrait
+
+
+
+ void
+
+
+ configurePrompts(InputInterface $input)
+
+ Configure the prompt fallbacks.
+ from
+ConfiguresPrompts
+
+
+
+ mixed
+
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+ Prompt the user until the given validation callback passes.
+ from
+ConfiguresPrompts
+
+
+
- __construct(BootstrapManager $bootstrapManager)
+ __construct(BootstrapManager $bootstrapManager, SiteAliasManagerInterface $siteAliasManager)
No description
@@ -282,7 +327,7 @@ Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -327,6 +372,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -376,7 +432,7 @@ Details
+ExecTrait at line 26
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -437,7 +493,7 @@ Return Value
+ExecTrait at line 87
static bool
programExists($program)
@@ -481,7 +537,7 @@ Return Value
+ExecTrait at line 99
static string
getEditor(string|null $editor = null)
@@ -525,7 +581,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -563,15 +619,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)
+
+
+
+
+
+
+
+
+ protected void
+ restorePrompts()
+
+
+
+
+
+
+
+ Restore the prompts output.
+
+
+
+ Return Value
+
+
+
+ void
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ protected bool
+ runningUnitTests()
+
+
+
+
+
+
+
+ No description
+
+
+
+
+ Return Value
+
+
+
+ bool
+
+
+
+
+
+
+
-
+
- __construct(BootstrapManager $bootstrapManager)
+ __construct(BootstrapManager $bootstrapManager, SiteAliasManagerInterface $siteAliasManager)
@@ -590,6 +809,11 @@ Parameters
BootstrapManager
$bootstrapManager
+
+
+ SiteAliasManagerInterface
+ $siteAliasManager
+
@@ -604,8 +828,8 @@ Parameters
- protected SymfonyStyle
+DrushCommands at line 59
+ protected DrushStyle
io()
@@ -622,7 +846,7 @@ Return Value
- SymfonyStyle
+ DrushStyle
@@ -637,7 +861,7 @@ Return Value
+DrushCommands at line 71
protected DrushLoggerManager|null
logger()
@@ -670,7 +894,7 @@ Return Value
+DrushCommands at line 82
protected void
printFile(string $file)
@@ -713,7 +937,7 @@ Return Value
+DrushCommands at line 104
preHook(CommandData $commandData)
@@ -740,6 +964,45 @@ Parameters
+
+
+
+
+
+
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+
+
+
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+
+
+ Parameters
+
+
+
+
+ $input
+
+
+
+ AnnotationData
+ $annotationData
+
+
+
+
+
+
+
+
@@ -747,7 +1010,7 @@ Parameters
+DrushCommands at line 126
protected
printFileTopic(CommandData $commandData)
@@ -781,7 +1044,7 @@ Parameters
+DrushCommands at line 137
protected HandlerStack
getStack()
@@ -825,7 +1088,7 @@ See also
+AutowireTrait at line 26
static AutowireTrait
create(ContainerInterface $container)
@@ -867,7 +1130,7 @@ Return Value
-
+
login(string $path = '', $options = ['name' => null, 'uid' => null, 'mail' => null, 'browser' => true, 'redirect-port' => self::REQ])
diff --git a/api/Drush/Commands/core/MaintCommands.html b/api/Drush/Commands/core/MaintCommands.html
index 5b51b6bbd2..ff3cabd3c5 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
+
+
+
+
@@ -285,6 +290,51 @@ Methods
DrushConfig as return type. Helps with IDE completion.
from
ConfigAwareTrait
+
+
+
+ void
+
+
+ configurePrompts(InputInterface $input)
+
+ Configure the prompt fallbacks.
+ from
+ConfiguresPrompts
+
+
+
+ mixed
+
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+ Prompt the user until the given validation callback passes.
+ from
+ConfiguresPrompts
+
+
+
@@ -299,7 +349,7 @@ Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -344,6 +394,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -424,7 +485,7 @@ Details
+ExecTrait at line 26
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -485,7 +546,7 @@ Return Value
+ExecTrait at line 87
static bool
programExists($program)
@@ -529,7 +590,7 @@ Return Value
+ExecTrait at line 99
static string
getEditor(string|null $editor = null)
@@ -573,7 +634,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -611,13 +672,176 @@ 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)
+
+
+
+
+
+
+
+
+ protected void
+ restorePrompts()
+
+
+
+
+
+
+
+ Restore the prompts output.
+
+
+
+ Return Value
+
+
+
+ void
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ protected bool
+ runningUnitTests()
+
+
+
+
+
+
+
+ No description
+
+
+
+
+ Return Value
+
+
+
+ bool
+
+
+
+
+
+
+
-
+
__construct(StateInterface $state)
@@ -652,8 +876,8 @@ Parameters
- protected SymfonyStyle
+DrushCommands at line 59
+ protected DrushStyle
io()
@@ -670,7 +894,7 @@ Return Value
- SymfonyStyle
+ DrushStyle
@@ -685,7 +909,7 @@ Return Value
+DrushCommands at line 71
protected DrushLoggerManager|null
logger()
@@ -718,7 +942,7 @@ Return Value
+DrushCommands at line 82
protected void
printFile(string $file)
@@ -761,7 +985,7 @@ Return Value
+DrushCommands at line 104
preHook(CommandData $commandData)
@@ -788,6 +1012,45 @@ Parameters
+
+
+
+
+
+
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+
+
+
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+
+
+ Parameters
+
+
+
+
+ $input
+
+
+
+ AnnotationData
+ $annotationData
+
+
+
+
+
+
+
+
@@ -795,7 +1058,7 @@ Parameters
+DrushCommands at line 126
protected
printFileTopic(CommandData $commandData)
@@ -829,7 +1092,7 @@ Parameters
+DrushCommands at line 137
protected HandlerStack
getStack()
@@ -873,7 +1136,7 @@ See also
+AutowireTrait at line 26
static AutowireTrait
create(ContainerInterface $container)
@@ -915,7 +1178,7 @@ Return Value
-
+
StateInterface
getState()
@@ -948,7 +1211,7 @@ Return Value
-
+
string
get()
@@ -980,7 +1243,7 @@ Return Value
-
+
void
set(string $value)
@@ -1022,7 +1285,7 @@ Return Value
-
+
int
status()
diff --git a/api/Drush/Commands/core/MessengerCommands.html b/api/Drush/Commands/core/MessengerCommands.html
index 1307985198..f170a1315a 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
+
+
+
+
@@ -244,6 +254,51 @@ Methods
DrushConfig as return type. Helps with IDE completion.
from
ConfigAwareTrait
+
+
+
+ void
+
+
+ configurePrompts(InputInterface $input)
+
+ Configure the prompt fallbacks.
+ from
+ConfiguresPrompts
+
+
+
+ mixed
+
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+ Prompt the user until the given validation callback passes.
+ from
+ConfiguresPrompts
+
+
+
@@ -258,7 +313,7 @@ Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -303,6 +358,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -324,14 +390,14 @@ Methods
- static MessengerCommands
+ static AutowireTrait
-
+ Instantiates a new instance of the implementing class using autowiring.
+ from
+AutowireTrait
@@ -375,7 +441,7 @@ Details
+ExecTrait at line 26
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -436,7 +502,7 @@ Return Value
+ExecTrait at line 87
static bool
programExists($program)
@@ -480,7 +546,7 @@ Return Value
+ExecTrait at line 99
static string
getEditor(string|null $editor = null)
@@ -524,7 +590,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -562,13 +628,176 @@ 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)
+
+
+
+
+
+
+
+
+ protected void
+ restorePrompts()
+
+
+
+
+
+
+
+ Restore the prompts output.
+
+
+
+ Return Value
+
+
+
+ void
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ protected bool
+ runningUnitTests()
+
+
+
+
+
+
+
+ No description
+
+
+
+
+ Return Value
+
+
+
+ bool
+
+
+
+
+
+
+
-
+
__construct(MessengerInterface $messenger)
@@ -603,8 +832,8 @@ Parameters
- protected SymfonyStyle
+DrushCommands at line 59
+ protected DrushStyle
io()
@@ -621,7 +850,7 @@ Return Value
- SymfonyStyle
+ DrushStyle
@@ -636,7 +865,7 @@ Return Value
+DrushCommands at line 71
protected DrushLoggerManager|null
logger()
@@ -669,7 +898,7 @@ Return Value
+DrushCommands at line 82
protected void
printFile(string $file)
@@ -712,7 +941,7 @@ Return Value
+DrushCommands at line 104
preHook(CommandData $commandData)
@@ -739,6 +968,45 @@ Parameters
+
+
+
+
+
+
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+
+
+
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+
+
+ Parameters
+
+
+
+
+ $input
+
+
+
+ AnnotationData
+ $annotationData
+
+
+
+
+
+
+
+
@@ -746,7 +1014,7 @@ Parameters
+DrushCommands at line 126
protected
printFileTopic(CommandData $commandData)
@@ -780,7 +1048,7 @@ Parameters
+DrushCommands at line 137
protected HandlerStack
getStack()
@@ -823,9 +1091,10 @@ See also
-
- static MessengerCommands
- create(ContainerInterface $container)
+
+ static AutowireTrait
+ create(ContainerInterface $container)
@@ -833,17 +1102,16 @@
- No description
-
+ Instantiates a new instance of the implementing class using autowiring.
Parameters
- ContainerInterface
+ ContainerInterface
$container
-
+ The service container this instance should use.
@@ -852,7 +1120,7 @@ Return Value
- MessengerCommands
+ AutowireTrait
@@ -866,7 +1134,7 @@ Return Value
-
+
void
pre()
@@ -899,7 +1167,7 @@ Return Value
-
+
void
post()
@@ -932,7 +1200,7 @@ Return Value
-
+
void
log()
diff --git a/api/Drush/Commands/core/MigrateRunnerCommands.html b/api/Drush/Commands/core/MigrateRunnerCommands.html
index fe3c146a77..2a288974c1 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
+
+
+
+
@@ -205,20 +203,20 @@ Properties
DrushCommands
-
- protected KeyValueStoreInterface
+
+ protected MigrationPluginManagerInterface|null
- $keyValue
- The key-value store service.
+ $migrationPluginManager
+
-
- protected MigrationPluginManagerInterface|null
+
+ protected KeyValueStoreInterface
- $migrationPluginManager
+ $keyValue
@@ -274,6 +272,51 @@ Methods
DrushConfig as return type. Helps with IDE completion.
from
ConfigAwareTrait
+
+
+
+ void
+
+
+ configurePrompts(InputInterface $input)
+
+ Configure the prompt fallbacks.
+ from
+ConfiguresPrompts
+
+
+
+ mixed
+
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+ Prompt the user until the given validation callback passes.
+ from
+ConfiguresPrompts
+
+
+
@@ -288,7 +331,7 @@ Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -333,6 +376,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -354,14 +408,14 @@ Methods
- static MigrateRunnerCommands
+ static AutowireTrait
-
+ Instantiates a new instance of the implementing class using autowiring.
+ from
+AutowireTrait
@@ -572,7 +626,7 @@ Details
+ExecTrait at line 26
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -633,7 +687,7 @@ Return Value
+ExecTrait at line 87
static bool
programExists($program)
@@ -677,7 +731,7 @@ Return Value
+ExecTrait at line 99
static string
getEditor(string|null $editor = null)
@@ -721,7 +775,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -759,13 +813,176 @@ 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)
+
+
+
+
+
+
+
+
+ protected void
+ restorePrompts()
+
+
+
+
+
+
+
+ Restore the prompts output.
+
+
+
+ Return Value
+
+
+
+ void
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ protected bool
+ runningUnitTests()
+
+
+
+
+
+
+
+ No description
+
+
+
+
+ Return Value
+
+
+
+ bool
+
+
+
+
+
+
+
-
+
__construct(DateFormatterInterface $dateFormatter, KeyValueFactoryInterface $keyValueFactory)
@@ -805,8 +1022,8 @@ Parameters
- protected SymfonyStyle
+DrushCommands at line 59
+ protected DrushStyle
io()
@@ -823,7 +1040,7 @@ Return Value
- SymfonyStyle
+ DrushStyle
@@ -838,7 +1055,7 @@ Return Value
+DrushCommands at line 71
protected DrushLoggerManager|null
logger()
@@ -871,7 +1088,7 @@ Return Value
+DrushCommands at line 82
protected void
printFile(string $file)
@@ -914,7 +1131,7 @@ Return Value
+DrushCommands at line 104
preHook(CommandData $commandData)
@@ -941,6 +1158,45 @@ Parameters
+
+
+
+
+
+
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+
+
+
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+
+
+ Parameters
+
+
+
+
+ $input
+
+
+
+ AnnotationData
+ $annotationData
+
+
+
+
+
+
+
+
@@ -948,7 +1204,7 @@ Parameters
+DrushCommands at line 126
protected
printFileTopic(CommandData $commandData)
@@ -982,7 +1238,7 @@ Parameters
+DrushCommands at line 137
protected HandlerStack
getStack()
@@ -1025,9 +1281,10 @@ See also
-
- static MigrateRunnerCommands
- create(ContainerInterface $container)
+
+ static AutowireTrait
+ create(ContainerInterface $container)
@@ -1035,17 +1292,16 @@
- No description
-
+ Instantiates a new instance of the implementing class using autowiring.
Parameters
- ContainerInterface
+ ContainerInterface
$container
-
+ The service container this instance should use.
@@ -1054,7 +1310,7 @@ Return Value
- MigrateRunnerCommands
+ AutowireTrait
@@ -1068,7 +1324,7 @@ Return Value
-
+
setMigrationPluginManager(MigrationPluginManagerInterface $migrationPluginManager)
@@ -1101,7 +1357,7 @@ Parameters
-
+
RowsOfFields
status(string|null $migrationIds = null, array $options = ['tag' => self::REQ, 'format' => 'table'])
@@ -1148,7 +1404,7 @@ Return Value
-
+
protected int|null
getMigrationSourceRowsCount(MigrationInterface $migration)
@@ -1191,7 +1447,7 @@ Return Value
-
+
protected int
getMigrationNeedingUpdateCount(MigrationInterface $migration)
@@ -1233,7 +1489,7 @@ Return Value
-
+
protected int|null
getMigrationUnprocessedCount(MigrationInterface $migration)
@@ -1275,7 +1531,7 @@ Return Value
-
+
protected int|null
getMigrationImportedCount(MigrationInterface $migration)
@@ -1317,7 +1573,7 @@ Return Value
-
+
protected string
getMigrationLastImportedTime(MigrationInterface $migration)
@@ -1359,7 +1615,7 @@ Return Value
-
+
protected array
padTableRow(array $row, array $fields)
@@ -1406,7 +1662,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])
@@ -1462,7 +1718,7 @@ Exceptions
-
+
protected void
executeMigration(MigrationInterface $migration, string $migrationId, array $userData)
@@ -1524,7 +1780,7 @@ Exceptions
-
+
void
rollback(string|null $migrationIds = null, array $options = ['all' => false, 'tag' => self::REQ, 'feedback' => self::REQ, 'idlist' => self::REQ, 'progress' => true])
@@ -1580,7 +1836,7 @@ Exceptions
-
+
void
stop(string $migrationId)
@@ -1631,7 +1887,7 @@ Exceptions
-
+
void
resetStatus(string $migrationId)
@@ -1682,7 +1938,7 @@ Exceptions
-
+
RowsOfFields
messages(string $migrationId, array $options = ['idlist' => self::REQ, 'format' => 'table'])
@@ -1738,7 +1994,7 @@ Exceptions
-
+
protected array
preprocessMessageRow(StdClass $row, array $sourceIdKeys)
@@ -1797,7 +2053,7 @@ See also
-
+
RowsOfFields
fieldsSource(string $migrationId, $options = ['format' => 'table'])
@@ -1853,7 +2109,7 @@ Exceptions
-
+
protected array
getMigrationList(string|null $migrationIds, string|null $tags)
@@ -1911,7 +2167,7 @@ Exceptions
-
+
protected MigrateMessageInterface
getMigrateMessage()
@@ -1943,7 +2199,7 @@ Return Value
-
+
protected array
getSourceIdKeys(MigrateIdMapInterface $idMap)
@@ -1985,7 +2241,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 c729c39f45..94db287bd0 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
+
+
+
+
@@ -249,21 +249,67 @@ Methods
DrushConfig as return type. Helps with IDE completion.
from
ConfigAwareTrait
+
+
+
+ void
+
+
+ configurePrompts(InputInterface $input)
+
+ Configure the prompt fallbacks.
+ from
+ConfiguresPrompts
+
+
+
+ mixed
+
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+ Prompt the user until the given validation callback passes.
+ from
+ConfiguresPrompts
+
+
+
- __construct(ContainerInterface $container, ContainerInterface $drush_container)
+ __construct()
No description
-
+ from
+DrushCommands
- SymfonyStyle
+ DrushStyle
io()
@@ -308,6 +354,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -326,17 +383,6 @@ Methods
Get a Guzzle handler stack that uses the Drush logger.
from
DrushCommands
-
-
-
- static MkCommands
-
-
- create(ContainerInterface $container, ContainerInterface $drush_container)
-
- No description
-
-
@@ -548,7 +594,7 @@ Details
+ExecTrait at line 26
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -609,7 +655,7 @@ Return Value
+ExecTrait at line 87
static bool
programExists($program)
@@ -653,7 +699,7 @@ Return Value
+ExecTrait at line 99
static string
getEditor(string|null $editor = null)
@@ -697,7 +743,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -740,10 +786,11 @@ See also
-
-
- protected
- __construct(ContainerInterface $container, ContainerInterface $drush_container)
+
+
+ protected void
+ configurePrompts(InputInterface $input)
@@ -751,26 +798,174 @@
- No description
-
+ Configure the prompt fallbacks.
Parameters
- ContainerInterface
- $container
+ InputInterface
+ $input
+
+
+
+
+
+ Return Value
+
+
+
+ void
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ protected mixed
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+
+
+
+
+
+
+
+ protected void
+ restorePrompts()
+
+
+
+
+
+
+
+ Restore the prompts output.
+
+
+
+ Return Value
+
+
+
+ void
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ protected bool
+ runningUnitTests()
+
+
+
+
+
+
+
+ No description
+
+
+
+
+ Return Value
+
+
+
+ bool
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ __construct()
+
+
+
+
+
+
+
+ No description
+
+
+
+
@@ -781,8 +976,8 @@ Parameters
- protected SymfonyStyle
+DrushCommands at line 59
+ protected DrushStyle
io()
@@ -799,7 +994,7 @@ Return Value
- SymfonyStyle
+ DrushStyle
@@ -814,7 +1009,7 @@ Return Value
+DrushCommands at line 71
protected DrushLoggerManager|null
logger()
@@ -847,7 +1042,7 @@ Return Value
+DrushCommands at line 82
protected void
printFile(string $file)
@@ -890,7 +1085,7 @@ Return Value
+DrushCommands at line 104
preHook(CommandData $commandData)
@@ -917,6 +1112,45 @@ Parameters
+
+
+
+
+
+
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+
+
+
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+
+
+ Parameters
+
+
+
+
+ $input
+
+
+
+ AnnotationData
+ $annotationData
+
+
+
+
+
+
+
+
@@ -924,7 +1158,7 @@ Parameters
+DrushCommands at line 126
protected
printFileTopic(CommandData $commandData)
@@ -958,7 +1192,7 @@ Parameters
+DrushCommands at line 137
protected HandlerStack
getStack()
@@ -995,61 +1229,13 @@ See also
-
-
-
-
-
-
-
- static MkCommands
- create(ContainerInterface $container, ContainerInterface $drush_container)
-
-
-
-
-
-
-
- No description
-
-
-
- Parameters
-
-
-
- ContainerInterface
- $container
-
-
-
- ContainerInterface
- $drush_container
-
-
-
-
-
- Return Value
-
-
-
- MkCommands
-
-
-
-
-
-
-
-
+
void
docs()
@@ -1059,7 +1245,7 @@
- Build a Markdown document for each Drush command/generator that is available on a site.
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 Drush command/generator that is available on a site.
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.
@@ -1081,7 +1267,7 @@ Return Value
-
+
array
createAnnotatedCommands(Application $application_generate, Application $application_drush)
@@ -1128,7 +1314,7 @@ Return Value
-
+
static protected string
appendPostAmble()
@@ -1161,7 +1347,7 @@ Return Value
-
+
static protected string
appendAliases($command)
@@ -1204,7 +1390,7 @@ Return Value
-
+
static protected string
appendTopics(AnnotatedCommand $command, string $dir_commands)
@@ -1252,7 +1438,7 @@ Return Value
-
+
static protected string
appendOptions($command)
@@ -1295,7 +1481,7 @@ Return Value
-
+
static protected string
appendOptionsGlobal($application)
@@ -1338,7 +1524,7 @@ Return Value
-
+
static protected string
appendArguments($command)
@@ -1381,7 +1567,7 @@ Return Value
-
+
static protected string
appendUsages(AnnotatedCommand $command)
@@ -1424,7 +1610,7 @@ Return Value
-
+
static protected string
appendPreamble($command, $root)
@@ -1472,7 +1658,7 @@ Return Value
-
+
protected void
writeYml(array $nav_commands, array $nav_generators, array $map_commands, array $map_generators, string $dest)
@@ -1535,7 +1721,7 @@ Return Value
-
+
protected void
writeAllMd(array $pages_all, string $destination_path, string $title)
@@ -1588,7 +1774,7 @@ Return Value
-
+
protected void
prepare($destination)
@@ -1630,7 +1816,7 @@ Return Value
-
+
static iterable
argToArray(InputArgument $arg)
@@ -1672,7 +1858,7 @@ Return Value
-
+
static iterable
optionToArray(InputOption $opt)
@@ -1714,7 +1900,7 @@ Return Value
-
+
static string
cliTextToMarkdown(string $text)
@@ -1756,7 +1942,7 @@ Return Value
-
+
array
writeContentFilesAndBuildNavAndBuildRedirectMap(array $namespaced, string $destination, string $dir_root, string $destination_path)
@@ -1813,7 +1999,7 @@ Return Value
-
+
protected array
getRedirectMap(Command $command, string $destination)
@@ -1861,7 +2047,7 @@ Return Value
-
+
string
getFilename(string $name)
diff --git a/api/Drush/Commands/core/PhpCommands.html b/api/Drush/Commands/core/PhpCommands.html
index 1a18c97b57..b209d7d365 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
+
+
+
+
@@ -267,6 +272,51 @@ Methods
DrushConfig as return type. Helps with IDE completion.
from
ConfigAwareTrait
+
+
+
+ void
+
+
+ configurePrompts(InputInterface $input)
+
+ Configure the prompt fallbacks.
+ from
+ConfiguresPrompts
+
+
+
+ mixed
+
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+ Prompt the user until the given validation callback passes.
+ from
+ConfiguresPrompts
+
+
+
@@ -282,7 +332,7 @@ Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -327,6 +377,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -375,7 +436,7 @@ Details
+ExecTrait at line 26
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -436,7 +497,7 @@ Return Value
+ExecTrait at line 87
static bool
programExists($program)
@@ -480,7 +541,7 @@ Return Value
+ExecTrait at line 99
static string
getEditor(string|null $editor = null)
@@ -524,7 +585,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -562,6 +623,169 @@ 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)
+
+
+
+
+
+
+
+
+ protected void
+ restorePrompts()
+
+
+
+
+
+
+
+ Restore the prompts output.
+
+
+
+ Return Value
+
+
+
+ void
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ protected bool
+ runningUnitTests()
+
+
+
+
+
+
+
+ No description
+
+
+
+
+ Return Value
+
+
+
+ bool
+
+
+
+
+
+
+
@@ -569,7 +793,7 @@ See also
+DrushCommands at line 52
__construct()
@@ -594,8 +818,8 @@
- protected SymfonyStyle
+DrushCommands at line 59
+ protected DrushStyle
io()
@@ -612,7 +836,7 @@ Return Value
- SymfonyStyle
+ DrushStyle
@@ -627,7 +851,7 @@ Return Value
+DrushCommands at line 71
protected DrushLoggerManager|null
logger()
@@ -660,7 +884,7 @@ Return Value
+DrushCommands at line 82
protected void
printFile(string $file)
@@ -703,7 +927,7 @@ Return Value
+DrushCommands at line 104
preHook(CommandData $commandData)
@@ -730,6 +954,45 @@ Parameters
+
+
+
+
+
+
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+
+
+
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+
+
+ Parameters
+
+
+
+
+ $input
+
+
+
+ AnnotationData
+ $annotationData
+
+
+
+
+
+
+
+
@@ -737,7 +1000,7 @@ Parameters
+DrushCommands at line 126
protected
printFileTopic(CommandData $commandData)
@@ -771,7 +1034,7 @@ Parameters
+DrushCommands at line 137
protected HandlerStack
getStack()
@@ -814,7 +1077,7 @@ See also
-
+
evaluate($code, $options = ['format' => 'var_dump'])
@@ -852,7 +1115,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 a31fb98fa7..a7ec25893e 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
-
-
-
-
-
@@ -307,6 +308,51 @@ Methods
DrushConfig as return type. Helps with IDE completion.
from
ConfigAwareTrait
+
+
+
+ void
+
+
+ configurePrompts(InputInterface $input)
+
+ Configure the prompt fallbacks.
+ from
+ConfiguresPrompts
+
+
+
+ mixed
+
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+ Prompt the user until the given validation callback passes.
+ from
+ConfiguresPrompts
+
+
+
@@ -321,7 +367,7 @@ Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -366,6 +412,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -387,14 +444,14 @@ Methods
- static QueueCommands
+ static AutowireTrait
-
+ Instantiates a new instance of the implementing class using autowiring.
+ from
+AutowireTrait
@@ -450,16 +507,6 @@ Methods
-
-
-
- validateQueueName(CommandData $commandData)
-
- Validate that a queue exists.
-
-
-
-
array
@@ -500,7 +547,7 @@ Details
+ExecTrait at line 26
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -561,7 +608,7 @@ Return Value
+ExecTrait at line 87
static bool
programExists($program)
@@ -605,7 +652,7 @@ Return Value
+ExecTrait at line 99
static string
getEditor(string|null $editor = null)
@@ -649,7 +696,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -687,13 +734,176 @@ 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)
+
+
+
+
+
+
+
+
+ protected void
+ restorePrompts()
+
+
+
+
+
+
+
+ Restore the prompts output.
+
+
+
+ Return Value
+
+
+
+ void
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ protected bool
+ runningUnitTests()
+
+
+
+
+
+
+
+ No description
+
+
+
+
+ Return Value
+
+
+
+ bool
+
+
+
+
+
+
+
-
+
__construct(QueueWorkerManagerInterface $workerManager, QueueFactory $queueService)
@@ -733,8 +943,8 @@ Parameters
- protected SymfonyStyle
+DrushCommands at line 59
+ protected DrushStyle
io()
@@ -751,7 +961,7 @@ Return Value
- SymfonyStyle
+ DrushStyle
@@ -766,7 +976,7 @@ Return Value
+DrushCommands at line 71
protected DrushLoggerManager|null
logger()
@@ -799,7 +1009,7 @@ Return Value
+DrushCommands at line 82
protected void
printFile(string $file)
@@ -842,7 +1052,7 @@ Return Value
+DrushCommands at line 104
preHook(CommandData $commandData)
@@ -869,6 +1079,45 @@ Parameters
+
+
+
+
+
+
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+
+
+
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+
+
+ Parameters
+
+
+
+
+ $input
+
+
+
+ AnnotationData
+ $annotationData
+
+
+
+
+
+
+
+
@@ -876,7 +1125,7 @@ Parameters
+DrushCommands at line 126
protected
printFileTopic(CommandData $commandData)
@@ -910,7 +1159,7 @@ Parameters
+DrushCommands at line 137
protected HandlerStack
getStack()
@@ -953,9 +1202,10 @@ See also
-
- static QueueCommands
- create(ContainerInterface $container)
+
+ static AutowireTrait
+ create(ContainerInterface $container)
@@ -963,17 +1213,16 @@
- No description
-
+ Instantiates a new instance of the implementing class using autowiring.
Parameters
- ContainerInterface
+ ContainerInterface
$container
-
+ The service container this instance should use.
@@ -982,7 +1231,7 @@ Return Value
- QueueCommands
+ AutowireTrait
@@ -996,7 +1245,7 @@ Return Value
-
+
QueueWorkerManagerInterface
getWorkerManager()
@@ -1029,7 +1278,7 @@ Return Value
-
+
QueueFactory
getQueueService()
@@ -1062,7 +1311,7 @@ Return Value
-
+
void
run(string $name, $options = ['time-limit' => self::REQ, 'items-limit' => self::REQ, 'lease-time' => self::REQ])
@@ -1109,7 +1358,7 @@ Return Value
-
+
RowsOfFields
qList($options = ['format' => 'table'])
@@ -1151,7 +1400,7 @@ Return Value
-
+
void
delete($name)
@@ -1187,46 +1436,13 @@ Return Value
-
-
-
-
-
-
-
-
- validateQueueName(CommandData $commandData)
-
-
-
-
-
-
-
- Validate that a queue exists.
-
-
- Parameters
-
-
-
- CommandData
- $commandData
-
-
-
-
-
-
-
-
-
+
array
getQueues()
@@ -1259,7 +1475,7 @@ Return Value
-
+
QueueInterface
getQueue($name)
@@ -1302,7 +1518,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 8e7de82576..2f8b9c5233 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
+
+
+
+
@@ -294,22 +299,66 @@ Methods
DrushConfig as return type. Helps with IDE completion.
from
ConfigAwareTrait
+
+
+
+ void
+
+
+ configurePrompts(InputInterface $input)
+
+ Configure the prompt fallbacks.
+ from
+ConfiguresPrompts
+
+
+
+ mixed
+
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+ Prompt the user until the given validation callback passes.
+ from
+ConfiguresPrompts
+
+
+
- from
-DrushCommands
+
- SymfonyStyle
+ DrushStyle
io()
@@ -354,6 +403,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -372,13 +432,24 @@ Methods
Get a Guzzle handler stack that uses the Drush logger.
from
DrushCommands
+
+
+
+ static AutowireTrait
+
+
+ create(ContainerInterface $container)
+
+ Instantiates a new instance of the implementing class using autowiring.
+ from
+AutowireTrait
- create($machine_name, $human_readable_name = null)
+ createRole($machine_name, $human_readable_name = null)
Create a new role.
@@ -454,7 +525,7 @@ Details
+ExecTrait at line 26
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -515,7 +586,7 @@ Return Value
+ExecTrait at line 87
static bool
programExists($program)
@@ -559,7 +630,7 @@ Return Value
+ExecTrait at line 99
static string
getEditor(string|null $editor = null)
@@ -603,7 +674,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -641,16 +712,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)
+
+
+
+
+
+
+
+
+ protected void
+ restorePrompts()
+
+
+
+
+
+
+
+ Restore the prompts output.
+
+
+
+ Return Value
+
+
+
+ void
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ protected bool
+ runningUnitTests()
+
+
+
+
+
+
+
+ No description
+
+
+
+
+ Return Value
+
+
+
+ bool
+
+
+
+
+
+
+
-
+
- __construct()
+ __construct(SiteAliasManager $siteAliasManager)
@@ -662,6 +895,16 @@
+ Parameters
+
+
+
+ SiteAliasManager
+ $siteAliasManager
+
+
+
+
@@ -673,8 +916,8 @@
- protected SymfonyStyle
+DrushCommands at line 59
+ protected DrushStyle
io()
@@ -691,7 +934,7 @@ Return Value
- SymfonyStyle
+ DrushStyle
@@ -706,7 +949,7 @@ Return Value
+DrushCommands at line 71
protected DrushLoggerManager|null
logger()
@@ -739,7 +982,7 @@ Return Value
+DrushCommands at line 82
protected void
printFile(string $file)
@@ -782,7 +1025,7 @@ Return Value
+DrushCommands at line 104
preHook(CommandData $commandData)
@@ -809,6 +1052,45 @@ Parameters
+
+
+
+
+
+
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+
+
+
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+
+
+ Parameters
+
+
+
+
+ $input
+
+
+
+ AnnotationData
+ $annotationData
+
+
+
+
+
+
+
+
@@ -816,7 +1098,7 @@ Parameters
+DrushCommands at line 126
protected
printFileTopic(CommandData $commandData)
@@ -850,7 +1132,7 @@ Parameters
+DrushCommands at line 137
protected HandlerStack
getStack()
@@ -893,9 +1175,52 @@ See also
-
+
+ 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)
@@ -931,7 +1256,7 @@ Parameters
-
+
void
delete($machine_name)
@@ -973,7 +1298,7 @@ Return Value
-
+
void
roleAddPerm($machine_name, $permissions)
@@ -1020,7 +1345,7 @@ Return Value
-
+
void
roleRemovePerm($machine_name, $permissions)
@@ -1067,7 +1392,7 @@ Return Value
-
+
RowsOfFields
roleList($options = ['format' => 'yaml'])
@@ -1109,7 +1434,7 @@ Return Value
-
+
string
renderPermsCell($key, $cellData, FormatterOptions $options)
@@ -1162,7 +1487,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 6ee92b03bb..0d920c31d0 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
+
+
+
+
@@ -285,13 +290,58 @@ Methods
DrushConfig as return type. Helps with IDE completion.
from
ConfigAwareTrait
+
+
+
+ void
+
+
+ configurePrompts(InputInterface $input)
+
+ Configure the prompt fallbacks.
+ from
+ConfiguresPrompts
+
+
+
+ mixed
+
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+ Prompt the user until the given validation callback passes.
+ from
+ConfiguresPrompts
+
+
+
@@ -299,7 +349,7 @@ Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -344,6 +394,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -362,6 +423,17 @@ Methods
Get a Guzzle handler stack that uses the Drush logger.
from
DrushCommands
+
+
+
+ static AutowireTrait
+
+
+ create(ContainerInterface $container)
+
+ Instantiates a new instance of the implementing class using autowiring.
+ from
+AutowireTrait
@@ -428,7 +500,7 @@ Details
+ExecTrait at line 26
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -489,7 +561,7 @@ Return Value
+ExecTrait at line 87
static bool
programExists($program)
@@ -533,7 +605,7 @@ Return Value
+ExecTrait at line 99
static string
getEditor(string|null $editor = null)
@@ -577,7 +649,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -615,15 +687,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)
+
+
+
+
+
+
+
+
+ protected void
+ restorePrompts()
+
+
+
+
+
+
+
+ Restore the prompts output.
+
+
+
+ Return Value
+
+
+
+ void
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ protected bool
+ runningUnitTests()
+
+
+
+
+
+
+
+ No description
+
+
+
+
+ Return Value
+
+
+
+ bool
+
+
+
+
+
+
+
-
+
- __construct()
+ __construct(SiteAliasManagerInterface $siteAliasManager)
@@ -635,6 +870,16 @@
+ Parameters
+
+
+
+ SiteAliasManagerInterface
+ $siteAliasManager
+
+
+
+
@@ -646,8 +891,8 @@
- protected SymfonyStyle
+DrushCommands at line 59
+ protected DrushStyle
io()
@@ -664,7 +909,7 @@ Return Value
- SymfonyStyle
+ DrushStyle
@@ -679,7 +924,7 @@ Return Value
+DrushCommands at line 71
protected DrushLoggerManager|null
logger()
@@ -712,7 +957,7 @@ Return Value
+DrushCommands at line 82
protected void
printFile(string $file)
@@ -755,7 +1000,7 @@ Return Value
+DrushCommands at line 104
preHook(CommandData $commandData)
@@ -782,6 +1027,45 @@ Parameters
+
+
+
+
+
+
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+
+
+
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+
+
+ Parameters
+
+
+
+
+ $input
+
+
+
+ AnnotationData
+ $annotationData
+
+
+
+
+
+
+
+
@@ -789,7 +1073,7 @@ Parameters
+DrushCommands at line 126
protected
printFileTopic(CommandData $commandData)
@@ -823,7 +1107,7 @@ Parameters
+DrushCommands at line 137
protected HandlerStack
getStack()
@@ -860,13 +1144,56 @@ See also
+
+
+
+
+
+
+
+ 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'])
@@ -923,7 +1250,7 @@ Return Value
-
+
string
rsyncOptions($options)
@@ -966,7 +1293,7 @@ Return Value
-
+
void
preCommandEvent(ConsoleCommandEvent $event)
@@ -1012,7 +1339,7 @@ Return Value
-
+
protected
injectAliasPathParameterOptions($input, $parameterName)
@@ -1051,7 +1378,7 @@ Parameters
-
+
void
validate(CommandData $commandData)
diff --git a/api/Drush/Commands/core/RunserverCommands.html b/api/Drush/Commands/core/RunserverCommands.html
index cde7407f36..ba9479d722 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
+
+
+
+
@@ -277,6 +272,51 @@ Methods
DrushConfig as return type. Helps with IDE completion.
from
ConfigAwareTrait
+
+
+
+ void
+
+
+ configurePrompts(InputInterface $input)
+
+ Configure the prompt fallbacks.
+ from
+ConfiguresPrompts
+
+
+
+ mixed
+
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+ Prompt the user until the given validation callback passes.
+ from
+ConfiguresPrompts
+
+
+
@@ -292,7 +332,7 @@ Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -337,6 +377,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -358,7 +409,7 @@ Methods
-
+ void
runserver($uri = null, $options = ['default-server' => self::REQ, 'browser' => true, 'dns' => false])
@@ -395,7 +446,7 @@ Details
+ExecTrait at line 26
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -456,7 +507,7 @@ Return Value
+ExecTrait at line 87
static bool
programExists($program)
@@ -500,7 +551,7 @@ Return Value
+ExecTrait at line 99
static string
getEditor(string|null $editor = null)
@@ -544,7 +595,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -582,6 +633,169 @@ 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)
+
+
+
+
+
+
+
+
+ protected void
+ restorePrompts()
+
+
+
+
+
+
+
+ Restore the prompts output.
+
+
+
+ Return Value
+
+
+
+ void
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ protected bool
+ runningUnitTests()
+
+
+
+
+
+
+
+ No description
+
+
+
+
+ Return Value
+
+
+
+ bool
+
+
+
+
+
+
+
@@ -589,7 +803,7 @@ See also
+DrushCommands at line 52
__construct()
@@ -614,8 +828,8 @@
- protected SymfonyStyle
+DrushCommands at line 59
+ protected DrushStyle
io()
@@ -632,7 +846,7 @@ Return Value
- SymfonyStyle
+ DrushStyle
@@ -647,7 +861,7 @@ Return Value
+DrushCommands at line 71
protected DrushLoggerManager|null
logger()
@@ -680,7 +894,7 @@ Return Value
+DrushCommands at line 82
protected void
printFile(string $file)
@@ -723,7 +937,7 @@ Return Value
+DrushCommands at line 104
preHook(CommandData $commandData)
@@ -750,6 +964,45 @@ Parameters
+
+
+
+
+
+
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+
+
+
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+
+
+ Parameters
+
+
+
+
+ $input
+
+
+
+ AnnotationData
+ $annotationData
+
+
+
+
+
+
+
+
@@ -757,7 +1010,7 @@ Parameters
+DrushCommands at line 126
protected
printFileTopic(CommandData $commandData)
@@ -791,7 +1044,7 @@ Parameters
+DrushCommands at line 137
protected HandlerStack
getStack()
@@ -834,8 +1087,8 @@ See also
-
-
+
+ void
runserver($uri = null, $options = ['default-server' => self::REQ, 'browser' => true, 'dns' => false])
@@ -867,6 +1120,15 @@ Parameters
+ Return Value
+
+
+
+ void
+
+
+
+
@@ -876,7 +1138,7 @@ Parameters
-
+
array
uri($uri, $options)
@@ -923,7 +1185,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 57595bc87b..cf0d17263b 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
+
+
+
+
@@ -267,22 +272,66 @@ Methods
DrushConfig as return type. Helps with IDE completion.
from
ConfigAwareTrait
+
+
+
+ void
+
+
+ configurePrompts(InputInterface $input)
+
+ Configure the prompt fallbacks.
+ from
+ConfiguresPrompts
+
+
+
+ mixed
+
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+ Prompt the user until the given validation callback passes.
+ from
+ConfiguresPrompts
+
+
+
- from
-DrushCommands
+
- SymfonyStyle
+ DrushStyle
io()
@@ -327,6 +376,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -345,6 +405,17 @@ Methods
Get a Guzzle handler stack that uses the Drush logger.
from
DrushCommands
+
+
+
+ static AutowireTrait
+
+
+ create(ContainerInterface $container)
+
+ Instantiates a new instance of the implementing class using autowiring.
+ from
+AutowireTrait
@@ -386,7 +457,7 @@ Details
+ExecTrait at line 26
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -447,7 +518,7 @@ Return Value
+ExecTrait at line 87
static bool
programExists($program)
@@ -491,7 +562,7 @@ Return Value
+ExecTrait at line 99
static string
getEditor(string|null $editor = null)
@@ -535,7 +606,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -573,16 +644,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)
+
+
+
+
+
+
+
+
+ protected void
+ restorePrompts()
+
+
+
+
+
+
+
+ Restore the prompts output.
+
+
+
+ Return Value
+
+
+
+ void
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ protected bool
+ runningUnitTests()
+
+
+
+
+
+
+
+ No description
+
+
+
+
+ Return Value
+
+
+
+ bool
+
+
+
+
+
+
+
-
+
- __construct()
+ __construct(SiteAliasManagerInterface $siteAliasManager)
@@ -594,6 +827,16 @@
+ Parameters
+
+
+
+ SiteAliasManagerInterface
+ $siteAliasManager
+
+
+
+
@@ -605,8 +848,8 @@
- protected SymfonyStyle
+DrushCommands at line 59
+ protected DrushStyle
io()
@@ -623,7 +866,7 @@ Return Value
- SymfonyStyle
+ DrushStyle
@@ -638,7 +881,7 @@ Return Value
+DrushCommands at line 71
protected DrushLoggerManager|null
logger()
@@ -671,7 +914,7 @@ Return Value
+DrushCommands at line 82
protected void
printFile(string $file)
@@ -714,7 +957,7 @@ Return Value
+DrushCommands at line 104
preHook(CommandData $commandData)
@@ -741,6 +984,45 @@ Parameters
+
+
+
+
+
+
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+
+
+
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+
+
+ Parameters
+
+
+
+
+ $input
+
+
+
+ AnnotationData
+ $annotationData
+
+
+
+
+
+
+
+
@@ -748,7 +1030,7 @@ Parameters
+DrushCommands at line 126
protected
printFileTopic(CommandData $commandData)
@@ -782,7 +1064,7 @@ Parameters
+DrushCommands at line 137
protected HandlerStack
getStack()
@@ -819,13 +1101,56 @@ See also
+
+
+
+
+
+
+
+ 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')
@@ -868,7 +1193,7 @@ Return Value
-
+
UnstructuredListData|null
siteAlias($site = null, array $options = ['format' => 'yaml'])
@@ -915,7 +1240,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 d480e220c1..dc9c81bb2b 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.
+
+
+
+
+
@@ -258,6 +268,51 @@ Methods
DrushConfig as return type. Helps with IDE completion.
from
ConfigAwareTrait
+
+
+
+ void
+
+
+ configurePrompts(InputInterface $input)
+
+ Configure the prompt fallbacks.
+ from
+ConfiguresPrompts
+
+
+
+ mixed
+
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+ Prompt the user until the given validation callback passes.
+ from
+ConfiguresPrompts
+
+
+
@@ -272,7 +327,7 @@ Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -317,6 +372,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -338,14 +404,14 @@ Methods
- static SiteInstallCommands
+ static AutowireTrait
- createEarly(ContainerInterface $drush_container)
+ create(ContainerInterface $container)
- No description
-
-
+ Instantiates a new instance of the implementing class using autowiring.
+ from
+AutowireTrait
@@ -450,7 +516,7 @@ Details
+ExecTrait at line 26
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -511,7 +577,7 @@ Return Value
+ExecTrait at line 87
static bool
programExists($program)
@@ -555,7 +621,7 @@ Return Value
+ExecTrait at line 99
static string
getEditor(string|null $editor = null)
@@ -599,7 +665,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -637,13 +703,176 @@ 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)
+
+
+
+
+
+
+
+
+ protected void
+ restorePrompts()
+
+
+
+
+
+
+
+ Restore the prompts output.
+
+
+
+ Return Value
+
+
+
+ void
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ protected bool
+ runningUnitTests()
+
+
+
+
+
+
+
+ No description
+
+
+
+
+ Return Value
+
+
+
+ bool
+
+
+
+
+
+
+
-
+
__construct(BootstrapManager $bootstrapManager, SiteAliasManager $siteAliasManager, ClassLoader $autoloader)
@@ -688,8 +917,8 @@ Parameters
- protected SymfonyStyle
+DrushCommands at line 59
+ protected DrushStyle
io()
@@ -706,7 +935,7 @@ Return Value
- SymfonyStyle
+ DrushStyle
@@ -721,7 +950,7 @@ Return Value
+DrushCommands at line 71
protected DrushLoggerManager|null
logger()
@@ -754,7 +983,7 @@ Return Value
+DrushCommands at line 82
protected void
printFile(string $file)
@@ -797,7 +1026,7 @@ Return Value
+DrushCommands at line 104
preHook(CommandData $commandData)
@@ -824,6 +1053,45 @@ Parameters
+
+
+
+
+
+
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+
+
+
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+
+
+ Parameters
+
+
+
+
+ $input
+
+
+
+ AnnotationData
+ $annotationData
+
+
+
+
+
+
+
+
@@ -831,7 +1099,7 @@ Parameters
+DrushCommands at line 126
protected
printFileTopic(CommandData $commandData)
@@ -865,7 +1133,7 @@ Parameters
+DrushCommands at line 137
protected HandlerStack
getStack()
@@ -907,10 +1175,11 @@ See also
-
-
- static SiteInstallCommands
- createEarly(ContainerInterface $drush_container)
+
+
+ static AutowireTrait
+ create(ContainerInterface $container)
@@ -918,8 +1187,7 @@
- No description
-
+ Instantiates a new instance of the implementing class using autowiring.
Parameters
@@ -927,8 +1195,8 @@ Parameters
ContainerInterface
- $drush_container
-
+ $container
+ The service container this instance should use.
@@ -937,7 +1205,7 @@ Return Value
- SiteInstallCommands
+ AutowireTrait
@@ -951,7 +1219,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])
@@ -998,7 +1266,7 @@ Return Value
-
+
void
taskCallback($install_state)
@@ -1041,7 +1309,7 @@ Return Value
-
+
protected
determineProfile($profile, $options)
@@ -1080,7 +1348,7 @@ Parameters
-
+
protected bool
hasConfigFiles($config)
@@ -1122,7 +1390,7 @@ Return Value
-
+
void
validate(CommandData $commandData)
@@ -1165,7 +1433,7 @@ Return Value
-
+
void
pre(CommandData $commandData)
@@ -1207,7 +1475,7 @@ Return Value
-
+
protected
getSitesSubdirFromUri($root, $uri)
@@ -1246,7 +1514,7 @@ Parameters
-
+
void
serverGlobals($drupal_base_url)
@@ -1299,7 +1567,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 5a6c8ebde1..e6fd6221b1 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
+
+
+
+
@@ -258,22 +263,66 @@ Methods
DrushConfig as return type. Helps with IDE completion.
from
ConfigAwareTrait
+
+
+
+ void
+
+
+ configurePrompts(InputInterface $input)
+
+ Configure the prompt fallbacks.
+ from
+ConfiguresPrompts
+
+
+
+ mixed
+
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+ Prompt the user until the given validation callback passes.
+ from
+ConfiguresPrompts
+
+
+
- from
-DrushCommands
+
- SymfonyStyle
+ DrushStyle
io()
@@ -318,6 +367,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -336,6 +396,17 @@ Methods
Get a Guzzle handler stack that uses the Drush logger.
from
DrushCommands
+
+
+
+ static AutowireTrait
+
+
+ create(ContainerInterface $container)
+
+ Instantiates a new instance of the implementing class using autowiring.
+ from
+AutowireTrait
@@ -356,7 +427,7 @@ Details
+ExecTrait at line 26
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -417,7 +488,7 @@ Return Value
+ExecTrait at line 87
static bool
programExists($program)
@@ -461,7 +532,7 @@ Return Value
+ExecTrait at line 99
static string
getEditor(string|null $editor = null)
@@ -505,7 +576,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -543,16 +614,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)
+
+
+
+
+
+
+
+
+ protected void
+ restorePrompts()
+
+
+
+
+
+
+
+ Restore the prompts output.
+
+
+
+ Return Value
+
+
+
+ void
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ protected bool
+ runningUnitTests()
+
+
+
+
+
+
+
+ No description
+
+
+
+
+ Return Value
+
+
+
+ bool
+
+
+
+
+
+
+
-
+
- __construct()
+ __construct(SiteAliasManagerInterface $siteAliasManager)
@@ -564,6 +797,16 @@
+ Parameters
+
+
+
+ SiteAliasManagerInterface
+ $siteAliasManager
+
+
+
+
@@ -575,8 +818,8 @@
- protected SymfonyStyle
+DrushCommands at line 59
+ protected DrushStyle
io()
@@ -593,7 +836,7 @@ Return Value
- SymfonyStyle
+ DrushStyle
@@ -608,7 +851,7 @@ Return Value
+DrushCommands at line 71
protected DrushLoggerManager|null
logger()
@@ -641,7 +884,7 @@ Return Value
+DrushCommands at line 82
protected void
printFile(string $file)
@@ -684,7 +927,7 @@ Return Value
+DrushCommands at line 104
preHook(CommandData $commandData)
@@ -711,6 +954,45 @@ Parameters
+
+
+
+
+
+
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+
+
+
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+
+
+ Parameters
+
+
+
+
+ $input
+
+
+
+ AnnotationData
+ $annotationData
+
+
+
+
+
+
+
+
@@ -718,7 +1000,7 @@ Parameters
+DrushCommands at line 126
protected
printFileTopic(CommandData $commandData)
@@ -752,7 +1034,7 @@ Parameters
+DrushCommands at line 137
protected HandlerStack
getStack()
@@ -789,13 +1071,56 @@ See also
+
+
+
+
+
+
+
+ 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 1cd7891876..6e35202327 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
+
+
+
+
@@ -276,6 +286,51 @@ Methods
DrushConfig as return type. Helps with IDE completion.
from
ConfigAwareTrait
+
+
+
+ void
+
+
+ configurePrompts(InputInterface $input)
+
+ Configure the prompt fallbacks.
+ from
+ConfiguresPrompts
+
+
+
+ mixed
+
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+ Prompt the user until the given validation callback passes.
+ from
+ConfiguresPrompts
+
+
+
@@ -290,7 +345,7 @@ Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -335,6 +390,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -356,14 +422,14 @@ Methods
- static StateCommands
+ static AutowireTrait
-
+ Instantiates a new instance of the implementing class using autowiring.
+ from
+AutowireTrait
@@ -426,7 +492,7 @@ Details
+ExecTrait at line 26
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -487,7 +553,7 @@ Return Value
+ExecTrait at line 87
static bool
programExists($program)
@@ -531,7 +597,7 @@ Return Value
+ExecTrait at line 99
static string
getEditor(string|null $editor = null)
@@ -575,7 +641,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -613,13 +679,176 @@ 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)
+
+
+
+
+
+
+
+
+ protected void
+ restorePrompts()
+
+
+
+
+
+
+
+ Restore the prompts output.
+
+
+
+ Return Value
+
+
+
+ void
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ protected bool
+ runningUnitTests()
+
+
+
+
+
+
+
+ No description
+
+
+
+
+ Return Value
+
+
+
+ bool
+
+
+
+
+
+
+
-
+
__construct(StateInterface $state)
@@ -654,8 +883,8 @@ Parameters
- protected SymfonyStyle
+DrushCommands at line 59
+ protected DrushStyle
io()
@@ -672,7 +901,7 @@ Return Value
- SymfonyStyle
+ DrushStyle
@@ -687,7 +916,7 @@ Return Value
+DrushCommands at line 71
protected DrushLoggerManager|null
logger()
@@ -720,7 +949,7 @@ Return Value
+DrushCommands at line 82
protected void
printFile(string $file)
@@ -763,7 +992,7 @@ Return Value
+DrushCommands at line 104
preHook(CommandData $commandData)
@@ -790,6 +1019,45 @@ Parameters
+
+
+
+
+
+
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+
+
+
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+
+
+ Parameters
+
+
+
+
+ $input
+
+
+
+ AnnotationData
+ $annotationData
+
+
+
+
+
+
+
+
@@ -797,7 +1065,7 @@ Parameters
+DrushCommands at line 126
protected
printFileTopic(CommandData $commandData)
@@ -831,7 +1099,7 @@ Parameters
+DrushCommands at line 137
protected HandlerStack
getStack()
@@ -874,9 +1142,10 @@ See also
-
- static StateCommands
- create(ContainerInterface $container)
+
+ static AutowireTrait
+ create(ContainerInterface $container)
@@ -884,17 +1153,16 @@
- No description
-
+ Instantiates a new instance of the implementing class using autowiring.
Parameters
- ContainerInterface
+ ContainerInterface
$container
-
+ The service container this instance should use.
@@ -903,7 +1171,7 @@ Return Value
- StateCommands
+ AutowireTrait
@@ -917,7 +1185,7 @@ Return Value
-
+
StateInterface
getState()
@@ -950,7 +1218,7 @@ Return Value
-
+
PropertyList
get(string $key, $options = ['format' => 'string'])
@@ -997,7 +1265,7 @@ Return Value
-
+
void
set(string $key, $value, $options = ['input-format' => 'auto'])
@@ -1049,7 +1317,7 @@ Return Value
-
+
void
delete(string $key)
@@ -1091,7 +1359,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 41672b5a84..0ed25e5a66 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
+
+
+
+
@@ -258,22 +258,66 @@ Methods
DrushConfig as return type. Helps with IDE completion.
from
ConfigAwareTrait
+
+
+
+ void
+
+
+ configurePrompts(InputInterface $input)
+
+ Configure the prompt fallbacks.
+ from
+ConfiguresPrompts
+
+
+
+ mixed
+
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+ Prompt the user until the given validation callback passes.
+ from
+ConfiguresPrompts
+
+
+
- from
-DrushCommands
+
- SymfonyStyle
+ DrushStyle
io()
@@ -318,6 +362,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -336,6 +391,16 @@ Methods
Get a Guzzle handler stack that uses the Drush logger.
from
DrushCommands
+
+
+
+ static StatusCommands
+
+
+ createEarly(Container $drush_container)
+
+ Not using Autowire in order to implicitly test backward compat.
+
@@ -400,7 +465,7 @@ Details
+ExecTrait at line 26
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -461,7 +526,7 @@ Return Value
+ExecTrait at line 87
static bool
programExists($program)
@@ -505,7 +570,7 @@ Return Value
+ExecTrait at line 99
static string
getEditor(string|null $editor = null)
@@ -549,7 +614,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -587,16 +652,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)
+
+
+
+
+
+
+
+
+ protected void
+ restorePrompts()
+
+
+
+
+
+
+
+ Restore the prompts output.
+
+
+
+ Return Value
+
+
+
+ void
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ protected bool
+ runningUnitTests()
+
+
+
+
+
+
+
+ No description
+
+
+
+
+ Return Value
+
+
+
+ bool
+
+
+
+
+
+
+
-
+
- __construct()
+ __construct(SiteAliasManagerInterface $siteAliasManager)
@@ -608,6 +835,16 @@
+ Parameters
+
+
+
+ SiteAliasManagerInterface
+ $siteAliasManager
+
+
+
+
@@ -619,8 +856,8 @@
- protected SymfonyStyle
+DrushCommands at line 59
+ protected DrushStyle
io()
@@ -637,7 +874,7 @@ Return Value
- SymfonyStyle
+ DrushStyle
@@ -652,7 +889,7 @@ Return Value
+DrushCommands at line 71
protected DrushLoggerManager|null
logger()
@@ -685,7 +922,7 @@ Return Value
+DrushCommands at line 82
protected void
printFile(string $file)
@@ -728,7 +965,7 @@ Return Value
+DrushCommands at line 104
preHook(CommandData $commandData)
@@ -755,6 +992,45 @@ Parameters
+
+
+
+
+
+
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+
+
+
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+
+
+ Parameters
+
+
+
+
+ $input
+
+
+
+ AnnotationData
+ $annotationData
+
+
+
+
+
+
+
+
@@ -762,7 +1038,7 @@ Parameters
+DrushCommands at line 126
protected
printFileTopic(CommandData $commandData)
@@ -796,7 +1072,7 @@ Parameters
+DrushCommands at line 137
protected HandlerStack
getStack()
@@ -833,13 +1109,55 @@ See also
+
+
+
+
+
+
+
+ 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'])
@@ -881,7 +1199,7 @@ Return Value
-
+
array
getPropertyList($options)
@@ -924,7 +1242,7 @@ Return Value
-
+
renderStatusCell($key, $cellData, FormatterOptions $options)
@@ -968,7 +1286,7 @@ Parameters
-
+
void
adjustStatusOptions(CommandData $commandData)
@@ -1011,7 +1329,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 45e3a8bcc5..e97e0ebcfc 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
+
+
+
+
@@ -253,6 +258,51 @@ Methods
DrushConfig as return type. Helps with IDE completion.
from
ConfigAwareTrait
+
+
+
+ void
+
+
+ configurePrompts(InputInterface $input)
+
+ Configure the prompt fallbacks.
+ from
+ConfiguresPrompts
+
+
+
+ mixed
+
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+ Prompt the user until the given validation callback passes.
+ from
+ConfiguresPrompts
+
+
+
@@ -268,7 +318,7 @@ Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -313,6 +363,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -394,7 +455,7 @@ Details
+ExecTrait at line 26
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -455,7 +516,7 @@ Return Value
+ExecTrait at line 87
static bool
programExists($program)
@@ -499,7 +560,7 @@ Return Value
+ExecTrait at line 99
static string
getEditor(string|null $editor = null)
@@ -543,7 +604,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -581,6 +642,169 @@ 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)
+
+
+
+
+
+
+
+
+ protected void
+ restorePrompts()
+
+
+
+
+
+
+
+ Restore the prompts output.
+
+
+
+ Return Value
+
+
+
+ void
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ protected bool
+ runningUnitTests()
+
+
+
+
+
+
+
+ No description
+
+
+
+
+ Return Value
+
+
+
+ bool
+
+
+
+
+
+
+
@@ -588,7 +812,7 @@ See also
+DrushCommands at line 52
__construct()
@@ -613,8 +837,8 @@
- protected SymfonyStyle
+DrushCommands at line 59
+ protected DrushStyle
io()
@@ -631,7 +855,7 @@ Return Value
- SymfonyStyle
+ DrushStyle
@@ -646,7 +870,7 @@ Return Value
+DrushCommands at line 71
protected DrushLoggerManager|null
logger()
@@ -679,7 +903,7 @@ Return Value
+DrushCommands at line 82
protected void
printFile(string $file)
@@ -722,7 +946,7 @@ Return Value
+DrushCommands at line 104
preHook(CommandData $commandData)
@@ -749,6 +973,45 @@ Parameters
+
+
+
+
+
+
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+
+
+
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+
+
+ Parameters
+
+
+
+
+ $input
+
+
+
+ AnnotationData
+ $annotationData
+
+
+
+
+
+
+
+
@@ -756,7 +1019,7 @@ Parameters
+DrushCommands at line 126
protected
printFileTopic(CommandData $commandData)
@@ -790,7 +1053,7 @@ Parameters
+DrushCommands at line 137
protected HandlerStack
getStack()
@@ -833,7 +1096,7 @@ See also
-
+
int
topic($topic_name)
@@ -875,7 +1138,7 @@ Return Value
-
+
void
interact(InputInterface $input, OutputInterface $output)
@@ -923,7 +1186,7 @@ Return Value
-
+
void
validate(CommandData $commandData)
@@ -966,7 +1229,7 @@ Return Value
-
+
void
topicComplete(CompletionInput $input, CompletionSuggestions $suggestions)
@@ -1014,7 +1277,7 @@ Return Value
-
+
static array
getAllTopics()
diff --git a/api/Drush/Commands/core/TwigCommands.html b/api/Drush/Commands/core/TwigCommands.html
index 424babbff7..cec1fb1ad5 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
+
+
+
+
@@ -271,6 +281,51 @@ Methods
DrushConfig as return type. Helps with IDE completion.
from
ConfigAwareTrait
+
+
+
+ void
+
+
+ configurePrompts(InputInterface $input)
+
+ Configure the prompt fallbacks.
+ from
+ConfiguresPrompts
+
+
+
+ mixed
+
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+ Prompt the user until the given validation callback passes.
+ from
+ConfiguresPrompts
+
+
+
@@ -285,7 +340,7 @@ Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -330,6 +385,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -351,14 +417,14 @@ Methods
- static TwigCommands
+ static AutowireTrait
-
+ Instantiates a new instance of the implementing class using autowiring.
+ from
+AutowireTrait
@@ -421,7 +487,7 @@ Details
+ExecTrait at line 26
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -482,7 +548,7 @@ Return Value
+ExecTrait at line 87
static bool
programExists($program)
@@ -526,7 +592,7 @@ Return Value
+ExecTrait at line 99
static string
getEditor(string|null $editor = null)
@@ -570,7 +636,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -608,13 +674,176 @@ 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)
+
+
+
+
+
+
+
+
+ protected void
+ restorePrompts()
+
+
+
+
+
+
+
+ Restore the prompts output.
+
+
+
+ Return Value
+
+
+
+ void
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ protected bool
+ runningUnitTests()
+
+
+
+
+
+
+
+ No description
+
+
+
+
+ Return Value
+
+
+
+ bool
+
+
+
+
+
+
+
-
+
__construct(TwigEnvironment $twig, ModuleHandlerInterface $moduleHandler, ExtensionList $extensionList, StateInterface $state, DrupalKernelInterface $kernel)
@@ -669,8 +898,8 @@ Parameters
- protected SymfonyStyle
+DrushCommands at line 59
+ protected DrushStyle
io()
@@ -687,7 +916,7 @@ Return Value
- SymfonyStyle
+ DrushStyle
@@ -702,7 +931,7 @@ Return Value
+DrushCommands at line 71
protected DrushLoggerManager|null
logger()
@@ -735,7 +964,7 @@ Return Value
+DrushCommands at line 82
protected void
printFile(string $file)
@@ -778,7 +1007,7 @@ Return Value
+DrushCommands at line 104
preHook(CommandData $commandData)
@@ -805,6 +1034,45 @@ Parameters
+
+
+
+
+
+
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+
+
+
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+
+
+ Parameters
+
+
+
+
+ $input
+
+
+
+ AnnotationData
+ $annotationData
+
+
+
+
+
+
+
+
@@ -812,7 +1080,7 @@ Parameters
+DrushCommands at line 126
protected
printFileTopic(CommandData $commandData)
@@ -846,7 +1114,7 @@ Parameters
+DrushCommands at line 137
protected HandlerStack
getStack()
@@ -889,9 +1157,10 @@ See also
-
- static TwigCommands
- create(ContainerInterface $container)
+
+ static AutowireTrait
+ create(ContainerInterface $container)
@@ -899,17 +1168,16 @@
- No description
-
+ Instantiates a new instance of the implementing class using autowiring.
Parameters
- ContainerInterface
+ ContainerInterface
$container
-
+ The service container this instance should use.
@@ -918,7 +1186,7 @@ Return Value
- TwigCommands
+ AutowireTrait
@@ -932,7 +1200,7 @@ Return Value
-
+
TwigEnvironment
getTwig()
@@ -965,7 +1233,7 @@ Return Value
-
+
ModuleHandlerInterface
getModuleHandler()
@@ -998,7 +1266,7 @@ Return Value
-
+
RowsOfFields
unused($searchpaths)
@@ -1041,7 +1309,7 @@ Return Value
-
+
void
twigCompile()
@@ -1073,7 +1341,7 @@ Return Value
-
+
void
twigDebug(string $mode)
diff --git a/api/Drush/Commands/core/UpdateDBCommands.html b/api/Drush/Commands/core/UpdateDBCommands.html
index c31760c17e..b05b47558c 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
+
+
+
+
@@ -276,22 +281,66 @@ Methods
DrushConfig as return type. Helps with IDE completion.
from
ConfigAwareTrait
+
+
+
+ void
+
+
+ configurePrompts(InputInterface $input)
+
+ Configure the prompt fallbacks.
+ from
+ConfiguresPrompts
+
+
+
+ mixed
+
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+ Prompt the user until the given validation callback passes.
+ from
+ConfiguresPrompts
+
+
+
- from
-DrushCommands
+
- SymfonyStyle
+ DrushStyle
io()
@@ -336,6 +385,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -354,6 +414,17 @@ Methods
Get a Guzzle handler stack that uses the Drush logger.
from
DrushCommands
+
+
+
+ static AutowireTrait
+
+
+ create(ContainerInterface $container)
+
+ Instantiates a new instance of the implementing class using autowiring.
+ from
+AutowireTrait
@@ -487,7 +558,7 @@ Details
+ExecTrait at line 26
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -548,7 +619,7 @@ Return Value
+ExecTrait at line 87
static bool
programExists($program)
@@ -592,7 +663,7 @@ Return Value
+ExecTrait at line 99
static string
getEditor(string|null $editor = null)
@@ -636,7 +707,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -674,16 +745,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)
+
+
+
+
+
+
+
+
+ protected void
+ restorePrompts()
+
+
+
+
+
+
+
+ Restore the prompts output.
+
+
+
+ Return Value
+
+
+
+ void
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ protected bool
+ runningUnitTests()
+
+
+
+
+
+
+
+ No description
+
+
+
+
+ Return Value
+
+
+
+ bool
+
+
+
+
+
+
+
-
+
- __construct()
+ __construct(SiteAliasManagerInterface $siteAliasManager)
@@ -695,6 +928,16 @@
+ Parameters
+
+
+
+ SiteAliasManagerInterface
+ $siteAliasManager
+
+
+
+
@@ -706,8 +949,8 @@
- protected SymfonyStyle
+DrushCommands at line 59
+ protected DrushStyle
io()
@@ -724,7 +967,7 @@ Return Value
- SymfonyStyle
+ DrushStyle
@@ -739,7 +982,7 @@ Return Value
+DrushCommands at line 71
protected DrushLoggerManager|null
logger()
@@ -772,7 +1015,7 @@ Return Value
+DrushCommands at line 82
protected void
printFile(string $file)
@@ -815,7 +1058,7 @@ Return Value
+DrushCommands at line 104
preHook(CommandData $commandData)
@@ -842,6 +1085,45 @@ Parameters
+
+
+
+
+
+
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+
+
+
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+
+
+ Parameters
+
+
+
+
+ $input
+
+
+
+ AnnotationData
+ $annotationData
+
+
+
+
+
+
+
+
@@ -849,7 +1131,7 @@ Parameters
+DrushCommands at line 126
protected
printFileTopic(CommandData $commandData)
@@ -883,7 +1165,7 @@ Parameters
+DrushCommands at line 137
protected HandlerStack
getStack()
@@ -920,13 +1202,56 @@ See also
+
+
+
+
+
+
+
+ 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])
@@ -968,7 +1293,7 @@ Return Value
-
+
RowsOfFields|null
updatedbStatus($options = ['format' => 'table'])
@@ -1010,7 +1335,7 @@ Return Value
-
+
UnstructuredListData
process(string $batch_id, $options = ['format' => 'json'])
@@ -1057,7 +1382,7 @@ Return Value
-
+
static void
updateDoOne(string $module, int $number, array $dependency_map, array $context)
@@ -1121,7 +1446,7 @@ Return Value
-
+
static void
updateDoOnePostUpdate(string $function, array $context)
@@ -1169,7 +1494,7 @@ Return Value
-
+
void
updateFinished(bool $success, array $results, array $operations)
@@ -1221,7 +1546,7 @@ Return Value
-
+
bool
updateBatch()
@@ -1253,7 +1578,7 @@ Return Value
-
+
static void
restoreMaintMode($status)
@@ -1296,7 +1621,7 @@ Return Value
-
+
array
getUpdateList()
@@ -1329,7 +1654,7 @@ Return Value
-
+
static void
cacheRebuild()
@@ -1377,7 +1702,7 @@ See also
-
+
array
getUpdatedbStatus(array $options)
@@ -1425,7 +1750,7 @@ Return Value
-
+
bool
updateCheckRequirements()
diff --git a/api/Drush/Commands/core/UserCommands.html b/api/Drush/Commands/core/UserCommands.html
index 1ca56d9916..468d366121 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
+
+
+
+
@@ -334,6 +344,51 @@ Methods
DrushConfig as return type. Helps with IDE completion.
from
ConfigAwareTrait
+
+
+
+ void
+
+
+ configurePrompts(InputInterface $input)
+
+ Configure the prompt fallbacks.
+ from
+ConfiguresPrompts
+
+
+
+ mixed
+
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+ Prompt the user until the given validation callback passes.
+ from
+ConfiguresPrompts
+
+
+
@@ -348,7 +403,7 @@ Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -393,6 +448,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -414,14 +480,14 @@ Methods
- static UserCommands
+ static AutowireTrait
-
+ Instantiates a new instance of the implementing class using autowiring.
+ from
+AutowireTrait
@@ -564,7 +630,7 @@ Details
+ExecTrait at line 26
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -625,7 +691,7 @@ Return Value
+ExecTrait at line 87
static bool
programExists($program)
@@ -669,7 +735,7 @@ Return Value
+ExecTrait at line 99
static string
getEditor(string|null $editor = null)
@@ -713,7 +779,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -751,13 +817,176 @@ 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)
+
+
+
+
+
+
+
+
+ protected void
+ restorePrompts()
+
+
+
+
+
+
+
+ Restore the prompts output.
+
+
+
+ Return Value
+
+
+
+ void
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ protected bool
+ runningUnitTests()
+
+
+
+
+
+
+
+ No description
+
+
+
+
+ Return Value
+
+
+
+ bool
+
+
+
+
+
+
+
-
+
__construct(DateFormatterInterface $dateFormatter)
@@ -792,8 +1021,8 @@ Parameters
- protected SymfonyStyle
+DrushCommands at line 59
+ protected DrushStyle
io()
@@ -810,7 +1039,7 @@ Return Value
- SymfonyStyle
+ DrushStyle
@@ -825,7 +1054,7 @@ Return Value
+DrushCommands at line 71
protected DrushLoggerManager|null
logger()
@@ -858,7 +1087,7 @@ Return Value
+DrushCommands at line 82
protected void
printFile(string $file)
@@ -901,7 +1130,7 @@ Return Value
+DrushCommands at line 104
preHook(CommandData $commandData)
@@ -928,6 +1157,45 @@ Parameters
+
+
+
+
+
+
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+
+
+
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+
+
+ Parameters
+
+
+
+
+ $input
+
+
+
+ AnnotationData
+ $annotationData
+
+
+
+
+
+
+
+
@@ -935,7 +1203,7 @@ Parameters
+DrushCommands at line 126
protected
printFileTopic(CommandData $commandData)
@@ -969,7 +1237,7 @@ Parameters
+DrushCommands at line 137
protected HandlerStack
getStack()
@@ -1012,9 +1280,10 @@ See also
-
- static UserCommands
- create(ContainerInterface $container)
+
+ static AutowireTrait
+ create(ContainerInterface $container)
@@ -1022,17 +1291,16 @@
- No description
-
+ Instantiates a new instance of the implementing class using autowiring.
Parameters
- ContainerInterface
+ ContainerInterface
$container
-
+ The service container this instance should use.
@@ -1041,7 +1309,7 @@ Return Value
- UserCommands
+ AutowireTrait
@@ -1055,7 +1323,7 @@ Return Value
-
+
RowsOfFields
information(string $names = '', $options = ['format' => 'table', 'uid' => self::REQ, 'mail' => self::REQ])
@@ -1102,7 +1370,7 @@ Return Value
-
+
renderRolesCell($key, $cellData, FormatterOptions $options)
@@ -1146,7 +1414,7 @@ Parameters
-
+
void
block(string $names = '', $options = ['uid' => self::REQ, 'mail' => self::REQ])
@@ -1193,7 +1461,7 @@ Return Value
-
+
void
unblock(string $names = '', $options = ['uid' => self::REQ, 'mail' => self::REQ])
@@ -1240,7 +1508,7 @@ Return Value
-
+
void
addRole(string $role, string $names = '', $options = ['uid' => self::REQ, 'mail' => self::REQ])
@@ -1292,7 +1560,7 @@ Return Value
-
+
void
removeRole(string $role, string $names = '', $options = ['uid' => self::REQ, 'mail' => self::REQ])
@@ -1344,7 +1612,7 @@ Return Value
-
+
CommandError
createUser(string $name, $options = ['format' => 'table', 'password' => self::REQ, 'mail' => self::REQ])
@@ -1391,7 +1659,7 @@ Return Value
-
+
void
createValidate(CommandData $commandData)
@@ -1433,7 +1701,7 @@ Return Value
-
+
void
cancel(string $names = '', $options = ['delete-content' => false, 'reassign-content' => false, 'uid' => self::REQ, 'mail' => self::REQ])
@@ -1484,7 +1752,7 @@ Return Value
-
+
void
password(string $name, string $password)
@@ -1531,7 +1799,7 @@ Return Value
-
+
array
infoArray($account)
@@ -1573,7 +1841,7 @@ Return Value
-
+
protected array
getAccounts(string $names = '', array $options = [])
@@ -1629,7 +1897,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 dc169fe4c5..fed54ae146 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
+
+
+
+
@@ -289,6 +299,51 @@ Methods
DrushConfig as return type. Helps with IDE completion.
from
ConfigAwareTrait
+
+
+
+ void
+
+
+ configurePrompts(InputInterface $input)
+
+ Configure the prompt fallbacks.
+ from
+ConfiguresPrompts
+
+
+
+ mixed
+
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+ Prompt the user until the given validation callback passes.
+ from
+ConfiguresPrompts
+
+
+
@@ -303,7 +358,7 @@ Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -348,6 +403,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -369,14 +435,14 @@ Methods
- static ViewsCommands
+ static AutowireTrait
-
+ Instantiates a new instance of the implementing class using autowiring.
+ from
+AutowireTrait
@@ -501,7 +567,7 @@ Details
+ExecTrait at line 26
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -562,7 +628,7 @@ Return Value
+ExecTrait at line 87
static bool
programExists($program)
@@ -606,7 +672,7 @@ Return Value
+ExecTrait at line 99
static string
getEditor(string|null $editor = null)
@@ -650,7 +716,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -688,13 +754,176 @@ 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)
+
+
+
+
+
+
+
+
+ protected void
+ restorePrompts()
+
+
+
+
+
+
+
+ Restore the prompts output.
+
+
+
+ Return Value
+
+
+
+ void
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ protected bool
+ runningUnitTests()
+
+
+
+
+
+
+
+ No description
+
+
+
+
+ Return Value
+
+
+
+ bool
+
+
+
+
+
+
+
-
+
__construct(ConfigFactoryInterface $configFactory, ModuleHandlerInterface $moduleHandler, EntityTypeManagerInterface $entityTypeManager, RendererInterface $renderer)
@@ -744,8 +973,8 @@ Parameters
- protected SymfonyStyle
+DrushCommands at line 59
+ protected DrushStyle
io()
@@ -762,7 +991,7 @@ Return Value
- SymfonyStyle
+ DrushStyle
@@ -777,7 +1006,7 @@ Return Value
+DrushCommands at line 71
protected DrushLoggerManager|null
logger()
@@ -810,7 +1039,7 @@ Return Value
+DrushCommands at line 82
protected void
printFile(string $file)
@@ -853,7 +1082,7 @@ Return Value
+DrushCommands at line 104
preHook(CommandData $commandData)
@@ -880,6 +1109,45 @@ Parameters
+
+
+
+
+
+
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+
+
+
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+
+
+ Parameters
+
+
+
+
+ $input
+
+
+
+ AnnotationData
+ $annotationData
+
+
+
+
+
+
+
+
@@ -887,7 +1155,7 @@ Parameters
+DrushCommands at line 126
protected
printFileTopic(CommandData $commandData)
@@ -921,7 +1189,7 @@ Parameters
+DrushCommands at line 137
protected HandlerStack
getStack()
@@ -964,9 +1232,10 @@ See also
-
- static ViewsCommands
- create(ContainerInterface $container)
+
+ static AutowireTrait
+ create(ContainerInterface $container)
@@ -974,17 +1243,16 @@
- No description
-
+ Instantiates a new instance of the implementing class using autowiring.
Parameters
- ContainerInterface
+ ContainerInterface
$container
-
+ The service container this instance should use.
@@ -993,7 +1261,7 @@ Return Value
- ViewsCommands
+ AutowireTrait
@@ -1007,7 +1275,7 @@ Return Value
-
+
ConfigFactoryInterface
getConfigFactory()
@@ -1040,7 +1308,7 @@ Return Value
-
+
ModuleHandlerInterface
getModuleHandler()
@@ -1073,7 +1341,7 @@ Return Value
-
+
EntityTypeManagerInterface
getEntityTypeManager()
@@ -1106,7 +1374,7 @@ Return Value
-
+
RendererInterface
getRenderer()
@@ -1139,7 +1407,7 @@ Return Value
-
+
void
dev()
@@ -1171,7 +1439,7 @@ Return Value
-
+
RowsOfFields|null
vlist($options = ['name' => self::REQ, 'tags' => self::REQ, 'status' => self::REQ, 'format' => 'table'])
@@ -1213,7 +1481,7 @@ Return Value
-
+
string|null
execute(string $view_name, $display = null, $view_args = null, $options = ['count' => 0, 'show-admin-links' => false])
@@ -1270,7 +1538,7 @@ Return Value
-
+
RowsOfFields|null
analyze()
@@ -1302,7 +1570,7 @@ Return Value
-
+
void
enable(string $views)
@@ -1344,7 +1612,7 @@ Return Value
-
+
void
disable(string $views)
@@ -1386,7 +1654,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 ac3fe2c962..57686d7e26 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
+
+
+
+
@@ -289,6 +299,51 @@ Methods
DrushConfig as return type. Helps with IDE completion.
from
ConfigAwareTrait
+
+
+
+ void
+
+
+ configurePrompts(InputInterface $input)
+
+ Configure the prompt fallbacks.
+ from
+ConfiguresPrompts
+
+
+
+ mixed
+
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+ Prompt the user until the given validation callback passes.
+ from
+ConfiguresPrompts
+
+
+
@@ -303,7 +358,7 @@ Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -348,6 +403,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -369,14 +435,14 @@ Methods
- static WatchdogCommands
+ static AutowireTrait
-
+ Instantiates a new instance of the implementing class using autowiring.
+ from
+AutowireTrait
@@ -489,7 +555,7 @@ Details
+ExecTrait at line 26
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -550,7 +616,7 @@ Return Value
+ExecTrait at line 87
static bool
programExists($program)
@@ -594,7 +660,7 @@ Return Value
+ExecTrait at line 99
static string
getEditor(string|null $editor = null)
@@ -638,7 +704,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -676,13 +742,176 @@ 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)
+
+
+
+
+
+
+
+
+ protected void
+ restorePrompts()
+
+
+
+
+
+
+
+ Restore the prompts output.
+
+
+
+ Return Value
+
+
+
+ void
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ protected bool
+ runningUnitTests()
+
+
+
+
+
+
+
+ No description
+
+
+
+
+ Return Value
+
+
+
+ bool
+
+
+
+
+
+
+
-
+
__construct(Connection $connection)
@@ -717,8 +946,8 @@ Parameters
- protected SymfonyStyle
+DrushCommands at line 59
+ protected DrushStyle
io()
@@ -735,7 +964,7 @@ Return Value
- SymfonyStyle
+ DrushStyle
@@ -750,7 +979,7 @@ Return Value
+DrushCommands at line 71
protected DrushLoggerManager|null
logger()
@@ -783,7 +1012,7 @@ Return Value
+DrushCommands at line 82
protected void
printFile(string $file)
@@ -826,7 +1055,7 @@ Return Value
+DrushCommands at line 104
preHook(CommandData $commandData)
@@ -853,6 +1082,45 @@ Parameters
+
+
+
+
+
+
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+
+
+
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+
+
+ Parameters
+
+
+
+
+ $input
+
+
+
+ AnnotationData
+ $annotationData
+
+
+
+
+
+
+
+
@@ -860,7 +1128,7 @@ Parameters
+DrushCommands at line 126
protected
printFileTopic(CommandData $commandData)
@@ -894,7 +1162,7 @@ Parameters
+DrushCommands at line 137
protected HandlerStack
getStack()
@@ -937,9 +1205,10 @@ See also
-
- static WatchdogCommands
- create(ContainerInterface $container)
+
+ static AutowireTrait
+ create(ContainerInterface $container)
@@ -947,17 +1216,16 @@
- No description
-
+ Instantiates a new instance of the implementing class using autowiring.
Parameters
- ContainerInterface
+ ContainerInterface
$container
-
+ The service container this instance should use.
@@ -966,7 +1234,7 @@ Return Value
- WatchdogCommands
+ AutowireTrait
@@ -980,7 +1248,7 @@ Return Value
-
+
RowsOfFields|null
show($substring = '', $options = ['format' => 'table', 'count' => 10, 'severity' => self::REQ, 'severity-min' => self::REQ, 'type' => self::REQ, 'extended' => false])
@@ -1027,7 +1295,7 @@ Return Value
-
+
RowsOfFields|null
watchdogList($substring = '', $options = ['format' => 'table', 'count' => 10, 'extended' => false])
@@ -1074,7 +1342,7 @@ Return Value
-
+
void
tail(OutputInterface $output, $substring = '', $options = ['severity' => self::REQ, 'severity-min' => self::REQ, 'type' => self::REQ, 'extended' => false])
@@ -1126,7 +1394,7 @@ Return Value
-
+
void
interactList($input, $output)
@@ -1174,7 +1442,7 @@ Return Value
-
+
void
delete($substring = '', $options = ['severity' => self::REQ, 'type' => self::REQ])
@@ -1221,7 +1489,7 @@ Return Value
-
+
PropertyList
showOne($id, $options = ['format' => 'yaml'])
@@ -1268,7 +1536,7 @@ Return Value
-
+
protected array
where(string|null $type = null, $severity = null, string|null $filter = null, string $criteria = 'AND', int|string $severity_min = null)
@@ -1330,7 +1598,7 @@ Return Value
-
+
protected
formatResult($result, bool $extended = false)
@@ -1368,7 +1636,7 @@ Parameters
-
+
static array
messageTypes()
@@ -1400,7 +1668,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 f584c6189c..0db8197a48 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.
+
+
+
+
+
@@ -190,6 +200,15 @@ Constants
+
+
+
+ BASE_INFO
+
+
+
+
+
@@ -289,6 +308,51 @@ Methods
DrushConfig as return type. Helps with IDE completion.
from
ConfigAwareTrait
+
+
+
+ void
+
+
+ configurePrompts(InputInterface $input)
+
+ Configure the prompt fallbacks.
+ from
+ConfiguresPrompts
+
+
+
+ mixed
+
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+ Prompt the user until the given validation callback passes.
+ from
+ConfiguresPrompts
+
+
+
@@ -303,7 +367,7 @@ Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -348,6 +412,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -366,6 +441,17 @@ Methods
Get a Guzzle handler stack that uses the Drush logger.
from
DrushCommands
+
+
+
+ static AutowireTrait
+
+
+ create(ContainerInterface $container)
+
+ Instantiates a new instance of the implementing class using autowiring.
+ from
+AutowireTrait
@@ -462,17 +548,6 @@ Methods
-
-
-
- static FieldBaseInfoCommands
-
-
- create(ContainerInterface $container)
-
- No description
-
-
@@ -504,7 +579,7 @@ Details
+ExecTrait at line 26
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -565,7 +640,7 @@ Return Value
+ExecTrait at line 87
static bool
programExists($program)
@@ -609,7 +684,7 @@ Return Value
+ExecTrait at line 99
static string
getEditor(string|null $editor = null)
@@ -653,7 +728,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -691,13 +766,176 @@ 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)
+
+
+
+
+
+
+
+
+ protected void
+ restorePrompts()
+
+
+
+
+
+
+
+ Restore the prompts output.
+
+
+
+ Return Value
+
+
+
+ void
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ protected bool
+ runningUnitTests()
+
+
+
+
+
+
+
+ No description
+
+
+
+
+ Return Value
+
+
+
+ bool
+
+
+
+
+
+
+
-
+
__construct(EntityTypeManagerInterface $entityTypeManager, EntityTypeBundleInfoInterface $entityTypeBundleInfo, EntityFieldManagerInterface $entityFieldManager)
@@ -742,8 +980,8 @@ Parameters
- protected SymfonyStyle
+DrushCommands at line 59
+ protected DrushStyle
io()
@@ -760,7 +998,7 @@ Return Value
- SymfonyStyle
+ DrushStyle
@@ -775,7 +1013,7 @@ Return Value
+DrushCommands at line 71
protected DrushLoggerManager|null
logger()
@@ -808,7 +1046,7 @@ Return Value
+DrushCommands at line 82
protected void
printFile(string $file)
@@ -851,7 +1089,7 @@ Return Value
+DrushCommands at line 104
preHook(CommandData $commandData)
@@ -878,6 +1116,45 @@ Parameters
+
+
+
+
+
+
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+
+
+
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+
+
+ Parameters
+
+
+
+
+ $input
+
+
+
+ AnnotationData
+ $annotationData
+
+
+
+
+
+
+
+
@@ -885,7 +1162,7 @@ Parameters
+DrushCommands at line 126
protected
printFileTopic(CommandData $commandData)
@@ -919,7 +1196,7 @@ Parameters
+DrushCommands at line 137
protected HandlerStack
getStack()
@@ -956,6 +1233,49 @@ See also
+
+
+
+
+
+
+
+ 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
+
+
+
+
+
+
+
@@ -963,7 +1283,7 @@ See also
+EntityTypeBundleAskTrait at line 22
protected array
getFieldableEntityTypes()
@@ -997,7 +1317,7 @@ Return Value
+EntityTypeBundleAskTrait at line 32
protected string|null
askEntityType()
@@ -1031,7 +1351,7 @@ Return Value
+EntityTypeBundleAskTrait at line 50
protected string|null
askBundle()
@@ -1065,7 +1385,7 @@ Return Value
+EntityTypeBundleValidationTrait at line 16
protected void
validateEntityType(string $entityTypeId)
@@ -1109,7 +1429,7 @@ Return Value
+EntityTypeBundleValidationTrait at line 25
protected void
validateBundle(string $entityTypeId, string $bundle)
@@ -1158,7 +1478,7 @@ Return Value
+FieldDefinitionRowsOfFieldsTrait at line 13
renderArray($key, $value, FormatterOptions $options)
@@ -1203,7 +1523,7 @@ Parameters
+FieldDefinitionRowsOfFieldsTrait at line 22
renderBoolean($key, $value, FormatterOptions $options)
@@ -1248,7 +1568,7 @@ Parameters
+FieldDefinitionRowsOfFieldsTrait at line 31
protected RowsOfFields
getRowsOfFieldsByFieldDefinitions(array $fieldDefinitions)
@@ -1285,56 +1605,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'])
@@ -1381,7 +1658,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 4dc49a5dbd..66e4c3964f 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.
+
+
+
+
+
@@ -185,6 +195,15 @@ Constants
+
+
+
+ BASE_OVERRIDE_CREATE
+
+
+
+
+
@@ -284,6 +303,51 @@ Methods
DrushConfig as return type. Helps with IDE completion.
from
ConfigAwareTrait
+
+
+
+ void
+
+
+ configurePrompts(InputInterface $input)
+
+ Configure the prompt fallbacks.
+ from
+ConfiguresPrompts
+
+
+
+ mixed
+
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+ Prompt the user until the given validation callback passes.
+ from
+ConfiguresPrompts
+
+
+
@@ -298,7 +362,7 @@ Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -343,6 +407,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -361,6 +436,17 @@ Methods
Get a Guzzle handler stack that uses the Drush logger.
from
DrushCommands
+
+
+
+ static AutowireTrait
+
+
+ create(ContainerInterface $container)
+
+ Instantiates a new instance of the implementing class using autowiring.
+ from
+AutowireTrait
@@ -421,17 +507,6 @@ Methods
-
-
-
- static FieldBaseOverrideCreateCommands
-
-
- create(ContainerInterface $container)
-
- No description
-
-
@@ -540,7 +615,7 @@ Details
+ExecTrait at line 26
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -601,7 +676,7 @@ Return Value
+ExecTrait at line 87
static bool
programExists($program)
@@ -645,7 +720,7 @@ Return Value
+ExecTrait at line 99
static string
getEditor(string|null $editor = null)
@@ -689,7 +764,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -727,13 +802,176 @@ 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)
+
+
+
+
+
+
+
+
+ protected void
+ restorePrompts()
+
+
+
+
+
+
+
+ Restore the prompts output.
+
+
+
+ Return Value
+
+
+
+ void
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ protected bool
+ runningUnitTests()
+
+
+
+
+
+
+
+ No description
+
+
+
+
+ Return Value
+
+
+
+ bool
+
+
+
+
+
+
+
-
+
__construct(EntityTypeManagerInterface $entityTypeManager, EntityTypeBundleInfoInterface $entityTypeBundleInfo, EntityFieldManagerInterface $entityFieldManager)
@@ -778,8 +1016,8 @@ Parameters
- protected SymfonyStyle
+DrushCommands at line 59
+ protected DrushStyle
io()
@@ -796,7 +1034,7 @@ Return Value
- SymfonyStyle
+ DrushStyle
@@ -811,7 +1049,7 @@ Return Value
+DrushCommands at line 71
protected DrushLoggerManager|null
logger()
@@ -844,7 +1082,7 @@ Return Value
+DrushCommands at line 82
protected void
printFile(string $file)
@@ -887,7 +1125,7 @@ Return Value
+DrushCommands at line 104
preHook(CommandData $commandData)
@@ -914,6 +1152,45 @@ Parameters
+
+
+
+
+
+
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+
+
+
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+
+
+ Parameters
+
+
+
+
+ $input
+
+
+
+ AnnotationData
+ $annotationData
+
+
+
+
+
+
+
+
@@ -921,7 +1198,7 @@ Parameters
+DrushCommands at line 126
protected
printFileTopic(CommandData $commandData)
@@ -955,7 +1232,7 @@ Parameters
+DrushCommands at line 137
protected HandlerStack
getStack()
@@ -992,6 +1269,49 @@ See also
+
+
+
+
+
+
+
+ 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
+
+
+
+
+
+
+
@@ -999,7 +1319,7 @@ See also
+EntityTypeBundleAskTrait at line 22
protected array
getFieldableEntityTypes()
@@ -1033,7 +1353,7 @@ Return Value
+EntityTypeBundleAskTrait at line 32
protected string|null
askEntityType()
@@ -1067,7 +1387,7 @@ Return Value
+EntityTypeBundleAskTrait at line 50
protected string|null
askBundle()
@@ -1101,7 +1421,7 @@ Return Value
+EntityTypeBundleValidationTrait at line 16
protected void
validateEntityType(string $entityTypeId)
@@ -1145,7 +1465,7 @@ Return Value
+EntityTypeBundleValidationTrait at line 25
protected void
validateBundle(string $entityTypeId, string $bundle)
@@ -1187,56 +1507,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])
@@ -1305,7 +1582,7 @@ See also
-
+
void
complete(CompletionInput $input, CompletionSuggestions $suggestions)
@@ -1353,7 +1630,7 @@ Return Value
-
+
protected string|null
askFieldName(string $entityType)
@@ -1396,7 +1673,7 @@ Return Value
-
+
protected string
askFieldLabel(string $default)
@@ -1439,7 +1716,7 @@ Return Value
-
+
protected string|null
askFieldDescription(string|null $default)
@@ -1482,7 +1759,7 @@ Return Value
-
+
protected bool
askRequired(bool $default)
@@ -1525,7 +1802,7 @@ Return Value
-
+
protected BaseFieldOverride
createBaseFieldOverride(string $entityType, string $bundle, string $fieldName, $fieldLabel, $fieldDescription, bool $isRequired)
@@ -1593,7 +1870,7 @@ Return Value
-
+
protected void
logResult(BaseFieldOverride $baseFieldOverride)
@@ -1636,7 +1913,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 59f43b34ef..d6bc868510 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
+
+
+
+
@@ -307,6 +312,51 @@ Methods
DrushConfig as return type. Helps with IDE completion.
from
ConfigAwareTrait
+
+
+
+ void
+
+
+ configurePrompts(InputInterface $input)
+
+ Configure the prompt fallbacks.
+ from
+ConfiguresPrompts
+
+
+
+ mixed
+
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+ Prompt the user until the given validation callback passes.
+ from
+ConfiguresPrompts
+
+
+
@@ -321,7 +371,7 @@ Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -366,6 +416,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ from
+DrushCommands
+
+
+
+
@@ -717,7 +778,7 @@ Details
+ExecTrait at line 26
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -778,7 +839,7 @@ Return Value
+ExecTrait at line 87
static bool
programExists($program)
@@ -822,7 +883,7 @@ Return Value
+ExecTrait at line 99
static string
getEditor(string|null $editor = null)
@@ -866,7 +927,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -904,13 +965,176 @@ 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)
+
+
+
+
+
+
+
+
+ protected void
+ restorePrompts()
+
+
+
+
+
+
+
+ Restore the prompts output.
+
+
+
+ Return Value
+
+
+
+ void
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ protected bool
+ runningUnitTests()
+
+
+
+
+
+
+
+ No description
+
+
+
+
+ Return Value
+
+
+
+ bool
+
+
+
+
+
+
+
-
+
__construct(FieldTypePluginManagerInterface $fieldTypePluginManager, WidgetPluginManager $widgetPluginManager, SelectionPluginManagerInterface $selectionPluginManager, EntityTypeManagerInterface $entityTypeManager, EntityTypeBundleInfoInterface $entityTypeBundleInfo, ModuleHandlerInterface $moduleHandler, EntityFieldManagerInterface $entityFieldManager)
@@ -975,8 +1199,8 @@ Parameters
- protected SymfonyStyle
+DrushCommands at line 59
+ protected DrushStyle
io()
@@ -993,7 +1217,7 @@ Return Value
- SymfonyStyle
+ DrushStyle
@@ -1008,7 +1232,7 @@ Return Value
+DrushCommands at line 71
protected DrushLoggerManager|null
logger()
@@ -1041,7 +1265,7 @@ Return Value
+DrushCommands at line 82
protected void
printFile(string $file)
@@ -1084,7 +1308,7 @@ Return Value
+DrushCommands at line 104
preHook(CommandData $commandData)
@@ -1111,6 +1335,45 @@ Parameters
+
+
+
+
+
+
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+
+
+
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+
+
+ Parameters
+
+
+
+
+ $input
+
+
+
+ AnnotationData
+ $annotationData
+
+
+
+
+
+
+
+
@@ -1118,7 +1381,7 @@ Parameters
+DrushCommands at line 126
protected
printFileTopic(CommandData $commandData)
@@ -1152,7 +1415,7 @@ Parameters
+DrushCommands at line 137
protected HandlerStack
getStack()
@@ -1196,7 +1459,7 @@ See also
+EntityTypeBundleAskTrait at line 22
protected array
getFieldableEntityTypes()
@@ -1230,7 +1493,7 @@ Return Value
+EntityTypeBundleAskTrait at line 32
protected string|null
askEntityType()
@@ -1264,7 +1527,7 @@ Return Value
+EntityTypeBundleAskTrait at line 50
protected string|null
askBundle()
@@ -1298,7 +1561,7 @@ Return Value
+EntityTypeBundleValidationTrait at line 16
protected void
validateEntityType(string $entityTypeId)
@@ -1342,7 +1605,7 @@ Return Value
+EntityTypeBundleValidationTrait at line 25
protected void
validateBundle(string $entityTypeId, string $bundle)
@@ -1390,9 +1653,9 @@ Return Value
-
+
static FieldCreateCommands
- create(ContainerInterface $container)
+ create(ContainerInterface $container)
@@ -1408,7 +1671,7 @@ Parameters
- ContainerInterface
+ ContainerInterface
$container
@@ -1433,7 +1696,7 @@ Return Value
-
+
void
setContentTranslationManager(ContentTranslationManagerInterface $manager = null)
@@ -1476,7 +1739,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])
@@ -1545,7 +1808,7 @@ See also
-
+
void
complete(CompletionInput $input, CompletionSuggestions $suggestions)
@@ -1593,7 +1856,7 @@ Return Value
-
+
protected string|null
askExistingFieldName()
@@ -1626,7 +1889,7 @@ Return Value
-
+
protected string
askFieldName()
@@ -1659,7 +1922,7 @@ Return Value
-
+
protected string
askFieldLabel()
@@ -1692,7 +1955,7 @@ Return Value
-
+
protected string|null
askFieldDescription()
@@ -1725,7 +1988,7 @@ Return Value
-
+
protected string
askFieldType()
@@ -1758,7 +2021,7 @@ Return Value
-
+
protected string|null
askFieldWidget()
@@ -1791,7 +2054,7 @@ Return Value
-
+
protected bool
askRequired()
@@ -1824,7 +2087,7 @@ Return Value
-
+
protected bool
askTranslatable()
@@ -1857,7 +2120,7 @@ Return Value
-
+
protected int
askCardinality()
@@ -1890,7 +2153,7 @@ Return Value
-
+
protected FieldConfigInterface
createField()
@@ -1923,7 +2186,7 @@ Return Value
-
+
protected FieldStorageConfigInterface
createFieldStorage()
@@ -1956,7 +2219,7 @@ Return Value
-
+
protected void
createFieldDisplay(string $context)
@@ -1999,7 +2262,7 @@ Return Value
-
+
protected EntityDisplayInterface|null
getEntityDisplay(string $context)
@@ -2042,7 +2305,7 @@ Return Value
-
+
protected void
logResult(FieldConfigInterface $field)
@@ -2085,7 +2348,7 @@ Return Value
-
+
protected string
generateFieldName(string $source, string $bundle)
@@ -2133,7 +2396,7 @@ Return Value
-
+
protected bool
fieldExists(string $fieldName, string $entityType, string $bundle)
@@ -2186,7 +2449,7 @@ Return Value
-
+
protected bool
fieldStorageExists(string $fieldName, string $entityType)
@@ -2234,7 +2497,7 @@ Return Value
-
+
protected array
getExistingFieldStorageOptions(string $entityType, string $bundle, bool $showMachineNames)
@@ -2287,7 +2550,7 @@ Return Value
-
+
protected bool
hasContentTranslation()
@@ -2320,7 +2583,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 cd2e7a89f5..c386903c51 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
+
+
+
+
@@ -271,6 +281,51 @@ Methods
DrushConfig as return type. Helps with IDE completion.
from
ConfigAwareTrait
+
+
+
+ void
+
+
+ configurePrompts(InputInterface $input)
+
+ Configure the prompt fallbacks.
+ from
+ConfiguresPrompts
+
+
+
+ mixed
+
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+ Prompt the user until the given validation callback passes.
+ from
+ConfiguresPrompts
+
+
+
@@ -285,7 +340,7 @@ Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -330,6 +385,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -351,14 +417,14 @@ Methods
- static FieldDefinitionCommands
+ static AutowireTrait
-
+ Instantiates a new instance of the implementing class using autowiring.
+ from
+AutowireTrait
@@ -413,7 +479,7 @@ Details
+ExecTrait at line 26
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -474,7 +540,7 @@ Return Value
+ExecTrait at line 87
static bool
programExists($program)
@@ -518,7 +584,7 @@ Return Value
+ExecTrait at line 99
static string
getEditor(string|null $editor = null)
@@ -562,7 +628,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -600,13 +666,176 @@ 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)
+
+
+
+
+
+
+
+
+ protected void
+ restorePrompts()
+
+
+
+
+
+
+
+ Restore the prompts output.
+
+
+
+ Return Value
+
+
+
+ void
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ protected bool
+ runningUnitTests()
+
+
+
+
+
+
+
+ No description
+
+
+
+
+ Return Value
+
+
+
+ bool
+
+
+
+
+
+
+
-
+
__construct(FieldTypePluginManagerInterface $typePluginManager, WidgetPluginManager $widgetPluginManager, FormatterPluginManager $formatterPluginManager)
@@ -651,8 +880,8 @@ Parameters
- protected SymfonyStyle
+DrushCommands at line 59
+ protected DrushStyle
io()
@@ -669,7 +898,7 @@ Return Value
- SymfonyStyle
+ DrushStyle
@@ -684,7 +913,7 @@ Return Value
+DrushCommands at line 71
protected DrushLoggerManager|null
logger()
@@ -717,7 +946,7 @@ Return Value
+DrushCommands at line 82
protected void
printFile(string $file)
@@ -760,7 +989,7 @@ Return Value
+DrushCommands at line 104
preHook(CommandData $commandData)
@@ -787,6 +1016,45 @@ Parameters
+
+
+
+
+
+
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+
+
+
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+
+
+ Parameters
+
+
+
+
+ $input
+
+
+
+ AnnotationData
+ $annotationData
+
+
+
+
+
+
+
+
@@ -794,7 +1062,7 @@ Parameters
+DrushCommands at line 126
protected
printFileTopic(CommandData $commandData)
@@ -828,7 +1096,7 @@ Parameters
+DrushCommands at line 137
protected HandlerStack
getStack()
@@ -871,9 +1139,10 @@ See also
-
- static FieldDefinitionCommands
- create(ContainerInterface $container)
+
+ static AutowireTrait
+ create(ContainerInterface $container)
@@ -881,17 +1150,16 @@
- No description
-
+ Instantiates a new instance of the implementing class using autowiring.
Parameters
- ContainerInterface
+ ContainerInterface
$container
-
+ The service container this instance should use.
@@ -900,7 +1168,7 @@ Return Value
- FieldDefinitionCommands
+ AutowireTrait
@@ -914,7 +1182,7 @@ Return Value
-
+
UnstructuredListData
types(array $options = ['format' => 'yaml'])
@@ -957,7 +1225,7 @@ Return Value
-
+
UnstructuredListData
widgets(array $options = ['format' => 'yaml', 'field-type' => self::REQ])
@@ -1000,7 +1268,7 @@ Return Value
-
+
UnstructuredListData
formatters(array $options = ['format' => 'yaml', 'field-type' => self::REQ])
@@ -1043,7 +1311,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 ed6c8a2b90..d54f93356f 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.
+
+
+
+
+
@@ -185,6 +195,15 @@ Constants
+
+
+
+ DELETE
+
+
+
+
+
@@ -284,13 +303,58 @@ Methods
DrushConfig as return type. Helps with IDE completion.
from
ConfigAwareTrait
+
+
+
+ void
+
+
+ configurePrompts(InputInterface $input)
+
+ Configure the prompt fallbacks.
+ from
+ConfiguresPrompts
+
+
+
+ mixed
+
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+ Prompt the user until the given validation callback passes.
+ from
+ConfiguresPrompts
+
+
+
- __construct(EntityTypeManagerInterface $entityTypeManager, EntityTypeBundleInfo $entityTypeBundleInfo)
+ __construct(EntityTypeManagerInterface $entityTypeManager, EntityTypeBundleInfoInterface $entityTypeBundleInfo)
No description
@@ -298,7 +362,7 @@ Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -343,6 +407,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -361,6 +436,17 @@ Methods
Get a Guzzle handler stack that uses the Drush logger.
from
DrushCommands
+
+
+
+ static AutowireTrait
+
+
+ create(ContainerInterface $container)
+
+ Instantiates a new instance of the implementing class using autowiring.
+ from
+AutowireTrait
@@ -420,17 +506,6 @@ Methods
-
-
-
- static FieldDeleteCommands
-
-
- create(ContainerInterface $container)
-
- No description
-
-
@@ -494,7 +569,7 @@ Details
+ExecTrait at line 26
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -555,7 +630,7 @@ Return Value
+ExecTrait at line 87
static bool
programExists($program)
@@ -599,7 +674,7 @@ Return Value
+ExecTrait at line 99
static string
getEditor(string|null $editor = null)
@@ -643,7 +718,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -681,15 +756,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)
+
+
+
+
+
+
+
+
+ protected void
+ restorePrompts()
+
+
+
+
+
+
+
+ Restore the prompts output.
+
+
+
+ Return Value
+
+
+
+ void
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ protected bool
+ runningUnitTests()
+
+
+
+
+
+
+
+ No description
+
+
+
+
+ Return Value
+
+
+
+ bool
+
+
+
+
+
+
+
-
+
- __construct(EntityTypeManagerInterface $entityTypeManager, EntityTypeBundleInfo $entityTypeBundleInfo)
+ __construct(EntityTypeManagerInterface $entityTypeManager, EntityTypeBundleInfoInterface $entityTypeBundleInfo)
@@ -710,7 +948,7 @@ Parameters
- EntityTypeBundleInfo
+ EntityTypeBundleInfoInterface
$entityTypeBundleInfo
@@ -727,8 +965,8 @@ Parameters
- protected SymfonyStyle
+DrushCommands at line 59
+ protected DrushStyle
io()
@@ -745,7 +983,7 @@ Return Value
- SymfonyStyle
+ DrushStyle
@@ -760,7 +998,7 @@ Return Value
+DrushCommands at line 71
protected DrushLoggerManager|null
logger()
@@ -793,7 +1031,7 @@ Return Value
+DrushCommands at line 82
protected void
printFile(string $file)
@@ -836,7 +1074,7 @@ Return Value
+DrushCommands at line 104
preHook(CommandData $commandData)
@@ -863,6 +1101,45 @@ Parameters
+
+
+
+
+
+
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+
+
+
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+
+
+ Parameters
+
+
+
+
+ $input
+
+
+
+ AnnotationData
+ $annotationData
+
+
+
+
+
+
+
+
@@ -870,7 +1147,7 @@ Parameters
+DrushCommands at line 126
protected
printFileTopic(CommandData $commandData)
@@ -904,7 +1181,7 @@ Parameters
+DrushCommands at line 137
protected HandlerStack
getStack()
@@ -941,6 +1218,49 @@ See also
+
+
+
+
+
+
+
+ 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
+
+
+
+
+
+
+
@@ -948,7 +1268,7 @@ See also
+EntityTypeBundleAskTrait at line 22
protected array
getFieldableEntityTypes()
@@ -982,7 +1302,7 @@ Return Value
+EntityTypeBundleAskTrait at line 32
protected string|null
askEntityType()
@@ -1015,7 +1335,7 @@ Return Value
-
+
protected string|null
askBundle()
@@ -1049,7 +1369,7 @@ Return Value
+EntityTypeBundleValidationTrait at line 16
protected void
validateEntityType(string $entityTypeId)
@@ -1093,7 +1413,7 @@ Return Value
+EntityTypeBundleValidationTrait at line 25
protected void
validateBundle(string $entityTypeId, string $bundle)
@@ -1135,56 +1455,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])
@@ -1247,7 +1524,7 @@ See also
-
+
void
complete(CompletionInput $input, CompletionSuggestions $suggestions)
@@ -1295,7 +1572,7 @@ Return Value
-
+
protected string|null
askExisting(string $entityType, string|null $bundle)
@@ -1343,7 +1620,7 @@ Return Value
-
+
protected array
getFieldConfigs(string $entityType, string|null $bundle)
@@ -1390,7 +1667,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 e9be5216e2..fe2e0b351a 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.
+
+
+
+
+
@@ -259,6 +269,51 @@ Methods
DrushConfig as return type. Helps with IDE completion.
from
ConfigAwareTrait
+
+
+
+ void
+
+
+ configurePrompts(InputInterface $input)
+
+ Configure the prompt fallbacks.
+ from
+ConfiguresPrompts
+
+
+
+ mixed
+
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+ Prompt the user until the given validation callback passes.
+ from
+ConfiguresPrompts
+
+
+
@@ -273,7 +328,7 @@ Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -318,6 +373,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -339,38 +405,38 @@ Methods
- void
+ static AutowireTrait
- validateEntityType(string $entityTypeId)
+ create(ContainerInterface $container)
- No description
-
-
+ Instantiates a new instance of the implementing class using autowiring.
+ from
+AutowireTrait
void
- validateBundle(string $entityTypeId, string $bundle)
+ validateEntityType(string $entityTypeId)
No description
-
- static FieldEntityReferenceHooks
+ void
- create(ContainerInterface $container)
+ validateBundle(string $entityTypeId, string $bundle)
No description
-
+
@@ -447,7 +513,7 @@ Details
+ExecTrait at line 26
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -508,7 +574,7 @@ Return Value
+ExecTrait at line 87
static bool
programExists($program)
@@ -552,7 +618,7 @@ Return Value
+ExecTrait at line 99
static string
getEditor(string|null $editor = null)
@@ -596,7 +662,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -634,13 +700,176 @@ 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)
+
+
+
+
+
+
+
+
+ protected void
+ restorePrompts()
+
+
+
+
+
+
+
+ Restore the prompts output.
+
+
+
+ Return Value
+
+
+
+ void
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ protected bool
+ runningUnitTests()
+
+
+
+
+
+
+
+ No description
+
+
+
+
+ Return Value
+
+
+
+ bool
+
+
+
+
+
+
+
-
+
__construct(EntityTypeManagerInterface $entityTypeManager, EntityTypeBundleInfoInterface $entityTypeBundleInfo)
@@ -680,8 +909,8 @@ Parameters
- protected SymfonyStyle
+DrushCommands at line 59
+ protected DrushStyle
io()
@@ -698,7 +927,7 @@ Return Value
- SymfonyStyle
+ DrushStyle
@@ -713,7 +942,7 @@ Return Value
+DrushCommands at line 71
protected DrushLoggerManager|null
logger()
@@ -746,7 +975,7 @@ Return Value
+DrushCommands at line 82
protected void
printFile(string $file)
@@ -789,7 +1018,7 @@ Return Value
+DrushCommands at line 104
preHook(CommandData $commandData)
@@ -816,6 +1045,45 @@ Parameters
+
+
+
+
+
+
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+
+
+
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+
+
+ Parameters
+
+
+
+
+ $input
+
+
+
+ AnnotationData
+ $annotationData
+
+
+
+
+
+
+
+
@@ -823,7 +1091,7 @@ Parameters
+DrushCommands at line 126
protected
printFileTopic(CommandData $commandData)
@@ -857,7 +1125,7 @@ Parameters
+DrushCommands at line 137
protected HandlerStack
getStack()
@@ -899,11 +1167,11 @@ See also
-
-
- protected void
- validateEntityType(string $entityTypeId)
+
+
+ static AutowireTrait
+ create(ContainerInterface $container)
@@ -911,17 +1179,16 @@
- No description
-
+ Instantiates a new instance of the implementing class using autowiring.
Parameters
- string
- $entityTypeId
-
+ ContainerInterface
+ $container
+ The service container this instance should use.
@@ -930,7 +1197,7 @@ Return Value
- void
+ AutowireTrait
@@ -943,11 +1210,11 @@ Return Value
-
-
+
+
protected void
- validateBundle(string $entityTypeId, string $bundle)
+ validateEntityType(string $entityTypeId)
@@ -966,11 +1233,6 @@ Parameters
string
$entityTypeId
-
-
- string
- $bundle
-
@@ -992,10 +1254,11 @@ Return Value
-
-
- static FieldEntityReferenceHooks
- create(ContainerInterface $container)
+
+
+ protected void
+ validateBundle(string $entityTypeId, string $bundle)
@@ -1011,8 +1274,13 @@ Parameters
- ContainerInterface
- $container
+ string
+ $entityTypeId
+
+
+
+ string
+ $bundle
@@ -1022,7 +1290,7 @@ Return Value
- FieldEntityReferenceHooks
+ void
@@ -1036,7 +1304,7 @@ Return Value
-
+
array
hookFieldStorage(array $values, InputInterface $input)
@@ -1084,7 +1352,7 @@ Return Value
-
+
array
hookFieldConfig(array $values, InputInterface $input)
@@ -1132,7 +1400,7 @@ Return Value
-
+
protected string
getTargetType(InputInterface $input)
@@ -1175,7 +1443,7 @@ Return Value
-
+
protected array|null
getTargetBundles(InputInterface $input)
@@ -1218,7 +1486,7 @@ Return Value
-
+
protected string
askReferencedEntityType()
@@ -1251,7 +1519,7 @@ Return Value
-
+
protected array|null
askReferencedBundles(string $targetType)
diff --git a/api/Drush/Commands/field/FieldInfoCommands.html b/api/Drush/Commands/field/FieldInfoCommands.html
index f193e8ed5b..d6eac88d0d 100644
--- a/api/Drush/Commands/field/FieldInfoCommands.html
+++ b/api/Drush/Commands/field/FieldInfoCommands.html
@@ -85,8 +85,8 @@ FieldInfoCommands
- class
- FieldInfoCommands extends DrushCommands (View source)
+
final class
+ FieldInfoCommands extends DrushCommands (View source)
@@ -99,6 +99,11 @@ Traits
+
+ A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
+
+
+
+
+
@@ -190,6 +200,15 @@ Constants
+
+
+
+ INFO
+
+
+
+
+
@@ -289,6 +308,51 @@ Methods
DrushConfig as return type. Helps with IDE completion.
from
ConfigAwareTrait
+
+
+
+ void
+
+
+ configurePrompts(InputInterface $input)
+
+ Configure the prompt fallbacks.
+ from
+ConfiguresPrompts
+
+
+
+ mixed
+
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+ Prompt the user until the given validation callback passes.
+ from
+ConfiguresPrompts
+
+
+
@@ -303,7 +367,7 @@ Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -348,6 +412,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -366,6 +441,17 @@ Methods
Get a Guzzle handler stack that uses the Drush logger.
from
DrushCommands
+
+
+
+ static AutowireTrait
+
+
+ create(ContainerInterface $container)
+
+ Instantiates a new instance of the implementing class using autowiring.
+ from
+AutowireTrait
@@ -462,17 +548,6 @@ Methods
-
-
-
- static FieldInfoCommands
-
-
- create(ContainerInterface $container)
-
- No description
-
-
@@ -504,7 +579,7 @@ Details
+ExecTrait at line 26
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -565,7 +640,7 @@ Return Value
+ExecTrait at line 87
static bool
programExists($program)
@@ -609,7 +684,7 @@ Return Value
+ExecTrait at line 99
static string
getEditor(string|null $editor = null)
@@ -653,7 +728,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -691,13 +766,176 @@ 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)
+
+
+
+
+
+
+
+
+ protected void
+ restorePrompts()
+
+
+
+
+
+
+
+ Restore the prompts output.
+
+
+
+ Return Value
+
+
+
+ void
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ protected bool
+ runningUnitTests()
+
+
+
+
+
+
+
+ No description
+
+
+
+
+ Return Value
+
+
+
+ bool
+
+
+
+
+
+
+
-
+
__construct(EntityTypeManagerInterface $entityTypeManager, EntityTypeBundleInfoInterface $entityTypeBundleInfo)
@@ -737,8 +975,8 @@ Parameters
- protected SymfonyStyle
+DrushCommands at line 59
+ protected DrushStyle
io()
@@ -755,7 +993,7 @@ Return Value
- SymfonyStyle
+ DrushStyle
@@ -770,7 +1008,7 @@ Return Value
+DrushCommands at line 71
protected DrushLoggerManager|null
logger()
@@ -803,7 +1041,7 @@ Return Value
+DrushCommands at line 82
protected void
printFile(string $file)
@@ -846,7 +1084,7 @@ Return Value
+DrushCommands at line 104
preHook(CommandData $commandData)
@@ -873,6 +1111,45 @@ Parameters
+
+
+
+
+
+
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+
+
+
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+
+
+ Parameters
+
+
+
+
+ $input
+
+
+
+ AnnotationData
+ $annotationData
+
+
+
+
+
+
+
+
@@ -880,7 +1157,7 @@ Parameters
+DrushCommands at line 126
protected
printFileTopic(CommandData $commandData)
@@ -914,7 +1191,7 @@ Parameters
+DrushCommands at line 137
protected HandlerStack
getStack()
@@ -951,6 +1228,49 @@ See also
+
+
+
+
+
+
+
+ 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
+
+
+
+
+
+
+
@@ -958,7 +1278,7 @@ See also
+EntityTypeBundleAskTrait at line 22
protected array
getFieldableEntityTypes()
@@ -992,7 +1312,7 @@ Return Value
+EntityTypeBundleAskTrait at line 32
protected string|null
askEntityType()
@@ -1026,7 +1346,7 @@ Return Value
+EntityTypeBundleAskTrait at line 50
protected string|null
askBundle()
@@ -1060,7 +1380,7 @@ Return Value
+EntityTypeBundleValidationTrait at line 16
protected void
validateEntityType(string $entityTypeId)
@@ -1104,7 +1424,7 @@ Return Value
+EntityTypeBundleValidationTrait at line 25
protected void
validateBundle(string $entityTypeId, string $bundle)
@@ -1153,7 +1473,7 @@ Return Value
+FieldDefinitionRowsOfFieldsTrait at line 13
renderArray($key, $value, FormatterOptions $options)
@@ -1198,7 +1518,7 @@ Parameters
+FieldDefinitionRowsOfFieldsTrait at line 22
renderBoolean($key, $value, FormatterOptions $options)
@@ -1243,7 +1563,7 @@ Parameters
+FieldDefinitionRowsOfFieldsTrait at line 31
protected RowsOfFields
getRowsOfFieldsByFieldDefinitions(array $fieldDefinitions)
@@ -1280,56 +1600,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'])
@@ -1381,7 +1658,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 1938bc448d..9a2395e6bb 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.
+
+
+
+
+
@@ -259,6 +269,51 @@ Methods
DrushConfig as return type. Helps with IDE completion.
from
ConfigAwareTrait
+
+
+
+ void
+
+
+ configurePrompts(InputInterface $input)
+
+ Configure the prompt fallbacks.
+ from
+ConfiguresPrompts
+
+
+
+ mixed
+
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+ Prompt the user until the given validation callback passes.
+ from
+ConfiguresPrompts
+
+
+
@@ -273,7 +328,7 @@ Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -318,6 +373,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -339,38 +405,38 @@ Methods
- void
+ static AutowireTrait
- validateEntityType(string $entityTypeId)
+ create(ContainerInterface $container)
- No description
-
-
+ Instantiates a new instance of the implementing class using autowiring.
+ from
+AutowireTrait
void
- validateBundle(string $entityTypeId, string $bundle)
+ validateEntityType(string $entityTypeId)
No description
-
- static FieldTextHooks
+ void
- create(ContainerInterface $container)
+ validateBundle(string $entityTypeId, string $bundle)
No description
-
+
@@ -446,7 +512,7 @@ Details
+ExecTrait at line 26
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -507,7 +573,7 @@ Return Value
+ExecTrait at line 87
static bool
programExists($program)
@@ -551,7 +617,7 @@ Return Value
+ExecTrait at line 99
static string
getEditor(string|null $editor = null)
@@ -595,7 +661,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -633,13 +699,176 @@ 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)
+
+
+
+
+
+
+
+
+ protected void
+ restorePrompts()
+
+
+
+
+
+
+
+ Restore the prompts output.
+
+
+
+ Return Value
+
+
+
+ void
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ protected bool
+ runningUnitTests()
+
+
+
+
+
+
+
+ No description
+
+
+
+
+ Return Value
+
+
+
+ bool
+
+
+
+
+
+
+
-
+
__construct(EntityTypeManagerInterface $entityTypeManager, FieldTypePluginManagerInterface $fieldTypePluginManager)
@@ -679,8 +908,8 @@ Parameters
- protected SymfonyStyle
+DrushCommands at line 59
+ protected DrushStyle
io()
@@ -697,7 +926,7 @@ Return Value
- SymfonyStyle
+ DrushStyle
@@ -712,7 +941,7 @@ Return Value
+DrushCommands at line 71
protected DrushLoggerManager|null
logger()
@@ -745,7 +974,7 @@ Return Value
+DrushCommands at line 82
protected void
printFile(string $file)
@@ -788,7 +1017,7 @@ Return Value
+DrushCommands at line 104
preHook(CommandData $commandData)
@@ -815,6 +1044,45 @@ Parameters
+
+
+
+
+
+
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+
+
+
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+
+
+ Parameters
+
+
+
+
+ $input
+
+
+
+ AnnotationData
+ $annotationData
+
+
+
+
+
+
+
+
@@ -822,7 +1090,7 @@ Parameters
+DrushCommands at line 126
protected
printFileTopic(CommandData $commandData)
@@ -856,7 +1124,7 @@ Parameters
+DrushCommands at line 137
protected HandlerStack
getStack()
@@ -898,11 +1166,11 @@ See also
-
-
- protected void
- validateEntityType(string $entityTypeId)
+
+
+ static AutowireTrait
+ create(ContainerInterface $container)
@@ -910,17 +1178,16 @@
- No description
-
+ Instantiates a new instance of the implementing class using autowiring.
Parameters
- string
- $entityTypeId
-
+ ContainerInterface
+ $container
+ The service container this instance should use.
@@ -929,7 +1196,7 @@ Return Value
- void
+ AutowireTrait
@@ -942,11 +1209,11 @@ Return Value
-
-
+
+
protected void
- validateBundle(string $entityTypeId, string $bundle)
+ validateEntityType(string $entityTypeId)
@@ -965,11 +1232,6 @@ Parameters
string
$entityTypeId
-
-
- string
- $bundle
-
@@ -991,10 +1253,11 @@ Return Value
-
-
- static FieldTextHooks
- create(ContainerInterface $container)
+
+
+ protected void
+ validateBundle(string $entityTypeId, string $bundle)
@@ -1010,8 +1273,13 @@ Parameters
- ContainerInterface
- $container
+ string
+ $entityTypeId
+
+
+
+ string
+ $bundle
@@ -1021,7 +1289,7 @@ Return Value
- FieldTextHooks
+ void
@@ -1035,7 +1303,7 @@ Return Value
-
+
void
hookOption(Command $command, AnnotationData $annotationData)
@@ -1083,7 +1351,7 @@ Return Value
-
+
void
hookValidate(CommandData $commandData)
@@ -1126,7 +1394,7 @@ Return Value
-
+
void
hookSetOptions(InputInterface $input)
@@ -1169,7 +1437,7 @@ Return Value
-
+
array
hookFieldConfig(array $values, InputInterface $input)
@@ -1217,7 +1485,7 @@ Return Value
-
+
protected bool
hasAllowedFormats(string|null $fieldType = null)
@@ -1260,7 +1528,7 @@ Return Value
-
+
protected array
askAllowedFormats()
diff --git a/api/Drush/Commands/generate/ApplicationFactory.html b/api/Drush/Commands/generate/ApplicationFactory.html
index 5fe407c686..f711dd83da 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 $container, 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 $container, ContainerInterface $drush_container, LoggerInterface $logger)
@@ -189,7 +189,7 @@ Parameters
- ContainerInterface
+ ContainerInterface
$container
@@ -215,7 +215,7 @@ Parameters
-
+
Application
create()
@@ -247,7 +247,7 @@ Return Value
-
+
array
discover()
@@ -279,10 +279,10 @@ Return Value
-
-
+
+
array
- filterCLassExists(array $classes)
+ filterClassExists(array $classes)
@@ -322,7 +322,7 @@ Return Value
-
+
static void
alterGenerators(GeneratorInfoAlter $event)
@@ -364,7 +364,7 @@ Return Value
-
+
LoggerInterface
logger()
diff --git a/api/Drush/Commands/generate/GenerateCommands.html b/api/Drush/Commands/generate/GenerateCommands.html
index df637e5964..399d067805 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
+
+
+
+
@@ -253,13 +258,58 @@ Methods
DrushConfig as return type. Helps with IDE completion.
from
ConfigAwareTrait
+
+
+
+ void
+
+
+ configurePrompts(InputInterface $input)
+
+ Configure the prompt fallbacks.
+ from
+ConfiguresPrompts
+
+
+
+ mixed
+
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+ Prompt the user until the given validation callback passes.
+ from
+ConfiguresPrompts
+
+
+
- __construct(ContainerInterface $container, ContainerInterface $drush_container)
+ __construct(ContainerInterface $container, ContainerInterface $drush_container)
No description
@@ -267,7 +317,7 @@ Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -312,6 +362,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ from
+DrushCommands
+
+
+
+
- create(ContainerInterface $container, ContainerInterface $drush_container)
+ create(ContainerInterface $container)
No description
@@ -371,7 +432,7 @@ Details
+ExecTrait at line 26
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -432,7 +493,7 @@ Return Value
+ExecTrait at line 87
static bool
programExists($program)
@@ -476,7 +537,7 @@ Return Value
+ExecTrait at line 99
static string
getEditor(string|null $editor = null)
@@ -520,7 +581,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -558,15 +619,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)
+
+
+
+
+
+
+
+
+ protected void
+ restorePrompts()
+
+
+
+
+
+
+
+ Restore the prompts output.
+
+
+
+ Return Value
+
+
+
+ void
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ protected bool
+ runningUnitTests()
+
+
+
+
+
+
+
+ No description
+
+
+
+
+ Return Value
+
+
+
+ bool
+
+
+
+
+
+
+
-
+
protected
- __construct(ContainerInterface $container, ContainerInterface $drush_container)
+ __construct(ContainerInterface $container, ContainerInterface $drush_container)
@@ -582,7 +806,7 @@ Parameters
- ContainerInterface
+ ContainerInterface
$container
@@ -604,8 +828,8 @@ Parameters
- protected SymfonyStyle
+DrushCommands at line 59
+ protected DrushStyle
io()
@@ -622,7 +846,7 @@ Return Value
- SymfonyStyle
+ DrushStyle
@@ -637,7 +861,7 @@ Return Value
+DrushCommands at line 71
protected DrushLoggerManager|null
logger()
@@ -670,7 +894,7 @@ Return Value
+DrushCommands at line 82
protected void
printFile(string $file)
@@ -713,7 +937,7 @@ Return Value
+DrushCommands at line 104
preHook(CommandData $commandData)
@@ -740,6 +964,45 @@ Parameters
+
+
+
+
+
+
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+
+
+
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+
+
+ Parameters
+
+
+
+
+ $input
+
+
+
+ AnnotationData
+ $annotationData
+
+
+
+
+
+
+
+
@@ -747,7 +1010,7 @@ Parameters
+DrushCommands at line 126
protected
printFileTopic(CommandData $commandData)
@@ -781,7 +1044,7 @@ Parameters
+DrushCommands at line 137
protected HandlerStack
getStack()
@@ -824,9 +1087,9 @@ See also
-
+
static GenerateCommands
- create(ContainerInterface $container, ContainerInterface $drush_container)
+ create(ContainerInterface $container)
@@ -842,13 +1105,8 @@ Parameters
- ContainerInterface
- $container
-
-
-
ContainerInterface
- $drush_container
+ $container
@@ -872,7 +1130,7 @@ Return Value
-
+
int
generate(string $generator = '', $options = ['replace' => false, 'working-dir' => self::REQ, 'answer' => [], 'destination' => self::REQ, 'dry-run' => false])
@@ -921,7 +1179,7 @@ Return Value
-
+
void
generatorNameComplete(CompletionInput $input, CompletionSuggestions $suggestions)
diff --git a/api/Drush/Commands/pm/PmCommands.html b/api/Drush/Commands/pm/PmCommands.html
index b62d1f2090..f481001357 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
+
+
+
+
@@ -271,6 +281,51 @@ Methods
DrushConfig as return type. Helps with IDE completion.
from
ConfigAwareTrait
+
+
+
+ void
+
+
+ configurePrompts(InputInterface $input)
+
+ Configure the prompt fallbacks.
+ from
+ConfiguresPrompts
+
+
+
+ mixed
+
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+ Prompt the user until the given validation callback passes.
+ from
+ConfiguresPrompts
+
+
+
@@ -285,7 +340,7 @@ Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -330,6 +385,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -351,14 +417,14 @@ Methods
- static PmCommands
+ static AutowireTrait
-
+ Instantiates a new instance of the implementing class using autowiring.
+ from
+AutowireTrait
@@ -507,7 +573,7 @@ Details
+ExecTrait at line 26
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -568,7 +634,7 @@ Return Value
+ExecTrait at line 87
static bool
programExists($program)
@@ -612,7 +678,7 @@ Return Value
+ExecTrait at line 99
static string
getEditor(string|null $editor = null)
@@ -656,7 +722,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -694,13 +760,176 @@ 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)
+
+
+
+
+
+
+
+
+ protected void
+ restorePrompts()
+
+
+
+
+
+
+
+ Restore the prompts output.
+
+
+
+ Return Value
+
+
+
+ void
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ protected bool
+ runningUnitTests()
+
+
+
+
+
+
+
+ No description
+
+
+
+
+ Return Value
+
+
+
+ bool
+
+
+
+
+
+
+
-
+
__construct(ConfigFactoryInterface $configFactory, ModuleInstallerInterface $moduleInstaller, ModuleHandlerInterface $moduleHandler, ThemeHandlerInterface $themeHandler, ModuleExtensionList $extensionListModule)
@@ -755,8 +984,8 @@ Parameters
- protected SymfonyStyle
+DrushCommands at line 59
+ protected DrushStyle
io()
@@ -773,7 +1002,7 @@ Return Value
- SymfonyStyle
+ DrushStyle
@@ -788,7 +1017,7 @@ Return Value
+DrushCommands at line 71
protected DrushLoggerManager|null
logger()
@@ -821,7 +1050,7 @@ Return Value
+DrushCommands at line 82
protected void
printFile(string $file)
@@ -864,7 +1093,7 @@ Return Value
+DrushCommands at line 104
preHook(CommandData $commandData)
@@ -891,6 +1120,45 @@ Parameters
+
+
+
+
+
+
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+
+
+
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+
+
+ Parameters
+
+
+
+
+ $input
+
+
+
+ AnnotationData
+ $annotationData
+
+
+
+
+
+
+
+
@@ -898,7 +1166,7 @@ Parameters
+DrushCommands at line 126
protected
printFileTopic(CommandData $commandData)
@@ -932,7 +1200,7 @@ Parameters
+DrushCommands at line 137
protected HandlerStack
getStack()
@@ -975,9 +1243,10 @@ See also
-
- static PmCommands
- create(ContainerInterface $container)
+
+ static AutowireTrait
+ create(ContainerInterface $container)
@@ -985,17 +1254,16 @@
- No description
-
+ Instantiates a new instance of the implementing class using autowiring.
Parameters
- ContainerInterface
+ ContainerInterface
$container
-
+ The service container this instance should use.
@@ -1004,7 +1272,7 @@ Return Value
- PmCommands
+ AutowireTrait
@@ -1018,7 +1286,7 @@ Return Value
-
+
ConfigFactoryInterface
getConfigFactory()
@@ -1051,7 +1319,7 @@ Return Value
-
+
ModuleInstallerInterface
getModuleInstaller()
@@ -1084,7 +1352,7 @@ Return Value
-
+
ModuleHandlerInterface
getModuleHandler()
@@ -1117,7 +1385,7 @@ Return Value
-
+
ThemeHandlerInterface
getThemeHandler()
@@ -1150,7 +1418,7 @@ Return Value
-
+
ModuleExtensionList
getExtensionListModule()
@@ -1183,7 +1451,7 @@ Return Value
-
+
void
install(array $modules)
@@ -1225,7 +1493,7 @@ Return Value
-
+
void
validateEnableModules(CommandData $commandData)
@@ -1278,7 +1546,7 @@ See also
-
+
void
uninstall(array $modules)
@@ -1320,7 +1588,7 @@ Return Value
-
+
void
validateUninstall(CommandData $commandData)
@@ -1363,7 +1631,7 @@ Return Value
-
+
RowsOfFields
pmList($options = ['format' => 'table', 'type' => 'module,theme', 'status' => 'enabled,disabled', 'package' => self::REQ, 'core' => false, 'no-core' => false])
@@ -1405,7 +1673,7 @@ Return Value
-
+
string
extensionStatus($extension)
@@ -1447,7 +1715,7 @@ Return Value
-
+
array
addInstallDependencies($modules)
@@ -1490,7 +1758,7 @@ Return Value
-
+
addUninstallDependencies($modules)
diff --git a/api/Drush/Commands/pm/ThemeCommands.html b/api/Drush/Commands/pm/ThemeCommands.html
index f7a2b43bc1..0a9679d6c1 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
+
+
+
+
@@ -262,6 +272,51 @@ Methods
DrushConfig as return type. Helps with IDE completion.
from
ConfigAwareTrait
+
+
+
+ void
+
+
+ configurePrompts(InputInterface $input)
+
+ Configure the prompt fallbacks.
+ from
+ConfiguresPrompts
+
+
+
+ mixed
+
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+ Prompt the user until the given validation callback passes.
+ from
+ConfiguresPrompts
+
+
+
@@ -276,7 +331,7 @@ Methods
- SymfonyStyle
+ DrushStyle
io()
@@ -321,6 +376,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -342,14 +408,14 @@ Methods
- static ThemeCommands
+ static AutowireTrait
-
+ Instantiates a new instance of the implementing class using autowiring.
+ from
+AutowireTrait
@@ -391,7 +457,7 @@ Details
+ExecTrait at line 26
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -452,7 +518,7 @@ Return Value
+ExecTrait at line 87
static bool
programExists($program)
@@ -496,7 +562,7 @@ Return Value
+ExecTrait at line 99
static string
getEditor(string|null $editor = null)
@@ -540,7 +606,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -578,13 +644,176 @@ 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)
+
+
+
+
+
+
+
+
+ protected void
+ restorePrompts()
+
+
+
+
+
+
+
+ Restore the prompts output.
+
+
+
+ Return Value
+
+
+
+ void
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ protected bool
+ runningUnitTests()
+
+
+
+
+
+
+
+ No description
+
+
+
+
+ Return Value
+
+
+
+ bool
+
+
+
+
+
+
+
-
+
__construct(ThemeInstallerInterface $themeInstaller)
@@ -619,8 +848,8 @@ Parameters
- protected SymfonyStyle
+DrushCommands at line 59
+ protected DrushStyle
io()
@@ -637,7 +866,7 @@ Return Value
- SymfonyStyle
+ DrushStyle
@@ -652,7 +881,7 @@ Return Value
+DrushCommands at line 71
protected DrushLoggerManager|null
logger()
@@ -685,7 +914,7 @@ Return Value
+DrushCommands at line 82
protected void
printFile(string $file)
@@ -728,7 +957,7 @@ Return Value
+DrushCommands at line 104
preHook(CommandData $commandData)
@@ -755,6 +984,45 @@ Parameters
+
+
+
+
+
+
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+
+
+
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+
+
+ Parameters
+
+
+
+
+ $input
+
+
+
+ AnnotationData
+ $annotationData
+
+
+
+
+
+
+
+
@@ -762,7 +1030,7 @@ Parameters
+DrushCommands at line 126
protected
printFileTopic(CommandData $commandData)
@@ -796,7 +1064,7 @@ Parameters
+DrushCommands at line 137
protected HandlerStack
getStack()
@@ -839,9 +1107,10 @@ See also
-
- static ThemeCommands
- create(ContainerInterface $container)
+
+ static AutowireTrait
+ create(ContainerInterface $container)
@@ -849,17 +1118,16 @@
- No description
-
+ Instantiates a new instance of the implementing class using autowiring.
Parameters
- ContainerInterface
+ ContainerInterface
$container
-
+ The service container this instance should use.
@@ -868,7 +1136,7 @@ Return Value
- ThemeCommands
+ AutowireTrait
@@ -882,7 +1150,7 @@ Return Value
-
+
ThemeInstallerInterface
getThemeInstaller()
@@ -915,7 +1183,7 @@ Return Value
-
+
void
install(array $themes)
@@ -957,7 +1225,7 @@ Return Value
-
+
void
uninstall(array $themes)
diff --git a/api/Drush/Commands/sql/SqlSyncCommands.html b/api/Drush/Commands/sql/SqlSyncCommands.html
index d6458ebe84..e1cffd4dc7 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
+
+
+
+
@@ -258,22 +263,66 @@ Methods
DrushConfig as return type. Helps with IDE completion.
from
ConfigAwareTrait
+
+
+
+ void
+
+
+ configurePrompts(InputInterface $input)
+
+ Configure the prompt fallbacks.
+ from
+ConfiguresPrompts
+
+
+
+ mixed
+
+
+ promptUntilValid(Closure $prompt, bool|string $required, Closure|null $validate)
+
+ Prompt the user until the given validation callback passes.
+ from
+ConfiguresPrompts
+
+
+
- from
-DrushCommands
+
- SymfonyStyle
+ DrushStyle
io()
@@ -318,6 +367,17 @@ Methods
+
+
+ initHook($input, AnnotationData $annotationData)
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+ from
+DrushCommands
+
+
+
+
printFileTopic(CommandData $commandData)
@@ -336,6 +396,17 @@ Methods
Get a Guzzle handler stack that uses the Drush logger.
from
DrushCommands
+
+
+
+ static AutowireTrait
+
+
+ create(ContainerInterface $container)
+
+ Instantiates a new instance of the implementing class using autowiring.
+ from
+AutowireTrait
@@ -409,7 +480,7 @@ Details
+ExecTrait at line 26
bool
startBrowser(string|null $uri = null, int $sleep = 0, int|null $port = null, string|bool $browser = false)
@@ -470,7 +541,7 @@ Return Value
+ExecTrait at line 87
static bool
programExists($program)
@@ -514,7 +585,7 @@ Return Value
+ExecTrait at line 99
static string
getEditor(string|null $editor = null)
@@ -558,7 +629,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -596,16 +667,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)
+
+
+
+
+
+
+
+
+ protected void
+ restorePrompts()
+
+
+
+
+
+
+
+ Restore the prompts output.
+
+
+
+ Return Value
+
+
+
+ void
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ protected bool
+ runningUnitTests()
+
+
+
+
+
+
+
+ No description
+
+
+
+
+ Return Value
+
+
+
+ bool
+
+
+
+
+
+
+
-
+
- __construct()
+ __construct(SiteAliasManagerInterface $siteAliasManager)
@@ -617,6 +850,16 @@
+ Parameters
+
+
+
+ SiteAliasManagerInterface
+ $siteAliasManager
+
+
+
+
@@ -628,8 +871,8 @@
- protected SymfonyStyle
+DrushCommands at line 59
+ protected DrushStyle
io()
@@ -646,7 +889,7 @@ Return Value
- SymfonyStyle
+ DrushStyle
@@ -661,7 +904,7 @@ Return Value
+DrushCommands at line 71
protected DrushLoggerManager|null
logger()
@@ -694,7 +937,7 @@ Return Value
+DrushCommands at line 82
protected void
printFile(string $file)
@@ -737,7 +980,7 @@ Return Value
+DrushCommands at line 104
preHook(CommandData $commandData)
@@ -764,6 +1007,45 @@ Parameters
+
+
+
+
+
+
+
+
+ initHook($input, AnnotationData $annotationData)
+
+
+
+
+
+
+
+ Persist commandData for use in primary command callback. Used by 'topic' commands.
+
+
+ Parameters
+
+
+
+
+ $input
+
+
+
+ AnnotationData
+ $annotationData
+
+
+
+
+
+
+
+
@@ -771,7 +1053,7 @@ Parameters
+DrushCommands at line 126
protected
printFileTopic(CommandData $commandData)
@@ -805,7 +1087,7 @@ Parameters
+DrushCommands at line 137
protected HandlerStack
getStack()
@@ -842,13 +1124,56 @@ See also
+
+
+
+
+
+
+
+ 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])
@@ -900,7 +1225,7 @@ Return Value
-
+
void
validate(CommandData $commandData)
@@ -943,7 +1268,7 @@ Return Value
-
+
string
databaseName(SiteAlias $record)
@@ -986,7 +1311,7 @@ Return Value
-
+
string
dump(array $options, array $global_options, SiteAlias $sourceRecord)
@@ -1038,7 +1363,7 @@ Return Value
-
+
string
rsync(array $options, SiteAlias $sourceRecord, SiteAlias $targetRecord, $source_dump_path)
@@ -1105,7 +1430,7 @@ Exceptions
-
+
void
import($global_options, $target_dump_path, $targetRecord)
diff --git a/api/Drush/Drush.html b/api/Drush/Drush.html
index c7fb1cfef2..1fc3cd20a3 100644
--- a/api/Drush/Drush.html
+++ b/api/Drush/Drush.html
@@ -86,7 +86,7 @@ Drush
class
- Drush (View source)
+ Drush (View source)
@@ -498,7 +498,7 @@ Details
-
+
static int
getTimeout()
@@ -531,7 +531,7 @@ Return Value
-
+
static
getVersion()
@@ -555,7 +555,7 @@
-
+
static
sanitizeVersionString($version)
@@ -588,7 +588,7 @@ Parameters
-
+
static string
getMajorVersion()
@@ -621,7 +621,7 @@ Return Value
-
+
static string
getMinorVersion()
@@ -654,7 +654,7 @@ Return Value
-
+
static void
setContainer($container)
@@ -696,7 +696,7 @@ Return Value
-
+
static void
unsetContainer()
@@ -728,7 +728,7 @@ Return Value
-
+
static ContainerInterface
getContainer()
@@ -769,7 +769,7 @@ Exceptions
-
+
static bool
hasContainer()
@@ -801,7 +801,7 @@ Return Value
-
+
static Application
getApplication()
@@ -833,7 +833,7 @@ Return Value
-
+
static Runner
runner()
@@ -865,7 +865,7 @@ Return Value
-
+
static
service(string $id)
@@ -900,7 +900,7 @@ Parameters
-
+
static bool
hasService(string $id)
@@ -942,7 +942,7 @@ Return Value
-
+
static AnnotatedCommandFactory
commandFactory()
@@ -974,7 +974,7 @@ Return Value
-
+
static LoggerInterface
logger()
@@ -1013,7 +1013,7 @@ Return Value
-
+
static DrushConfig
config()
@@ -1052,7 +1052,7 @@ Return Value
-
+
static SiteAliasManager
aliasManager()
@@ -1092,7 +1092,7 @@ Return Value
-
+
static ProcessManager
processManager()
@@ -1132,7 +1132,7 @@ Return Value
-
+
static InputInterface
input()
@@ -1164,7 +1164,7 @@ Return Value
-
+
static OutputInterface
output()
@@ -1196,7 +1196,7 @@ Return Value
-
+
static SiteProcess
drush(SiteAliasInterface $siteAlias, string $command, array $args = [], array $options = [], array $options_double_dash = [])
@@ -1298,7 +1298,7 @@ Return Value
-
+
static ProcessBase
siteProcess(SiteAliasInterface $siteAlias, array $args = [], array $options = [], array $options_double_dash = [])
@@ -1356,7 +1356,7 @@ 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)
@@ -1420,7 +1420,7 @@ Return Value
-
+
static ProcessBase
shell(string $command, string|null $cwd = null, array $env = null, mixed|null $input = null, int|float|null $timeout = 60)
@@ -1482,7 +1482,7 @@ Return Value
-
+
static
simulate()
@@ -1512,7 +1512,7 @@
-
+
static
affirmative()
@@ -1535,7 +1535,7 @@
-
+
static
negative()
@@ -1558,7 +1558,7 @@
-
+
static bool
verbose()
@@ -1590,7 +1590,7 @@ Return Value
-
+
static bool
debug()
@@ -1622,7 +1622,7 @@ Return Value
-
+
static BootstrapManager
bootstrapManager()
@@ -1654,7 +1654,7 @@ Return Value
-
+
static Boot
bootstrap()
@@ -1686,7 +1686,7 @@ Return Value
-
+
static
redispatchOptions($input = null)
diff --git a/api/Drush/Runtime/DependencyInjection.html b/api/Drush/Runtime/DependencyInjection.html
index cc10c96c88..22667a3cf8 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
- BOOTSTRAP_MANAGER
+ SITE_ALIAS_MANAGER
@@ -109,7 +109,7 @@ Constants
- LOADER
+ BOOTSTRAP_MANAGER
@@ -118,7 +118,7 @@ Constants
- SITE_ALIAS_MANAGER
+ LOADER
@@ -218,7 +218,7 @@ Details
-
+
void
desiredHandlers($handlerList)
@@ -261,7 +261,7 @@ Return Value
-
+
Container
initContainer(Application $application, ConfigInterface $config, InputInterface $input, OutputInterface $output, ClassLoader $loader, DrushDrupalFinder $drupalFinder, SiteAliasManager $aliasManager)
@@ -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,7 +443,7 @@ Return Value
-
+
protected void
alterServicesForDrush($container, Application $application)
@@ -491,7 +491,7 @@ Return Value
-
+
protected void
injectApplicationServices($container, Application $application)
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/ServiceManager.html b/api/Drush/Runtime/ServiceManager.html
index 1aab645428..1cc5db1c24 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)
@@ -253,7 +253,7 @@ Methods
instantiateServices(array $bootstrapCommandClasses, ContainerInterface $drushContainer, ContainerInterface|null $container = null)
- Instantiate objects given a lsit of classes. For each class, if it has
+
Instantiate objects given a list of classes. For each class, if it has
a static create
factory, use that to instantiate it, passing both the
Drupal and Drush DI containers. If there is no static factory, then
instantiate it via 'new $class'
@@ -286,8 +286,7 @@ Methods
bootStrapAttributeValue(string $class)
- No description
-
+ Does the provided class have a Bootstrap Attribute, indicating early loading.
@@ -305,9 +304,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 +314,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.
@@ -348,7 +347,7 @@ Details
-
+
__construct(ClassLoader $autoloader, DrushConfig $config, LoggerInterface $logger)
@@ -392,7 +391,7 @@ Parameters
-
+
protected void
loadCommandClasses(array $commandClasses)
@@ -435,7 +434,7 @@ Return Value
-
+
array
bootstrapCommandClasses()
@@ -467,7 +466,7 @@ Return Value
-
+
array
discover(array $commandfileSearchpath, string $baseNamespace)
@@ -518,7 +517,7 @@ Return Value
-
+
array
discoverCommandsFromConfiguration()
@@ -550,7 +549,7 @@ Return Value
-
+
array
discoverCommands(array $directoryList, string $baseNamespace)
@@ -598,7 +597,7 @@ Return Value
-
+
array
discoverPsr4Commands()
@@ -631,7 +630,7 @@ Return Value
-
+
array
discoverPsr4Generators()
@@ -663,7 +662,7 @@ Return Value
-
+
array
discoverModuleCommands(array $directoryList, string $baseNamespace)
@@ -711,7 +710,7 @@ Return Value
-
+
array
discoverModuleCommandInfoAlterers(array $directoryList, string $baseNamespace)
@@ -759,7 +758,7 @@ Return Value
-
+
array
instantiateYamlCliCommands()
@@ -792,7 +791,7 @@ Return Value
-
+
array
instantiateServices(array $bootstrapCommandClasses, ContainerInterface $drushContainer, ContainerInterface|null $container = null)
@@ -802,7 +801,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'
@@ -847,7 +846,7 @@ Return Value
-
+
protected bool
supportsCompoundContainer($class, $drush_container)
@@ -894,7 +893,7 @@ Return Value
-
+
protected bool
hasStaticCreateFactory(string $class)
@@ -913,7 +912,7 @@ Parameters
string
$class
- The name of the class to check
+
@@ -923,7 +922,7 @@ Return Value
bool
- True if class has a static create
method.
+
@@ -936,7 +935,7 @@ Return Value
-
+
protected int|null
bootStrapAttributeValue(string $class)
@@ -946,8 +945,7 @@
- No description
-
+ Does the provided class have a Bootstrap Attribute, indicating early loading.
Parameters
@@ -979,7 +977,7 @@ Return Value
-
+
protected bool
requiresBootstrap(string $class)
@@ -1020,10 +1018,10 @@ Return Value
-
-
+
+
protected bool
- hasStaticCreateEarlyFactory(string $class)
+ hasStaticMethod(string $class, string $methodName)
@@ -1031,7 +1029,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 +1038,12 @@ Parameters
string
$class
- The name of the class to check
+
+
+
+ string
+ $methodName
+
@@ -1050,7 +1053,7 @@ Return Value
bool
- True if class has a static createEarly
method.
+
@@ -1062,10 +1065,10 @@ Return Value
-
-
+
+
protected bool
- hasStaticMethod(string $class, string $methodName)
+ hasStaticCreateEarlyFactory(string $class)
@@ -1073,7 +1076,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 +1086,6 @@ Parameters
string
$class
The name of the class to check
-
-
- string
- $methodName
- The name of the method the class should have
@@ -1097,7 +1095,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 +1108,7 @@ Return Value
-
+
array
discoverModuleGenerators(array $directoryList, string $baseNamespace)
@@ -1157,7 +1155,7 @@ Return Value
-
+
void
inflect(ContainerInterface $container, mixed $object)
diff --git a/api/Drush/Sql/SqlBase.html b/api/Drush/Sql/SqlBase.html
index 19e6bc0d29..469331ece3 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)
@@ -618,7 +618,7 @@ Details
+SqlTableSelectionTrait at line 25
array
getExpandedTableSelection(array $options, array $all_tables)
@@ -668,7 +668,7 @@ Return Value
+SqlTableSelectionTrait at line 54
array
expandAndFilterTables(array $tables, array $db_tables)
@@ -719,7 +719,7 @@ Return Value
+SqlTableSelectionTrait at line 73
array
expandWildcardTables(array $tables, array $db_tables)
@@ -767,7 +767,7 @@ Return Value
+SqlTableSelectionTrait at line 100
array
filterTables(array $tables, array $db_tables)
@@ -816,7 +816,7 @@ Return Value
+SqlTableSelectionTrait at line 125
array
getTableSelection(array $options)
@@ -867,7 +867,7 @@ Return Value
+SqlTableSelectionTrait at line 148
array
getRawTableList(string $option_name, array $options)
@@ -916,7 +916,7 @@ Return Value
+ConfigAwareTrait at line 21
DrushConfig
getConfig()
@@ -960,7 +960,7 @@ See also
-
+
__construct(array $dbSpec, array $options)
@@ -998,7 +998,7 @@ Parameters
-
+
array
getEnv()
@@ -1030,7 +1030,7 @@ Return Value
-
+
Process
getProcess()
@@ -1062,7 +1062,7 @@ Return Value
-
+
void
setProcess(Process $process)
@@ -1105,7 +1105,7 @@ Return Value
-
+
static SqlBase|null
create(array $options = [])
@@ -1147,7 +1147,7 @@ Return Value
-
+
static SqlBase|null
getInstance($db_spec, $options)
@@ -1195,7 +1195,7 @@ Return Value
-
+
array
getDbSpec()
@@ -1228,7 +1228,7 @@ Return Value
-
+
void
setDbSpec(array $dbSpec)
@@ -1270,7 +1270,7 @@ Return Value
-
+
string
command()
@@ -1302,7 +1302,7 @@ Return Value
-
+
string
connect(bool $hide_password = true)
@@ -1345,7 +1345,7 @@ Return Value
-
+
string|bool|null
dump()
@@ -1378,7 +1378,7 @@ Return Value
-
+
protected string
addPipeFail(string $cmd, string $pipefail)
@@ -1434,7 +1434,7 @@ Return Value
-
+
string
dumpCmd($table_selection)
@@ -1477,7 +1477,7 @@ Return Value
-
+
string|null
dumpFile($file)
@@ -1520,7 +1520,7 @@ Return Value
-
+
bool|null
query(string $query, $input_file = null, $result_file = '')
@@ -1573,7 +1573,7 @@ Return Value
-
+
bool
alwaysQuery(string $query, $input_file = null, string|null $result_file = '')
@@ -1626,7 +1626,7 @@ Return Value
-
+
protected void
logQueryInDebugMode($query, $input_file_original)
@@ -1673,7 +1673,7 @@ Return Value
-
+
string|null
silent()
@@ -1706,7 +1706,7 @@ Return Value
-
+
string|null
queryPrefix($query)
@@ -1749,7 +1749,7 @@ Return Value
-
+
queryFormat($query)
@@ -1783,7 +1783,7 @@ Parameters
-
+
bool|null
drop(array $tables)
@@ -1826,7 +1826,7 @@ Return Value
-
+
string
createdbSql($dbname, bool $quoted = false)
@@ -1874,7 +1874,7 @@ Return Value
-
+
bool|null
createdb(bool $quoted = false)
@@ -1918,7 +1918,7 @@ Return Value
-
+
bool
dropOrCreate()
@@ -1951,7 +1951,7 @@ Return Value
-
+
bool
dbExists()
@@ -1984,7 +1984,7 @@ Return Value
-
+
string
creds(bool $hide_password = true)
@@ -2027,7 +2027,7 @@ Return Value
-
+
string
scheme()
@@ -2059,7 +2059,7 @@ Return Value
-
+
array
listTables()
@@ -2091,7 +2091,7 @@ Return Value
-
+
array
listTablesQuoted()
@@ -2124,7 +2124,7 @@ Return Value
-
+
string
paramsToOptions($parameters)
@@ -2167,7 +2167,7 @@ Return Value
-
+
void
su()
@@ -2199,7 +2199,7 @@ Return Value
-
+
array
getOptions()
@@ -2232,7 +2232,7 @@ Return Value
-
+
getOption($name, $default = null)
@@ -2271,7 +2271,7 @@ Parameters
-
+
static array
dbSpecFromDbUrl($db_url)
@@ -2313,7 +2313,7 @@ Return Value
-
+
array
alwaysQueryCommand($input_file)
diff --git a/api/Drush/TestTraits/DrushTestTrait.html b/api/Drush/TestTraits/DrushTestTrait.html
index 73b4890665..c07250f205 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
@@ -418,7 +418,7 @@ Details
+OutputUtilsTrait at line 18
abstract string
getOutputRaw()
@@ -451,7 +451,7 @@ Return Value
+OutputUtilsTrait at line 23
abstract string
getErrorOutputRaw()
@@ -484,7 +484,7 @@ Return Value
+OutputUtilsTrait at line 28
protected string
getSimplifiedOutput()
@@ -517,7 +517,7 @@ Return Value
+OutputUtilsTrait at line 40
protected string
getSimplifiedErrorOutput()
@@ -551,7 +551,7 @@ Return Value
+OutputUtilsTrait at line 48
protected string
simplifyOutput(string $output)
@@ -594,7 +594,7 @@ Return Value
+OutputUtilsTrait at line 73
array
pathsToSimplify()
@@ -628,7 +628,7 @@ Return Value
+OutputUtilsTrait at line 81
string
getOutput()
@@ -661,7 +661,7 @@ Return Value
+OutputUtilsTrait at line 89
string
getErrorOutput()
@@ -694,7 +694,7 @@ Return Value
+OutputUtilsTrait at line 97
array
getOutputAsList()
@@ -727,7 +727,7 @@ Return Value
+OutputUtilsTrait at line 105
array
getErrorOutputAsList()
@@ -760,7 +760,7 @@ Return Value
+OutputUtilsTrait at line 116
mixed
getOutputFromJSON(string|int $key = null)
@@ -803,7 +803,7 @@ Return Value
+CliTestTrait at line 77
Process
startExecute(string|array $command, string|null $cd = null, array|null $env = null, string|null $input = null)
@@ -861,7 +861,7 @@ Return Value
+CliTestTrait at line 114
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
+CliTestTrait at line 159
static string
escapeshellarg(string $arg)
@@ -968,7 +968,7 @@ Return Value
+CliTestTrait at line 171
static bool
isWindows()
@@ -1002,7 +1002,7 @@ Return Value
+CliTestTrait at line 176
static string
_escapeshellargWindows(string $arg)
@@ -1046,7 +1046,7 @@ Return Value
+CliTestTrait at line 196
string
buildProcessMessage()
@@ -1079,7 +1079,7 @@ Return Value
+CliTestTrait at line 230
protected void
assertOutputEquals(string $expected, string $filter = '')
@@ -1129,7 +1129,7 @@ Return Value
+CliTestTrait at line 251
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/classes.html b/api/classes.html
index 9d1dca4a1a..9d86882ea4 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.
+
+
+
+
@@ -515,7 +520,7 @@ Classes
- Migrate runner commands.
+
@@ -691,6 +696,11 @@ Classes
+
+
+
+
@@ -734,66 +744,66 @@ Classes
- Locate Drush configuration files and load them into the configuration
-instance.
+ SanitizeCommentsCommands
+ This class is a good example of a sql:sanitize plugin.
+ Implement this interface when building a Drush sql-sanitize plugin.
+ 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.
+ 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 replacement for DrupalFinder. We may go back to that once it uses InstalledVersions from Composer.
diff --git a/api/doc-index.html b/api/doc-index.html
index 3c4518992d..78b4bbbf8e 100644
--- a/api/doc-index.html
+++ b/api/doc-index.html
@@ -205,6 +205,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,9 +237,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
-
+ Alter our default locations based on the value of environment variables.
DrupalKernelTrait::addServiceModifier() — Method in class DrupalKernelTrait
Add a service modifier to the container builder.
$
MigrateExecutable#allSourceIdValues — Property in class MigrateExecutable
@@ -449,7 +449,7 @@ A
ServiceManager::bootstrapCommandClasses() — Method in class ServiceManager
Return cached of deferred commandhander objects.
ServiceManager::bootStrapAttributeValue() — Method in class ServiceManager
- BootstrapCompilerPass — Class in namespace Drush\Symfony
+ Does the provided class have a Bootstrap Attribute, indicating early loading.
BootstrapCompilerPass — Class in namespace Drush\Symfony
CliTestTrait::buildProcessMessage() — Method in class CliTestTrait
Borrowed from \Symfony\Component\Process\Exception\ProcessTimedOutException
C
@@ -475,13 +475,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.
ConfiguresPrompts — Class in namespace Drush\Commands
+
+ConfiguresPrompts::configurePrompts() — Method in class ConfiguresPrompts
+ Configure the prompt fallbacks.
$
DrushCommands#commandData — Property in class DrushCommands
ConfigCommands — Class in namespace Drush\Commands\config
- $
-ConfigCommands#configStorageExport — Property in class ConfigCommands
-
-ConfigCommands::create() — Method in class ConfigCommands
ConfigCommands::configChangesTable() — Method in class ConfigCommands
Build a table of config changes.
@@ -502,8 +501,6 @@ A
ConfigImportCommands::create() — Method in class ConfigImportCommands
ConfigPullCommands — Class in namespace Drush\Commands\config
CacheCommands — Class 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 +520,7 @@ A
Clears the render cache entries.
CacheCommands::clearPlugin() — Method in class CacheCommands
CacheRebuildCommands — Class in namespace Drush\Commands\core
-
-CacheRebuildCommands::createEarly() — Method in class CacheRebuildCommands
CliCommands — Class 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.
CoreCommands — Class in namespace Drush\Commands\core
@@ -541,70 +534,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,22 +582,12 @@ 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.
@@ -646,10 +597,6 @@ A
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
@@ -876,6 +823,7 @@ A
ApplicationFactory::discover() — Method in class ApplicationFactory
DrushAliasFile — Class in namespace Drush\Commands\generate\Generators\Drush
DrushCommandFile — Class in namespace Drush\Commands\generate\Generators\Drush
+ DrushGenerator — Class in namespace Drush\Commands\generate\Generators\Drush
DrushHelpDocument — Class in namespace Drush\Commands\help
SqlCommands::drop() — Method in class SqlCommands
@@ -1151,8 +1099,8 @@ A
FieldEntityReferenceHooks — Class in namespace Drush\Commands\field
FieldInfoCommands — Class in namespace Drush\Commands\field
FieldTextHooks — Class 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
@@ -1417,7 +1365,9 @@ A
DrushAliasFile::generate() — Method in class DrushAliasFile
{@inheritdoc}
DrushCommandFile::generate() — Method in class DrushCommandFile
- {@inheritdoc}
+ {@inheritdoc}
+DrushGenerator::generate() — Method in class DrushGenerator
+
DrushHelpDocument::generateBaseHelpDom() — Method in class DrushHelpDocument
ListCommands::getTerminalWidth() — Method in class ListCommands
@@ -1433,6 +1383,12 @@ A
PmCommands::getExtensionListModule() — Method in class PmCommands
ThemeCommands::getThemeInstaller() — Method in class ThemeCommands
+
+SanitizeSessionsCommands::getDatabase() — Method in class SanitizeSessionsCommands
+
+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,13 +1423,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
-
+ Get the vendor path.
DrupalKernelTrait::getContainerBuilder() — Method in class DrupalKernelTrait
MigrateExecutable::getIdMap() — Method in class MigrateExecutable
@@ -1702,11 +1652,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.
HostPath — Class 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.
HostPath — Class 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
- InteractConfigName — Class in namespace Drush\Attributes
@@ -1716,9 +1666,9 @@ 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#importStorageTransformer — Property 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#importStorageTransformer — Property in class ConfigImportCommands
@@ -1773,7 +1723,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#isLocal — Property in class ConfigLocator
ConfigLocator::identifyCandidates() — Method in class ConfigLocator
@@ -1785,9 +1737,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.
+ Determine whether current OS is a Windows variant.
DrupalKernelTrait::initializeContainer() — Method in class DrupalKernelTrait
Initializes the service container.
InstallerKernel — Class in namespace Drush\Drupal
Overridden version of InstallerKernel adapted to the needs of Drush.
$
@@ -1846,7 +1796,7 @@ A
Instantiate commands from Grasmash\YamlCli 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 +1824,7 @@ A
Kernels — Class in namespace Drush\Boot
Defines the available kernels that can be bootstrapped.
$
MigrateRunnerCommands#keyValue — Property 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,23 +1921,23 @@
A
Defining and running migrations.
- MaintCommands — Class in namespace Drush\Commands\core
- MessengerCommands — Class in namespace Drush\Commands\core
- MigrateRunnerCommands — Class in namespace Drush\Commands\core
- Migrate runner commands.
- $
+
- $
MigrateRunnerCommands#migrationPluginManager — Property in class MigrateRunnerCommands
-
MigrateRunnerCommands::messages() — Method in class MigrateRunnerCommands
View any messages associated with a migration.
- MkCommands — Class 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
- 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
+ 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)]
- MigrateEvents — Class in namespace Drush\Drupal\Migrate
Defines the row preparation event for the migration system.
- MigrateExecutable — Class in namespace Drush\Drupal\Migrate
- MigrateIdMapFilter — Class in namespace Drush\Drupal\Migrate
@@ -2022,7 +1972,7 @@ A
exists and does not begin with a -
.
O
- Obsolete — Class 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
- Option — Class 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- Option — Class in namespace Drush\Attributes
- OptionsetGetEditor — Class in namespace Drush\Attributes
- OptionsetProcBuild — Class in namespace Drush\Attributes
- OptionsetSql — Class in namespace Drush\Attributes
@@ -2051,12 +2001,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#originalCwd — Property in class Environment
-
-SanitizeUserFieldsCommands::options() — Method in class SanitizeUserFieldsCommands
-
-SanitizeUserTableCommands::options() — Method in class SanitizeUserTableCommands
$
MigrateExecutable#output — Property in class MigrateExecutable
The Symfony console output.
@@ -2104,7 +2054,9 @@ A
BaseBoot#phase — Property in class BaseBoot
$
BootstrapManager#phase — Property 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
@@ -2274,6 +2226,10 @@ A
RemoteCommandProxy — Class in namespace Drush\Command
Create a placeholder proxy command to represent an unknown command.
$
RemoteCommandProxy#redispatchHook — Property in class RemoteCommandProxy
+
+ConfiguresPrompts::restorePrompts() — Method in class ConfiguresPrompts
+ Restore the prompts output.
+ConfiguresPrompts::runningUnitTests() — Method in class ConfiguresPrompts
ArchiveRestoreCommands::restore() — Method in class ArchiveRestoreCommands
Restore (import) your code, files, and database.
@@ -2467,11 +2423,7 @@ A
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
@@ -2487,8 +2439,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.
@@ -2546,7 +2496,26 @@ A
SqlSyncCommands — Class 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.
SanitizeCommands — Class in namespace Drush\Commands\sql\sanitize
+
+SanitizeCommands::sanitize() — Method in class SanitizeCommands
+ Sanitize the database by removing or obfuscating user data.
SanitizeCommentsCommands — Class 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.
SanitizePluginInterface — Class 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.
SanitizeSessionsCommands — Class 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.
SanitizeUserFieldsCommands — Class 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.
SanitizeUserTableCommands — Class 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#sources — Property in class ConfigLocator
$
ConfigLocator#siteRoots — Property in class ConfigLocator
@@ -2582,26 +2551,7 @@ 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)
SanitizeCommands — Class in namespace Drush\Drupal\Commands\sql
-
-SanitizeCommands::sanitize() — Method in class SanitizeCommands
- Sanitize the database by removing or obfuscating user data.
SanitizeCommentsCommands — Class 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.
SanitizePluginInterface — Class in namespace Drush\Drupal\Commands\sql
- Implement this interface when building a Drush sql-sanitize plugin.
-SanitizePluginInterface::sanitize() — Method in class SanitizePluginInterface
- Run your sanitization logic using standard Drupal APIs.
SanitizeSessionsCommands — Class 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.
SanitizeUserFieldsCommands — Class 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.
SanitizeUserTableCommands — Class 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.
$
+ Return the system shared commandfile path (default: /usr/share/drush/commands)
$
DrupalKernelTrait#serviceModifiers — Property in class DrupalKernelTrait
$
DrupalKernelTrait#serviceFinder — Property in class DrupalKernelTrait
@@ -2891,9 +2841,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
@@ -3015,16 +2963,28 @@ A
ConfigExportCommands::__construct() — Method in class ConfigExportCommands
ConfigImportCommands::__construct() — Method in class ConfigImportCommands
+
+ConfigPullCommands::__construct() — Method in class ConfigPullCommands
+
+ArchiveRestoreCommands::__construct() — Method in class ArchiveRestoreCommands
+
+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
@@ -3043,18 +3003,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
@@ -3085,20 +3053,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 1867093705..4c48352150 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::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 configuration and database configuration).
"},{"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 Drush command/generator that is available on a site.
"},{"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\\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":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\\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\\generate\\Generators\\Drush\\DrushGenerator","p":"Drush/Commands/generate/Generators/Drush/DrushGenerator.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\\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\\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\\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\\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\\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::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 configuration and database configuration).
"},{"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::__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\\ArchiveRestoreCommands::__construct","p":"Drush/Commands/core/ArchiveRestoreCommands.html#method___construct","d":null},{"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::__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":""},{"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::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::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 Drush command/generator that is available on a site.
"},{"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":""},{"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\\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\\generate\\Generators\\Drush\\DrushGenerator::generate","p":"Drush/Commands/generate/Generators/Drush/DrushGenerator.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":""},{"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::getDatabase","p":"Drush/Commands/sql/sanitize/SanitizeSessionsCommands.html#method_getDatabase","d":""},{"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\\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 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":"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\\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\\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\\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..2bed1cf374 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":"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":6,"n":"DrushGenerator","p":"Drush/Commands/generate/Generators/Drush/DrushGenerator"}]}]},{"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":"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},
/** @var boolean */
treeLoaded: false,
/** @var boolean */
diff --git a/api/index.html b/api/index.html
index b16cf06c1c..8e791ad29c 100644
--- a/api/index.html
+++ b/api/index.html
@@ -95,12 +95,11 @@ Drush
Drush\Commands\help
Drush\Commands\pm
Drush\Commands\sql
+ Drush\Commands\sql\sanitize
Drush\Config
Drush\Config\Loader
Drush\Drupal
Drush\DrupalFinder
- Drush\Drupal\Commands
- Drush\Drupal\Commands\sql
Drush\Drupal\Migrate
Drush\Exceptions
Drush\Exec
diff --git a/api/interfaces.html b/api/interfaces.html
index 240530c784..33cf4fea5f 100644
--- a/api/interfaces.html
+++ b/api/interfaces.html
@@ -94,7 +94,7 @@ Interfaces
Implement this interface when building a Drush sql-sanitize plugin.
diff --git a/api/namespaces.html b/api/namespaces.html
index b22ec09554..48cd346d1e 100644
--- a/api/namespaces.html
+++ b/api/namespaces.html
@@ -95,12 +95,11 @@ Drush
Drush\Commands\help
Drush\Commands\pm
Drush\Commands\sql
+ Drush\Commands\sql\sanitize
Drush\Config
Drush\Config\Loader
Drush\Drupal
Drush\DrupalFinder
- Drush\Drupal\Commands
- Drush\Drupal\Commands\sql
Drush\Drupal\Migrate
Drush\Exceptions
Drush\Exec
diff --git a/api/renderer.index b/api/renderer.index
index 6bcf159a03..a9c2c46b3c 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:"3e5521b07e6209a3cea7e138c9654db5b85d0a41";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:"38783c5342f145c7b2250fa59a5104a02070c764";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:"a3ee5396a9e130106935cfbbd7be45e1d74c7e12";s:39:"Drush\Commands\core\ArchiveDumpCommands";s:40:"8d539d4c37ea357803056723e838c35f15150cea";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:"6b61f6b5935308e6e3887e31dd572f9344e7009f";s:32:"Drush\Commands\core\CoreCommands";s:40:"52d2becca8fe0632e39a0354428acef6237c067f";s:34:"Drush\Commands\core\DeployCommands";s:40:"6f6252883087e1eda32c140845268ba5c068c8bf";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:"57f438d63dd2e4fc01d81c91d5776c81f74fad1c";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:"d5caed29ddf27cb0d81ef4960be5044378d3e18a";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:"eb3f8c5ff16941736b2fa19215ab161c3910598f";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:"e26153ecc377a423e29699a38bcf1411c19fa964";s:30:"Drush\Commands\core\MkCommands";s:40:"27d54bef50f61decf87899812190f63a359aef00";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:"4276fc1ce46f8d510e125038ebd93cbe8635435a";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:"5364e2a0eb621824da16673e8acc202433b671bb";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:"f937ffb92b2e460112171da8aa5b942f4dee893b";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:"4a3950314cb787707f7448be9c649b9b1a2f9917";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:"1d78e5a8b0be2a7c3bd946fc7e00ede1feac86c8";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:"b7d6155381e8b402c04a209b2f1a467d5f2c45f1";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:"1c6893735f85257fe798f0685e3034e744577ee2";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:"fbff630946530d81797d9593a00a08622204ffd5";s:22:"Drush\Sql\SqlException";s:40:"d6ca84ba463591f586c5c67f387e48a6399030e9";s:20:"Drush\Sql\SqlMariaDB";s:40:"da7611c7c7e4868b5d1eff0624af999098edb0fd";s:18:"Drush\Sql\SqlMysql";s:40:"d644a8606d9a8b0b6a3f5692c03852f3673c214a";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:213:{s:17:"Drush\Application";s:40:"44c87e6e44a3126a1b2421df93bce4729571d707";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:"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:"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:"d1cdb3a8f263a0c2899331ae44bb7471942d0c12";s:32:"Drush\Commands\ConfiguresPrompts";s:40:"d7aeadc4c5604cec2fedb61fa3f35bb450a01b2f";s:28:"Drush\Commands\DrushCommands";s:40:"b93b7fc358728bd60038e0c2ae4d8aabd5dc36fb";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:"79194e53c4ce827d07706adeb3362d81f21d4604";s:42:"Drush\Commands\config\ConfigExportCommands";s:40:"be55c1c76fa3d7573fcff9cb3cbd5a36b5862582";s:42:"Drush\Commands\config\ConfigImportCommands";s:40:"4612584fda91eb9eb7b98338777bf4ac008607f8";s:40:"Drush\Commands\config\ConfigPullCommands";s:40:"03c3ca4df38c0c65d9012f7fd776544bc2e35b10";s:39:"Drush\Commands\core\ArchiveDumpCommands";s:40:"8d539d4c37ea357803056723e838c35f15150cea";s:42:"Drush\Commands\core\ArchiveRestoreCommands";s:40:"b30eaaed72028be1dc9d3164e8cb26d9561104e4";s:33:"Drush\Commands\core\BatchCommands";s:40:"16e15ef3100edb0fd27a9b8b6b00b5cf466561da";s:34:"Drush\Commands\core\BrowseCommands";s:40:"b33827496ef00ab9b5b4cd6350460b00e9c3201a";s:33:"Drush\Commands\core\CacheCommands";s:40:"5bdc78ccb694303eb9858a8ebea158def39d18b5";s:40:"Drush\Commands\core\CacheRebuildCommands";s:40:"aa353f8a8d1f03bfcb422b4971bebaa75ed10392";s:31:"Drush\Commands\core\CliCommands";s:40:"34b8f146d6660733a41d1311961e4b404d890055";s:32:"Drush\Commands\core\CoreCommands";s:40:"95a346f0ad4162afc49d422e7c69ea2c898cb12a";s:34:"Drush\Commands\core\DeployCommands";s:40:"a199e0f6583ec7ce42d9ebfb8e1d117e1f3e4cae";s:38:"Drush\Commands\core\DeployHookCommands";s:40:"1d5bd8a3c205f74039eeaeecd738e46e7675bb6c";s:32:"Drush\Commands\core\DocsCommands";s:40:"4dc587771a652d86deac686ffdf79856ac77a310";s:34:"Drush\Commands\core\DrupalCommands";s:40:"4b66068cc93f0743081a837bc24bdba8afc91fa9";s:43:"Drush\Commands\core\DrupalDirectoryCommands";s:40:"4aaa0d1ff99696bcd044f4282190dce9c284f07c";s:37:"Drush\Commands\core\DrupliconCommands";s:40:"bde3530ecde1a8d26e6f7450ca52c9b8a7227b6d";s:32:"Drush\Commands\core\EditCommands";s:40:"58f373acccd408dcd417ebb33fa2cf781fa32a6a";s:34:"Drush\Commands\core\EntityCommands";s:40:"ee4028f184642167ea1555b8a2b2728d7758f253";s:40:"Drush\Commands\core\EntityCreateCommands";s:40:"cff461f629c65dda7b04936e37ff3b97d86966c7";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:"92254e2e73a6dba486208f866e819c28971a2094";s:29:"Drush\Commands\core\LinkHooks";s:40:"623bed3b80fc13f465d983c6429196046f8faf7f";s:34:"Drush\Commands\core\LocaleCommands";s:40:"f532c47e9b4eb37da576b1425888d53c2bc3dad0";s:33:"Drush\Commands\core\LoginCommands";s:40:"642883beb1293ada4d877676e8d7a56056b49b83";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:"e1df4b9eadf686b05c3d3be5a34504c8a330bddb";s:30:"Drush\Commands\core\MkCommands";s:40:"eab107b034d7f853c5e3bfacb39631ac67d19e13";s:34:"Drush\Commands\core\NotifyCommands";s:40:"9e05f968991aaaa3a19b5ee0a26b9a1fa2329a6b";s:31:"Drush\Commands\core\PhpCommands";s:40:"b857f2ccb7a049fc2b1b09ce0d5ef49efd7ea11a";s:33:"Drush\Commands\core\QueueCommands";s:40:"1258c17cffa6df5cf4baa5dc7f10a1a5a192e854";s:32:"Drush\Commands\core\RoleCommands";s:40:"3dd7d9c6faf4fbad965eb4d22cbeb213cda93cff";s:33:"Drush\Commands\core\RsyncCommands";s:40:"415c005f50f71b8f94055643a54b3fd56cce187c";s:37:"Drush\Commands\core\RunserverCommands";s:40:"2b220bd11f41207199975e40a3d54567ff0561da";s:32:"Drush\Commands\core\SiteCommands";s:40:"0fc24ad48d251671cd9a112fc49d744f000b9036";s:39:"Drush\Commands\core\SiteInstallCommands";s:40:"0f01d31a1dbd8eb8d776457963d5a70f973a6cfb";s:31:"Drush\Commands\core\SshCommands";s:40:"4dca5a90c1c2e96c6f39cf766607a6bfb90b31a7";s:33:"Drush\Commands\core\StateCommands";s:40:"6ab219520e183ca7a55ac3442af408f27164c829";s:34:"Drush\Commands\core\StatusCommands";s:40:"d300509f7e2d8428c7a5cdaaad26d4351218c590";s:33:"Drush\Commands\core\TopicCommands";s:40:"4793356a71b56078105794a7089d835807090784";s:32:"Drush\Commands\core\TwigCommands";s:40:"74c4aff461605421f91de7ebd3ec077c5201b2c8";s:36:"Drush\Commands\core\UpdateDBCommands";s:40:"e0f0cffa2e065e4fdadb3c47c4c567203fc178db";s:32:"Drush\Commands\core\UserCommands";s:40:"fd548d79a64c78674c6094a64b9b6d4d10cacb3a";s:33:"Drush\Commands\core\ViewsCommands";s:40:"043b7a2a979857b83d17e4eca79ba76e6cf42557";s:36:"Drush\Commands\core\WatchdogCommands";s:40:"894626474d612ecc97c232dabd67a034fe60fb98";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:"ba78e5017974a5347ee61e358145050b25449951";s:40:"Drush\Commands\field\FieldCreateCommands";s:40:"609a60b78bef899555dcd58b35d3f391a0a7dee5";s:44:"Drush\Commands\field\FieldDefinitionCommands";s:40:"6c52e1caf0814623a92182a345a634425446fc8a";s:53:"Drush\Commands\field\FieldDefinitionRowsOfFieldsTrait";s:40:"60f79954011c8d89c9de86039a88720837acc0d2";s:40:"Drush\Commands\field\FieldDeleteCommands";s:40:"575cef3aae3bf9a9868a1ab961ad52aced0e477c";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:"a248296c5dc33569c0d2458e64ad37be1b544355";s:40:"Drush\Commands\generate\GenerateCommands";s:40:"b0385d98fd34c57a1a50ba4a8528caa74f045469";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:55:"Drush\Commands\generate\Generators\Drush\DrushGenerator";s:40:"095f70ae1ef2ee104a12568d7f11138daf3820be";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:"8527573512f7a8e84c6d9f98cf0a36fc11997207";s:31:"Drush\Commands\pm\ThemeCommands";s:40:"6a38133dcecf615a12cd1d5aa8fd597fa2640c0e";s:30:"Drush\Commands\sql\SqlCommands";s:40:"8e0f34a4b5d2581a72fdefa710b7eb317ceba9a7";s:34:"Drush\Commands\sql\SqlSyncCommands";s:40:"dbccf1da4b7b76dbcec310542c627c3aa8460dcf";s:44:"Drush\Commands\sql\sanitize\SanitizeCommands";s:40:"aaa8d7a26a18da09457eab059f25b0eaf5cfaaa6";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:"2e264bcd70100696d71749f47def4246b9856cae";s:54:"Drush\Commands\sql\sanitize\SanitizeUserFieldsCommands";s:40:"0bab2c17fd95a5ec36c11b5b0641150b5c1df156";s:53:"Drush\Commands\sql\sanitize\SanitizeUserTableCommands";s:40:"870c40b1d9be76811b67c3c592103f476da33d2f";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: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:"7c806054a3ef66e6c5fbe72faabf8bec5315edef";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:"1d78e5a8b0be2a7c3bd946fc7e00ede1feac86c8";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:"152eaaca08de6d0ebced8d1b5387f32345fbfe1f";s:26:"Drush\Runtime\ErrorHandler";s:40:"5dee24f675862255370a0ec585eb564444c96c7c";s:30:"Drush\Runtime\HandlerInterface";s:40:"b07c130ee3ab6d52945e5c4444a500277cf82ab3";s:33:"Drush\Runtime\LegacyServiceFinder";s:40:"b738b7a93eb01d6322e92ad4ff5eec9671f1860f";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:"cd30661f4e072c9a6d6a348627384be8ebc1f9f0";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:"f689cd0d3b2595247caf6664a6703b344c8ca53a";s:22:"Drush\Sql\SqlException";s:40:"d6ca84ba463591f586c5c67f387e48a6399030e9";s:20:"Drush\Sql\SqlMariaDB";s:40:"da7611c7c7e4868b5d1eff0624af999098edb0fd";s:18:"Drush\Sql\SqlMysql";s:40:"d644a8606d9a8b0b6a3f5692c03852f3673c214a";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:"3c2e5d2b7bfeffaba9333757786b8b20d2bf6b0b";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:"13.x";}i:2;a:34:{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:20:"Drush\Drupal\Migrate";i:21;s:16:"Drush\Exceptions";i:22;s:10:"Drush\Exec";i:23;s:16:"Drush\Formatters";i:24;s:9:"Drush\Log";i:25;s:15:"Drush\Preflight";i:26;s:11:"Drush\Psysh";i:27;s:13:"Drush\Runtime";i:28;s:15:"Drush\SiteAlias";i:29;s:20:"Drush\SiteAlias\Util";i:30;s:9:"Drush\Sql";i:31;s:13:"Drush\Symfony";i:32;s:16:"Drush\TestTraits";i:33;s:11:"Drush\Utils";}}
\ No newline at end of file
diff --git a/api/traits.html b/api/traits.html
index 8fea1772a1..e2430e7cde 100644
--- a/api/traits.html
+++ b/api/traits.html
@@ -84,6 +84,14 @@ Traits
A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
+
+
+
+
+
+
@@ -109,7 +117,7 @@ Traits
-
+
@@ -117,7 +125,7 @@ Traits
-