Skip to content
Snippets Groups Projects
Commit 84fddb71 authored by Jennifer Hodgdon's avatar Jennifer Hodgdon
Browse files

Issue #1908192 by mitron: Document what happens in drupal_get_filename() if the file is not found

parent 9fdedf04
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
......@@ -859,7 +859,7 @@ function drupal_settings_initialize() {
* than by consulting the database.
*
* @return
* The filename of the requested item.
* The filename of the requested item or NULL if the item is not found.
*/
function drupal_get_filename($type, $name, $filename = NULL) {
// The location of files will not change during the request, so do not use
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment