You are here

function _node_registration_type_to_uri in Node registration 7

Helper to keep URI strings DRY.

6 calls to _node_registration_type_to_uri()
node_registration_entity_info in includes/node_registration.entity.inc
Implements hook_entity_info().
node_registration_init in ./node_registration.module
Implements hook_init().
node_registration_menu in ./node_registration.module
Implements hook_menu().
node_registration_registrations_page in ./node_registration.module
Page callback for viewing registrations.
node_registration_types_form in includes/node_registration.forms.inc
Admin: registration types form.

... See full list

File

includes/node_registration.api.inc, line 144
Registration API functions.

Code

function _node_registration_type_to_uri($type) {
  return $type;
}