block_add_block_form

Definition

block_add_block_form(&$form_state)
modules/block/block.admin.inc, line 291

Description

Menu callback: display the custom block addition form.

Code

<?php
function block_add_block_form(&$form_state) {
  return block_admin_configure($form_state, 'block', NULL);
}
?>
 
 

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.