function shorten_form_display in Shorten URLs 6
Displays the Shorten form.
1 call to shorten_form_display()
- shorten_block in ./
shorten.module - Implementation of hook_block().
1 string reference to 'shorten_form_display'
- shorten_menu in ./
shorten.module - Implementation of hook_menu().
File
- ./
shorten.module, line 392 - Shortens URLs via external services.
Code
function shorten_form_display() {
return drupal_get_form('shorten_form_shorten');
}