File tree Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -119,6 +119,7 @@ public function getKeys(string $app): array {
119119 * @param bool $lazy TRUE to search in lazy config keys
120120 * @return list<string> list of stored config keys
121121 * @since 32.0.0
122+ * @internal not publicly available before 32.
122123 */
123124 public function searchKeys (string $ app , string $ prefix = '' , bool $ lazy = false ): array {
124125 $ this ->assertParams ($ app );
Original file line number Diff line number Diff line change @@ -72,19 +72,6 @@ public function getApps(): array;
7272 */
7373 public function getKeys (string $ app ): array ;
7474
75- /**
76- * Returns list of keys stored in database, related to an app.
77- * Please note that the values are not returned.
78- *
79- * @param string $app id of the app
80- * @param string $prefix returns only keys starting with this value
81- * @param bool $lazy TRUE to search in lazy config keys
82- *
83- * @return list<string> list of stored config keys
84- * @since 32.0.0
85- */
86- public function searchKeys (string $ app , string $ prefix = '' , bool $ lazy = false ): array ;
87-
8875 /**
8976 * Check if a key exists in the list of stored config values.
9077 *
You can’t perform that action at this time.
0 commit comments