|
drupal_get_content |
function |
drupal-6.x/includes/common.inc |
Get assigned content. |
|
drupal_get_headers |
function |
drupal-6.x/includes/common.inc |
Get the HTTP response headers for the current page. |
|
xmlrpc_message_get |
function |
drupal-6.x/includes/xmlrpc.inc |
|
|
comment_get_recent |
function |
drupal-6.x/modules/comment/comment.module |
Find a number of recent comments. This is done in two steps.
1. Find the n (specified by $number) nodes that have the most recent
comments. This is done by querying node_comment_statistics which has
an index on last_comment_timestamp, and is thus a… |
|
_comment_get_orders |
function |
drupal-6.x/modules/comment/comment.module |
Return an array of viewing orders for comment listings. |
|
tablesort_get_order |
function |
drupal-6.x/includes/tablesort.inc |
Determine the current sort criterion. |
|
update_get_projects |
function |
drupal-6.x/modules/update/update.compare.inc |
Fetch an array of installed and enabled projects. |
|
drupal_get_filename |
function |
drupal-6.x/includes/bootstrap.inc |
Returns 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. |
|
_block_get_cache_id |
function |
drupal-6.x/modules/block/block.module |
Assemble the cache_id to use for a given block. |
|
drupal_get_messages |
function |
drupal-6.x/includes/bootstrap.inc |
Return all messages that have been set. |
|
_profile_get_fields |
function |
drupal-6.x/modules/profile/profile.module |
|
|
xmlrpc_date_get_xml |
function |
drupal-6.x/includes/xmlrpc.inc |
|
|
taxonomy_get_related |
function |
drupal-6.x/modules/taxonomy/taxonomy.module |
Find all term objects related to a given term ID. |
|
taxonomy_get_parents |
function |
drupal-6.x/modules/taxonomy/taxonomy.module |
Find all parents of a given term ID. |
|
menu_get_active_help |
function |
drupal-6.x/includes/menu.inc |
Returns the help associated with the active menu item. |
|
update_get_available |
function |
drupal-6.x/modules/update/update.module |
Internal helper to try to get the update information from the cache
if possible, and to refresh the cache when necessary. |
|
drupal_get_html_head |
function |
drupal-6.x/includes/common.inc |
Retrieve output to be displayed in the head tag of the HTML page. |
|
xmlrpc_value_get_xml |
function |
drupal-6.x/includes/xmlrpc.inc |
Generate XML representing the given value. |
|
xmlrpc_error_get_xml |
function |
drupal-6.x/includes/xmlrpc.inc |
|
|
taxonomy_get_children |
function |
drupal-6.x/modules/taxonomy/taxonomy.module |
Find all children of a term ID. |
|
taxonomy_get_synonyms |
function |
drupal-6.x/modules/taxonomy/taxonomy.module |
Return an array of synonyms of the given term ID. |
|
menu_get_active_trail |
function |
drupal-6.x/includes/menu.inc |
Gets the active trail (path to root menu root) of the current page. |
|
menu_get_active_title |
function |
drupal-6.x/includes/menu.inc |
Get the title of the current page, as determined by the active trail. |
|
drupal_get_path_alias |
function |
drupal-6.x/includes/path.inc |
Given an internal Drupal path, return the alias set by the administrator. |
|
pager_get_querystring |
function |
drupal-6.x/includes/pager.inc |
Compose a query string to append to pager requests. |
|
drupal_get_breadcrumb |
function |
drupal-6.x/includes/common.inc |
Get the breadcrumb trail for the current page. |
|
xmlrpc_base64_get_xml |
function |
drupal-6.x/includes/xmlrpc.inc |
|
|
_forum_get_topic_order |
function |
drupal-6.x/modules/forum/forum.module |
|
|
drupal_get_normal_path |
function |
drupal-6.x/includes/path.inc |
Given a path alias, return the internal path it represents. |
|
_trigger_get_hook_aids |
function |
drupal-6.x/modules/trigger/trigger.module |
Get the aids of actions to be executed for a hook-op combination. |
|
drupal_get_destination |
function |
drupal-6.x/includes/common.inc |
Prepare a destination query string for use in combination with drupal_goto(). |
|
drupal_get_private_key |
function |
drupal-6.x/includes/common.inc |
Ensure the private key variable used to generate tokens is set. |
|
taxonomy_node_get_terms |
function |
drupal-6.x/modules/taxonomy/taxonomy.module |
Find all terms associated with the given node, ordered by vocabulary and term weight. |
|
update_get_project_name |
function |
drupal-6.x/modules/update/update.compare.inc |
Given a $file object (as returned by system_get_files_database()), figure
out what project it belongs to. |
|
_blogapi_get_node_types |
function |
drupal-6.x/modules/blogapi/blogapi.module |
|
|
actions_get_all_actions |
function |
drupal-6.x/includes/actions.inc |
Retrieves all action instances from the database. |
|
taxonomy_get_parents_all |
function |
drupal-6.x/modules/taxonomy/taxonomy.module |
Find all ancestors of a given term ID. |
|
drupal_get_install_files |
function |
drupal-6.x/includes/install.inc |
Get list of all .install files. |
|
blogapi_blogger_get_post |
function |
drupal-6.x/modules/blogapi/blogapi.module |
Blogging API callback. Returns a specified blog node. |
|
_dblog_get_message_types |
function |
drupal-6.x/modules/dblog/dblog.module |
|
|
taxonomy_get_vocabularies |
function |
drupal-6.x/modules/taxonomy/taxonomy.module |
Return an array of all vocabulary objects. |
|
taxonomy_get_synonym_root |
function |
drupal-6.x/modules/taxonomy/taxonomy.module |
Return the term object that has the given string as a synonym. |
|
taxonomy_get_term_by_name |
function |
drupal-6.x/modules/taxonomy/taxonomy.module |
Try to map a string to an existing term, as for glossary use. |
|
menu_get_active_menu_name |
function |
drupal-6.x/includes/menu.inc |
Get the active menu for the current page - determines the active trail. |
|
tablesort_get_querystring |
function |
drupal-6.x/includes/tablesort.inc |
Compose a query string to append to table sorting requests. |
|
phptemplate_get_ie_styles |
function |
drupal-6.x/themes/garland/template.php |
Generates IE CSS links for LTR and RTL languages. |
|
_trigger_get_hook_actions |
function |
drupal-6.x/modules/trigger/trigger.admin.inc |
Get the actions that have already been defined for this
type-hook-op combination. |
|
system_get_files_database |
function |
drupal-6.x/modules/system/system.module |
Retrieves the current status of an array of files in the system table. |
|
drupal_get_schema_versions |
function |
drupal-6.x/includes/install.inc |
Returns an array of available schema versions for a module. |
|
menu_get_active_breadcrumb |
function |
drupal-6.x/includes/menu.inc |
Get the breadcrumb for the current page, as determined by the active trail. |