user_load_by_name |
function |
drupal/modules/user/user.module |
Fetch a user object by account name. |
hook_comment_load |
function |
drupal/modules/comment/comment.api.php |
Comments are being loaded from the database. |
profile_user_load |
function |
drupal/modules/profile/profile.module |
Implements hook_user_load(). |
shortcut_set_load |
function |
drupal/modules/shortcut/shortcut.module |
Loads the data for a shortcut set. |
form_load_include |
function |
drupal/includes/form.inc |
Ensures an include file is loaded whenever the form is processed. |
comment_node_load |
function |
drupal/modules/comment/comment.module |
Implements hook_node_load(). |
_rdf_mapping_load |
function |
drupal/modules/rdf/rdf.module |
Helper function to retrieve an RDF mapping from the database. |
image_effect_load |
function |
drupal/modules/image/image.module |
Loads a single image effect. |
field_attach_load |
function |
drupal/modules/field/field.attach.inc |
Loads fields for the current revisions of a group of entities. |
field_ui_menu_load |
function |
drupal/modules/field_ui/field_ui.module |
Menu loader; Load a field instance based on field and bundle name. |
user_external_load |
function |
drupal/modules/user/user.module |
Fetches a user object based on an external authentication source. |
EntityLoadTestCase |
class |
drupal/modules/simpletest/tests/entity_crud.test |
Tests the entity_load() function. |
user_load_multiple |
function |
drupal/modules/user/user.module |
Load multiple users based on certain conditions. |
user_file_download |
function |
drupal/modules/user/user.module |
Implements hook_file_download(). |
user_category_load |
function |
drupal/modules/user/user.module |
Return a user object after checking if any profile category in the path exists. |
filter_format_load |
function |
drupal/modules/filter/filter.module |
Loads a text format object from the database. |
file_file_download |
function |
drupal/modules/file/file.module |
Implements hook_file_download(). |
file_load_multiple |
function |
drupal/includes/file.inc |
Loads file objects from the database. |
taxonomy_term_load |
function |
drupal/modules/taxonomy/taxonomy.module |
Return the term object matching a term ID. |
FIELD_LOAD_CURRENT |
constant |
drupal/modules/field/field.module |
Age argument for loading the most recent version of an entity's
field data with field_attach_load(). |
FileSaveUploadTest |
class |
drupal/modules/simpletest/tests/file.test |
Test the file_save_upload() function. |
node_load_multiple |
function |
drupal/modules/node/node.module |
Loads node entities from the database. |
hook_file_download |
function |
drupal/modules/system/system.api.php |
Control access to private file downloads and specify HTTP headers. |
_block_load_blocks |
function |
drupal/modules/block/block.module |
Loads blocks' information from the database. |
_menu_load_objects |
function |
drupal/includes/menu.inc |
Loads objects into the map as defined in the $item['load_functions']. |
upgrade.upload.test |
file |
drupal/modules/simpletest/tests/upgrade/upgrade.upload.test |
|
drupal_load_updates |
function |
drupal/includes/install.inc |
Loads .install files for installed modules to initialize the update system. |
image_file_download |
function |
drupal/modules/image/image.module |
Implements hook_file_download(). |
file_test_file_load |
function |
drupal/modules/simpletest/tests/file_test.module |
Implements hook_file_load(). |
FIELD_LOAD_REVISION |
constant |
drupal/modules/field/field.module |
Age argument for loading the version of an entity's field data
specified in the entity with field_attach_load(). |
node_test_node_load |
function |
drupal/modules/node/tests/node_test.module |
Implements hook_node_load(). |
module_load_install |
function |
drupal/includes/module.inc |
Loads a module's installation hooks. |
module_load_include |
function |
drupal/includes/module.inc |
Loads a module include file. |
UpdateTestUploadCase |
class |
drupal/modules/update/update.test |
Tests project upload and extract functionality. |
aggregator_feed_load |
function |
drupal/modules/aggregator/aggregator.module |
Loads an aggregator feed. |
file_upload_max_size |
function |
drupal/includes/file.inc |
Determines the maximum file upload size by querying the PHP settings. |
_theme_load_registry |
function |
drupal/includes/theme.inc |
Gets the theme_registry cache; if it doesn't exist, builds it. |
install_load_profile |
function |
drupal/includes/install.core.inc |
Loads information about the chosen profile during installation. |
file_download_access |
function |
drupal/includes/file.inc |
Checks that the current user has access to a particular file. |
FileLoadTest::getInfo |
function |
drupal/modules/simpletest/tests/file.test |
|
drupal_autoload_class |
function |
drupal/includes/bootstrap.inc |
Confirms that a class is available. |
NodeLoadHooksTestCase |
class |
drupal/modules/node/node.test |
Tests for the hooks invoked during node_load(). |
comment_load_multiple |
function |
drupal/modules/comment/comment.module |
Load comments from the database. |
field_test_field_load |
function |
drupal/modules/field/tests/field_test.field.inc |
Implements hook_field_load(). |
entity_load_unchanged |
function |
drupal/includes/common.inc |
Loads the unchanged, i.e. not modified, entity from the database. |
file_download_headers |
function |
drupal/includes/file.inc |
Retrieves headers for a private file download. |
drupal_autoload_trait |
function |
drupal/includes/bootstrap.inc |
Confirms that a trait is available. |
hook_field_attach_load |
function |
drupal/modules/field/field.api.php |
Act on field_attach_load(). |
user_uid_optional_load |
function |
drupal/modules/user/user.module |
Load either a specified or the current user account. |
comment_node_type_load |
function |
drupal/modules/comment/comment.module |
Menu loader callback for Field UI paths. |