BatchExampleTestCase |
class |
|
modules/examples/batch_example/tests/batch_example.test |
Functional tests for the Batch Example module. |
BasisTestCase |
class |
|
core/modules/simpletest/tests/basis.test |
Test the addition of supplemental CSS update selectors on the body class. |
BareUpgradePathTestCase |
class |
|
core/modules/simpletest/tests/upgrade/upgrade_bare.test |
Upgrade test for the bare database.. |
BackupUpdateTestCase |
class |
|
core/modules/simpletest/tests/backup.test |
Tests backup and restore via update.php and restore.php. |
BackupSettingsTestCase |
class |
|
core/modules/simpletest/tests/backup.test |
Tests backup settings form. |
BackupMySql |
class |
|
core/includes/backup/backup.mysql.inc |
Creates and restores backups from a MySQL database source. |
BackupFile |
class |
|
core/includes/backup/backup.file.inc |
Provides a utility object for reading and writing local backup files. |
BackupDatabase |
abstract class |
|
core/includes/backup/backup.database.inc |
A destination type for saving to a database server. |
BackupConfig |
class |
|
core/includes/backup/backup.config.inc |
Base class for creating backups. |
BackupBaseTestCase |
class |
|
core/modules/simpletest/tests/backup.test |
Base class for testing Backup and Restore functionality. |
Backup |
abstract class |
|
core/includes/backup/backup.class.inc |
Base class for creating backups. |
BackdropWebTestCaseCache |
class |
|
core/modules/simpletest/backdrop_web_test_case_cache.php |
Class for setting up a full installation profile for caching purposes. |
BackdropWebTestCase |
class |
|
core/modules/simpletest/backdrop_web_test_case.php |
Test case for typical Backdrop tests. |
BackdropUpdaterInterface |
interface |
|
core/includes/updater.inc |
Interface for a class which can update a Backdrop project. |
BackdropUpdateException |
class |
|
core/includes/update.inc |
@class Exception class used to throw error if a module update fails. |
BackdropUnitTestCase |
class |
|
core/modules/simpletest/backdrop_web_test_case.php |
Test case for Backdrop unit tests. |
BackdropTestCase |
abstract class |
|
core/modules/simpletest/backdrop_web_test_case.php |
Base class for Backdrop tests. |
BackdropTemporaryStreamWrapper |
class |
|
core/includes/stream_wrappers.inc |
Backdrop temporary (temporary://) stream wrapper class. |
BackdropSystemListingCompatibleTestCase |
class |
|
core/profiles/testing/modules/backdrop_system_listing_compatible_test/backdrop_system_listing_compatible_test.test |
Helper to verify tests in installation profile modules. |
BackdropStreamWrapperInterface |
interface |
|
core/includes/stream_wrappers.inc |
Backdrop stream wrapper extension. |
BackdropSetMessageTest |
class |
|
core/modules/system/tests/system.test |
Tests backdrop_set_message() and related functions. |
BackdropRequestSanitizerUnitTestCase |
class |
|
core/modules/system/tests/system.test |
Tests request sanitation used in early bootstrap. |
BackdropReliableQueueInterface |
interface |
|
core/modules/system/system.queue.inc |
Reliable queue interface. |
BackdropQueueInterface |
interface |
|
core/modules/system/system.queue.inc |
|
BackdropQueue |
class |
|
core/modules/system/system.queue.inc |
Factory class for interacting with queues. |
BackdropPublicStreamWrapper |
class |
|
core/includes/stream_wrappers.inc |
Backdrop public (public://) stream wrapper class. |
BackdropPrivateStreamWrapper |
class |
|
core/includes/stream_wrappers.inc |
Backdrop private (private://) stream wrapper class. |
BackdropNullCache |
class |
|
core/includes/cache.inc |
Defines a stub cache implementation. |
BackdropMatchPathTestCase |
class |
|
core/modules/simpletest/tests/path.test |
Unit tests for the backdrop_match_path() function in path.inc. |
BackdropLocalStreamWrapper |
abstract class |
|
core/includes/stream_wrappers.inc |
Backdrop stream wrapper base class for local files. |
BackdropHTTPSystemInterface |
interface |
|
core/includes/http_system.inc |
Defines the BackdropHTTPSystemInterface class interface. |
BackdropHtmlToTextTestCase |
class |
|
core/modules/simpletest/tests/mail.test |
Unit tests for backdrop_html_to_text(). |
BackdropGetQueryArrayTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Tests the functionality of backdrop_get_query_array(). |
BackdropFakeCache |
class |
|
core/includes/cache-install.inc |
Defines a stub cache implementation to be used during installation. |
BackdropErrorHandlerUnitTest |
class |
|
core/modules/simpletest/tests/error.test |
Tests Backdrop error and exception handlers. |
BackdropDummyStreamWrapper |
class |
|
core/modules/simpletest/tests/file_test.stream_wrappers.inc |
Helper class for testing the stream wrapper registry. |
BackdropDummyRemoteStreamWrapper |
class |
|
core/modules/simpletest/tests/file_test.stream_wrappers.inc |
Helper class for testing the stream wrapper registry. |
BackdropDiffFormatter |
class |
|
core/includes/diff.inc |
Backdrop diff formatter which returns diffs as an array. |
BackdropDateTime |
class |
|
core/includes/date.class.inc |
Extends PHP DateTime class for use with Backdrop. |
BackdropDatabaseCache |
class |
|
core/includes/cache.inc |
Defines a default cache implementation. |
BackdropCacheInterface |
interface |
|
core/includes/cache.inc |
Defines an interface for cache implementations. |
BackdropCacheArray |
abstract class |
|
core/includes/bootstrap.inc |
Provides a caching wrapper to be used in place of large array structures. |
ArrayDiffUnitTest |
class |
|
core/modules/simpletest/tests/common.test |
Test array diff functions. |
Archive_Tar |
class |
|
core/modules/system/system.tar.inc |
|
ArchiverZip |
class |
|
core/modules/system/system.archiver.inc |
Archiver for .zip files. |
ArchiverTar |
class |
|
core/modules/system/system.archiver.inc |
Archiver for .tar files. |
ArchiverInterface |
interface |
|
core/includes/archiver.inc |
Defines the common interface for all Archiver classes. |
AnonymousUser |
class |
|
core/includes/anonymous.inc |
Provides a class for managing anonymous users. |
AJAXTestCase |
class |
|
core/modules/simpletest/tests/ajax.test |
Ajax Test. |
AJAXMultiFormTestCase |
class |
|
core/modules/simpletest/tests/ajax.test |
Tests that Ajax-enabled forms work when multiple instances of the same form are on a page. |