Functions

Primary tabs

Name Locationsort descending Description Direct uses Strings
drupal_set_installed_schema_version drupal/core/includes/schema.inc Updates the installed version information for a module. 5
drupal_install_schema drupal/core/includes/schema.inc Creates all tables defined in a module's hook_schema(). 3
drupal_uninstall_schema drupal/core/includes/schema.inc Removes all tables defined in a module's hook_schema(). 2
drupal_get_schema_unprocessed drupal/core/includes/schema.inc Returns the unprocessed and unaltered version of a module's schema. 14
_drupal_schema_initialize drupal/core/includes/schema.inc Fills in required default values for table definitions from hook_schema(). 3
drupal_schema_fields_sql drupal/core/includes/schema.inc Retrieves a list of fields from a table schema. 1
drupal_write_record drupal/core/includes/schema.inc Saves (inserts or updates) a record to the database based upon the schema. 25
_drupal_session_open drupal/core/includes/session.inc Session handler assigned by session_set_save_handler(). 1
_drupal_session_close drupal/core/includes/session.inc Session handler assigned by session_set_save_handler(). 1
_drupal_session_read drupal/core/includes/session.inc Reads an entire session from the database (internal use only). 1
_drupal_session_write drupal/core/includes/session.inc Writes an entire session to the database (internal use only). 1 1
drupal_session_initialize drupal/core/includes/session.inc Initializes the session handler, starting a session if needed. 1
drupal_session_start drupal/core/includes/session.inc Forcefully starts a session, preserving already set session data. 4
drupal_session_commit drupal/core/includes/session.inc Commits the current session, if necessary. 3
drupal_session_started drupal/core/includes/session.inc Returns whether a session has been started. 3
drupal_session_regenerate drupal/core/includes/session.inc Called when an anonymous user becomes authenticated or vice-versa. 2
_drupal_session_destroy drupal/core/includes/session.inc Session handler assigned by session_set_save_handler(). 1
_drupal_session_delete_cookie drupal/core/includes/session.inc Deletes the session cookie. 1
drupal_session_destroy_uid drupal/core/includes/session.inc Ends a specific user's session(s). 1
_drupal_session_garbage_collection drupal/core/includes/session.inc Session handler assigned by session_set_save_handler(). 1
drupal_save_session drupal/core/includes/session.inc Determines whether to save session data of the current request. 17
standard_country_list drupal/core/includes/standard.inc Get an array of all country code => country name pairs. 1
standard_language_list drupal/core/includes/standard.inc Some common languages with their English and native names. 4
tablesort_init drupal/core/includes/tablesort.inc Initialize the table sort context. 3
tablesort_header drupal/core/includes/tablesort.inc Format a column header. 2
tablesort_cell drupal/core/includes/tablesort.inc Format a table cell. 1
tablesort_get_query_parameters drupal/core/includes/tablesort.inc Compose a URL query parameter array for table sorting links. 3
tablesort_get_order drupal/core/includes/tablesort.inc Determine the current sort criterion. 4
tablesort_get_sort drupal/core/includes/tablesort.inc Determine the current sort direction. 3
drupal_theme_access drupal/core/includes/theme.inc Determines if a theme is available to use. 6 1
drupal_theme_initialize drupal/core/includes/theme.inc Initialize the theme system by loading the theme. 14
_drupal_theme_initialize drupal/core/includes/theme.inc Initialize the theme system given already loaded information. This function is useful to initialize a theme when no database is present. 2
theme_get_registry drupal/core/includes/theme.inc Get the theme registry. 7 1
_theme_registry_callback drupal/core/includes/theme.inc Set the callback that will be used by theme_get_registry() to fetch the registry. 3
_theme_load_registry drupal/core/includes/theme.inc Get the theme_registry cache; if it doesn't exist, build it. 1
_theme_save_registry drupal/core/includes/theme.inc Write the theme_registry cache into the database. 1
drupal_theme_rebuild drupal/core/includes/theme.inc Force the system to rebuild the theme registry; this should be called when modules are added to the system, or when a dynamic system needs to add more theme hooks. 8
_theme_process_registry drupal/core/includes/theme.inc Process a single implementation of hook_theme(). 3
_theme_build_registry drupal/core/includes/theme.inc Build the theme registry cache. 2
list_themes drupal/core/includes/theme.inc Return a list of all currently available themes. 35 1
drupal_find_base_themes drupal/core/includes/theme.inc Finds all the base themes for the specified theme. 2
theme drupal/core/includes/theme.inc Generates themed output. 230 46
path_to_theme drupal/core/includes/theme.inc Return the path to the current themed element. 3
drupal_find_theme_functions drupal/core/includes/theme.inc Allow themes and/or theme engines to easily discover overridden theme functions. 1
drupal_find_theme_templates drupal/core/includes/theme.inc Allow themes and/or theme engines to easily discover overridden templates. 4
theme_get_setting drupal/core/includes/theme.inc Retrieve a setting for the current theme or for a given theme. 13
theme_render_template drupal/core/includes/theme.inc Render a system default template, which is essentially a PHP template. 1
theme_enable drupal/core/includes/theme.inc Enable a given list of themes. 30
theme_disable drupal/core/includes/theme.inc Disable a given list of themes. 6
template_preprocess_datetime drupal/core/includes/theme.inc Preprocess variables for theme_datetime().

Pages

Other projects