Answers for "drupal get current page view resulsts"

0

drupal 8 get view page route

use \Drupal\Core\Url;

$url = Url::fromRoute('view.VIEW_MACHINE_NAME.PAGE_MACHINENAME');
Posted by: Guest on October-13-2020

Code answers related to "drupal get current page view resulsts"

Browse Popular Code Answers by Language