drupal_get_path

Related topics

Namesort iconDescription
Input validationFunctions to validate user input.

Functions that call drupal_get_path()

Namesort iconLocationDescription
aggregator_menumodules/aggregator/aggregator.moduleImplementation of hook_menu().
block_admin_displaymodules/block/block.moduleGenerate main block administration form.
book_menumodules/book/book.moduleImplementation of hook_menu().
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_rendermodules/comment/comment.moduleRenders comment(s).
drupal_get_pathincludes/common.incReturns the path to a system item (module, theme, etc.).
drupal_maintenance_themeincludes/bootstrap.incEnables use of the theme system without requiring database access. Since there is not database access no theme will be enabled and the default themeable functions will be called. Some themeable functions can not be used without the full Drupal API...
forum_pagemodules/forum/forum.moduleMenu callback; prints a forum listing.
forum_viewmodules/forum/forum.moduleImplementation of hook_view().
help_mainmodules/help/help.moduleMenu callback; prints a page listing a glossary of Drupal terminology.
help_pagemodules/help/help.moduleMenu callback; prints a page listing general help for all modules.
module_load_installincludes/module.incLoad a module's installation hooks.
node_menumodules/node/node.moduleImplementation of hook_menu().
poll_menumodules/poll/poll.moduleImplementation of hook_menu().
search_formmodules/search/search.moduleRender a search form.
system_menumodules/system/system.moduleImplementation of hook_menu().
theme_color_scheme_formmodules/color/color.moduleTheme color form.
tracker_pagemodules/tracker/tracker.moduleMenu callback. Prints a listing of active nodes on the site.
user_menumodules/user/user.moduleImplementation of hook_menu().
watchdog_menumodules/watchdog/watchdog.moduleImplementation of hook_menu().
_color_rewrite_stylesheetmodules/color/color.moduleRewrite the stylesheet to match the colors in the palette.
_locale_string_language_listincludes/locale.incList languages in search result table

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.