D8 - Derive the route_name for the views created page


You can derive the views route_name from the below pattern

view.{view_id}.{display_id}

{view_id} - Basically the machine name appears in the URL when you edit the view.
{display_id} - Hope the tab of every display to find the display ID(eg., page_1, page_2 etc.,)

Comments

Popular posts from this blog

PHP - How to increase size of POST value in php

D8 KernelEvents constants

D8 - Attach file programmatically to a node