Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| drupal_current_script_url | function | core/ |
Returns the URL of the current script, with modified query parameters. |
| drupal_detect_database_types | function | core/ |
Detects all supported databases that are compiled into PHP. |
| DRUPAL_DISABLED | constant | core/ |
Disabled option on forms and settings |
| drupal_error_levels | function | core/ |
Maps PHP error constants to watchdog severity levels. |
| DRUPAL_EXTENSION_NAME_MAX_LENGTH | constant | core/ |
The maximum number of characters in a module or theme name. |
| drupal_find_theme_functions | function | core/ |
Allows themes and/or theme engines to discover overridden theme functions. |
| drupal_find_theme_templates | function | core/ |
Allows themes and/or theme engines to easily discover overridden templates. |
| drupal_flush_all_caches | function | core/ |
Flushes all persistent caches, resets all variables, and rebuilds all data structures. |
| drupal_generate_test_ua | function | core/ |
Generates a user agent string with a HMAC and timestamp for simpletest. |
| drupal_get_database_types | function | core/ |
Returns all supported database driver installer objects. |
| drupal_get_destination | function | core/ |
Prepares a 'destination' URL query parameter. |
| drupal_get_filetransfer_info | function | core/ |
Assembles the Drupal FileTransfer registry. |
| drupal_get_installed_schema_version | function | core/ |
Returns the currently installed schema version for a module. |
| drupal_get_messages | function | core/ |
Returns all messages that have been set with drupal_set_message(). |
| drupal_get_module_schema | function | core/ |
Returns a module's schema. |
| drupal_get_schema_versions | function | core/ |
Returns an array of available schema versions for a module. |
| drupal_get_updaters | function | core/ |
Assembles the Drupal Updater registry. |
| drupal_get_user_timezone | function | core/ |
Returns the time zone of the current user. |
| drupal_http_header_attributes | function | core/ |
Formats an attribute string for an HTTP header. |
| drupal_installation_attempted | function | core/ |
Returns TRUE if a Drupal installation is currently being attempted. |
| drupal_install_config_directories | function | core/ |
Creates the config directory and ensures it is operational. |
| drupal_install_fix_file | function | core/ |
Attempts to fix file permissions. |
| drupal_install_mkdir | function | core/ |
Creates a directory with the specified permissions. |
| drupal_install_profile_distribution_name | function | core/ |
Loads the installation profile, extracting its defined distribution name. |
| drupal_install_profile_distribution_version | function | core/ |
Loads the installation profile, extracting its defined version. |
| drupal_install_schema | function | core/ |
Creates all tables defined in a module's hook_schema(). |
| drupal_install_system | function | core/ |
Installs the system module. |
| drupal_js_defaults | function | core/ |
Constructs an array of the defaults that are used for JavaScript assets. |
| drupal_load_updates | function | core/ |
Loads .install files for installed modules to initialize the update system. |
| drupal_migrate_post_update_clear_migrate_field_plugin_cache | function | core/ |
Force MigrateField plugin definitions to be cleared. |
| DRUPAL_MINIMUM_SUPPORTED_PHP | constant | core/ |
Minimum supported version of PHP. |
| drupal_phpunit_contrib_extension_directory_roots | function | core/ |
Returns directories under which contributed extensions may exist. |
| drupal_phpunit_find_extension_directories | function | core/ |
Finds all valid extension directories recursively within a given directory. |
| drupal_phpunit_get_extension_namespaces | function | core/ |
Registers the namespace for each extension directory with the autoloader. |
| drupal_phpunit_populate_class_loader | function | core/ |
Populate class loader with additional namespaces for tests. |
| drupal_pre_render_links | function | core/ |
Pre-render callback: Collects child links into a single array. |
| drupal_process_states | function | core/ |
Adds JavaScript to change the state of an element based on another element. |
| drupal_register_shutdown_function | function | core/ |
Registers a function for execution on shutdown. |
| drupal_required_modules | function | core/ |
Returns an array of modules required by core. |
| drupal_requirements_severity | function | core/ |
Extracts the highest severity from the requirements array. |
| drupal_requirements_url | function | core/ |
Returns a URL for proceeding to the next page after a requirements problem. |
| drupal_rewrite_settings | function | core/ |
Replaces values in settings.php with values in the submitted array. |
| drupal_schema_get_field_value | function | core/ |
Typecasts values to proper data types. |
| drupal_set_installed_schema_version | function | core/ |
Updates the installed version information for a module. |
| drupal_set_message | function | core/ |
Sets a message to display to the user. |
| drupal_set_time_limit | function | core/ |
Attempts to set the PHP maximum execution time. |
| drupal_static | function | core/ |
Provides central static variable storage. |
| drupal_static_reset | function | core/ |
Resets one or all centrally stored static variable(s). |
| drupal_system_cross_profile_test.info.yml | file | core/ |
core/profiles/testing/modules/drupal_system_cross_profile_test/drupal_system_cross_profile_test.info.yml |
| drupal_system_listing_compatible_test.info.yml | file | core/ |
core/profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info.yml |
Pagination
- Previous page
- Page 345
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.