Functions

Primary tabs

Name Location Description Direct usessort descending Strings
drupal_set_title drupal/core/includes/bootstrap.inc Sets the title of the current page. 81
field_info_field drupal/core/modules/field/field.info.inc Returns data about an individual field, given a field name. 86
form_set_error drupal/core/includes/form.inc Files an error against a form element. 88 1
field_create_field drupal/core/modules/field/field.crud.inc Creates a field. 90
module_exists drupal/core/includes/module.inc Determines whether a given module exists. 92 1
field_create_instance drupal/core/modules/field/field.crud.inc Creates an instance of a field, binding it to a bundle. 92
db_query drupal/core/includes/database.inc Executes an arbitrary query string against the active database. 93 3
drupal_alter drupal/core/includes/module.inc Passes alterable variables to specific hook_TYPE_alter() implementations. 93 2
drupal_static_reset drupal/core/includes/bootstrap.inc Resets one or all centrally stored static variable(s). 100
variable_set drupal/core/includes/bootstrap.inc Sets a persistent variable. 121
db_select drupal/core/includes/database.inc Returns a new SelectQuery object for the active database. 121
drupal_render drupal/core/includes/common.inc Renders HTML given a structured array tree. 123 1
watchdog drupal/core/includes/bootstrap.inc Logs a system message. 124 4
module_invoke_all drupal/core/includes/module.inc Invokes a hook in all enabled modules that implement it. 133
entity_create drupal/core/includes/entity.inc Constructs a new entity object, without permanently saving it. 136
config drupal/core/includes/config.inc Retrieves a configuration object. 137 6
l drupal/core/includes/common.inc Formats an internal or external URL link as an HTML anchor tag. 138 31
views_get_view drupal/core/modules/views/views.module Loads a view from configuration. 163 2
user_access drupal/core/modules/user/user.module Determine whether the user has a given privilege. 168 18
drupal_get_path drupal/core/includes/common.inc Returns the path to a system item (module, theme, etc.). 178 1
drupal_static drupal/core/includes/bootstrap.inc Provides central static variable storage. 187
theme drupal/core/includes/theme.inc Generates themed output. 230 46
variable_get drupal/core/includes/bootstrap.inc Returns a persistent variable. 233 1
check_plain drupal/core/includes/bootstrap.inc Encodes special characters in a plain-text string for display as HTML. 262 15
drupal_set_message drupal/core/includes/bootstrap.inc Sets a message to display to the user. 264
format_string drupal/core/includes/bootstrap.inc Replaces placeholders with sanitized values in a string. 281 1
url drupal/core/includes/common.inc Generates an internal or external URL. 302 23
t drupal/core/includes/bootstrap.inc Translates a string to the current language or to a given language. 2,423 57

Pages

Other projects