get_t |
function |
includes/bootstrap.inc |
Returns the name of the proper localization function. |
state_get |
function |
includes/bootstrap.inc |
Retrieves a "state" value from the database. |
batch_get |
function |
includes/form.inc |
Retrieves the current batch. |
cache_get |
function |
includes/cache.inc |
Returns data from the persistent cache. |
config_get |
function |
includes/config.inc |
A shortcut function to load and retrieve a single value from a config file. |
gettext.inc |
file |
includes/gettext.inc |
Gettext parsing and generating API. |
Config::get |
function |
includes/config.inc |
Gets data from this configuration object. |
settings_get |
function |
includes/bootstrap.inc |
Returns a site-wide setting, usually specified via the settings.php file. |
variable_get |
function |
includes/bootstrap.inc |
Returns a persistent variable. |
drupal_get_js |
function |
includes/drupal.inc |
Returns a themed presentation of all JavaScript code for the current page. |
view::get_url |
function |
modules/views/includes/view.inc |
Get the URL for the current view. |
file_get_type |
function |
modules/file/file.module |
Determines file type for a given file. |
menu_get_item |
function |
includes/menu.inc |
Gets a router item. |
tempstore_get |
function |
includes/common.inc |
Gets an object from the temp store. |
FileUsageTest |
class |
modules/simpletest/tests/file.test |
Tests file usage functions. |
ajax_get_form |
function |
includes/ajax.inc |
Gets a form submitted via #ajax during an Ajax callback. |
path_get_info |
function |
modules/path/path.module |
Get all path information from modules implementing hook_path_info(). |
drupal_get_css |
function |
includes/drupal.inc |
Returns a themed representation of all stylesheets to attach to the page. |
form_get_error |
function |
includes/form.inc |
Returns the error message filed against the given form element. |
views_get_view |
function |
modules/views/views.module |
Get a view from the database or from default views. |
form_get_cache |
function |
includes/form.inc |
Fetches a form from the cache. |
view::get_item |
function |
modules/views/includes/view.inc |
Get the configuration of an item (field/sort/filter/etc) on a given
display. |
SearchPageText |
class |
modules/search/tests/search.test |
Tests the bike shed text on no results page, and text on the search page. |
token_get_info |
function |
includes/token.inc |
Retrieve, sort, store token info from the cache. |
menu_get_menus |
function |
modules/menu/menu.module |
Return an associative array of the custom menus names. |
image_get_info |
function |
includes/image.inc |
Gets details about an image. |
book_get_books |
function |
modules/book/book.module |
Returns an array of all books. |
view::get_path |
function |
modules/views/includes/view.inc |
Get the base path used for this view. |
color_get_info |
function |
modules/color/color.module |
Retrieves the Color module information for a particular theme. |
drupal_get_path |
function |
includes/drupal.inc |
Returns the path to a system item (module, theme, etc.). |
menu_get_router |
function |
includes/menu.inc |
Gets the menu router. |
form_get_errors |
function |
includes/form.inc |
Returns an associative array of all errors. |
system_get_info |
function |
modules/system/system.module |
Returns an array of information about enabled modules or themes. |
backdrop_get_js |
function |
includes/common.inc |
Returns a themed presentation of all JavaScript code for the current page. |
config_get_info |
function |
modules/config/config.module |
Retrieves configuration information provided by modules. |
search_get_info |
function |
modules/search/search.module |
Returns information about available search modules. |
field_get_value |
function |
modules/field/field.module |
Returns the first value from a field. |
Block::getTitle |
function |
modules/layout/includes/block.class.inc |
Return the title of a block as configured in the layout. |
Block::getClone |
function |
modules/layout/includes/block.class.inc |
Clone this block to give it a new UUID but the same configuration. |
file_uri_target |
function |
includes/file.inc |
Returns the part of a URI after the schema. |
drupal_get_form |
function |
includes/drupal.inc |
Returns a renderable form array for a given form ID. |
entity_get_info |
function |
modules/entity/entity.module |
Gets the entity info array of an entity type. |
Config::getName |
function |
includes/config.inc |
Returns the name of this configuration object. |
view::get_items |
function |
modules/views/includes/view.inc |
Get an array of items for the current display. |
view::get_title |
function |
modules/views/includes/view.inc |
Get the view's current title. This can change depending upon how it
was built. |
node_get_recent |
function |
modules/node/node.module |
Finds the most recently changed nodes that are available to the current user. |
menu_get_object |
function |
includes/menu.inc |
Gets a loaded object from a router item. |
LINK_TARGET_TOP |
constant |
modules/link/link.module |
|
field_get_items |
function |
modules/field/field.module |
Returns the field items in the language they currently would be displayed. |
views_cache_get |
function |
modules/views/includes/cache.inc |
Return data from the persistent views cache. |