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