Path data

Component ID

1075784

Component name

Path data

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

1362

Component created

Component changed

Component body

This package contains two modules:

  • pathdata
  • pathdata_views

The first module, pathdata, is just an API module. It does nothing on it's own. The pathdata_view module implement this API and exposes it in an interesting way to the Views UI by providing a new link field that can generate aliases on the fly.

The pathdata module makes it possible to save path aliases with GET data in them. An example of this is that you can make an alias of this URL:

gallery/search?term1=123&term2=456

That instead could look like this:

gallery/search/sofa/red

For more information on how it technically works, please consult the README.txt.