Functions

Primary tabs

Namesort ascending Location Description Direct uses Strings
_field_filter_xss_display_allowed_tags drupal/core/modules/field/field.module Returns a human-readable list of allowed tags for display in help texts. 2
_field_filter_xss_allowed_tags drupal/core/modules/field/field.module Returns a list of tags allowed by field_filter_xss(). 2
_field_filter_items drupal/core/modules/field/field.module Filters out empty field values. 3
_field_extra_fields_pre_render drupal/core/modules/field/field.module Pre-render callback: Adjusts weights and visibility of non-field elements. 2
_field_create_entity_from_ids drupal/core/modules/field/field.module Assembles a partial entity structure with initial IDs. 5
_external_url_is_local drupal/core/includes/common.inc Determines if an external URL points to this Drupal installation. 1
_drupal_wrap_mail_line drupal/core/includes/mail.inc Wraps words on a single line. 1 1
_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
_drupal_shutdown_function drupal/core/includes/bootstrap.inc Executes registered shutdown functions. 1
_drupal_set_preferred_header_name drupal/core/includes/bootstrap.inc Sets the preferred name for the HTTP header. 3
_drupal_session_write drupal/core/includes/session.inc Writes an entire session to the database (internal use only). 1 1
_drupal_session_read drupal/core/includes/session.inc Reads an entire session from the database (internal use only). 1
_drupal_session_open drupal/core/includes/session.inc Session handler assigned by session_set_save_handler(). 1
_drupal_session_garbage_collection drupal/core/includes/session.inc Session handler assigned by session_set_save_handler(). 1
_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_close drupal/core/includes/session.inc Session handler assigned by session_set_save_handler(). 1
_drupal_schema_initialize drupal/core/includes/schema.inc Fills in required default values for table definitions from hook_schema(). 3
_drupal_render_exception_safe drupal/core/includes/errors.inc Renders an exception error message without further exceptions. 3
_drupal_maintenance_theme drupal/core/includes/theme.maintenance.inc Sets up the theming system for maintenance page. 1 1
_drupal_log_error drupal/core/includes/errors.inc Logs a PHP error or exception and displays an error page in fatal cases. 2
_drupal_load_stylesheet drupal/core/includes/common.inc Loads stylesheets recursively and returns contents with corrected paths. 1
_drupal_initialize_db_test_prefix drupal/core/includes/bootstrap.inc In a test environment, get the test db prefix and set it in $databases. 1
_drupal_http_use_proxy drupal/core/includes/common.inc Helper function for determining hosts excluded from needing a proxy. 1
_drupal_html_to_text_pad drupal/core/includes/mail.inc Pads the last line with the given character. 1
_drupal_html_to_text_clean drupal/core/includes/mail.inc Replaces non-quotation markers from a given piece of indentation with spaces. 1 1
_drupal_html_to_mail_urls drupal/core/includes/mail.inc Keeps track of URLs and replaces them with placeholder tokens. 1 1
_drupal_get_last_caller drupal/core/includes/errors.inc Gets the last caller from a backtrace. 5
_drupal_flush_css_js drupal/core/includes/common.inc Changes the dummy query string added to all CSS and JavaScript files. 2
_drupal_exception_handler drupal/core/includes/bootstrap.inc Provides custom PHP exception handling. 3
_drupal_error_handler_real drupal/core/includes/errors.inc Provides custom PHP error handling. 1
_drupal_error_handler drupal/core/includes/bootstrap.inc Provides custom PHP error handling. 3
_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_decode_exception drupal/core/includes/errors.inc Decodes an exception and retrieves the correct caller. 5
_drupal_build_css_path drupal/core/includes/common.inc Prefixes all paths within a CSS file for drupal_build_css_cache(). 2 2
_drupal_bootstrap_variables drupal/core/includes/bootstrap.inc Loads system variables and all enabled bootstrap modules. 1
_drupal_bootstrap_page_header drupal/core/includes/bootstrap.inc Invokes hook_boot(), initializes locking system, and sends HTTP headers. 1
_drupal_bootstrap_page_cache drupal/core/includes/bootstrap.inc Attempts to serve a page from the cache. 1
_drupal_bootstrap_kernel drupal/core/includes/bootstrap.inc Initialize the kernel / service container. 1
_drupal_bootstrap_full drupal/core/includes/common.inc Temporary BC function for scripts not using DrupalKernel. 2
_drupal_bootstrap_database drupal/core/includes/bootstrap.inc Initializes the database system by loading database.inc. 1
_drupal_bootstrap_configuration drupal/core/includes/bootstrap.inc Sets up the script environment and loads settings.php. 1
_drupal_bootstrap_code drupal/core/includes/common.inc Loads code for subsystems and modules, and registers stream wrappers. 1
_db_create_keys_sql drupal/core/includes/database.inc
_dblog_get_message_types drupal/core/modules/dblog/dblog.module Gathers a list of uniquely defined database log message types. 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
_contact_personal_tab_access drupal/core/modules/contact/contact.module Access callback: Checks access for a user's personal contact form. 1
_comment_per_page drupal/core/modules/comment/comment.module Returns an array of "comments per page" values that users can select from. 1
_comment_get_modes drupal/core/modules/comment/comment.module Returns an array of viewing modes for comment listings.
_comment_body_field_create drupal/core/modules/comment/comment.module Creates a comment_body field instance for a given node type. 2

Pages

Other projects