function block_add_block_form

Form constructor for the add block form.

See also

block_add_block_form_validate()

block_add_block_form_submit()

Related topics

1 string reference to 'block_add_block_form'
block_menu in modules/block/block.module
Implements hook_menu().

File

modules/block/block.admin.inc, line 527

Code

function block_add_block_form($form, &$form_state) {
    return block_admin_configure($form, $form_state, 'block', NULL);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.