Functions

Primary tabs

Name Location Description Direct usessort ascending Strings
image_get_info drupal/core/includes/image.inc Gets details about an image. 16
db_field_exists drupal/core/includes/database.inc Checks if a column exists in the given table. 15
entity_get_view_modes drupal/core/includes/entity.inc Returns the entity view mode info. 15 1
entity_view drupal/core/includes/entity.inc Returns the render array for an entity. 15 2
drupal_get_installed_schema_version drupal/core/includes/schema.inc Returns the currently installed schema version for a module. 15
drupal_get_profile drupal/core/includes/common.inc Gets the name of the currently active installation profile. 15
drupal_get_user_timezone drupal/core/includes/bootstrap.inc Returns the time zone of the current user. 15
node_load_multiple drupal/core/modules/node/node.module Loads node entities from the database. 15
user_role_change_permissions drupal/core/modules/user/user.module Change permissions for a user role. 15
config_get_storage_names_with_prefix drupal/core/includes/config.inc Gets configuration object names starting with a given prefix. 15
_field_sql_storage_columnname drupal/core/modules/field_sql_storage/field_sql_storage.module Generates a column name for a field data table. 15
update_variable_del drupal/core/includes/update.inc Delete a variable from the database during the 7.x-8.x upgrade path. 14
file_uri_target drupal/core/includes/file.inc Returns the part of a URI after the schema. 14
file_unmanaged_delete drupal/core/includes/file.inc Deletes a file without database changes or hook invocations. 14
drupal_explode_tags Deprecated drupal/core/includes/common.inc Explodes a string of tags into an array. 14
search_update_totals drupal/core/modules/search/search.module Updates the {search_total} database table. 14 1
shortcut_set_load drupal/core/modules/shortcut/shortcut.module Loads the data for a shortcut set. 14 2
system_get_info drupal/core/modules/system/system.module Returns an array of information about enabled modules or themes. 14
taxonomy_get_tree drupal/core/modules/taxonomy/taxonomy.module Create a hierarchical representation of a vocabulary. 14 2
views_get_handler drupal/core/modules/views/views.module Fetch a handler from the data cache. 14
locale_translatable_language_list drupal/core/modules/locale/locale.module Returns list of translatable languages. 14
comment_load drupal/core/modules/comment/comment.module Loads the entire comment by comment ID. 14
image_style_url drupal/core/modules/image/image.module Returns the URL for an image derivative given a style and image path. 14
config_install_default_config drupal/core/includes/config.inc Installs the default configuration of a given extension. 14
field_read_field drupal/core/modules/field/field.crud.inc Reads a single field record directly from the database. 14
field_available_languages drupal/core/modules/field/field.multilingual.inc Collects the available language codes for the given entity type and field. 14 2
field_attach_insert drupal/core/modules/field/field.attach.inc Save field data for a new entity. 14
entity_info_cache_clear drupal/core/includes/entity.inc Resets the cached information about entity types. 13
file_unmanaged_delete_recursive drupal/core/includes/file.inc Deletes all files and directories in the specified filepath recursively. 13
theme_get_setting drupal/core/includes/theme.inc Retrieves a setting for the current theme or for a given theme. 13
drupal_get_token drupal/core/includes/common.inc Generates a token based on $value, the user session, and the private key. 13
config_get_config_directory drupal/core/includes/bootstrap.inc Returns the path of a configuration directory. 13
drupal_add_http_header Deprecated drupal/core/includes/bootstrap.inc Sets an HTTP response header for the current page. 13
language_get_default_configuration drupal/core/modules/language/language.module Returns the language configuration stored for an entity type and bundle. 13
filter_default_format drupal/core/modules/filter/filter.module Returns the ID of the default text format for a particular user. 13
field_form_get_state drupal/core/modules/field/field.form.inc Retrieves processing information about a field from $form_state. 13
twig_escape_filter drupal/core/vendor/twig/twig/lib/Twig/Extension/Core.php Escapes a string. 13 1
db_drop_field drupal/core/includes/database.inc Drops a field. 12
db_drop_index drupal/core/includes/database.inc Drops an index. 12
entity_get_form_display drupal/core/includes/entity.inc Returns the entity_form_display object associated to a bundle and form mode. 12
file_stream_wrapper_valid_scheme drupal/core/includes/file.inc Checks that the scheme of a stream URI is valid. 12
drupal_valid_token drupal/core/includes/common.inc Validates a token based on $value, the user session, and the private key. 12
element_info drupal/core/includes/common.inc Retrieves the default properties for the defined element type. 12 1
menu_get_object drupal/core/includes/menu.inc Gets a loaded object from a router item. 12
watchdog_exception drupal/core/includes/bootstrap.inc Logs an exception. 12
drupal_container Deprecated drupal/core/includes/bootstrap.inc Retrieves the Drupal Container to standardize object construction. 12
_current_path drupal/core/includes/bootstrap.inc @todo This is a temporary function pending refactoring Drupal to use Symfony's Request object exclusively. 12
drupal_classloader drupal/core/includes/bootstrap.inc Initializes and returns the class loader. 12
language_negotiation_include drupal/core/modules/language/language.module Include negotiation backend functionality. 12
shortcut_current_displayed_set drupal/core/modules/shortcut/shortcut.module Returns the current displayed shortcut set for the provided user account. 12 1

Pages

Other projects