5
Come posso usare hook_views_query_alter ()?
Seguendo quanto riportato nella documentazione per hook_views_query_alter () , ho creato un file denominato alterform.views.ince lo ho inserito in un modulo abilitato chiamato alterform. Ho aggiunto il seguente codice in alterform.views.inc.ma non funziona. function alterform_views_query_alter(&$view, &$query) { switch($view->name) { case 'myViewName': echo 'test test'; // test $query->orderby[0] = "FIELD(node.type, 'story', …