I can’t get the view ID/name in hook_preprocess_views_view_unformatted()
In this function I can’t get view ID/name.
function THEMENAME_preprocess_views_view_unformatted($vars) { $view = $vars["view"]; $id = $view->storage->id(); $name = $view->name; }
In hook_preprocess_views_view_fields()
, it works properly. Why doesn’t it work in preprocess_views_view_unformatted()
?
This article was republished from its original source.
Pixeldust is a 20-year-old web development agency specializing in Drupal and WordPress and working with clients all over the country. With our best in class capabilities, we work with small businesses and fortune 500 companies alike. Give us a call at 1(800)730-2416 and let’s talk about your project.