Functions

Primary tabs

Name Location Description Direct uses Stringssort descending
drupal_dirname drupal/core/includes/file.inc Gets the name of the directory from a given path. 6
drupal_basename drupal/core/includes/file.inc Gets the filename from a given path. 37
drupal_mkdir drupal/core/includes/file.inc Creates a directory, optionally creating missing components in the path to the directory. 11
_drupal_mkdir_call drupal/core/includes/file.inc Helper function. Ensures we don't pass a NULL as a context resource to mkdir(). 1
drupal_rmdir drupal/core/includes/file.inc Removes a directory. 6
drupal_tempnam drupal/core/includes/file.inc Creates a file with a unique filename in the specified directory. 4
file_directory_temp drupal/core/includes/file.inc Gets and sets the path of the configured temporary directory. 4
file_directory_os_temp drupal/core/includes/file.inc Discovers a writable system-appropriate temporary directory. 2
drupal_theme_initialize drupal/core/includes/theme.inc Initializes the theme system by loading the theme. 10
_drupal_theme_initialize drupal/core/includes/theme.inc Initializes the theme system given already loaded information. 2
_theme_registry_callback drupal/core/includes/theme.inc Sets the callback that will be used by theme_get_registry(). 3
_theme_load_registry drupal/core/includes/theme.inc Gets the theme_registry cache; if it doesn't exist, builds it. 1
_theme_save_registry drupal/core/includes/theme.inc Writes the theme_registry cache into the database. 1
drupal_theme_rebuild drupal/core/includes/theme.inc Forces the system to rebuild the theme registry. 8
_theme_process_registry drupal/core/includes/theme.inc Process a single implementation of hook_theme(). 4
_theme_build_registry drupal/core/includes/theme.inc Builds the theme registry cache. 2
drupal_find_base_themes drupal/core/includes/theme.inc Finds all the base themes for the specified theme. 2
path_to_theme drupal/core/includes/theme.inc Returns the path to the current themed element. 3
drupal_find_theme_functions drupal/core/includes/theme.inc Allows themes and/or theme engines to discover overridden theme functions. 2
drupal_find_theme_templates drupal/core/includes/theme.inc Allows themes and/or theme engines to easily discover overridden templates. 5
theme_get_setting drupal/core/includes/theme.inc Retrieves a setting for the current theme or for a given theme. 13
theme_settings_convert_to_config drupal/core/includes/theme.inc Converts theme settings to configuration.
theme_enable drupal/core/includes/theme.inc Enables a given list of themes. 34
theme_disable drupal/core/includes/theme.inc Disables a given list of themes. 6
template_preprocess_datetime drupal/core/includes/theme.inc Preprocess variables for theme_datetime().
theme_datetime drupal/core/includes/theme.inc Returns HTML for a date / time.
theme_status_messages drupal/core/includes/theme.inc Returns HTML for status and/or error messages, grouped by type.
theme_links drupal/core/includes/theme.inc Returns HTML for a set of links.
theme_dropbutton_wrapper drupal/core/includes/theme.inc Returns HTML for wrapping a dropbutton menu.
theme_image drupal/core/includes/theme.inc Returns HTML for an image.
theme_breadcrumb drupal/core/includes/theme.inc Returns HTML for a breadcrumb trail.
theme_table drupal/core/includes/theme.inc Returns HTML for a table.
theme_tablesort_indicator drupal/core/includes/theme.inc Returns HTML for a sort icon.
theme_mark drupal/core/includes/theme.inc Returns HTML for a marker for new or updated content.
template_preprocess_item_list drupal/core/includes/theme.inc Preprocesses variables for theme_item_list().
theme_item_list drupal/core/includes/theme.inc Returns HTML for a list or nested list of items.
theme_more_help_link drupal/core/includes/theme.inc Returns HTML for a "more help" link.
theme_feed_icon drupal/core/includes/theme.inc Returns HTML for a feed icon. 1
theme_more_link drupal/core/includes/theme.inc Returns HTML for a "more" link, like those used in blocks.
theme_progress_bar drupal/core/includes/theme.inc Returns HTML for a progress bar.
theme_meter drupal/core/includes/theme.inc Returns HTML for a meter.
theme_indentation drupal/core/includes/theme.inc Returns HTML for an indentation div; used for drag and drop tables.
_theme_table_cell drupal/core/includes/theme.inc Returns HTML output for a single table cell for theme_table(). 2
_template_preprocess_default_variables drupal/core/includes/theme.inc Returns hook-independent variables to template_preprocess(). 1
template_preprocess_html drupal/core/includes/theme.inc Prepares variables for HTML document templates.
template_preprocess_page drupal/core/includes/theme.inc Prepares variables for the page template.
template_process_page drupal/core/includes/theme.inc Processes variables for page.html.twig.
template_process_html drupal/core/includes/theme.inc Processes variables for html.html.twig.
theme_get_suggestions drupal/core/includes/theme.inc Generate an array of suggestions from path arguments. 4
template_preprocess_maintenance_page drupal/core/includes/theme.inc Prepare variables for maintenance page templates.

Pages

Other projects