CacheClearCase |
class |
|
core/modules/simpletest/tests/cache.test |
Test cache clearing methods. |
BulkTestEntity |
class |
|
core/modules/views/tests/views_test_entity/views_test_entity.entity.inc |
Test class for the test_entity entity type. |
BootstrapWatchdogTestCase |
class |
|
core/modules/simpletest/tests/bootstrap.test |
|
BootstrapVariableTestCase |
class |
|
core/modules/simpletest/tests/bootstrap.test |
|
BootstrapTimerTestCase |
class |
|
core/modules/simpletest/tests/bootstrap.test |
|
BootstrapResettableStaticTestCase |
class |
|
core/modules/simpletest/tests/bootstrap.test |
Test that resetting static variables works. |
BootstrapPageCacheTestCase |
class |
|
core/modules/simpletest/tests/bootstrap.test |
|
BootstrapOverrideServerVariablesTestCase |
class |
|
core/modules/simpletest/tests/bootstrap.test |
Tests for overriding server variables via the API. |
BootstrapMiscTestCase |
class |
|
core/modules/simpletest/tests/bootstrap.test |
Test miscellaneous functions in bootstrap.inc. |
BootstrapIPAddressTestCase |
class |
|
core/modules/simpletest/tests/bootstrap.test |
|
BootstrapGetFilenameTestCase |
class |
|
core/modules/simpletest/tests/bootstrap.test |
Test backdrop_get_filename()'s availability. |
BootstrapDestinationTestCase |
class |
|
core/modules/simpletest/tests/bootstrap.test |
Tests for $_GET['destination'] and $_REQUEST['destination'] validation. |
BookTestCase |
class |
|
core/modules/book/tests/book.test |
Tests the functionality of the Book module. |
BlockTranslationTestCase |
class |
|
core/modules/block/tests/block.translation.test |
|
BlockText |
class |
|
core/modules/layout/includes/block.text.inc |
BlockText extends Block |
BlockTestCase |
class |
|
core/modules/block/tests/block.test |
|
BlockLegacy |
class |
|
core/modules/layout/includes/block_legacy.class.inc |
@file
Class that wraps around legacy hook_block_view/config/save() hooks. |
BlockInterestCohortTest |
class |
|
core/modules/simpletest/tests/common.test |
Test for block_interest_cohort. |
BlockHero |
class |
|
core/modules/layout/includes/block.hero.inc |
BlockHero extends BlockText |
BlockExampleTestCase |
class |
|
modules/examples/block_example/block_example.test |
Functional tests for the Block Example module. |
BlockExample |
class |
|
modules/examples/block_example/block_example.inc |
BlockExample extends Block |
BlockBroken |
class |
|
core/modules/layout/includes/block.class.inc |
A class used for blocks when their providing module or delta does not exist. |
Block |
class |
|
core/modules/layout/includes/block.class.inc |
@file
A class that wraps around a block to store settings information. |
BatchQueue |
class |
|
core/includes/batch.queue.inc |
Defines a batch queue. |
BatchProcessingTestCase |
class |
|
core/modules/simpletest/tests/batch.test |
Tests for the Batch API. |
BatchPercentagesUnitTestCase |
class |
|
core/modules/simpletest/tests/batch.test |
Tests the function _batch_api_percentage() to make sure that the rounding
works properly in all cases. |
BatchPageTestCase |
class |
|
core/modules/simpletest/tests/batch.test |
Tests for the Batch API Progress page. |
BatchMemoryQueue |
class |
|
core/includes/batch.queue.inc |
Defines a batch queue for non-progressive batches. |
BatchExampleTestCase |
class |
|
modules/examples/batch_example/batch_example.test |
Functional tests for the Batch Example module. |
BareUpgradePathTestCase |
class |
|
core/modules/simpletest/tests/upgrade/upgrade_bare.test |
Upgrade test for the bare database.. |
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. |