block_admin_display

Functions that call block_admin_display()

Namesort iconLocationDescription
block_admin_displaymodules/block.moduleGenerate main block administration form.

Functions called by block_admin_display()

Namesort iconLocationDescription
argincludes/path.incReturn a component of the current Drupal path.
block_admin_displaymodules/block.moduleGenerate main block administration form.
drupal_get_formincludes/form.incProcesses a form array and produces the HTML output of a form. If there is input in the $_POST['edit'] variable, this function will attempt to validate it, using drupal_validate_form(), and then submit the form using drupal_submit_form().
init_themeincludes/theme.incInitialize the theme system by loading the theme.
lincludes/common.incFormat an internal Drupal link.
module_existincludes/module.incDetermine whether a given module exists.
system_default_regionmodules/system.moduleGet the name of the default region for a given theme.
system_region_listmodules/system.moduleGet a list of available regions from a specified theme.
tincludes/common.incTranslate strings to the current locale.
urlincludes/common.incGenerate a URL from a Drupal menu path. Will also pass-through existing URLs.
variable_getincludes/bootstrap.incReturn a persistent variable.
_block_rehashmodules/block.moduleUpdate the 'blocks' DB table with the blocks currently exported by modules.
 
 

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.