diff --git a/api/Drush/Sql/SqlBase.html b/api/Drush/Sql/SqlBase.html index 9aedb340bc..5c2bce8648 100644 --- a/api/Drush/Sql/SqlBase.html +++ b/api/Drush/Sql/SqlBase.html @@ -3,7 +3,7 @@
-+ protected ConfigInterface + + | +$config | ++ | from +ConfigAwareTrait | +
string
@@ -236,15 +246,87 @@ Methods
- DrushConfig
+ $this
+
+
+ setConfig(ConfigInterface $config)
+
+
+ Set the config management object. from
+ConfigAwareTrait
+
+
+
+ ConfigInterface
getConfig()
-
- Replaces same method in ConfigAwareTrait in order to provide a -DrushConfig as return type. Helps with IDE completion. from
-ConfigAwareTrait
+ Get the config management object. from
+ConfigAwareTrait
+
+
+
+
+
+
+ static string
+
+
+ configPrefix()
+
+
+ Any class that uses ConfigAwareTrait SHOULD override this method +, and define a prefix for its configuration items. This is usually +done in a base class. When used, this method should return a string +that ends with a "."; see BaseTask::configPrefix(). from
+ConfigAwareTrait
+
+
+
+ static
+
+
+ configure(string $key, mixed $value, ConfigInterface|null $config = null)
+
+
+ No description +from
+ConfigAwareTrait
+
+
+ mixed|null
+
+
+ getConfigValue(string $key, mixed|null $default = null)
+
+
+ No description +from
+ConfigAwareTrait
@@ -910,15 +992,58 @@
+ Return Value+
+
+
+
+ |