Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

devel_cache_clear() function missing #53

Open
klonos opened this issue May 29, 2019 · 1 comment
Open

devel_cache_clear() function missing #53

klonos opened this issue May 29, 2019 · 1 comment

Comments

@klonos
Copy link
Member

klonos commented May 29, 2019

...between devel_function_reference() and devel_querylog_explain() in devel.pages.inc:

/**
 * Page callback: Clears all caches, then redirects to the previous page.
 */
function devel_cache_clear() {
  drupal_flush_all_caches();

  drupal_set_message('Cache cleared.');

  drupal_goto();
}
@klonos
Copy link
Member Author

klonos commented May 29, 2019

...should we be adding deprecated function wrappers for these, same as we do for core?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant