theme_file_upload_help |
function |
drupal/modules/file/file.field.inc |
Returns HTML for help text based on file upload validators. |
user_role_load_by_name |
function |
drupal/modules/user/user.module |
Fetches a user role by role name. |
drupal_load_stylesheet |
function |
drupal/includes/common.inc |
Loads the stylesheet and resolves all @import commands. |
FileDownloadTest::setUp |
function |
drupal/modules/simpletest/tests/file.test |
Sets up a Drupal site for running functional and integration tests. |
hook_field_storage_load |
function |
drupal/modules/field/field.api.php |
Load field data for a set of entities. |
_drupal_load_stylesheet |
function |
drupal/includes/common.inc |
Loads stylesheets recursively and returns contents with corrected paths. |
menu_test_argument_load |
function |
drupal/modules/simpletest/tests/menu_test.module |
Dummy argument loader for hook_menu() to point to. |
DrupalAutoloadTestClass |
class |
drupal/modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test_class.inc |
This class is empty because we only care if Drupal can find it. |
file_test_file_download |
function |
drupal/modules/simpletest/tests/file_test.module |
Implements hook_file_download(). |
hook_taxonomy_term_load |
function |
drupal/modules/taxonomy/taxonomy.api.php |
Act on taxonomy terms when loaded. |
aggregator_category_load |
function |
drupal/modules/aggregator/aggregator.module |
Loads an aggregator category. |
Database::loadDriverFile |
function |
drupal/includes/database/database.inc |
Load a file for the database that might hold a class. |
NodeLoadMultipleTestCase |
class |
drupal/modules/node/node.test |
Test the node_load_multiple() function. |
taxonomy_vocabulary_load |
function |
drupal/modules/taxonomy/taxonomy.module |
Return the vocabulary object matching a vocabulary ID. |
RemoteFileSaveUploadTest |
class |
drupal/modules/simpletest/tests/file.test |
Test the file_save_upload() function on remote filesystems. |
module_load_all_includes |
function |
drupal/includes/module.inc |
Loads an include file for each module enabled in the {system} table. |
FileDownloadTest::getInfo |
function |
drupal/modules/simpletest/tests/file.test |
|
BootstrapAutoloadTestCase |
class |
drupal/modules/simpletest/tests/bootstrap.test |
Tests the auto-loading behavior of the code registry. |
node_file_download_access |
function |
drupal/modules/node/node.module |
Implements hook_file_download_access(). |
drupal_autoload_interface |
function |
drupal/includes/bootstrap.inc |
Confirms that an interface is available. |
hook_file_download_access |
function |
drupal/modules/file/file.api.php |
Control download access to files. |
drupal_autoload_test.info |
file |
drupal/modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test.info |
name = "Drupal code registry test"
description = "Support module for testing the code registry."
files[] = drupal_autoload_test_interface.inc
files[] = drupal_autoload_test_class.inc
package = Testing
version = VERSION
core =… |
user_file_download_access |
function |
drupal/modules/user/user.module |
Implements hook_file_download_access(). |
drupal_move_uploaded_file |
function |
drupal/includes/file.inc |
Moves an uploaded file to a new location. |
_theme_test_load_registry |
function |
drupal/modules/simpletest/tests/theme_test.module |
Fake registry loading callback. |
UploadUpgradePathTestCase |
class |
drupal/modules/simpletest/tests/upgrade/upgrade.upload.test |
Upgrade test for comment.module. |
FileSaveUploadTest::setUp |
function |
drupal/modules/simpletest/tests/file.test |
Sets up a Drupal site for running functional and integration tests. |
Archive_Tar::loadExtension |
function |
drupal/modules/system/system.tar.inc |
OS independent PHP extension load. Remember to take care
on the correct extension name for case sensitive OSes. |
FileLoadTest::testMultiple |
function |
drupal/modules/simpletest/tests/file.test |
This will test loading file data from the database. |
UserController::attachLoad |
function |
drupal/modules/user/user.module |
Attaches data to entities upon loading. |
FileDownloadTest::checkUrl |
function |
drupal/modules/simpletest/tests/file.test |
Download a file from the URL generated by file_create_url(). |
NodeController::attachLoad |
function |
drupal/modules/node/node.module |
Attaches data to entities upon loading. |
aggregator_feed_items_load |
function |
drupal/modules/aggregator/aggregator.pages.inc |
Loads and optionally filters feed items. |
_rdf_mapping_load_multiple |
function |
drupal/modules/rdf/rdf.module |
Helper function to retrieve a set of RDF mappings from the database. |
FileSaveUploadTest::$image |
property |
drupal/modules/simpletest/tests/file.test |
An image file path for uploading. |
node_access_test_node_load |
function |
drupal/modules/node/tests/node_access_test.module |
Implements hook_node_load(). |
field_attach_load_revision |
function |
drupal/modules/field/field.attach.inc |
Load all fields for previous versions of a group of entities. |
EntityLoadTestCase::getInfo |
function |
drupal/modules/simpletest/tests/entity_crud.test |
|
UpdateTestUploadCase::setUp |
function |
drupal/modules/update/update.test |
Sets up a Drupal site for running functional and integration tests. |
field_test_entity_test_load |
function |
drupal/modules/field/tests/field_test.entity.inc |
Loads a test_entity. |
hook_field_storage_pre_load |
function |
drupal/modules/field/field.api.php |
Act before the storage backends load field data. |
FieldInfo::$loadedAllFields |
property |
drupal/modules/field/field.info.class.inc |
Whether $fieldsById contains all field definitions or a subset. |
taxonomy_term_load_multiple |
function |
drupal/modules/taxonomy/taxonomy.module |
Load multiple taxonomy terms based on certain conditions. |
drupal_autoload_test.module |
file |
drupal/modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test.module |
Test module to check code registry. |
DrupalAutoloadTestInterface |
interface |
drupal/modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test_interface.inc |
This interface is empty because we only care if Drupal can find it. |
form_test_load_include_menu |
function |
drupal/modules/simpletest/tests/form_test.file.inc |
Form constructor for testing FAPI file inclusion of the file specified in
hook_menu(). |
FileSaveUploadTest::getInfo |
function |
drupal/modules/simpletest/tests/file.test |
|
EntityLoadTestCase::$profile |
property |
drupal/modules/simpletest/tests/entity_crud.test |
The profile to install as a basis for testing. |
drupal-6.upload.database.php |
file |
drupal/modules/simpletest/tests/upgrade/drupal-6.upload.database.php |
|
TaxonomyLoadMultipleTestCase |
class |
drupal/modules/taxonomy/taxonomy.test |
Test the taxonomy_term_load_multiple() function. |