views_ui_cache_load |
function |
modules/views_ui/views_ui.module |
Specialized menu callback to load a view and check its locked status. |
node_node_type_load |
function |
modules/node/node.types.inc |
Implements hook_node_type_load(). |
module_load_install |
function |
includes/module.inc |
Loads a module's installation hooks. |
module_load_include |
function |
includes/module.inc |
Loads a module include file. |
hook_node_type_load |
function |
modules/node/node.api.php |
Respond to the loading of node types. |
image_file_download |
function |
modules/image/image.module |
Implements hook_file_download(). |
search_autoload_info |
function |
modules/search/search.module |
Implements hook_autoload_info(). |
entity_autoload_info |
function |
modules/entity/entity.module |
Implements hook_autoload_info(). |
entity_load_multiple |
function |
modules/entity/entity.module |
Loads entities from the database. |
locale_autoload_info |
function |
modules/locale/locale.module |
Implements hook_autoload_info(). |
file_upload_max_size |
function |
includes/file.inc |
Determines the maximum file upload size by querying the PHP settings. |
file_download_access |
function |
includes/file.inc |
Checks that the current user has access to a particular file. |
install_load_profile |
function |
includes/install.core.inc |
Loads information about the chosen profile during installation. |
config_load_multiple |
function |
includes/config.inc |
Loads configuration objects by name. |
_theme_load_registry |
function |
includes/theme.inc |
Gets the theme_registry cache; if it doesn't exist, builds it. |
layout_load_multiple |
function |
modules/layout/layout.module |
Load multiple layouts based on a particular criteria. |
layout_autoload_info |
function |
modules/layout/layout.module |
Implements hook_autoload_info(). |
config_file_download |
function |
modules/config/config.module |
Implements hook_file_download(). |
system_autoload_info |
function |
modules/system/system.module |
Implements hook_autoload_info(). |
redirect_load_by_hash |
function |
modules/redirect/redirect.module |
Load an URL redirect from the database by {redirect}.hash. |
_menu_token_link_load |
function |
modules/menu/menu.tokens.inc |
Token-specific loader for menu links that maintains its own static cache. |
entity_load_unchanged |
function |
modules/entity/entity.module |
Loads the unchanged, i.e. not modified, entity from the database. |
entity_view_mode_load |
function |
modules/entity/entity.module |
Load a custom entity display mode by entity type and machine name. |
layout_menu_item_load |
function |
modules/layout/layout.module |
Load an individual Layout menu item. |
ckeditor_image_upload |
function |
modules/ckeditor/ckeditor.pages.inc |
Menu callback; Saves images uploaded via copy/paste into the editor. |
NodeLoadHooksTestCase |
class |
modules/node/tests/node.test |
Tests for the hooks invoked during node_load(). |
field_test_field_load |
function |
modules/field/tests/field_test/field_test.field.inc |
Implements hook_field_load(). |
file_download_headers |
function |
includes/file.inc |
Retrieves headers for a private file download. |
backdrop_load_updates |
function |
includes/install.inc |
Loads .install files for installed modules to initialize the update system. |
views_ui_default_load |
function |
modules/views_ui/views_ui.module |
Specialized menu callback to load a view that is only a default
view. |
comment_load_multiple |
function |
modules/comment/comment.module |
Loads comments from the database. |
drupal_autoload_class |
function |
includes/drupal.inc |
Confirms that a class is available. |
comment_autoload_info |
function |
modules/comment/comment.module |
Implements hook_autoload_info(). |
layout_tempstore_load |
function |
modules/layout/layout.module |
Menu loader callback to load a Layout cache object. |
contact_autoload_info |
function |
modules/contact/contact.module |
Implements hook_autoload_info(). |
drupal_load_stylesheet |
function |
includes/drupal.inc |
Loads the stylesheet and resolves all @import commands. |
backdrop_load_backends |
function |
includes/bootstrap.inc |
Find and load all files for the requested backend type. |
hook_field_attach_load |
function |
modules/field/field.api.php |
Act on field_attach_load(). |
file_field_attach_load |
function |
modules/file/file.module |
Implements hook_field_attach_load(). |
taxonomy_autoload_info |
function |
modules/taxonomy/taxonomy.module |
Implements hook_autoload_info(). |
theme_file_upload_help |
function |
modules/file/file.theme.inc |
Returns HTML for help text based on file upload validators. |
views_ui_autoload_info |
function |
modules/views_ui/views_ui.module |
Implements hook_autoload_info(). |
user_role_load_by_name |
function |
modules/user/user.module |
Legacy wrapper function preserved for backwards-compatibility. This function
is no longer used by Backdrop core, since all roles are loaded by name now.
See https://api.backdropcms.org/change-records/converted-user-roles-cmi |
redirect_load_multiple |
function |
modules/redirect/redirect.module |
Load multiple URL redirects from the database. |
user_uid_optional_load |
function |
modules/user/user.module |
Load either a specified or the current user account. |
redirect_autoload_info |
function |
modules/redirect/redirect.module |
Implements hook_autoload_info(). |
comment_node_type_load |
function |
modules/comment/comment.module |
Implements hook_node_type_load(). |
hook_field_storage_load |
function |
modules/field/field.api.php |
Load field data for a set of entities. |
redirect_load_by_source |
function |
modules/redirect/redirect.module |
Load multiple URL redirects from the database by {redirect}.source. |
hook_taxonomy_term_load |
function |
modules/taxonomy/taxonomy.api.php |
Act on taxonomy terms when loaded. |