Is there a way in drupal's view module to access arguments in the header or footer section?
What I need to do is show the link / [arguement-1] in the view footer section. I changed the input format to php and I was fixated on how to access the views variable.
Well, if it uses the Views Attach module , the arguments may not necessarily be available in the URL.
API . , , node:
$view = views_get_current_view(); $nid = $view->args[0]; $node = node_load($nid);
URL, arg()?
Source: https://habr.com/ru/post/1722424/More articles:Best storage engine for constantly changing data - mysqlhttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1722420/swing-show-a-jlist-over-a-editable-jtable-to-select-entries-to-autocomplete-the-text&usg=ALkJrhjSdQZNjl3Z8KuEzc29edzaN6nwwAWhich version of VC ++ execution do I choose - static or dynamic? - c ++getModel () vs getModelMap () in ModelAndView - spring-mvcAutomatic database read / write every second - phpAccess to VBA. How to execute many buttons with one button? - vbaIs there a way to clear event subscription in VB.NET? - eventsHow to print non-ASCII characters in Python - pythonjqGrid - column resize event - jqueryActiveDirectoryMembershipProvider - Unable to use secure connection protection - forms-authenticationAll Articles