Functions

Solapas principales

Nombreorden descendente Ubicación Descripción Direct uses Strings
drupal_pre_render_conditional_comments drupal-7.x/includes/common.inc #pre_render callback to render #browsers into #prefix and #suffix. 1
drupal_pre_render_link drupal-7.x/includes/common.inc #pre_render callback to render a link into #markup. 1
drupal_pre_render_links drupal-7.x/includes/common.inc #pre_render callback that collects child links into a single array. 3
drupal_pre_render_markup drupal-7.x/includes/common.inc #pre_render callback to append contents in #markup to #children. 1
drupal_pre_render_styles drupal-7.x/includes/common.inc #pre_render callback to add the elements needed for CSS tags to be rendered. 1
drupal_process_attached drupal-7.x/includes/common.inc Adds attachments to a render() structure. 3
drupal_process_form drupal-7.x/includes/form.inc Processes a form submission. 7
drupal_process_states drupal-7.x/includes/common.inc Adds JavaScript to change the state of an element based on another element. 1
drupal_random_bytes drupal-7.x/includes/bootstrap.inc Returns a string of highly randomized bytes (over the full 8-bit range). 9
drupal_random_key drupal-7.x/includes/bootstrap.inc Returns a URL-safe, base64 encoded string of highly randomized bytes (over the full 8-bit range). 10
drupal_realpath drupal-7.x/includes/file.inc Resolves the absolute filepath of a local URI or filepath. 39
drupal_rebuild_form drupal-7.x/includes/form.inc Constructs a new $form from the information in $form_state. 2
drupal_redirect_form drupal-7.x/includes/form.inc Redirects the user to a URL after a form has been processed. 2
drupal_region_class drupal-7.x/includes/common.inc Provides a standard HTML class name that identifies a page region. 2
drupal_register_shutdown_function drupal-7.x/includes/bootstrap.inc Registers a function for execution on shutdown. 13
drupal_render drupal-7.x/includes/common.inc Renders HTML given a structured array tree. 89 1
drupal_render_cache_by_query drupal-7.x/includes/common.inc Prepares an element for caching based on a query. 1
drupal_render_cache_get drupal-7.x/includes/common.inc Gets the rendered output of a renderable element from the cache. 2
drupal_render_cache_set drupal-7.x/includes/common.inc Caches the rendered output of a renderable element. 1
drupal_render_children drupal-7.x/includes/common.inc Renders children of an element and concatenates them. 31
drupal_render_cid_create drupal-7.x/includes/common.inc Creates the cache ID for a renderable element. 2
drupal_render_cid_parts drupal-7.x/includes/common.inc Returns cache ID parts for building a cache ID. 3
drupal_render_collect_attached drupal-7.x/includes/common.inc Collects #attached for an element and its children into a single array. 1
drupal_render_page drupal-7.x/includes/common.inc Renders the page, including all theming. 2
drupal_required_modules drupal-7.x/includes/module.inc Returns an array of modules required by core. 1
drupal_requirements_severity drupal-7.x/includes/install.inc Extracts the highest severity from the requirements array. 4
drupal_requirements_url drupal-7.x/includes/install.inc Returns a URL for proceeding to the next page after a requirements problem. 2
drupal_retrieve_form drupal-7.x/includes/form.inc Retrieves the structured array that defines a given form. 3
drupal_rewrite_settings drupal-7.x/includes/install.inc Replaces values in settings.php with values in the submitted array. 1
drupal_rmdir drupal-7.x/includes/file.inc Removes a directory. 6
drupal_save_session drupal-7.x/includes/session.inc Determines whether to save session data of the current request. 16
drupal_schema_fields_sql drupal-7.x/includes/common.inc Retrieves a list of fields from a table schema. 3
drupal_send_headers drupal-7.x/includes/bootstrap.inc Sends the HTTP response headers that were previously set, adding defaults. 4
drupal_serve_page_from_cache drupal-7.x/includes/bootstrap.inc Sets HTTP headers in preparation for a cached page response. 2
drupal_session_commit drupal-7.x/includes/session.inc Commits the current session, if necessary. 4 1
drupal_session_destroy_uid drupal-7.x/includes/session.inc Ends a specific user's session(s). 2
drupal_session_initialize drupal-7.x/includes/session.inc Initializes the session handler, starting a session if needed. 1
drupal_session_regenerate drupal-7.x/includes/session.inc Called when an anonymous user becomes authenticated or vice-versa. 3
drupal_session_start drupal-7.x/includes/session.inc Starts a session forcefully, preserving already set session data. 4
drupal_session_started drupal-7.x/includes/session.inc Returns whether a session has been started. 3
drupal_settings_initialize drupal-7.x/includes/bootstrap.inc Sets the base URL, cookie domain, and session name from configuration. 1
drupal_set_breadcrumb drupal-7.x/includes/common.inc Sets the breadcrumb trail for the current page. 8
drupal_set_installed_schema_version drupal-7.x/includes/install.inc Update the installed version information for a module. 7
drupal_set_message drupal-7.x/includes/bootstrap.inc Sets a message to display to the user. 264
drupal_set_page_content drupal-7.x/includes/common.inc Sets the main page content value for later use. 5
drupal_set_time_limit drupal-7.x/includes/common.inc Attempts to set the PHP maximum execution time. 5
drupal_set_title drupal-7.x/includes/bootstrap.inc Sets the title of the current page. 67
drupal_site_offline drupal-7.x/includes/common.inc Delivers a "site is under maintenance" message to the browser.
drupal_sort_css_js drupal-7.x/includes/common.inc Sorts CSS and JavaScript resources. 2
drupal_sort_title drupal-7.x/includes/common.inc Array sorting callback; sorts elements by 'title' key. 1

Páginas