Search for load

  1. Search 9.5.x for load
  2. Search 8.9.x for load
  3. Search 10.3.x for load
  4. Search 11.x for load
  5. Other projects
Title Object type File name Summary
drupal_load_updates function includes/install.inc Loads .install files for installed modules to initialize the update system.
drupal_move_uploaded_file function includes/file.inc Moves an uploaded file to a new location.
EntityLoadTestCase class modules/simpletest/tests/entity_crud.test Tests the entity_load() function.
EntityLoadTestCase::$profile property modules/simpletest/tests/entity_crud.test The profile to install as a basis for testing.
EntityLoadTestCase::getInfo function modules/simpletest/tests/entity_crud.test
EntityLoadTestCase::testEntityLoadConditions function modules/simpletest/tests/entity_crud.test Tests the functionality for loading entities matching certain conditions.
EntityLoadTestCase::testEntityLoadIds function modules/simpletest/tests/entity_crud.test
entity_crud_hook_test_comment_load function modules/simpletest/tests/entity_crud_hook_test.module Implements hook_comment_load().
entity_crud_hook_test_entity_load function modules/simpletest/tests/entity_crud_hook_test.module Implements hook_entity_load().
entity_crud_hook_test_file_load function modules/simpletest/tests/entity_crud_hook_test.module Implements hook_file_load().
entity_crud_hook_test_node_load function modules/simpletest/tests/entity_crud_hook_test.module Implements hook_node_load().
entity_crud_hook_test_taxonomy_term_load function modules/simpletest/tests/entity_crud_hook_test.module Implements hook_taxonomy_term_load().
entity_crud_hook_test_taxonomy_vocabulary_load function modules/simpletest/tests/entity_crud_hook_test.module Implements hook_taxonomy_vocabulary_load().
entity_crud_hook_test_user_load function modules/simpletest/tests/entity_crud_hook_test.module Implements hook_user_load().
entity_load function includes/common.inc Load entities from the database.
entity_load_unchanged function includes/common.inc Loads the unchanged, i.e. not modified, entity from the database.
FieldAttachStorageTestCase::testFieldAttachLoadMultiple function modules/field/tests/field.test Test the 'multiple' load feature.
FieldAttachStorageTestCase::testFieldAttachSaveLoad function modules/field/tests/field.test Check field values insert, update and load.
FieldAttachStorageTestCase::testFieldAttachSaveLoadDifferentStorage function modules/field/tests/field.test Test saving and loading fields using different storage backends.
FieldInfo::$loadedAllFields property modules/field/field.info.class.inc Whether $fieldsById contains all field definitions or a subset.
FieldInfo::$loadedAllInstances property modules/field/field.info.class.inc Whether $bundleInstances contains all instances definitions or a subset.
FieldSqlStorageTestCase::testFieldAttachLoad function modules/field/modules/field_sql_storage/field_sql_storage.test Uses the mysql tables and records to verify
field_load_revision works correctly.
FieldTranslationsTestCase::testTranslatableFieldSaveLoad function modules/field/tests/field.test Test translatable fields storage/retrieval.
field_attach_load function modules/field/field.attach.inc Loads fields for the current revisions of a group of entities.
field_attach_load_revision function modules/field/field.attach.inc Load all fields for previous versions of a group of entities.
FIELD_LOAD_CURRENT constant modules/field/field.module Age argument for loading the most recent version of an entity's
field data with field_attach_load().
FIELD_LOAD_REVISION constant modules/field/field.module Age argument for loading the version of an entity's field data
specified in the entity with field_attach_load().
field_sql_storage_field_storage_load function modules/field/modules/field_sql_storage/field_sql_storage.module Implements hook_field_storage_load().
field_test_entity_test_load function modules/field/tests/field_test.entity.inc Loads a test_entity.
field_test_field_load function modules/field/tests/field_test.field.inc Implements hook_field_load().
field_test_field_storage_load function modules/field/tests/field_test.storage.inc Implements hook_field_storage_load().
field_ui_menu_load function modules/field_ui/field_ui.module Menu loader; Load a field instance based on field and bundle name.
FileDownloadTest class modules/simpletest/tests/file.test Tests for download/file transfer functions.
FileDownloadTest::checkUrl function modules/simpletest/tests/file.test Download a file from the URL generated by file_create_url().
FileDownloadTest::getInfo function modules/simpletest/tests/file.test
FileDownloadTest::setUp function modules/simpletest/tests/file.test Sets up a Drupal site for running functional and integration tests.
FileDownloadTest::testFileCreateUrl function modules/simpletest/tests/file.test Test file_create_url().
FileDownloadTest::testPrivateFileTransfer function modules/simpletest/tests/file.test Test the private file transfer system.
FileDownloadTest::testPublicFileTransfer function modules/simpletest/tests/file.test Test the public file transfer system.
FileFieldPathTestCase::testUploadPath function modules/file/tests/file.test Tests the normal formatter display on node display.
FileFieldTestCase::uploadNodeFile function modules/file/tests/file.test Uploads a file to a node.
FileLoadTest class modules/simpletest/tests/file.test Tests the file_load() function.
FileLoadTest::getInfo function modules/simpletest/tests/file.test
FileLoadTest::testLoadInvalidStatus function modules/simpletest/tests/file.test Try to load a non-existent file by status.
FileLoadTest::testLoadMissingFid function modules/simpletest/tests/file.test Try to load a non-existent file by fid.
FileLoadTest::testLoadMissingFilepath function modules/simpletest/tests/file.test Try to load a non-existent file by URI.
FileLoadTest::testMultiple function modules/simpletest/tests/file.test This will test loading file data from the database.
FileLoadTest::testSingleValues function modules/simpletest/tests/file.test Load a single file and ensure that the correct values are returned.
FilePrivateTestCase::testPrivateFileDownloadAccessGranted function modules/file/tests/file.test Tests file access for private nodes when file download access is granted.
FileSaveUploadTest class modules/simpletest/tests/file.test Test the file_save_upload() function.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.