Skip to main content
backdrop Documentation
Documentation and API source code for Backdrop CMS.
  • Welcome!
    • Login

Search for load

  1. Home »
  2. API reference »
  3. 1.x
Name Type Location Description
FileLoadTest::testSingleValues function core/modules/simpletest/tests/file.test Load a single file and ensure that the correct values are returned.
CommentStorageController::load function core/modules/comment/comment.entity.inc Overrides DefaultEntityController::load().
file_module_test_file_download function core/modules/file/tests/file_module_test/file_module_test.module Implements hook_file_download().
FileTestHelper::uploadNodeFile function core/modules/file/tests/file.test Uploads a file to a node.
layout_menu_item_load_multiple function core/modules/layout/layout.module Load menu items by name.
path_load_multiple_by_entities function core/modules/path/path.module Populate the path properties for multiple entities.
menu_example_arg_optional_load function modules/examples/menu_example/menu_example.module Loads an item based on its $id.
ajax_forms_test_lazy_load_form function core/modules/simpletest/tests/ajax_forms_test.module Form builder: Builds a form that triggers a simple AJAX callback.
RemoteFileSaveUploadTest::setUp function core/modules/simpletest/tests/file.test Sets up a Backdrop site for running functional and integration tests.
image_module_test_file_download function core/modules/image/tests/image_module_test/image_module_test.module
NodeLoadHooksTestCase::$profile property core/modules/node/tests/node.test The profile to install as a basis for testing.
entity_crud_hook_test_file_load function core/modules/entity/tests/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_file_load().
entity_crud_hook_test_node_load function core/modules/entity/tests/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_node_load().
entity_crud_hook_test_user_load function core/modules/entity/tests/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_user_load().
taxonomy_vocab_load_test.module file core/modules/taxonomy/tests/taxonomy_vocab_load_test/taxonomy_vocab_load_test.module Dummy module implementing hook_taxonomy_vocabulary_load().
EntityControllerInterface::load function core/modules/entity/entity.controller.inc Loads one or more entities.
FileUploadWizardTestCase::setUp function core/modules/file/tests/file.test Sets up a Backdrop site for running functional and integration tests.
layout_tempstore_menu_item_load function core/modules/layout/layout.module Menu loader callback to load a Layout cache object.
NodeLoadMultipleUnitTest::setUp function core/modules/node/tests/node.test Sets up a Backdrop site for running functional and integration tests.
views_test_entity_autoload_info function core/modules/views/tests/views_test_entity/views_test_entity.module Implements hook_autoload_info().
hook_file_download_access_alter function core/modules/file/file.api.php Alter the access rules applied to a file download.
hook_file_download_headers_alter function core/modules/file/file.api.php Alter file download headers.
backdrop_load_stylesheet_content function core/includes/common.inc Processes the contents of a stylesheet for aggregation.
taxonomy_test_taxonomy_term_load function core/modules/simpletest/tests/taxonomy_test.module Implements hook_taxonomy_term_load().
FileLoadTest::testLoadMissingFid function core/modules/simpletest/tests/file.test Try to load a non-existent file by fid.
form_test_load_include_menu_ajax function core/modules/simpletest/tests/form_test.file.inc Ajax callback for the file inclusion via menu test.
_menu_token_link_load_all_parents function core/modules/menu/menu.tokens.inc Load all menu parents given a Menu Link ID.
entity_caching_test_autoload_info function core/modules/entity/tests/entity_caching_test/entity_caching_test.module Implements hook_autoload_info().
FileSaveUploadTest::$maxFidBefore property core/modules/simpletest/tests/file.test The largest file id when the test starts.
InstallerTestUploadCase::$profile property core/modules/installer/tests/installer.test The profile to install as a basis for testing.
views_handler_area_view::loadView function core/modules/views/handlers/views_handler_area_view.inc Loads the used view for rendering.
taxonomy_vocabulary_load_multiple function core/modules/taxonomy/taxonomy.module Load multiple taxonomy vocabularies based on certain conditions.
layout_flexible_template_load_all function core/modules/layout/layout.module Load all flexible templates.
entity_crud_hook_test_entity_load function core/modules/entity/tests/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_entity_load().
file_upload_validators_pre_render function core/modules/file/file.module Pre-render callback for adding validation descriptions to file upload fields.
UserStorageController::attachLoad function core/modules/user/user.entity.inc Overrides EntityDatabaseStorageController::attachLoad().
NodeStorageController::attachLoad function core/modules/node/node.entity.inc Overrides DefaultEntityController::attachLoad().
installer_manager_download_project function core/modules/installer/installer.manager.inc Downloads a project given a project url.
hook_file_upload_skip_fields_alter function core/modules/file/file.api.php Alters skip fields status.
install_check_translation_download function core/includes/install.core.inc Checks installation requirements, downloads a translation, and reports any errors.
installer_browser_check_zip_loaded function core/modules/installer/installer.browser.inc Checks if PHP zip extension loaded on webserver.
hook_redirect_load_by_source_alter function core/modules/redirect/redirect.api.php Alter the list of redirects matching a certain source.
MenuRouterTestCase::menuLoadRouter function core/modules/simpletest/tests/menu.test Load the router for a given path.
NodeLoadMultipleUnitTest::$profile property core/modules/node/tests/node.test The profile to install as a basis for testing.
entity_crud_hook_test_comment_load function core/modules/entity/tests/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_comment_load().
entity_example_basic_load_multiple function modules/examples/entity_example/entity_example.module Loads multiple basic entities.
file_field_widget_upload_validators function core/modules/file/file.field.inc Retrieves the upload validators for a file field.
ImageFieldTestCase::uploadNodeImage function core/modules/image/tests/image.test Upload an image to a node.
layout_load_multiple_by_router_item function core/modules/layout/layout.module Load all layouts for a given router item and allow other modules to alter them and/or set their contexts.
AJAXFrameworkTestCase::testLazyLoad function core/modules/simpletest/tests/ajax.test Test that new JavaScript and CSS files added during an AJAX request are returned.

Pages

  • « first
  • ‹ previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • next ›
  • last »

Directory

  • Getting started
    • Installing
    • Updates vs upgrades
    • Hosting/deploying
  • Upgrading from Drupal
    • Introduction
    • Upgrade overview
    • Converting Drupal code
  • User guide
    • Quick start guide
    • Using Backdrop
  • Add-On Documentation
  • Developing for Backdrop
    • Developing modules
    • Developing themes
    • Developing layouts
    • Using libraries
    • Local development
    • Writing secure code
    • Using JavaScript
  • Contributors guide
    • Contribute to Backdrop core
      • How to use the core issue queue
      • Adding labels to issues
      • Adding milestones to issues
    • Contribute Backdrop add-ons
    • Contribute to documentation
  • Developer API
    • Topics
    • Functions
    • Classes
    • Files
    • Globals
    • Icon API
    • Database API
    • Theme functions
    • Form API reference
  • Appendix/reference
    • Change records
    • Glossary
    • Coding & documentation standards
    • Contrib permissions policy

Stay connected

Sign up for our newsletter

Powered by Backdrop CMS

Footer Menu

  • documentation
  • localization
  • events
  • forum
  • backdropcms.org