| arg | includes/path.inc | Return a component of the current Drupal path. |
| block_admin_display | modules/block.module | Generate main block administration form. |
| drupal_get_form | includes/form.inc | Processes 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_theme | includes/theme.inc | Initialize the theme system by loading the theme. |
| l | includes/common.inc | Format an internal Drupal link. |
| module_exist | includes/module.inc | Determine whether a given module exists. |
| system_default_region | modules/system.module | Get the name of the default region for a given theme. |
| system_region_list | modules/system.module | Get a list of available regions from a specified theme. |
| t | includes/common.inc | Translate strings to the current locale. |
| url | includes/common.inc | Generate a URL from a Drupal menu path. Will also pass-through existing URLs. |
| variable_get | includes/bootstrap.inc | Return a persistent variable. |
| _block_rehash | modules/block.module | Update the 'blocks' DB table with the blocks currently exported by modules. |