You are here

function path_deprecated_test_path_update in Drupal 8

Implements hook_path_update().

File

core/modules/system/tests/modules/path_deprecated_test/path_deprecated_test.module, line 18
Support module for testing deprecated functionality for path aliases.

Code

function path_deprecated_test_path_update($path) {

  // Nothing to do here.
}