block_add_block_form

Versions
6
block_add_block_form(&$form_state)
7
block_add_block_form($form, &$form_state)

Menu callback: display the custom block addition form.

Code

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

<?php
function block_add_block_form(&$form_state) {
  return block_admin_configure($form_state, 'block', NULL);
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.