DrupalDefaultEntityController::load |
function |
drupal/includes/entity.inc |
Implements DrupalEntityControllerInterface::load(). |
FileDownloadTest::testFileCreateUrl |
function |
drupal/modules/simpletest/tests/file.test |
Test file_create_url(). |
TaxonomyLoadMultipleTestCase::setUp |
function |
drupal/modules/taxonomy/taxonomy.test |
Sets up a Drupal site for running functional and integration tests. |
file_field_widget_upload_validators |
function |
drupal/modules/file/file.field.inc |
Retrieves the upload validators for a file field. |
AJAXFrameworkTestCase::testLazyLoad |
function |
drupal/modules/simpletest/tests/ajax.test |
Test that new JavaScript and CSS files added during an AJAX request are returned. |
UpgradePathTestCase::$loadedModules |
property |
drupal/modules/simpletest/tests/upgrade/upgrade.test |
Array of modules loaded when the test starts. |
ImageFieldTestCase::uploadNodeImage |
function |
drupal/modules/image/image.test |
Upload an image to a node. |
ajax_forms_test_lazy_load_form_ajax |
function |
drupal/modules/simpletest/tests/ajax_forms_test.module |
AJAX callback for the ajax_forms_test_lazy_load_form() form. |
field_sql_storage_field_storage_load |
function |
drupal/modules/field/modules/field_sql_storage/field_sql_storage.module |
Implements hook_field_storage_load(). |
DrupalEntityControllerInterface::load |
function |
drupal/includes/entity.inc |
Loads one or more entities. |
FileLoadTest::testLoadMissingFilepath |
function |
drupal/modules/simpletest/tests/file.test |
Try to load a non-existent file by URI. |
TaxonomyLoadMultipleTestCase::getInfo |
function |
drupal/modules/taxonomy/taxonomy.test |
|
taxonomy_vocabulary_machine_name_load |
function |
drupal/modules/taxonomy/taxonomy.module |
Return the vocabulary object matching a vocabulary machine name. |
FileFieldPathTestCase::testUploadPath |
function |
drupal/modules/file/tests/file.test |
Tests the normal formatter display on node display. |
ajax_forms_test_lazy_load_form_submit |
function |
drupal/modules/simpletest/tests/ajax_forms_test.module |
Form submit handler: Adds JavaScript and CSS that wasn't on the original form. |
FileSaveUploadTest::testExistingError |
function |
drupal/modules/simpletest/tests/file.test |
Test for failure when uploading over a file that already exists. |
UpdateTestUploadCase::testUploadModule |
function |
drupal/modules/update/update.test |
Tests upload and extraction of a module. |
TestEntityBundleController::attachLoad |
function |
drupal/modules/field/tests/field_test.entity.inc |
Attaches data to entities upon loading. |
update_manager_download_batch_finished |
function |
drupal/modules/update/update.manager.inc |
Implements callback_batch_finished(). |
FileSaveUploadTest::testExistingRename |
function |
drupal/modules/simpletest/tests/file.test |
Test renaming when uploading over a file that already exists. |
NodeLoadHooksTestCase::testHookNodeLoad |
function |
drupal/modules/node/node.test |
Test that hook_node_load() is invoked correctly. |
FileSaveUploadTest::testHandleExtension |
function |
drupal/modules/simpletest/tests/file.test |
Test extension handling. |
FileSaveUploadTest::testHandleFileMunge |
function |
drupal/modules/simpletest/tests/file.test |
Test file munge handling. |
FileSaveUploadTest::testExistingReplace |
function |
drupal/modules/simpletest/tests/file.test |
Test replacement when uploading over a file that already exists. |
module_test_hook_dynamic_loading_invoke |
function |
drupal/modules/simpletest/tests/module_test.module |
Page callback for 'hook dynamic loading' test. |
FileDownloadTest::testPublicFileTransfer |
function |
drupal/modules/simpletest/tests/file.test |
Test the public file transfer system. |
entity_crud_hook_test_taxonomy_term_load |
function |
drupal/modules/simpletest/tests/entity_crud_hook_test.module |
Implements hook_taxonomy_term_load(). |
DrupalDefaultEntityController::attachLoad |
function |
drupal/includes/entity.inc |
Attaches data to entities upon loading. |
FileDownloadTest::testPrivateFileTransfer |
function |
drupal/modules/simpletest/tests/file.test |
Test the private file transfer system. |
drupal_autoload_test_registry_files_alter |
function |
drupal/modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test.module |
Implements hook_registry_files_alter(). |
BootstrapAutoloadTestCase::testAutoloadCase |
function |
drupal/modules/simpletest/tests/bootstrap.test |
Tests that autoloader name matching is not case sensitive. |
FileSaveUploadTest::testHandleDangerousFile |
function |
drupal/modules/simpletest/tests/file.test |
Test dangerous file handling. |
module_test_hook_dynamic_loading_invoke_all |
function |
drupal/modules/simpletest/tests/module_test.module |
Page callback for 'hook dynamic loading' test. |
EntityLoadTestCase::testEntityLoadConditions |
function |
drupal/modules/simpletest/tests/entity_crud.test |
Tests the functionality for loading entities matching certain conditions. |
FieldSqlStorageTestCase::testFieldAttachLoad |
function |
drupal/modules/field/modules/field_sql_storage/field_sql_storage.test |
Uses the mysql tables and records to verify
field_load_revision works correctly. |
UploadUpgradePathTestCase::testUploadUpgrade |
function |
drupal/modules/simpletest/tests/upgrade/upgrade.upload.test |
Test a successful upgrade. |
CascadingStylesheetsUnitTest::testLoadCssBasic |
function |
drupal/modules/simpletest/tests/common.test |
Tests basic CSS loading with and without optimization via drupal_load_stylesheet(). |
NodeLoadMultipleTestCase::testNodeMultipleLoad |
function |
drupal/modules/node/node.test |
Create four nodes and ensure they're loaded correctly. |
entity_crud_hook_test_taxonomy_vocabulary_load |
function |
drupal/modules/simpletest/tests/entity_crud_hook_test.module |
Implements hook_taxonomy_vocabulary_load(). |
FormsFileInclusionTestCase::testLoadMenuInclude |
function |
drupal/modules/simpletest/tests/form.test |
Tests loading an include specified in hook_menu(). |
AJAXFrameworkTestCase::testLazyLoadOverriddenCSS |
function |
drupal/modules/simpletest/tests/ajax.test |
Tests that overridden CSS files are not added during lazy load. |
DrupalDefaultEntityController::$hookLoadArguments |
property |
drupal/includes/entity.inc |
Additional arguments to pass to hook_TYPE_load(). |
FormsFileInclusionTestCase::testLoadCustomInclude |
function |
drupal/modules/simpletest/tests/form.test |
Tests loading a custom specified inlcude. |
UpdateTestUploadCase::testFileNameExtensionMerging |
function |
drupal/modules/update/update.test |
Ensures that archiver extensions are properly merged in the UI. |
FieldAttachStorageTestCase::testFieldAttachSaveLoad |
function |
drupal/modules/field/tests/field.test |
Check field values insert, update and load. |
MenuRouterTestCase::testMenuLoadArgumentsInheritance |
function |
drupal/modules/simpletest/tests/menu.test |
Tests inheritance of 'load arguments'. |
FieldAttachStorageTestCase::testFieldAttachLoadMultiple |
function |
drupal/modules/field/tests/field.test |
Test the 'multiple' load feature. |
FieldTranslationsTestCase::testTranslatableFieldSaveLoad |
function |
drupal/modules/field/tests/field.test |
Test translatable fields storage/retrieval. |
UserRolesAssignmentTestCase::userLoadAndCheckRoleAssigned |
function |
drupal/modules/user/user.test |
Check role on user object. |
TaxonomyLoadMultipleTestCase::testTaxonomyTermMultipleLoad |
function |
drupal/modules/taxonomy/taxonomy.test |
Create a vocabulary and some taxonomy terms, ensuring they're loaded
correctly using taxonomy_term_load_multiple(). |