Pathauto: Automatically generates aliases for content in Pathauto 7
Same name and namespace in other branches
- 8 pathauto.module \pathauto
- 5.2 pathauto.module \pathauto
- 6.2 pathauto.module \pathauto
- 6 pathauto.module \pathauto
The Pathauto module automatically generates path aliases for various kinds of content (nodes, categories, users) without requiring the user to manually specify the path alias. This allows you to get aliases like /category/my-node-title.html instead of /node/123. The aliases are based upon a "pattern" system which the administrator can control.
File
- ./
pathauto.module, line 3 - Main file for the Pathauto module, which automatically generates aliases for content.
Files
Name![]() |
Location | Description |
---|---|---|
pathauto.admin.inc |
./ |
Admin page callbacks for the Pathauto module. |
pathauto.inc |
./ |
Miscellaneous functions for Pathauto. |
pathauto.install |
./ |
Install, update, and uninstall functions for Pathauto. |
pathauto.module |
./ |
Main file for the Pathauto module, which automatically generates aliases for content. |
pathauto.pathauto.inc |
./ |
Pathauto integration for core modules. |
pathauto.test |
./ |
Functionality tests for Pathauto. |