You are here

function path_deprecated_test_path_insert in Drupal 8

Implements hook_path_insert().

File

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

Code

function path_deprecated_test_path_insert($path) {

  // Nothing to do here.
}