You are here

constant PATHAUTO_UPDATE_ACTION_DELETE in Pathauto 6.2

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

"Create a new alias. Delete the old alias."

4 uses of PATHAUTO_UPDATE_ACTION_DELETE
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_settings_form in ./pathauto.admin.inc
Form builder; Configure the Pathauto settings.
_pathauto_set_alias in ./pathauto.inc
Private function for Pathauto to create an alias.

File

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

Code

define('PATHAUTO_UPDATE_ACTION_DELETE', 2);