Search for all
Title | Object type | File name | Summary |
---|---|---|---|
comment_unpublish_action | function | modules/ |
Unpublishes a comment. |
comment_unpublish_by_keyword_action | function | modules/ |
Unpublishes a comment if it contains certain keywords. |
comment_unpublish_by_keyword_action_form | function | modules/ |
Form builder; Prepare a form for blacklisted keywords. |
comment_unpublish_by_keyword_action_submit | function | modules/ |
Process comment_unpublish_by_keyword_action_form form submissions. |
comment_update_7000 | function | modules/ |
Rename comment display setting variables. |
comment_update_7001 | function | modules/ |
Change comment status from published being 0 to being 1 |
comment_update_7002 | function | modules/ |
Rename {comments} table to {comment} and upgrade it. |
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/ |
Sets up unit test environment. |
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/ |
Sets up a Drupal site for running functional and integration tests. |
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. |
Pagination
- Previous page
- Page 26
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.