You are here

public function purl_path::admin_form in Persistent URL 6

Same name and namespace in other branches
  1. 7 includes/purl_path.inc \purl_path::admin_form()

Allow extension of the admin setup form.

Overrides purl_processor::admin_form

1 method overrides purl_path::admin_form()
purl_pair::admin_form in includes/purl_pair.inc
Allow extension of the admin setup form.

File

includes/purl_path.inc, line 12

Class

purl_path
Path prefixer.

Code

public function admin_form(&$form, $id) {
}