You are here

constant PATHAUTO_UPDATE_ACTION_NO_NEW in Pathauto 6.2

Same name and namespace in other branches
  1. 7 pathauto.inc \PATHAUTO_UPDATE_ACTION_NO_NEW

"Do nothing. Leave the old alias intact."

3 uses of PATHAUTO_UPDATE_ACTION_NO_NEW
PathautoUnitTestCase::testUpdateActions in ./pathauto.test
Test the different update actions in pathauto_create_alias().
pathauto_create_alias in ./pathauto.inc
Apply patterns to create an alias.
_pathauto_set_alias in ./pathauto.inc
Private function for Pathauto to create an alias.

File

./pathauto.inc, line 28
Miscellaneous functions for Pathauto.

Code

define('PATHAUTO_UPDATE_ACTION_NO_NEW', 0);