|
get_t |
function |
drupal-6.x/includes/bootstrap.inc |
Return the name of the localisation function. Use in code that needs to
run both during installation and normal operation. |
|
batch_get |
function |
drupal-6.x/includes/form.inc |
Retrieves the current batch. |
|
cache_get |
function |
drupal-6.x/includes/cache-install.inc |
|
|
cache_get |
function |
drupal-6.x/includes/cache.inc |
Return data from the persistent cache. Data may be stored as either plain text or as serialized data.
cache_get will automatically return unserialized objects and arrays. |
|
variable_get |
function |
drupal-6.x/includes/bootstrap.inc |
Returns a persistent variable. |
|
menu_get_item |
function |
drupal-6.x/includes/menu.inc |
Get a router item. |
|
block_box_get |
function |
drupal-6.x/modules/block/block.module |
Returns information from database about a user-created (custom) block. |
|
drupal_get_js |
function |
drupal-6.x/includes/common.inc |
Returns a themed presentation of all JavaScript code for the current page. |
|
form_get_cache |
function |
drupal-6.x/includes/form.inc |
Fetch a form from cache. |
|
form_get_error |
function |
drupal-6.x/includes/form.inc |
Return the error message filed against the form with the specified name. |
|
menu_get_names |
function |
drupal-6.x/includes/menu.inc |
Build a list of named menus. |
|
node_get_types |
function |
drupal-6.x/modules/node/node.module |
Builds a list of available node types, and returns all or part of this list. |
|
book_get_books |
function |
drupal-6.x/modules/book/book.module |
Returns an array of all books. |
|
image_get_info |
function |
drupal-6.x/includes/image.inc |
Get details about an image. |
|
color_get_info |
function |
drupal-6.x/modules/color/color.module |
Retrieve the color.module info for a particular theme. |
|
statistics_get |
function |
drupal-6.x/modules/statistics/statistics.module |
Retrieves a node's "view statistics". |
|
menu_get_menus |
function |
drupal-6.x/modules/menu/menu.module |
Return an associative array of the custom menus names. |
|
page_get_cache |
function |
drupal-6.x/includes/bootstrap.inc |
Retrieve the current page from the cache. |
|
drupal_get_css |
function |
drupal-6.x/includes/common.inc |
Returns a themed representation of all stylesheets that should be attached to the page. |
|
drupal_get_form |
function |
drupal-6.x/includes/form.inc |
Retrieves a form from a constructor function, or from the cache if
the form was built in a previous page-load. The form is then passed
on for processing, after and rendered for display if necessary. |
|
menu_get_object |
function |
drupal-6.x/includes/menu.inc |
Get a loaded object from a router item. |
|
form_get_errors |
function |
drupal-6.x/includes/form.inc |
Return an associative array of all errors. |
|
drupal_get_path |
function |
drupal-6.x/includes/common.inc |
Returns the path to a system item (module, theme, etc.). |
|
search_get_keys |
function |
drupal-6.x/modules/search/search.module |
Helper function for grabbing search keys. |
|
forum_get_forums |
function |
drupal-6.x/modules/forum/forum.module |
Returns a list of all forums for a given taxonomy id |
|
forum_get_topics |
function |
drupal-6.x/modules/forum/forum.module |
|
|
form_get_options |
function |
drupal-6.x/includes/form.inc |
Traverses a select element's #option array looking for any values
that hold the given key. Returns an array of indexes that match. |
|
drupal_get_title |
function |
drupal-6.x/includes/path.inc |
Get the title of the current page, for display on the page and in the title bar. |
|
drupal_get_feeds |
function |
drupal-6.x/includes/common.inc |
Get the feed URLs for the current page. |
|
drupal_get_token |
function |
drupal-6.x/includes/common.inc |
Generate a token based on $value, the current user session and private key. |
|
drupal_get_schema |
function |
drupal-6.x/includes/common.inc |
Get the schema definition of a table, or the whole database schema. |
|
taxonomy_get_tree |
function |
drupal-6.x/modules/taxonomy/taxonomy.module |
Create a hierarchical representation of a vocabulary. |
|
file_get_mimetype |
function |
drupal-6.x/includes/file.inc |
Determine an Internet Media Type, or MIME type from a filename. |
|
taxonomy_get_term |
function |
drupal-6.x/modules/taxonomy/taxonomy.module |
Return the term object matching a term ID. |
|
_openid_get_bytes |
function |
drupal-6.x/modules/openid/openid.inc |
|
|
_update_cache_get |
function |
drupal-6.x/modules/update/update.module |
Retrieve data from the private update status cache table. |
|
_blogapi_get_post |
function |
drupal-6.x/modules/blogapi/blogapi.module |
|
|
image_get_toolkit |
function |
drupal-6.x/includes/image.inc |
Retrieve the name of the currently used toolkit. |
|
color_get_palette |
function |
drupal-6.x/modules/color/color.module |
Helper function to retrieve the color palette for a particular theme. |
|
theme_get_setting |
function |
drupal-6.x/includes/theme.inc |
Retrieve a setting for the current theme.
This function is designed for use from within themes & engines
to determine theme settings made in the admin interface. |
|
xmlrpc_server_get |
function |
drupal-6.x/includes/xmlrpcs.inc |
|
|
locale_get_plural |
function |
drupal-6.x/modules/locale/locale.module |
Returns plural form index for a specific number. |
|
user_get_authmaps |
function |
drupal-6.x/modules/user/user.module |
Discover which external authentication module(s) authenticated a username. |
|
menu_get_ancestors |
function |
drupal-6.x/includes/menu.inc |
Returns the ancestors (and relevant placeholders) for any given path. |
|
_comment_get_modes |
function |
drupal-6.x/modules/comment/comment.module |
Return an array of viewing modes for comment listings. |
|
tablesort_get_sort |
function |
drupal-6.x/includes/tablesort.inc |
Determine the current sort direction. |
|
_openid_get_params |
function |
drupal-6.x/modules/openid/openid.inc |
|
|
book_get_flat_menu |
function |
drupal-6.x/modules/book/book.module |
Get the book menu tree for a page, and return it as a linear array. |
|
theme_get_registry |
function |
drupal-6.x/includes/theme.inc |
Retrieve the stored theme registry. If the theme registry is already
in memory it will be returned; otherwise it will attempt to load the
registry from cache. If this fails, it will construct the registry and
cache it. |
|
theme_get_settings |
function |
drupal-6.x/includes/theme.inc |
Retrieve an associative array containing the settings for a theme. |