Skip to content
Snippets Groups Projects
Unverified Commit 403f13dd authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3106654 by kiamlaluno: hook_toolbar() documentation still makes...

Issue #3106654 by kiamlaluno: hook_toolbar() documentation still makes reference to toolbar_pre_render()

(cherry picked from commit f966ce6e)
parent c217188b
9 merge requests!1445Issue #2920039: Views' User Name exposed group filter validation,!1298Issue #3240993: Let layout builder render inline block translations,!774Issue #3174569: Example node template file name is incorrect,!497Issue #2463967: Use .user.ini file for PHP settings,!433Resolve #3163663 "Too many open files",!233Resolve #2693787 "Taxonomy term name",!133Resolve #2666286 "Clean up menuui",!112Resolve #3187004 "Drupaldatetime serialization issue",!53Resolve #3181870: Correct typo "the the" in "core/classList" deprecation message.
......@@ -34,14 +34,14 @@
* - '#weight': Optional. Integer weight used for sorting toolbar items in
* administration bar area.
*
* This hook is invoked in toolbar_pre_render().
* This hook is invoked in Toolbar::preRenderToolbar().
*
* @return
* An array of toolbar items, keyed by unique identifiers such as 'home' or
* 'administration', or the short name of the module implementing the hook.
* The corresponding value is a render element of type 'toolbar_item'.
*
* @see toolbar_pre_render()
* @see \Drupal\toolbar\Element\Toolbar::preRenderToolbar()
* @ingroup toolbar_tabs
*/
function hook_toolbar() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment