Skip to content
Snippets Groups Projects
Commit fc22149f authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #736894 by mr.baileys: document that drupal_register_shutdown_function() is a php wrapper.

parent d097a4dc
Branches
Tags
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
......@@ -2929,6 +2929,7 @@ function drupal_placeholder($variables) {
* Array of shutdown functions to be executed.
*
* @see register_shutdown_function()
* @ingroup php_wrappers
*/
function &drupal_register_shutdown_function($callback = NULL, $parameters = NULL) {
// We cannot use drupal_static() here because the static cache is reset
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment