1.20.x path_test.module | path_test_path_delete($path) |
Implements hook_path_delete().
File
- modules/
simpletest/ tests/ path_test.module, line 17 - Helper module for the path tests.
Code
function path_test_path_delete($path) {
backdrop_set_message('path_test_path_delete(): ' . $path['alias'] . ' => ' . $path['source']);
}