Search for all
Title | Object type | File name | Summary |
---|---|---|---|
comment_update_7003 | function | modules/ |
Split {comment}.timestamp into 'created' and 'changed', improve indexing on {comment}. |
comment_update_7004 | function | modules/ |
Upgrade the {node_comment_statistics} table. |
comment_update_7005 | function | modules/ |
Create the comment_body field. |
comment_update_7006 | function | modules/ |
Migrate data from the comment field to field storage. |
comment_update_7007 | function | modules/ |
Add an index to the created column. |
comment_update_7008 | function | modules/ |
Update database to match Drupal 7 schema. |
comment_update_7009 | function | modules/ |
Change the last_comment_timestamp column description. |
comment_update_dependencies | function | modules/ |
Implements hook_update_dependencies(). |
comment_update_index | function | modules/ |
Implements hook_update_index(). |
comment_uri | function | modules/ |
Implements callback_entity_info_uri(). |
comment_user_cancel | function | modules/ |
Implements hook_user_cancel(). |
comment_user_delete | function | modules/ |
Implements hook_user_delete(). |
comment_view | function | modules/ |
Generate an array for rendering the given comment. |
comment_view_multiple | function | modules/ |
Construct a drupal_render() style array from an array of loaded comments. |
common.inc | file | includes/ |
Common functions that many Drupal modules will need to reference. |
common.test | file | modules/ |
Tests for common.inc functionality. |
CommonSizeTestCase | class | modules/ |
Tests file size parsing and formatting functions. |
CommonSizeTestCase::$exact_test_cases | property | modules/ |
|
CommonSizeTestCase::$rounded_test_cases | property | modules/ |
|
CommonSizeTestCase::getInfo | function | modules/ |
|
CommonSizeTestCase::setUp | function | modules/ |
|
CommonSizeTestCase::testCommonFormatSize | function | modules/ |
Check that format_size() returns the expected string. |
CommonSizeTestCase::testCommonParseSize | function | modules/ |
Check that parse_size() returns the proper byte sizes. |
CommonSizeTestCase::testCommonParseSizeFormatSize | function | modules/ |
Cross-test parse_size() and format_size(). |
CommonURLUnitTest | class | modules/ |
Tests for URL generation functions. |
CommonURLUnitTest::getInfo | function | modules/ |
|
CommonURLUnitTest::hasClass | function | modules/ |
|
CommonURLUnitTest::testDrupalGetQueryParameters | function | modules/ |
Test drupal_get_query_parameters(). |
CommonURLUnitTest::testDrupalHttpBuildQuery | function | modules/ |
Test drupal_http_build_query(). |
CommonURLUnitTest::testDrupalParseUrl | function | modules/ |
Test drupal_parse_url(). |
CommonURLUnitTest::testExternalUrls | function | modules/ |
Test external URL handling. |
CommonURLUnitTest::testLActiveClass | function | modules/ |
|
CommonURLUnitTest::testLCustomClass | function | modules/ |
Tests for custom class in l() function. |
CommonURLUnitTest::testLXSS | function | modules/ |
Confirm that invalid text given as $path is filtered. |
CommonURLUnitTest::testUrl | function | modules/ |
Test url() with/without query, with/without fragment, absolute on/off and assert all that works when clean URLs are on and off. |
CommonURLWebTest | class | modules/ |
Web tests for URL generation functions. |
CommonURLWebTest::getInfo | function | modules/ |
|
CommonURLWebTest::setUp | function | modules/ |
|
CommonURLWebTest::testInternalPathMimicsExternal | function | modules/ |
Tests the url() function on internal paths which mimic external URLs. |
CommonXssUnitTest | class | modules/ |
Tests for check_plain(), filter_xss(), format_string(), and check_url(). |
CommonXssUnitTest::getInfo | function | modules/ |
|
CommonXssUnitTest::testBadProtocolStripping | function | modules/ |
Check that harmful protocols are stripped. |
CommonXssUnitTest::testEscaping | function | modules/ |
Check that special characters are escaped. |
CommonXssUnitTest::testFormatStringAndT | function | modules/ |
Test t() and format_string() replacement functionality. |
CommonXssUnitTest::testInvalidMultiByte | function | modules/ |
Check that invalid multi-byte sequences are rejected. |
common_test.css | file | modules/ |
/* This file is for testing CSS file inclusion, no contents are necessary. */ |
common_test.info | file | modules/ |
name = "Common Test" description = "Support module for Common tests." package = Testing version = VERSION core = 7.x stylesheets[all][] = common_test.css stylesheets[print][] = common_test.print.css hidden = TRUE |
common_test.module | file | modules/ |
Helper module for the Common tests. |
common_test.print.css | file | modules/ |
/* This file is for testing CSS file inclusion, no contents are necessary. */ |
common_test_cron | function | modules/ |
Implements hook_cron(). |
Pagination
- Previous page
- Page 24
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.