menu_load |
function |
modules/menu/menu.module |
Load the data for a single custom menu. |
hook_load |
function |
modules/node/node.api.php |
Act on nodes being loaded from the database. |
node_load |
function |
modules/node/node.module |
Loads a node entity from the database. |
path_load |
function |
includes/path.inc |
Fetches a specific URL alias from the database. |
user_load |
function |
modules/user/user.module |
Loads a user object. |
file_load |
function |
includes/file.inc |
Loads a single file entity from the database. |
batch_load |
function |
includes/batch.inc |
Loads a batch from the database. |
image_load |
function |
includes/image.inc |
Loads an image file and returns an image object. |
_link_load |
function |
modules/link/link.module |
Unpacks the item attributes for use. |
drupal_load |
function |
includes/drupal.inc |
Includes a file with the provided type and name. |
entity_load |
function |
modules/entity/entity.module |
Loads a single entity from the database. |
layout_load |
function |
modules/layout/layout.module |
Load an individual layout. |
contact_load |
function |
modules/contact/contact.module |
Loads a contact category. |
Config::load |
function |
includes/config.inc |
Loads configuration data into this object. |
FileLoadTest |
class |
modules/simpletest/tests/file.test |
Tests the file_load() function. |
comment_load |
function |
modules/comment/comment.module |
Loads the entire comment by comment ID. |
menu_load_all |
function |
modules/menu/menu.module |
Load all custom menu data. |
redirect_load |
function |
modules/redirect/redirect.module |
Load an URL redirect from the database. |
backdrop_load |
function |
includes/bootstrap.inc |
Includes a file with the provided type and name. |
file_download |
function |
includes/file.inc |
Page callback: Handles private file transfers. |
image_gd_load |
function |
modules/system/image.gd.inc |
GD helper function to create an image resource from a file. |
language_load |
function |
includes/bootstrap.inc |
Loads a language object from the database. |
user_node_load |
function |
modules/user/user.module |
Implements hook_node_load(). |
hook_node_load |
function |
modules/node/node.api.php |
Act on arbitrary nodes being loaded from the database. |
file_file_load |
function |
modules/file/file.file.inc |
Implements hook_file_load(). |
book_link_load |
function |
modules/book/book.module |
Get a translated book menu link by its menu link ID. |
file_type_load |
function |
modules/file/file.module |
Menu argument loader: Loads a file type by string. |
user_role_load |
function |
modules/user/user.module |
Load a user role. |
hook_user_load |
function |
modules/user/user.api.php |
Act on user objects when loaded from the database. |
node_type_load |
function |
modules/node/node.module |
Menu argument loader: Loads a node type by string. |
book_node_load |
function |
modules/book/book.module |
Implements hook_node_load(). |
menu_link_load |
function |
includes/menu.inc |
Gets a translated menu link that is ready for rendering. |
menu_tail_load |
function |
includes/menu.inc |
Loads the path as one string relative to the current index. |
views_arg_load |
function |
modules/views/views.module |
Helper function for menu loading. This will automatically be
called in order to 'load' a views argument; primarily it
will be used to perform validation. |
hook_file_load |
function |
modules/system/system.api.php |
Load additional information into file entities. |
token_type_load |
function |
includes/token.inc |
Loads a token type. |
filter_dom_load |
function |
modules/filter/filter.module |
Parses an HTML snippet and returns it as a DOM object. |
date_field_load |
function |
modules/date/date.field.inc |
Implements hook_field_load(). |
image_test_load |
function |
modules/simpletest/tests/image_test.module |
Image tookit's load operation. |
module_load_all |
function |
includes/module.inc |
Loads all the modules that have been enabled in the system table. |
text_field_load |
function |
modules/field/modules/text/text.module |
Implements hook_field_load(). |
menu_load_links |
function |
includes/menu.inc |
Returns an array containing all links for a menu. |
file_field_load |
function |
modules/file/file.field.inc |
Implements hook_field_load(). |
hook_field_load |
function |
modules/field/field.api.php |
Define custom load behavior for this module's field types. |
link_field_load |
function |
modules/link/link.module |
Implements hook_field_load(). |
layout_load_all |
function |
modules/layout/layout.module |
Return an array of all layouts as fully loaded Layout objects. |
file_ajax_upload |
function |
modules/file/file.module |
Ajax callback: Processes file uploads and deletions. |
path_entity_load |
function |
modules/path/path.module |
Implements hook_entity_load(). |
pager_load_array |
function |
includes/pager.inc |
Helper function |
layout_path_load |
function |
modules/layout/layout.module |
Menu loader callback; Convert %layout_path placeholders to loaded objects. |