Functions

Primary tabs

Namesort descending Location Description Direct uses Strings
_book_link_defaults drupal/core/modules/book/book.module Returns an array with default values for a book page's menu link. 2
_book_node_is_removable drupal/core/modules/book/book.module Determines if a node can be removed from the book. 3
_book_outline_access drupal/core/modules/book/book.module Access callback: Determines if the outline tab is accessible. 1 1
_book_outline_remove_access drupal/core/modules/book/book.module Access callback: Determines if the user can remove nodes from the outline. 1
_book_parent_depth_limit drupal/core/modules/book/book.module Finds the depth limit for items in the parent select. 2
_book_parent_select drupal/core/modules/book/book.module Builds the parent selection form element for the node form or outline tab. 1
_book_toc_recurse drupal/core/modules/book/book.module Recursively processes and formats menu items for book_toc(). 1
_book_update_outline drupal/core/modules/book/book.module Handles additions and updates to the book outline. 4
_breakpoint_delete_breakpoints drupal/core/modules/breakpoint/breakpoint.module Remove breakpoints from all disabled themes or uninstalled modules. 2
_breakpoint_delete_breakpoint_groups drupal/core/modules/breakpoint/breakpoint.module Remove breakpoint groups from all disabled themes or uninstalled modules. 1
_breakpoint_group_create_or_load drupal/core/modules/breakpoint/breakpoint.module Helper function to easily create/load a breakpoint group. 2
_breakpoint_import_breakpoint_groups drupal/core/modules/breakpoint/breakpoint.module Import breakpoint groups from theme or module. 3
_breakpoint_import_media_queries drupal/core/modules/breakpoint/breakpoint.module Import media queries from a theme or module and create a default group. 2
_breakpoint_modules_enabled drupal/core/modules/breakpoint/breakpoint.module Import breakpoints from all new enabled modules. 2
_breakpoint_theme_enabled drupal/core/modules/breakpoint/breakpoint.module Import breakpoints from all new enabled themes. 2
_color_blend drupal/core/modules/color/color.module Blends two hex colors and returns the GD color. 1
_color_gd drupal/core/modules/color/color.module Converts a hex triplet into a GD color. 1
_color_hsl2rgb drupal/core/modules/color/color.module Converts an HSL triplet into RGB. 1
_color_html_alter drupal/core/modules/color/color.module Replaces style sheets with color-altered style sheets. 1
_color_hue2rgb drupal/core/modules/color/color.module Helper function for _color_hsl2rgb(). 1
_color_pack drupal/core/modules/color/color.module Converts an RGB triplet to a hex color. 1
_color_page_alter drupal/core/modules/color/color.module Replaces the logo with a color-altered logo. 1
_color_render_images drupal/core/modules/color/color.module Renders images that match a given palette. 1
_color_rewrite_stylesheet drupal/core/modules/color/color.module Rewrites the stylesheet to match the colors in the palette. 1
_color_rgb2hsl drupal/core/modules/color/color.module Converts an RGB triplet to HSL. 1
_color_save_stylesheet drupal/core/modules/color/color.module Saves the rewritten stylesheet to disk. 1
_color_shift drupal/core/modules/color/color.module Shifts a given color, using a reference pair and a target blend color. 1
_color_unpack drupal/core/modules/color/color.module Converts a hex color into an RGB triplet. 3
_comment_body_field_create drupal/core/modules/comment/comment.module Creates a comment_body field instance for a given node type. 2
_comment_get_modes drupal/core/modules/comment/comment.module Returns an array of viewing modes for comment listings.
_comment_per_page drupal/core/modules/comment/comment.module Returns an array of "comments per page" values that users can select from. 1
_contact_personal_tab_access drupal/core/modules/contact/contact.module Access callback: Checks access for a user's personal contact form. 1
_current_path drupal/core/includes/bootstrap.inc @todo This is a temporary function pending refactoring Drupal to use Symfony's Request object exclusively. 10
_dblog_get_message_types drupal/core/modules/dblog/dblog.module Gathers a list of uniquely defined database log message types. 1
_db_create_keys_sql drupal/core/includes/database.inc
_drupal_bootstrap_code drupal/core/includes/common.inc Loads code for subsystems and modules, and registers stream wrappers. 1
_drupal_bootstrap_configuration drupal/core/includes/bootstrap.inc Sets up the script environment and loads settings.php. 1
_drupal_bootstrap_database drupal/core/includes/bootstrap.inc Initializes the database system by loading database.inc. 1
_drupal_bootstrap_full drupal/core/includes/common.inc Temporary BC function for scripts not using DrupalKernel. 2
_drupal_bootstrap_kernel drupal/core/includes/bootstrap.inc Initialize the kernel / service container. 1
_drupal_bootstrap_page_cache drupal/core/includes/bootstrap.inc Attempts to serve a page from the cache. 1
_drupal_bootstrap_page_header drupal/core/includes/bootstrap.inc Invokes hook_boot(), initializes locking system, and sends HTTP headers. 1
_drupal_bootstrap_variables drupal/core/includes/bootstrap.inc Loads system variables and all enabled bootstrap modules. 1
_drupal_build_css_path drupal/core/includes/common.inc Prefixes all paths within a CSS file for drupal_build_css_cache(). 2 2
_drupal_decode_exception drupal/core/includes/errors.inc Decodes an exception and retrieves the correct caller. 5
_drupal_default_html_head drupal/core/includes/common.inc Returns elements that are always displayed in the HEAD tag of the HTML page. 1
_drupal_error_handler drupal/core/includes/bootstrap.inc Provides custom PHP error handling. 3
_drupal_error_handler_real drupal/core/includes/errors.inc Provides custom PHP error handling. 1
_drupal_exception_handler drupal/core/includes/bootstrap.inc Provides custom PHP exception handling. 3
_drupal_flush_css_js drupal/core/includes/common.inc Changes the dummy query string added to all CSS and JavaScript files. 2

Pages

Other projects