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