Search for d
Title | Object type | File name | Summary |
---|---|---|---|
_batch_test_nested_drupal_form_submit_callback | function | modules/ |
Batch operation: submits form_test_mock_form using drupal_form_submit(). |
_block_get_cache_id | function | modules/ |
Assemble the cache_id to use for a given block. |
_block_get_renderable_array | function | modules/ |
Gets an array of blocks suitable for drupal_render(). |
_block_load_blocks | function | modules/ |
Loads blocks' information from the database. |
_block_render_blocks | function | modules/ |
Render the content and subject for a set of blocks. |
_book_add_form_elements | function | modules/ |
Builds the common elements of the book form for the node and outline forms. |
_book_admin_table | function | modules/ |
Builds the table portion of the form for the book administration page. |
_book_admin_table_tree | function | modules/ |
Helps build the main table in the book administration page form. |
_book_link_defaults | function | modules/ |
Returns an array with default values for a book page's menu link. |
_book_node_is_removable | function | modules/ |
Determines if a node can be removed from the book. |
_book_parent_depth_limit | function | modules/ |
Finds the depth limit for items in the parent select. |
_book_update_outline | function | modules/ |
Handles additions and updates to the book outline. |
_color_blend | function | modules/ |
Blends two hex colors and returns the GD color. |
_color_gd | function | modules/ |
Converts a hex triplet into a GD color. |
_color_render_images | function | modules/ |
Renders images that match a given palette. |
_comment_body_field_create | function | modules/ |
Creates a comment_body field instance for a given node type. |
_comment_get_modes | function | modules/ |
Return an array of viewing modes for comment listings. |
_comment_update_node_statistics | function | modules/ |
Updates the comment statistics for a given node. This should be called any time a comment is added, deleted, or updated. |
_country_get_predefined_list | function | includes/ |
Get an array of all country code => country name pairs. |
_dblog_get_message_types | function | modules/ |
Gathers a list of uniquely defined database log message types. |
_db_create_keys_sql | function | includes/ |
|
_drupal_bootstrap_configuration | function | includes/ |
Sets up the script environment and loads settings.php. |
_drupal_bootstrap_database | function | includes/ |
Initializes the database system and registers autoload functions. |
_drupal_bootstrap_full | function | includes/ |
|
_drupal_bootstrap_page_cache | function | includes/ |
Attempts to serve a page from the cache. |
_drupal_bootstrap_page_header | function | includes/ |
Invokes hook_boot(), initializes locking system, and sends HTTP headers. |
_drupal_bootstrap_variables | function | includes/ |
Loads system variables and all enabled bootstrap modules. |
_drupal_build_css_path | function | includes/ |
Prefixes all paths within a CSS file for drupal_build_css_cache(). |
_drupal_cookie_params | function | includes/ |
Process the params for cookies. This emulates support for the SameSite attribute in earlier versions of PHP, and allows the value of that attribute to be overridden. |
_drupal_decode_exception | function | includes/ |
Decodes an exception and retrieves the correct caller. |
_drupal_default_html_head | function | includes/ |
Returns elements that are always displayed in the HEAD tag of the HTML page. |
_drupal_depth_first_search | function | includes/ |
Performs a depth-first search on a graph. |
_drupal_error_handler | function | includes/ |
Provides custom PHP error handling. |
_drupal_error_handler_real | function | includes/ |
Provides custom PHP error handling. |
_drupal_exception_handler | function | includes/ |
Provides custom PHP exception handling. |
_drupal_file_scan_cache | function | includes/ |
Returns the current list of cached file system scan results. |
_drupal_flush_css_js | function | includes/ |
Changes the dummy query string added to all CSS and JavaScript files. |
_drupal_get_cookie_domain | function | includes/ |
Derive the cookie domain to use for session cookies. |
_drupal_get_filename_fallback | function | includes/ |
Performs a cached file system scan as a fallback when searching for a file. |
_drupal_get_filename_fallback_trigger_error | function | includes/ |
Triggers a user-level warning for missing or unexpectedly moved files. |
_drupal_get_filename_perform_file_scan | function | includes/ |
Performs a file system scan to search for a system resource. |
_drupal_get_last_caller | function | includes/ |
Gets the last caller from a backtrace. |
_drupal_html_to_mail_urls | function | includes/ |
Keeps track of URLs and replaces them with placeholder tokens. |
_drupal_html_to_text_clean | function | includes/ |
Replaces non-quotation markers from a given piece of indentation with spaces. |
_drupal_html_to_text_pad | function | includes/ |
Pads the last line with the given character. |
_drupal_http_use_proxy | function | includes/ |
Helper function for determining hosts excluded from needing a proxy. |
_drupal_invalid_token_set_form_error | function | includes/ |
Helper function to call form_set_error() if there is a token error. |
_drupal_load_stylesheet | function | includes/ |
Loads stylesheets recursively and returns contents with corrected paths. |
_drupal_log_error | function | includes/ |
Logs a PHP error or exception and displays an error page in fatal cases. |
_drupal_maintenance_theme | function | includes/ |
Sets up the theming system for maintenance page. |
Pagination
- Previous page
- Page 140
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.