Search for drupal_
- Search 9.5.x for drupal_
- Search 8.9.x for drupal_
- Search 10.3.x for drupal_
- Search 11.x for drupal_
- Other projects
| Title | Object type | File name | Summary | 
|---|---|---|---|
| DRUPAL_ROOT | constant | ./ | Defines the root directory of the Drupal installation. | 
| DRUPAL_ROOT | constant | ./ | Defines the root directory of the Drupal installation. | 
| DRUPAL_ROOT | constant | modules/ | |
| DRUPAL_ROOT | constant | modules/ | |
| DRUPAL_ROOT | constant | modules/ | Root directory of Drupal installation. | 
| DRUPAL_ROOT | constant | ./ | Defines the root directory of the Drupal installation. | 
| drupal_save_session | function | includes/ | Determines whether to save session data of the current request. | 
| drupal_schema_fields_sql | function | includes/ | Retrieves a list of fields from a table schema. | 
| drupal_schema_field_types | function | includes/ | Retrieves the type for every field in a table schema. | 
| drupal_send_headers | function | includes/ | Sends the HTTP response headers that were previously set, adding defaults. | 
| drupal_serve_page_from_cache | function | includes/ | Sets HTTP headers in preparation for a cached page response. | 
| drupal_session_commit | function | includes/ | Commits the current session, if necessary. | 
| drupal_session_destroy_uid | function | includes/ | Ends a specific user's session(s). | 
| drupal_session_id | function | includes/ | Session ids are hashed by default before being stored in the database. | 
| drupal_session_initialize | function | includes/ | Initializes the session handler, starting a session if needed. | 
| drupal_session_regenerate | function | includes/ | Called when an anonymous user becomes authenticated or vice-versa. | 
| drupal_session_start | function | includes/ | Starts a session forcefully, preserving already set session data. | 
| drupal_session_started | function | includes/ | Returns whether a session has been started. | 
| drupal_setcookie | function | includes/ | Drupal's wrapper around PHP's setcookie() function. | 
| drupal_settings_initialize | function | includes/ | Sets the base URL, cookie domain, and session name from configuration. | 
| drupal_set_breadcrumb | function | includes/ | Sets the breadcrumb trail for the current page. | 
| drupal_set_installed_schema_version | function | includes/ | Update the installed version information for a module. | 
| drupal_set_message | function | includes/ | Sets a message to display to the user. | 
| drupal_set_page_content | function | includes/ | Sets the main page content value for later use. | 
| drupal_set_time_limit | function | includes/ | Attempts to set the PHP maximum execution time. | 
| drupal_set_title | function | includes/ | Sets the title of the current page. | 
| drupal_site_offline | function | includes/ | Delivers a "site is under maintenance" message to the browser. | 
| drupal_sort_css_js | function | includes/ | Sorts CSS and JavaScript resources. | 
| drupal_sort_title | function | includes/ | Array sorting callback; sorts elements by 'title' key. | 
| drupal_sort_weight | function | includes/ | Sorts a structured array by the 'weight' element. | 
| drupal_static | function | includes/ | Provides central static variable storage. | 
| drupal_static_reset | function | includes/ | Resets one or all centrally stored static variable(s). | 
| drupal_strip_dangerous_protocols | function | includes/ | Strips dangerous protocols (e.g. 'javascript:') from a URI. | 
| drupal_strlen | function | includes/ | Counts the number of characters in a UTF-8 string. | 
| drupal_strtolower | function | includes/ | Lowercase a UTF-8 string. | 
| drupal_strtoupper | function | includes/ | Uppercase a UTF-8 string. | 
| drupal_substr | function | includes/ | Cuts off a piece of a string based on character indices and counts. | 
| drupal_system_listing | function | includes/ | Returns information about system object files (modules, themes, etc.). | 
| drupal_system_listing_compatible_test.info | file | profiles/ | name = "Drupal system listing compatible test" description = "Support module for testing the drupal_system_listing function." package = Testing version = VERSION core = 7.x hidden = TRUE files[] =… | 
| drupal_system_listing_compatible_test.info | file | modules/ | name = "Drupal system listing compatible test" description = "Support module for testing the drupal_system_listing function." package = Testing version = VERSION core = 7.x hidden = TRUE | 
| drupal_system_listing_compatible_test.module | file | profiles/ | |
| drupal_system_listing_compatible_test.module | file | modules/ | |
| drupal_system_listing_compatible_test.test | file | profiles/ | |
| drupal_system_listing_incompatible_test.info | file | profiles/ | name = "Drupal system listing incompatible test" description = "Support module for testing the drupal_system_listing function." package = Testing version = VERSION ; This deliberately has the wrong core version, to test that it… | 
| drupal_system_listing_incompatible_test.info | file | modules/ | name = "Drupal system listing incompatible test" description = "Support module for testing the drupal_system_listing function." package = Testing version = VERSION core = 7.x hidden = TRUE | 
| drupal_system_listing_incompatible_test.module | file | profiles/ | |
| drupal_system_listing_incompatible_test.module | file | modules/ | |
| drupal_tempnam | function | includes/ | Creates a file with a unique filename in the specified directory. | 
| drupal_theme_access | function | includes/ | Determines if a theme is available to use. | 
| drupal_theme_initialize | function | includes/ | Initializes the theme system by loading the theme. | 
Pagination
- Previous page
- Page 15
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
