Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 9.x
»
toolbar.module
Search Drupal 9.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 9.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
Deprecated
function toolbar_cache_flush
Implements
hook_cache_flush
().
File
drupal/
core/
modules/
toolbar/
toolbar.module
, line 509
Administration toolbar for quick access to top level administration items.
Code
function
toolbar_cache_flush
() {
return
array
(
'toolbar'
, ); }