Unverified Commit 6deb8a8a authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3258642 by ilgnerfagundes, asishsajeev, Chi: Fix documentation for...

Issue #3258642 by ilgnerfagundes, asishsajeev, Chi: Fix documentation for _toolbar_get_subtrees_hash()

(cherry picked from commit 0ff3dada)
parent 8b6b947b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -280,10 +280,10 @@ function toolbar_get_rendered_subtrees() {
}

/**
 * Returns the hash of the per-user rendered toolbar subtrees.
 * Returns the hash of the user-rendered toolbar subtrees and cacheability.
 *
 * @return string
 *   The hash of the admin_menu subtrees.
 * @return array
 *   An array with the hash of the toolbar subtrees and cacheability.
 */
function _toolbar_get_subtrees_hash() {
  [$subtrees, $cacheability] = toolbar_get_rendered_subtrees();