83 functions implement hook_load()

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

action_load in drupal/core/modules/action/action.module
Retrieves a single action from the database.
aggregator_category_load in drupal/core/modules/aggregator/aggregator.module
Loads an aggregator category.
aggregator_feed_load in drupal/core/modules/aggregator/aggregator.module
Loads an aggregator feed.
ban_ip_load in drupal/core/modules/ban/ban.module
Loads a banned IP address record from the database.
batch_load in drupal/core/includes/batch.inc
Loads a batch from the database.
block_load in drupal/core/modules/block/block.module
Loads a block object from the database.
book_link_load in drupal/core/modules/book/book.module
Gets a book menu link by its menu link ID.
book_node_load in drupal/core/modules/book/book.module
Implements hook_node_load().
breakpoint_group_load in drupal/core/modules/breakpoint/breakpoint.module
Load one breakpoint group by its identifier.
breakpoint_load in drupal/core/modules/breakpoint/breakpoint.module
Load one breakpoint by its identifier.
comment_load in drupal/core/modules/comment/comment.module
Loads the entire comment by comment ID.
comment_node_load in drupal/core/modules/comment/comment.module
Implements hook_node_load().
comment_node_type_load in drupal/core/modules/comment/comment.module
Loads the comment bundle name corresponding a given content type.
config_test_config_test_load in drupal/core/modules/config/tests/config_test/config_test.hooks.inc
Implements hook_config_test_load().
config_test_load in drupal/core/modules/config/tests/config_test/config_test.module
Loads a ConfigTest object.
contact_category_load in drupal/core/modules/contact/contact.module
Loads a contact category.
drupal_load in drupal/core/includes/bootstrap.inc
Includes a file with the provided type and name.
entity_crud_hook_test_comment_load in drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module
Implements hook_comment_load().
entity_crud_hook_test_entity_load in drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module
Implements hook_entity_load().
entity_crud_hook_test_file_load in drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module
Implements hook_file_load().
entity_crud_hook_test_node_load in drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module
Implements hook_node_load().
entity_crud_hook_test_taxonomy_term_load in drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module
Implements hook_taxonomy_term_load().
entity_crud_hook_test_taxonomy_vocabulary_load in drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module
Implements hook_taxonomy_vocabulary_load().
entity_crud_hook_test_user_load in drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module
Implements hook_user_load().
entity_load in drupal/core/includes/entity.inc
Loads an entity from the database.
entity_revision_load in drupal/core/includes/entity.inc
Loads an entity from the database.
entity_test_load in drupal/core/modules/system/tests/modules/entity_test/entity_test.module
Loads a test entity.
field_attach_load in drupal/core/modules/field/field.attach.inc
Loads fields for the current revisions of a group of entities.
field_sql_storage_field_storage_load in drupal/core/modules/field/modules/field_sql_storage/field_sql_storage.module
Implements hook_field_storage_load().
field_test_entity_test_load in drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc
Loads a test_entity.
field_test_field_load in drupal/core/modules/field/tests/modules/field_test/field_test.field.inc
Implements hook_field_load().
field_test_field_storage_load in drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc
Implements hook_field_storage_load().
field_ui_menu_load in drupal/core/modules/field_ui/field_ui.module
Menu loader callback: Loads a field instance based on field and bundle name.
file_load in drupal/core/modules/file/file.module
Loads a single file entity from the database.
file_test_file_load in drupal/core/modules/file/tests/file_test/file_test.module
Implements hook_file_load().
filter_dom_load in drupal/core/modules/filter/filter.module
Parses an HTML snippet and returns it as a DOM object.
filter_format_load in drupal/core/modules/filter/filter.module
Loads a text format object from the database.
forum_forum_load in drupal/core/modules/forum/forum.module
Returns a tree of all forums for a given taxonomy term ID.
forum_node_load in drupal/core/modules/forum/forum.module
Implements hook_node_load().
image_effect_definition_load in drupal/core/modules/image/image.module
Load the definition for an image effect.
image_effect_load in drupal/core/modules/image/image.module
Load a single image effect.
image_gd_load in drupal/core/modules/system/image.gd.inc
Image toolkit callback: Creates a GD image resource from a file.
image_image_style_load in drupal/core/modules/image/image.module
Implements hook_image_style_load.
image_load in drupal/core/includes/image.inc
Loads an image file and returns an image object.
image_style_load in drupal/core/modules/image/image.module
Loads an ImageStyle object.
image_test_load in drupal/core/modules/system/tests/modules/image_test/image_test.module
Image tookit's load operation.
language_load in drupal/core/includes/bootstrap.inc
Loads a language object from the database.
link_field_load in drupal/core/modules/field/modules/link/link.module
Implements hook_field_load().
menu_link_load in drupal/core/includes/menu.inc
Gets a translated, access-checked menu link that is ready for rendering.
menu_load in drupal/core/modules/menu/menu.module
Load the data for a single custom menu.
menu_tail_load in drupal/core/includes/menu.inc
Loads the path as one string relative to the current index.
menu_test_argument_load in drupal/core/modules/system/tests/modules/menu_test/menu_test.module
Dummy argument loader for hook_menu() to point to.
menu_test_other_argument_load in drupal/core/modules/system/tests/modules/menu_test/menu_test.module
Dummy argument loader for hook_menu() to point to.
module_test_hook_dynamic_loading_invoke_all_during_load in drupal/core/modules/system/tests/modules/module_test/module_test.module
Page callback for 'hook dynamic loading' test.
module_test_load in drupal/core/modules/system/tests/modules/module_test/module_test.module
Load function used by module_test_hook_dynamic_loading_invoke_all_during_load().
node_access_test_node_load in drupal/core/modules/node/tests/modules/node_access_test/node_access_test.module
Implements hook_node_load().
node_load in drupal/core/modules/node/node.module
Loads a node entity from the database.
node_revision_load in drupal/core/modules/node/node.module
Loads a node revision from the database.
node_test_node_load in drupal/core/modules/node/tests/modules/node_test/node_test.module
Implements hook_node_load().
node_type_load in drupal/core/modules/node/node.module
Menu argument loader: Loads a node type by string.
path_load in drupal/core/includes/path.inc
Fetch a specific URL alias from the database.
picture_mapping_load in drupal/core/modules/picture/picture.module
Load one picture by its identifier.
poll_load in drupal/core/modules/poll/poll.module
Implements hook_load().
Proxy::__load in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Proxy.php
Initialize this proxy if its not yet initialized.
rdf_comment_load in drupal/core/modules/rdf/rdf.module
Implements hook_comment_load().
rdf_entity_load in drupal/core/modules/rdf/rdf.module
Implements hook_entity_load().
rdf_mapping_load in drupal/core/modules/rdf/rdf.module
Returns the mapping for attributes of a given entity type/bundle pair.
shortcut_set_load in drupal/core/modules/shortcut/shortcut.module
Loads the data for a shortcut set.
system_date_format_load in drupal/core/modules/system/system.module
Menu loader function for a date format.
taxonomy_term_load in drupal/core/modules/taxonomy/taxonomy.module
Return the taxonomy term entity matching a term ID.
taxonomy_test_taxonomy_term_load in drupal/core/modules/system/tests/modules/taxonomy_test/taxonomy_test.module
Implements hook_taxonomy_term_load().
taxonomy_vocabulary_load in drupal/core/modules/taxonomy/taxonomy.module
Return the taxonomy vocabulary entity matching a vocabulary ID.
taxonomy_vocabulary_machine_name_load in drupal/core/modules/taxonomy/taxonomy.module
Return the taxonomy vocabulary entity matching a vocabulary machine name.
text_field_load in drupal/core/modules/field/modules/text/text.module
Implements hook_field_load().
translation_entity_entity_load in drupal/core/modules/translation_entity/translation_entity.module
Implements hook_entity_load().
user_external_load in drupal/core/modules/user/user.module
Fetches a user object based on an external authentication source.
user_load in drupal/core/modules/user/user.module
Loads a user object.
user_node_load in drupal/core/modules/user/user.module
Implements hook_node_load().
user_role_load in drupal/core/modules/user/user.module
Fetches a user role by role ID.
user_uid_optional_load in drupal/core/modules/user/user.module
Load either a specified or the current user account.
views_arg_load in drupal/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 drupal/core/modules/views/views_ui/views_ui.module
Specialized menu callback to load a view and check its locked status.
views_ui_load in drupal/core/modules/views/views_ui/views_ui.module
Magic load function. Wrapper to load a view.