Skip to content
Snippets Groups Projects
Commit 0242e3e8 authored by Greg Dunlap's avatar Greg Dunlap
Browse files

Removed config_get_names_with_prefix() which made no sense

parent 13db511a
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -109,19 +109,6 @@ function config_get_verified_storage_names_with_prefix($prefix = '') {
return DrupalVerifiedStorageSQL::getNamesWithPrefix($prefix);
}
/**
* @todo
*
* @param $prefix
* @todo
*
* @return
* @todo
*/
function config_get_names_with_prefix($prefix) {
return config_get_verified_storage_names_with_prefix($prefix);
}
/**
* Retrieves a configuration object.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment