I’m constructing a module that requires me to get Drupal Developer $head_title variable in Drupal Developer hook_node_view for some processing…I’ve discovered information about that variable in relation to themes and round core, however not getting it in a module…I’ve efficiently used drupal_get_title(), and variable_get() to get information, however I can’t work out methods to get $head_title…
Any assist?