CommentPagerTest |
class |
|
modules/comment/tests/comment.test |
Verifies pagination of comments. |
CommentPreviewTest |
class |
|
modules/comment/tests/comment.test |
Tests previewing comments. |
CommentRSSUnitTest |
class |
|
modules/comment/tests/comment.test |
Unit tests for Comment module integration with RSS feeds. |
CommentStorageController |
class |
|
modules/comment/comment.entity.inc |
Defines the controller class for comments. |
CommentThreadingTestCase |
class |
|
modules/comment/tests/comment.test |
Tests comment threading. |
CommentTokenReplaceTestCase |
class |
|
modules/comment/tests/comment.test |
Tests comment token replacement in strings. |
CommentViewsHandlerArgumentUserUidTest |
class |
|
modules/comment/tests/comment_views_handler_argument_user_uid.test |
Tests the argument_comment_user_uid handler. |
CommentViewsHandlerFilterUserUidTest |
class |
|
modules/comment/tests/comment_views_handler_filter_user_uid.test |
Tests the filter_comment_user_uid handler. |
CommonAutocompleteTagsTestCase |
class |
|
modules/simpletest/tests/common.test |
Test backdrop_explode_tags() and backdrop_implode_tags(). |
CommonBackdropAddFeedTestCase |
class |
|
modules/simpletest/tests/common.test |
Basic tests for backdrop_add_feed(). |
CommonBackdropAlterTestCase |
class |
|
modules/simpletest/tests/common.test |
Tests for URL generation functions. |
CommonBackdropArrayUnitTest |
class |
|
modules/simpletest/tests/common.test |
Tests the various backdrop_array_* helper functions. |
CommonBackdropAttributesUnitTestCase |
class |
|
modules/simpletest/tests/common.test |
Tests the backdrop_attributes() functionality. |
CommonBackdropFormatXmlElementsUnitTestCase |
class |
|
modules/simpletest/tests/common.test |
Tests the format_xml_elements() API function. |
CommonBackdropGotoTestCase |
class |
|
modules/simpletest/tests/common.test |
Tests backdrop_goto() and hook_backdrop_goto_alter(). |
CommonBackdropHTTPRequestTestCase |
class |
|
modules/simpletest/tests/common.test |
Test backdrop_http_request(). |
CommonBackdropHTTPResponseStatusLineTest |
class |
|
modules/simpletest/tests/common.test |
Tests parsing of the HTTP response status line. |
CommonBackdropParseInfoFileTestCase |
class |
|
modules/simpletest/tests/common.test |
Tests the backdrop_parse_info_file() API function. |
CommonBackdropRenderTestCase |
class |
|
modules/simpletest/tests/common.test |
Tests for backdrop_render(). |
CommonBackdropSortUnitTest |
class |
|
modules/simpletest/tests/common.test |
Test that backdrop_sort() works correctly. |
CommonBackdropSystemListingTestCase |
class |
|
modules/simpletest/tests/common.test |
Tests scanning system directories in backdrop_system_listing(). |
CommonBackdropWriteRecordTestCase |
class |
|
modules/simpletest/tests/common.test |
Tests writing of data records with backdrop_write_record(). |
CommonCascadingStylesheetsTestCase |
class |
|
modules/simpletest/tests/common.test |
Test the Backdrop CSS system. |
CommonCascadingStylesheetsUnitTestCase |
class |
|
modules/simpletest/tests/common.test |
CSS Unit Tests. |
CommonFormatDateTestCase |
class |
|
modules/simpletest/tests/common.test |
Tests the format_date() function. |
CommonHTMLIdentifierTestCase |
class |
|
modules/simpletest/tests/common.test |
Test for cleaning HTML identifiers. |
CommonJavaScriptTestCase |
class |
|
modules/simpletest/tests/common.test |
Tests for the JavaScript system. |
CommonJSONUnitTestCase |
class |
|
modules/simpletest/tests/common.test |
Tests the backdrop_json_encode() and backdrop_json_decode() functions. |
CommonSimpleTestErrorCollectorTestCase |
class |
|
modules/simpletest/tests/common.test |
Tests SimpleTest error and exception collector. |
CommonSizeUnitTestCase |
class |
|
modules/simpletest/tests/common.test |
Tests file size parsing and formatting functions. |
CommonURLUnitTestCase |
class |
|
modules/simpletest/tests/common.test |
All URL testing that does not require a Backdrop bootstrap. |
CommonURLWebTestCase |
class |
|
modules/simpletest/tests/common.test |
Tests for URL generation functions. |
CommonValidNumberStepUnitTestCase |
class |
|
modules/simpletest/tests/common.test |
Tests number step validation by valid_number_step(). |
CommonValidUrlUnitTestCase |
class |
|
modules/simpletest/tests/common.test |
Tests URL validation by valid_url(). |
CommonXssUnitTestCase |
class |
|
modules/simpletest/tests/common.test |
Tests for check_plain(), filter_xss(), format_string(), and check_url(). |
Config |
class |
|
includes/config.inc |
Defines the default configuration object. |
ConfigDatabaseStorage |
class |
|
drivers/config_database/config_database_storage.inc |
Defines the database storage controller. |
ConfigException |
class |
|
includes/config.inc |
A base exception thrown in any configuration system operations. |
ConfigFileStorage |
class |
|
drivers/config_file/config_file_storage.inc |
Defines the file storage controller. |
ConfigNameException |
class |
|
includes/config.inc |
Exception thrown when a config object name is invalid. |
ConfigObjectTestCase |
class |
|
modules/simpletest/tests/config_obj.test |
Perform unit tests on the Config objects. |
ConfigStorageException |
class |
|
includes/config.inc |
Exception thrown by classes implementing ConfigStorageInterface. |
ConfigStorageInterface |
interface |
|
includes/config.inc |
Defines an interface for configuration storage controllers. |
ConfigStorageReadException |
class |
|
includes/config.inc |
Exception thrown when attempting to read a config file fails. |
ConfigStorageTestCase |
class |
|
modules/simpletest/tests/config_storage_obj.test |
|
ConfigurationHooksTest |
class |
|
modules/config/tests/config.test |
Tests hooks for validation, creating, updating, and deleting configurations. |
ConfigurationSyncTest |
class |
|
modules/config/tests/config.test |
Tests that hook_config_create() is run during config sync. |
ConfigurationTest |
class |
|
modules/config/tests/config.test |
Tests reading and writing file contents. |
ConfigurationUITest |
class |
|
modules/config/tests/config.test |
Tests the UI for syncing, importing, and exporting. |
ConfigValidateException |
class |
|
includes/config.inc |
Exception thrown when a config object has a validation error before saving. |