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