[ Index ] |
|
Code source de Drupal 5.3 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 2376 lignes (95 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 1 fois |
Nécessite: | 1 fichier includes/install.inc |
system_help($section) X-Ref |
Implementation of hook_help(). |
system_perm() X-Ref |
Implementation of hook_perm(). |
system_elements() X-Ref |
Implementation of hook_elements(). |
system_menu($may_cache) X-Ref |
Implementation of hook_menu(). |
system_user($type, $edit, &$user, $category = NULL) X-Ref |
Implementation of hook_user(). Allows users to individually set their theme and time zone. |
system_main_admin_page($arg = NULL) X-Ref |
Provide the administration overview page. |
system_admin_menu_block($block) X-Ref |
Provide a single block on the administration overview page. |
system_admin_menu_block_page() X-Ref |
Provide a single block from the administration menu as a page. This function is often a destination for these blocks. For example, 'admin/content/types' needs to have a destination to be valid in the Drupal menu system, but too much information there might be hidden, so we supply the contents of the block. |
system_admin_compact_page($mode = 'off') X-Ref |
Pas de description |
system_admin_theme_settings() X-Ref |
This function allows selection of the theme to show in administration sections. |
system_admin_theme_submit($form_id, $form_values) X-Ref |
Pas de description |
system_theme_select_form($description = '', $default_value = '', $weight = 0) X-Ref |
Pas de description |
theme_system_theme_select_form($form) X-Ref |
Pas de description |
_system_zonelist() X-Ref |
Pas de description |
system_site_information_settings() X-Ref |
Pas de description |
system_clean_url_settings() X-Ref |
Pas de description |
system_error_reporting_settings() X-Ref |
Pas de description |
system_performance_settings() X-Ref |
Pas de description |
system_file_system_settings() X-Ref |
Pas de description |
system_image_toolkit_settings() X-Ref |
Pas de description |
system_rss_feeds_settings() X-Ref |
Pas de description |
system_date_time_settings() X-Ref |
Pas de description |
system_site_maintenance_settings() X-Ref |
Pas de description |
system_check_directory($form_element) X-Ref |
Checks the existence of the directory specified in $form_element. This function is called from the system_settings form to check both the file_directory_path and file_directory_temp directories. If validation fails, the form element is flagged with an error from within the file_check_directory function. param: $form_element |
system_get_files_database(&$files, $type) X-Ref |
Retrieves the current status of an array of files in the system table. |
system_theme_data() X-Ref |
Collect data about all currently available themes |
system_region_list($theme_key) X-Ref |
Get a list of available regions from a specified theme. param: $theme_key return: |
system_default_region($theme) X-Ref |
Get the name of the default region for a given theme. param: $theme return: |
system_initialize_theme_blocks($theme) X-Ref |
Assign an initial, default set of blocks for a theme. This function is called the first time a new theme is enabled. The new theme gets a copy of the default theme's blocks, with the difference that if a particular region isn't available in the new theme, the block is assigned to the new theme's default region. param: $theme |
system_settings_form($form) X-Ref |
Add default buttons to a form and set its prefix |
system_theme_settings_submit($form_id, $form_values) X-Ref |
Pas de description |
system_settings_form_submit($form_id, $form_values) X-Ref |
Execute the system_settings_form. If you want node type configure style handling of your checkboxes, add an array_filter value to your form. |
system_themes() X-Ref |
Menu callback; displays a listing of all themes. |
theme_system_themes($form) X-Ref |
Pas de description |
system_themes_submit($form_id, $form_values) X-Ref |
Pas de description |
system_modules($form_values = NULL) X-Ref |
Menu callback; provides module enable/disable interface. Modules can be enabled or disabled and set for throttling if the throttle module is enabled. The list of modules gets populated by module.info files, which contain each module's name, description and dependencies. return: |
system_modules_disable($form, $edit, $disabled) X-Ref |
Form process callback function to disable check boxes. |
system_modules_confirm_form($modules, $form_values = array() X-Ref |
Pas de description |
system_module_build_dependencies($modules, $form_values) X-Ref |
Pas de description |
system_modules_submit($form_id, $form_values) X-Ref |
Submit callback; handles modules form submission. |
theme_system_modules($form) X-Ref |
Theme call back for the modules form. |
system_modules_uninstall($form_values = NULL) X-Ref |
Builds a form of currently disabled modules. param: return: |
system_modules_uninstall_confirm_form($form_values) X-Ref |
Confirm uninstall of selected modules. param: return: |
theme_system_modules_uninstall($form) X-Ref |
Themes a table of currently disabled modules. param: return: |
system_modules_uninstall_validate($form_id, $form_values) X-Ref |
Validates the submitted uninstall form. param: param: |
system_modules_uninstall_submit($form_id, $form_values) X-Ref |
Processes the submitted uninstall form. param: param: |
system_run_cron() X-Ref |
Menu callback: run cron manually. |
system_php() X-Ref |
Menu callback: return information about PHP. |
_system_sql($data, $keys) X-Ref |
Pas de description |
system_sql() X-Ref |
Menu callback: return information about PHP. |
system_status($check = FALSE) X-Ref |
Menu callback: displays the site status report. Can also be used as a pure check. param: $check |
_system_sort_requirements($a, $b) X-Ref |
Helper function to sort requirements. |
theme_status_report(&$requirements) X-Ref |
Theme status report |
system_settings_overview() X-Ref |
Menu callback; displays a module's settings page. |
system_theme_settings($key = '') X-Ref |
Menu callback; display theme configuration for entire site and individual themes. |
system_node_type($op, $info) X-Ref |
Implementation of hook_node_type(). Updates theme settings after a node type change. |
confirm_form($form, $question, $path, $description = NULL, $yes = NULL, $no = NULL, $name = 'confirm') X-Ref |
Output a confirmation form This function returns a complete form for confirming an action. A link is offered to go back to the item that is being changed in case the user changes his/her mind. If the submit handler for this form is invoked, the user successfully confirmed the action. You should never directly inspect $_POST to see if an action was confirmed. param: $form param: $question param: $path param: $description param: $yes param: $no param: $name return: |
system_admin_compact_mode() X-Ref |
Determine if a user is in compact mode. |
theme_admin_page($blocks) X-Ref |
This function formats an administrative page for viewing. param: $blocks |
theme_admin_block($block) X-Ref |
This function formats an administrative block for display. param: $block |
theme_admin_block_content($content) X-Ref |
This function formats the content of an administrative block. param: $block |
system_admin_by_module() X-Ref |
Menu callback; prints a listing of admin tasks for each installed module. |
system_get_module_admin_tasks($module) X-Ref |
Pas de description |
theme_system_admin_by_module($menu_items) X-Ref |
Theme output of the dashboard page. |
Généré le : Fri Nov 30 16:20:15 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |