Functions

Solapas principales

Nombreorden descendente Ubicación Descripción Direct uses Strings
_drupal_bootstrap_page_cache drupal-7.x/includes/bootstrap.inc Attempts to serve a page from the cache. 1
_drupal_bootstrap_page_header drupal-7.x/includes/bootstrap.inc Invokes hook_boot(), initializes locking system, and sends HTTP headers. 1
_drupal_bootstrap_variables drupal-7.x/includes/bootstrap.inc Loads system variables and all enabled bootstrap modules. 1
_drupal_build_css_path drupal-7.x/includes/common.inc Prefixes all paths within a CSS file for drupal_build_css_cache(). 2 2
_drupal_decode_exception drupal-7.x/includes/errors.inc Decodes an exception and retrieves the correct caller. 5
_drupal_default_html_head drupal-7.x/includes/common.inc Returns elements that are always displayed in the HEAD tag of the HTML page. 1
_drupal_depth_first_search drupal-7.x/includes/graph.inc Performs a depth-first search on a graph. 1
_drupal_error_handler drupal-7.x/includes/bootstrap.inc Provides custom PHP error handling. 2
_drupal_error_handler_real drupal-7.x/includes/errors.inc Provides custom PHP error handling. 1
_drupal_exception_handler drupal-7.x/includes/bootstrap.inc Provides custom PHP exception handling. 2
_drupal_flush_css_js drupal-7.x/includes/common.inc Changes the dummy query string added to all CSS and JavaScript files. 2
_drupal_get_last_caller drupal-7.x/includes/errors.inc Gets the last caller from a backtrace. 5
_drupal_html_to_mail_urls drupal-7.x/includes/mail.inc Keeps track of URLs and replaces them with placeholder tokens. 1 1
_drupal_html_to_text_clean drupal-7.x/includes/mail.inc Replaces non-quotation markers from a given piece of indentation with spaces. 1 1
_drupal_html_to_text_pad drupal-7.x/includes/mail.inc Pads the last line with the given character. 1
_drupal_http_use_proxy drupal-7.x/includes/common.inc Helper function for determining hosts excluded from needing a proxy. 1
_drupal_load_stylesheet drupal-7.x/includes/common.inc Loads stylesheets recursively and returns contents with corrected paths. 1
_drupal_log_error drupal-7.x/includes/errors.inc Logs a PHP error or exception and displays an error page in fatal cases. 2
_drupal_maintenance_theme drupal-7.x/includes/theme.maintenance.inc Sets up the theming system for maintenance page. 1
_drupal_render_exception_safe drupal-7.x/includes/errors.inc Renders an exception error message without further exceptions. 3
_drupal_schema_initialize drupal-7.x/includes/common.inc Fills in required default values for table definitions from hook_schema(). 3
_drupal_session_close drupal-7.x/includes/session.inc Session handler assigned by session_set_save_handler(). 1
_drupal_session_delete_cookie drupal-7.x/includes/session.inc Deletes the session cookie. 1
_drupal_session_destroy drupal-7.x/includes/session.inc Session handler assigned by session_set_save_handler(). 1
_drupal_session_garbage_collection drupal-7.x/includes/session.inc Session handler assigned by session_set_save_handler(). 1
_drupal_session_open drupal-7.x/includes/session.inc Session handler assigned by session_set_save_handler(). 1
_drupal_session_read drupal-7.x/includes/session.inc Reads an entire session from the database (internal use only). 1
_drupal_session_write drupal-7.x/includes/session.inc Writes an entire session to the database (internal use only). 2 1
_drupal_set_preferred_header_name drupal-7.x/includes/bootstrap.inc Sets the preferred name for the HTTP header. 3
_drupal_shutdown_function drupal-7.x/includes/bootstrap.inc Executes registered shutdown functions. 1
_drupal_theme_access drupal-7.x/includes/theme.inc Helper function for determining access to a theme. 1
_drupal_theme_initialize drupal-7.x/includes/theme.inc Initializes the theme system given already loaded information. 2
_drupal_wrap_mail_line drupal-7.x/includes/mail.inc Wraps words on a single line. 1 1
_element_validate_integer drupal-7.x/modules/field/field.module DEPRECATED: Helper form element validator: integer.
_element_validate_integer_positive drupal-7.x/modules/field/field.module DEPRECATED: Helper form element validator: integer > 0.
_element_validate_number drupal-7.x/modules/field/field.module DEPRECATED: Helper form element validator: number.
_field_extra_fields_pre_render drupal-7.x/modules/field/field.module Pre-render callback to adjust weights and visibility of non-field elements. 2
_field_filter_items drupal-7.x/modules/field/field.module Helper function to filter out empty field values. 2
_field_filter_xss_allowed_tags drupal-7.x/modules/field/field.module List of tags allowed by field_filter_xss(). 2
_field_filter_xss_display_allowed_tags drupal-7.x/modules/field/field.module Human-readable list of allowed tags, for display in help texts. 2
_field_form_state_parents drupal-7.x/modules/field/field.form.inc Returns the location of processing information within $form_state. 2
_field_info_collate_fields drupal-7.x/modules/field/field.info.inc Collates all information on existing fields and instances.
_field_info_collate_types drupal-7.x/modules/field/field.info.inc Collates all information on field types, widget types and related structures. 5
_field_info_field_cache drupal-7.x/modules/field/field.info.inc Retrieves the FieldInfo object for the current request. 16
_field_info_prepare_extra_fields drupal-7.x/modules/field/field.info.inc Prepares 'extra fields' for the current run-time context.
_field_info_prepare_field drupal-7.x/modules/field/field.info.inc Prepares a field definition for the current run-time context.
_field_info_prepare_instance drupal-7.x/modules/field/field.info.inc Prepares an instance definition for the current run-time context.
_field_info_prepare_instance_display drupal-7.x/modules/field/field.info.inc Adapts display specifications to the current run-time context.
_field_info_prepare_instance_widget drupal-7.x/modules/field/field.info.inc Prepares widget specifications for the current run-time context.
_field_invoke drupal-7.x/modules/field/field.attach.inc Invoke a field hook. 10

Páginas