drupal_get_path

Functions that call drupal_get_path()

Namesort iconLocationDescription
aggregator_initmodules/aggregator/aggregator.moduleImplementation of hook_init().
block_admin_display_formmodules/block/block.admin.incGenerate main blocks administration form.
book_initmodules/book/book.moduleImplementation of hook_init(). Add's the book module's CSS.
color_get_infomodules/color/color.moduleRetrieve the color.module info for a particular theme.
color_scheme_formmodules/color/color.moduleForm callback. Returns the configuration form.
color_scheme_form_submitmodules/color/color.moduleSubmit handler for color change form.
comment_formmodules/comment/comment.moduleGenerate the basic commenting form, for appending to a node or display on a separate page.
comment_rendermodules/comment/comment.moduleRenders comment(s).
drupal_evalincludes/common.incEvaluate a string of PHP code.
drupal_get_pathincludes/common.incReturns the path to a system item (module, theme, etc.).
forum_initmodules/forum/forum.moduleImplementation of hook_init().
help_mainmodules/help/help.admin.incMenu callback; prints a page listing a glossary of Drupal terminology.
help_pagemodules/help/help.admin.incMenu callback; prints a page listing general help for a module.
hook_initdeveloper/hooks/core.phpPerform setup tasks. See also, hook_boot.
install_tasksinstall.phpTasks performed after the database is initialized.
module_load_includeincludes/module.incLoad a module include file.
node_initmodules/node/node.moduleImplementation of hook_init().
node_mass_updatemodules/node/node.admin.incMake mass update of nodes, changing all nodes in the $nodes array to update them with the field values in $updates.
openid_form_altermodules/openid/openid.moduleImplementation of hook_form_alter : adds OpenID login to the login forms.
openid_user_identitiesmodules/openid/openid.pages.incMenu callback; Manage OpenID identities for the specified user.
poll_initmodules/poll/poll.moduleImplementation of hook_init().
search_formmodules/search/search.moduleRender a search form.
search_menumodules/search/search.moduleImplementation of hook_menu().
system_clean_url_settingsmodules/system/system.admin.incForm builder; Configure Clean URL settings. See alsosystem_settings_form()
system_date_time_settingsmodules/system/system.admin.incForm builder; Configure the site date and time settings. See alsosystem_settings_form()
system_initmodules/system/system.moduleImplementation of hook_init().
theme_color_scheme_formmodules/color/color.moduleTheme color form.
theme_profile_admin_overviewmodules/profile/profile.admin.incTheme the profile field overview into a drag and drop enabled table. See alsoprofile_admin_overview()
theme_taxonomy_overview_termsmodules/taxonomy/taxonomy.admin.incTheme the terms overview as a sortable list of terms. See alsotaxonomy_overview_terms()
theme_taxonomy_term_pagemodules/taxonomy/taxonomy.pages.incRender a taxonomy term page HTML output.
theme_update_reportmodules/update/update.report.incTheme project status report.
tracker_pagemodules/tracker/tracker.pages.incMenu callback. Prints a listing of active nodes on the site.
user_admin_settingsmodules/user/user.admin.incForm builder; Configure user settings for this site. See alsosystem_settings_form()
user_menumodules/user/user.moduleImplementation of hook_menu().
_drupal_maintenance_themeincludes/theme.maintenance.incSets up the theming system for site installs, updates and when the site is in off-line mode. It also applies when the database is unavailable.
_locale_translate_language_listincludes/locale.incList languages in search result table
_menu_router_buildincludes/menu.incHelper function to build the router table based on the data from hook_menu.
_menu_site_is_offlineincludes/menu.incChecks whether the site is off-line for maintenance.
_theme_build_registryincludes/theme.incRebuild the hook theme_registry cache.
_user_password_dynamic_validationmodules/user/user.moduleAdd javascript and string translations for dynamic password validation (strength and confirmation checking).

Functions called by drupal_get_path()

Namesort iconLocationDescription
drupal_get_filenameincludes/bootstrap.incReturns and optionally sets the filename for a system item (module, theme, etc.). The filename, whether provided, cached, or retrieved from the database, is only returned if the file exists.
drupal_get_pathincludes/common.incReturns the path to a system item (module, theme, etc.).
 
 

Drupal is a registered trademark of Dries Buytaert.