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
translation_node_type_load function core/modules/translation/translation.module Implements hook_node_type_load().
database_example_entry_load function modules/examples/database_example/database_example.module Reads from the database using a filter array.
comment_menu_node_type_load function core/modules/comment/comment.module Loads the comment bundle name corresponding a given content type.
file_add_upload_step_scheme function core/modules/file/file.pages.inc Generate form fields for the third step in the add file wizard.
file_add_upload_step_fields function core/modules/file/file.pages.inc Generate form fields for the fourth step in the add file wizard.
backdrop_move_uploaded_file function core/includes/file.inc Moves an uploaded file to a new location.
file_upload_destination_uri function core/modules/file/file.pages.inc Determines the upload location for the file add upload form.
taxonomy_term_load_children function core/modules/taxonomy/taxonomy.module Finds all children of a term ID.
taxonomy_term_load_multiple function core/modules/taxonomy/taxonomy.module Load multiple taxonomy terms based on certain conditions.
hook_field_storage_pre_load function core/modules/field/field.api.php Act before the storage backends load field data.
form_test_load_include_menu function core/modules/simpletest/tests/form_test.file.inc Form constructor for testing Form API file inclusion of the file specified in hook_menu().
block_example_autoload_info function modules/examples/block_example/block_example.module Implements hook_autoload_info().
field_test_entity_test_load function core/modules/field/tests/field_test/field_test.entity.inc Loads a test_entity.
layout_tempstore_block_load function core/modules/layout/layout.module Menu loader to load an individual block from a layout.
config_download_full_export function core/modules/config/config.admin.inc Downloads a tarball of the site configuration.
install_download_translation function core/includes/install.core.inc Download a translation file for the selected language.
comment_file_download_access function core/modules/comment/comment.module Implements hook_file_download_access().
EntityLoadTestCase::$profile property core/modules/entity/tests/entity_crud.test The profile to install as a basis for testing.
_path_load_loosely_by_source function core/modules/path/path.inc Fetches an existing URL alias given a path and optional language.
entity_example_autoload_info function modules/examples/entity_example/entity_example.module Implements hook_autoload_info().
layout_load_multiple_by_path function core/modules/layout/layout.module Load all layouts at a given path.
node_hooks_example_node_load function modules/examples/node_hooks_example/node_hooks_example.module Implements hook_node_load().
TaxonomyLoadMultipleUnitTest class core/modules/taxonomy/tests/taxonomy.test Test the taxonomy_term_load_multiple() function.
NodeLoadHooksTestCase::setUp function core/modules/node/tests/node.test Sets up a Backdrop site for running functional and integration tests.
FileUploadSvgTestCase::setUp function core/modules/file/tests/file.test Sets up a Backdrop site for running functional and integration tests.
_theme_load_offline_registry function core/includes/theme.maintenance.inc Builds the registry when the site needs to bypass any database calls.
image_effect_definition_load function core/modules/image/image.module Load the definition for an image effect.
file_add_upload_step_filetype function core/modules/file/file.pages.inc Generate form fields for the second step in the add file wizard.
form_test_load_include_custom function core/modules/simpletest/tests/form_test.module Menu callback for testing custom form includes.
menu_test_other_argument_load function core/modules/simpletest/tests/menu_test.module Dummy argument loader for hook_menu() to point to.
layout_flexible_template_load function core/modules/layout/layout.module Load an individual flexible template.
entityreference_autoload_info function core/modules/entityreference/entityreference.module Implements hook_autoload_info().
FileUploadTransliterationTest class core/modules/simpletest/tests/file.test Tests transliterating files on upload and subsequent bulk updating.
NodeBlock::loadTranslatedNode function core/modules/node/node.block.inc
taxonomy_vocab_load_test.info file core/modules/taxonomy/tests/taxonomy_vocab_load_test/taxonomy_vocab_load_test.info name = Taxonomy vocabulary load test type = module description = Test for hook_taxonomy_vocabulary_load. package = Testing version = VERSION backdrop = 1.x hidden = TRUE
FileSaveUploadTest::$php_file property core/modules/simpletest/tests/file.test A PHP file path for upload security testing.
field_test_field_storage_load function core/modules/field/tests/field_test/field_test.storage.inc Implements hook_field_storage_load().
node_access_example_node_load function modules/examples/node_access_example/node_access_example.module Implements hook_node_load().
file_managed_file_save_upload function core/modules/file/file.module Saves any files that have been uploaded into a managed_file element.
DefaultEntityController::load function core/modules/entity/entity.controller.inc Implements EntityControllerInterface::load().
backdrop_load_database_driver function core/includes/install.inc Returns all supported database installer objects that are compiled into PHP.
form_test_load_include_submit function core/modules/simpletest/tests/form_test.file.inc Submit callback for the form API file inclusion test forms.
hook_taxonomy_vocabulary_load function core/modules/taxonomy/taxonomy.api.php Act on taxonomy vocabularies when loaded.
taxonomy_term_load_parents_all function core/modules/taxonomy/taxonomy.module Find all ancestors of a given term ID.
FileSaveUploadTest::testNormal function core/modules/simpletest/tests/file.test Test the file_save_upload() function.
InstallerTestUploadCase::setUp function core/modules/installer/tests/installer.test Sets up a Backdrop site for running functional and integration tests.
drupal_load_stylesheet_content function core/includes/drupal.inc Processes the contents of a stylesheet for aggregation.
layout_flexible_tempstore_load function core/modules/layout/layout.module Get a flexible template currently being edited from the tempstore.
FileSaveUploadTest::testErrors function core/modules/simpletest/tests/file.test Test for failure when uploading over a file that already exists.
ImageToolkitUnitTest::testLoad function core/modules/simpletest/tests/image.test Test the image_load() function.

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