function block_add_block_form

block_add_block_form($form, &$form_state)

Form constructor for the add block form.

See also

block_add_block_form_validate()

block_add_block_form_submit()

Related topics

File

modules/block/block.admin.inc, line 527
Admin page callbacks for the block module.

Code

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

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!block!block.admin.inc/function/block_add_block_form/7.x