entity_test_load |
function |
modules/entity/tests/entity_test/entity_test.module |
Loads a test entity. |
file_save_upload |
function |
includes/file.inc |
Saves a file upload to a new location. |
file_ajax_upload |
function |
modules/file/file.module |
Ajax callback: Processes file uploads and deletions. |
image_style_load |
function |
modules/image/image.module |
Load a style by style name or ID. May be used as a loader for menu items. |
image_field_load |
function |
modules/image/image.field.inc |
Implements hook_field_load(). |
layout_path_load |
function |
modules/layout/layout.module |
Menu loader callback; Convert %layout_path placeholders to loaded objects. |
field_attach_load |
function |
modules/field/field.attach.inc |
Loads fields for the current revisions of a group of entities. |
form_load_include |
function |
includes/form.inc |
Ensures an include file is loaded whenever the form is processed. |
comment_node_load |
function |
modules/comment/comment.module |
Implements hook_node_load(). |
file_display_load |
function |
modules/file/file.module |
Returns an array with a single value. The key is the formatter name, and the
value is a {file_display} array for the file type. |
Config::$isLoaded |
property |
includes/config.inc |
Whether the configuration object has already been loaded. |
user_load_by_name |
function |
modules/user/user.module |
Fetch a user object by account name. |
user_load_by_mail |
function |
modules/user/user.module |
Fetch a user object by email address. |
image_effect_load |
function |
modules/image/image.module |
Load a single image effect. |
hook_comment_load |
function |
modules/comment/comment.api.php |
Act on comments being loaded from the database. |
backdrop_autoload |
function |
includes/bootstrap.inc |
Confirms that a class is available. |
file_download_uri |
function |
modules/file/file.module |
Return an URI for a file download. |
filter_editor_load |
function |
modules/filter/filter.module |
Loads an individual editor's information. |
EntityLoadTestCase |
class |
modules/entity/tests/entity_crud.test |
Tests the entity_load() function. |
FIELD_LOAD_CURRENT |
constant |
modules/field/field.module |
Age argument for loading the most recent version of an entity's
field data with field_attach_load(). |
path_load_multiple |
function |
includes/path.inc |
Load a collection of URL aliases from the database all at once. |
file_autoload_info |
function |
modules/file/file.module |
Implements hook_autoload_info(). |
hook_file_download |
function |
modules/system/system.api.php |
Control access to private file downloads and specify HTTP headers. |
file_file_download |
function |
modules/file/file.module |
Implements hook_file_download(). |
node_autoload_info |
function |
modules/node/node.module |
Implements hook_autoload_info(). |
date_autoload_info |
function |
modules/date/date.module |
Implements hook_autoload_info(). |
field_ui_menu_load |
function |
modules/field_ui/field_ui.module |
Menu loader callback: Loads a field instance based on field and bundle name. |
book_autoload_info |
function |
modules/book/book.module |
Implements hook_autoload_info(). |
hook_redirect_load |
function |
modules/redirect/redirect.api.php |
Act on redirects being loaded from the database. |
node_load_multiple |
function |
modules/node/node.module |
Loads node entities from the database. |
file_displays_load |
function |
modules/file/file.module |
Returns a single {file_display} array for the file type. |
user_autoload_info |
function |
modules/user/user.module |
Implements hook_autoload_info(). |
filter_format_load |
function |
modules/filter/filter.module |
Loads a text format object from the database. |
file_download_page |
function |
modules/file/file.pages.inc |
Menu callback; download a single file entity. |
user_file_download |
function |
modules/user/user.module |
Implements hook_file_download(). |
file_load_multiple |
function |
includes/file.inc |
Loads file entities from the database. |
user_load_multiple |
function |
modules/user/user.module |
Load multiple users based on certain conditions. |
_menu_load_objects |
function |
includes/menu.inc |
Loads objects into the map as defined in the $item['load_functions']. |
hook_autoload_info |
function |
modules/system/system.api.php |
Define the paths to classes and interfaces within a module. |
FileSaveUploadTest |
class |
modules/simpletest/tests/file.test |
Test the file_save_upload() function. |
taxonomy_term_load |
function |
modules/taxonomy/taxonomy.module |
Return the taxonomy term entity matching a term ID. |
hook_node_type_load |
function |
modules/node/node.api.php |
Respond to the loading of node types. |
field_autoload_info |
function |
modules/field/field.module |
Implements hook_autoload_info(). |
FIELD_LOAD_REVISION |
constant |
modules/field/field.module |
Age argument for loading the version of an entity's field data
specified in the entity with field_attach_load(). |
path_load_by_entity |
function |
modules/path/path.module |
Populate the canonical path property for an entity. |
module_load_install |
function |
includes/module.inc |
Loads a module's installation hooks. |
file_test_file_load |
function |
modules/simpletest/tests/file_test.module |
Implements hook_file_load(). |
node_tempstore_load |
function |
modules/node/node.module |
Load a node from the tempstore. |
drupal_load_updates |
function |
includes/drupal.inc |
Loads .install files for installed modules to initialize the update system. |
node_node_type_load |
function |
modules/node/node.types.inc |
Implements hook_node_type_load(). |