Functions

Primary tabs

Name Location Description Direct usessort ascending Strings
drupal_html_class drupal/core/includes/common.inc Prepares a string for use as a valid class name. 22
element_set_attributes drupal/core/includes/common.inc Sets HTML attributes based on element properties. 22
menu_router_rebuild drupal/core/includes/menu.inc Populates the database tables used by various menu functions. 22
user_role_grant_permissions drupal/core/modules/user/user.module Grant permissions to a user role. 22
db_drop_table drupal/core/includes/database.inc Drops a table. 21
drupal_substr drupal/core/includes/unicode.inc Cuts off a piece of a string based on character indices and counts. 21
check_url drupal/core/includes/common.inc Strips dangerous protocols from a URI and encodes it for output to HTML. 21
drupal_html_id drupal/core/includes/common.inc Prepares a string for use as a valid HTML ID and guarantees uniqueness. 21 3
system_rebuild_module_data drupal/core/modules/system/system.module Rebuild, save, and return data about all currently available modules. 21 2
filter_formats drupal/core/modules/filter/filter.module Retrieves a list of text formats, ordered by weight. 21 2
entity_delete_multiple drupal/core/includes/entity.inc Deletes multiple entities permanently. 20
update_variable_get drupal/core/includes/update.inc Gets the value of a variable from the database during 7.x-8.x upgrades. 20
module_disable Deprecated drupal/core/includes/module.inc Disables a given set of modules. 20
file_unmanaged_copy drupal/core/includes/file.inc Copies a file to a new location without invoking the file API. 20
drupal_unlink drupal/core/includes/file.inc Deletes a file. 20
batch_get drupal/core/includes/form.inc Retrieves the current batch. 20
db_table_exists drupal/core/includes/database.inc Checks if a table exists. 19
drupal_get_schema drupal/core/includes/schema.inc Gets the schema definition of a table, or the whole database schema. 19
confirm_form Deprecated drupal/core/modules/system/system.module Generates a form array for a confirmation form. 19 1
node_type_get_types drupal/core/modules/node/node.module Returns a list of all the available node types. 19
user_format_name drupal/core/modules/user/user.module Format a username. 19
filter_format_load drupal/core/modules/filter/filter.module Loads a text format object from the database. 19
filter_permission_name drupal/core/modules/filter/filter.module Returns the machine-readable permission name for a provided text format. 19
db_or drupal/core/includes/database.inc Returns a new DatabaseCondition, set to "OR" all conditions together. 18
truncate_utf8 drupal/core/includes/unicode.inc Truncates a UTF-8-encoded string safely to a number of characters. 18
entity_invoke_bundle_hook drupal/core/includes/entity.inc Notifies modules about an operation that was performed on a entity bundle. 18
entity_get_display drupal/core/includes/entity.inc Returns the entity_display object associated to a bundle and view mode. 18
drupal_write_record drupal/core/includes/schema.inc Saves (inserts or updates) a record to the database based upon the schema. 18
drupal_clean_css_identifier drupal/core/includes/common.inc Prepares a string for use as a CSS identifier (element, class, or ID name). 18 1
field_cache_clear drupal/core/modules/field/field.module Clears the field info and field data caches. 18
taxonomy_vocabulary_load drupal/core/modules/taxonomy/taxonomy.module Return the taxonomy vocabulary entity matching a vocabulary ID. 18 1
check_markup drupal/core/modules/filter/filter.module Runs all the enabled filters on a piece of text. 18
file_default_scheme drupal/core/includes/file.inc Gets the default file stream implementation. 17 2
format_size drupal/core/includes/common.inc Generates a string representation for the given byte count. 17
_form_set_attributes drupal/core/includes/form.inc Sets a form element's class attribute. 17
variable_del drupal/core/includes/bootstrap.inc Unsets a persistent variable. 17
user_load_by_name drupal/core/modules/user/user.module Fetches a user object by account name. 17
user_role_names drupal/core/modules/user/user.module Retrieve an array of roles matching specified conditions. 17
filter_fallback_format drupal/core/modules/filter/filter.module Returns the ID of the fallback text format that all users have access to. 17
drupal_save_session drupal/core/includes/session.inc Determines whether to save session data of the current request. 17
field_update_instance Deprecated drupal/core/modules/field/field.crud.inc Updates an instance of a field. 17
db_like drupal/core/includes/database.inc Escapes characters that work as wildcard characters in a LIKE pattern. 16
drupal_get_css drupal/core/includes/common.inc Returns a themed representation of all stylesheets to attach to the page. 16
form_get_errors drupal/core/includes/form.inc Returns an associative array of all errors. 16
drupal_valid_test_ua drupal/core/includes/bootstrap.inc Returns the test prefix if this is an internal request from SimpleTest. 16
language_multilingual drupal/core/includes/bootstrap.inc Returns TRUE if there is more than one language enabled. 16
language_default drupal/core/includes/bootstrap.inc Returns the default language used on the site. 16 8
node_view drupal/core/modules/node/node.module Generates an array for rendering the given node. 16
node_access_rebuild drupal/core/modules/node/node.module Rebuilds the node access database. 16
entity_test_entity_types drupal/core/modules/system/tests/modules/entity_test/entity_test.module Returns a list of test entity types. 16

Pages

Other projects