You are here

Pathauto: Automatically generates aliases for content in Pathauto 7

Same name and namespace in other branches
  1. 8 pathauto.module \pathauto
  2. 5.2 pathauto.module \pathauto
  3. 6.2 pathauto.module \pathauto
  4. 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

Namesort descending Location Description
pathauto.admin.inc ./pathauto.admin.inc Admin page callbacks for the Pathauto module.
pathauto.inc ./pathauto.inc Miscellaneous functions for Pathauto.
pathauto.install ./pathauto.install Install, update, and uninstall functions for Pathauto.
pathauto.module ./pathauto.module Main file for the Pathauto module, which automatically generates aliases for content.
pathauto.pathauto.inc ./pathauto.pathauto.inc Pathauto integration for core modules.
pathauto.test ./pathauto.test Functionality tests for Pathauto.