You are here

function path_deprecated_test_path_delete in Drupal 8

Implements hook_path_delete().

File

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

Code

function path_deprecated_test_path_delete($path) {

  // Nothing to do here.
}