Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

ajax_example_node_load in modules/examples/ajax_example/ajax_example_node_form_alter.inc
Implements hook_node_load().
backdrop_load in core/includes/bootstrap.inc
Includes a file with the provided type and name.
batch_load in core/includes/batch.inc
Loads a batch from the database.
block_custom_block_load in core/modules/block/block.module
Returns information from configuration about a user-created (custom) block.
book_link_load in core/modules/book/book.module
Get a translated book menu link by its menu link ID.
book_node_load in core/modules/book/book.module
Implements hook_node_load().
comment_load in core/modules/comment/comment.module
Loads the entire comment by comment ID.
comment_menu_node_type_load in core/modules/comment/comment.module
Loads the comment bundle name corresponding a given content type.
comment_node_load in core/modules/comment/comment.module
Implements hook_node_load().
comment_node_type_load in core/modules/comment/comment.module
Implements hook_node_type_load().
contact_load in core/modules/contact/contact.module
Loads a contact category.
contextual_links_example_object_load in modules/examples/contextual_links_example/contextual_links_example.module
Menu loader callback for the object defined by this module.
database_example_entry_load in modules/examples/database_example/database_example.module
Reads from the database using a filter array.
date_field_load in core/modules/date/date.field.inc
Implements hook_field_load().
drupal_load in core/includes/drupal.inc
Includes a file with the provided type and name.
entityreference_field_load in core/modules/entityreference/entityreference.module
Implements hook_field_load().
entity_crud_hook_test_comment_load in core/modules/entity/tests/entity_crud_hook_test/entity_crud_hook_test.module
Implements hook_comment_load().
entity_crud_hook_test_entity_load in core/modules/entity/tests/entity_crud_hook_test/entity_crud_hook_test.module
Implements hook_entity_load().
entity_crud_hook_test_file_load in core/modules/entity/tests/entity_crud_hook_test/entity_crud_hook_test.module
Implements hook_file_load().
entity_crud_hook_test_node_load in core/modules/entity/tests/entity_crud_hook_test/entity_crud_hook_test.module
Implements hook_node_load().
entity_crud_hook_test_taxonomy_term_load in core/modules/entity/tests/entity_crud_hook_test/entity_crud_hook_test.module
Implements hook_taxonomy_term_load().
entity_crud_hook_test_user_load in core/modules/entity/tests/entity_crud_hook_test/entity_crud_hook_test.module
Implements hook_user_load().
entity_example_basic_load in modules/examples/entity_example/entity_example.module
Fetch a basic object.
entity_load in core/modules/entity/entity.module
Loads a single entity from the database.
entity_test_load in core/modules/entity/tests/entity_test/entity_test.module
Loads a test entity.
entity_view_mode_load in core/modules/entity/entity.module
Load a custom entity display mode by entity type and machine name.
field_attach_load in core/modules/field/field.attach.inc
Loads fields for the current revisions of a group of entities.
field_sql_storage_field_storage_load in core/modules/field/modules/field_sql_storage/field_sql_storage.module
Implements hook_field_storage_load().
field_test_entity_test_load in core/modules/field/tests/field_test/field_test.entity.inc
Loads a test_entity.
field_test_field_load in core/modules/field/tests/field_test/field_test.field.inc
Implements hook_field_load().
field_test_field_storage_load in core/modules/field/tests/field_test/field_test.storage.inc
Implements hook_field_storage_load().
field_ui_menu_load in core/modules/field_ui/field_ui.module
Menu loader callback: Loads a field instance based on field and bundle name.
file_displays_load in core/modules/file/file.module
Returns a single {file_display} array for the file type.
file_display_load in core/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.
file_field_attach_load in core/modules/file/file.module
Implements hook_field_attach_load().
file_field_load in core/modules/file/file.field.inc
Implements hook_field_load().
file_file_load in core/modules/file/file.file.inc
Implements hook_file_load().
file_load in core/includes/file.inc
Loads a single file entity from the database.
file_test_file_load in core/modules/simpletest/tests/file_test.module
Implements hook_file_load().
file_type_load in core/modules/file/file.module
Menu argument loader: Loads a file type by string.
filter_dom_load in core/modules/filter/filter.module
Parses an HTML snippet and returns it as a DOM object.
filter_editor_load in core/modules/filter/filter.module
Loads an individual editor's information.
filter_format_load in core/modules/filter/filter.module
Loads a text format object from the database.
image_effect_definition_load in core/modules/image/image.module
Load the definition for an image effect.
image_effect_load in core/modules/image/image.module
Load a single image effect.
image_field_load in core/modules/image/image.field.inc
Implements hook_field_load().
image_gd_load in core/modules/system/image.gd.inc
GD helper function to create an image resource from a file.
image_load in core/includes/image.inc
Loads an image file and returns an image object.
image_style_load in core/modules/image/image.module
Load a style by style name or ID. May be used as a loader for menu items.
image_test_load in core/modules/simpletest/tests/image_test.module
Image toolkit's load operation.
language_load in core/includes/bootstrap.inc
Loads a language object from the database.
layout_flexible_template_load in core/modules/layout/layout.module
Load an individual flexible template.
layout_flexible_template_region_count_load in core/modules/layout/layout.flexible.inc
Submit handler on the hidden button to change region widths on layout_flexible_template_edit_row_form() if AJAX is disabled.
layout_flexible_tempstore_load in core/modules/layout/layout.module
Get a flexible template currently being edited from the tempstore.
layout_load in core/modules/layout/layout.module
Load an individual layout.
layout_menu_item_load in core/modules/layout/layout.module
Load an individual Layout menu item.
layout_path_load in core/modules/layout/layout.module
Menu loader callback; Convert %layout_path placeholders to loaded objects.
layout_tempstore_block_load in core/modules/layout/layout.module
Menu loader to load an individual block from a layout.
layout_tempstore_load in core/modules/layout/layout.module
Menu loader callback to load a Layout cache object.
layout_tempstore_menu_item_load in core/modules/layout/layout.module
Menu loader callback to load a Layout cache object.
link_field_load in core/modules/link/link.module
Implements hook_field_load().
menu_example_arg_optional_load in modules/examples/menu_example/menu_example.module
Loads an item based on its $id.
menu_example_id_load in modules/examples/menu_example/menu_example.module
The special _load function to load menu_example.
menu_link_load in core/includes/menu.inc
Gets a translated menu link that is ready for rendering.
menu_load in core/modules/menu/menu.module
Load the data for a single custom menu.
menu_node_type_load in core/modules/menu/menu.module
Implements hook_node_type_load()
menu_tail_load in core/includes/menu.inc
Loads the path as one string relative to the current index.
menu_test_argument_load in core/modules/simpletest/tests/menu_test.module
Dummy argument loader for hook_menu() to point to.
menu_test_other_argument_load in core/modules/simpletest/tests/menu_test.module
Dummy argument loader for hook_menu() to point to.
node_access_example_node_load in modules/examples/node_access_example/node_access_example.module
Implements hook_node_load().
node_access_test_node_load in core/modules/node/tests/node_access_test/node_access_test.module
Implements hook_node_load().
node_hooks_example_node_load in modules/examples/node_hooks_example/node_hooks_example.module
Implements hook_node_load().
node_load in core/modules/node/node.module
Loads a node entity from the database.
node_node_type_load in core/modules/node/node.types.inc
Implements hook_node_type_load().
node_tempstore_load in core/modules/node/node.module
Load a node from the tempstore.
node_test_node_load in core/modules/node/tests/node_test/node_test.module
Implements hook_node_load().
node_type_load in core/modules/node/node.module
Menu argument loader: Loads a node type by string.
path_entity_load in core/modules/path/path.module
Implements hook_entity_load().
path_load in core/includes/path.inc
Fetches a specific URL alias from the database.
redirect_load in core/modules/redirect/redirect.module
Load an URL redirect from the database.
system_date_format_load in core/modules/system/system.module
Menu loader function for a date format.
taxonomy_term_load in core/modules/taxonomy/taxonomy.module
Return the taxonomy term entity matching a term ID.
taxonomy_test_taxonomy_term_load in core/modules/simpletest/tests/taxonomy_test.module
Implements hook_taxonomy_term_load().
taxonomy_vocabulary_load in core/modules/taxonomy/taxonomy.module
Return the taxonomy vocabulary entity matching a vocabulary ID.
taxonomy_vocabulary_machine_name_load in core/modules/taxonomy/taxonomy.module
Legacy wrapper to return the vocabulary object matching a machine name.
taxonomy_vocab_load_test_taxonomy_vocabulary_load in core/modules/taxonomy/tests/taxonomy_vocab_load_test/taxonomy_vocab_load_test.module
Implements hook_taxonomy_vocabulary_load().
text_field_load in core/modules/field/modules/text/text.module
Implements hook_field_load().
token_type_load in core/includes/token.inc
Loads a token type.
translation_node_type_load in core/modules/translation/translation.module
Implements hook_node_type_load().
user_load in core/modules/user/user.module
Loads a user object.
user_node_load in core/modules/user/user.module
Implements hook_node_load().
user_role_load in core/modules/user/user.module
Load a user role.
user_uid_optional_load in core/modules/user/user.module
Load either a specified or the current user account.
views_arg_load in 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.
views_ui_cache_load in core/modules/views_ui/views_ui.module
Specialized menu callback to load a view and check its locked status.
views_ui_default_load in core/modules/views_ui/views_ui.module
Specialized menu callback to load a view that is only a default view.