Skip to content
Commit c7bce9ef authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #35768 by JonBob/Richard: separate callback handling from menu handling.

  Moves callbacks and arguments to a separate data structure from the visible menu tree. As mentioned on drupal-devel, this change has little impact except to slightly improve code legibility and prepare the code base for future separation of these tasks, with an eye toward performance improvements of the menu system.  Also changes array_key_exists() to isset() in several places, which is reported to perform better.
parent 9677ab12
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment