| README.txt | README.txt |  | -- SUMMARY --
Simple module to convert a view contextual filter node id into its url path.
Extended use case: A website has a view that uses node reference or entity 
reference to filter the results set.  For example, a regional location node
is a… | 
          
                  | views_plugin_argument_default_url_path.inc | views_plugin_argument_default_url_path.inc |  | Contains the 'url path alias' default argument plugin. | 
          
                  | views_plugin_argument_validate_url_path.inc | views_plugin_argument_validate_url_path.inc |  | Contains the 'url path alias' argument validator plugin. | 
          
                  | views_url_path_arguments.info | views_url_path_arguments.info |  | name = Views URL Path Arguments
description = Simple module to convert a view argument's node id into its url path.
dependencies[] = views (3.x)
core = 7.x
; Argument Handlers
files[] = views_plugin_argument_default_url_path.inc
files[] =… | 
          
                  | views_url_path_arguments.module | views_url_path_arguments.module |  | Main file for the Views URL Path Arguments module,
which automatically converts url path aliases for views arguments. | 
          
                  | views_url_path_arguments.views.inc | views_url_path_arguments.views.inc |  | Provide views data and handlers. |