BackdropUpdateException |
class |
|
core/includes/update.inc |
@class Exception class used to throw error if a module update fails. |
BackdropUpdaterInterface |
interface |
|
core/includes/updater.inc |
Interface for a class which can update a Backdrop project. |
BackdropWebTestCase |
class |
|
core/modules/simpletest/backdrop_web_test_case.php |
Test case for typical Backdrop tests. |
BackdropWebTestCaseCache |
class |
|
core/modules/simpletest/backdrop_web_test_case_cache.php |
Class for setting up a full installation profile for caching purposes. |
BareUpgradePathTestCase |
class |
|
core/modules/simpletest/tests/upgrade/upgrade_bare.test |
Upgrade test for the bare database.. |
BatchExampleTestCase |
class |
|
modules/examples/batch_example/tests/batch_example.test |
Functional tests for the Batch Example module. |
BatchMemoryQueue |
class |
|
core/includes/batch.queue.inc |
Defines a batch queue for non-progressive batches. |
BatchPageTestCase |
class |
|
core/modules/simpletest/tests/batch.test |
Tests for the Batch API Progress page. |
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. |
BatchProcessingTestCase |
class |
|
core/modules/simpletest/tests/batch.test |
Tests for the Batch API. |
BatchQueue |
class |
|
core/includes/batch.queue.inc |
Defines a batch queue. |
Block |
class |
|
core/modules/layout/includes/block.class.inc |
@file
A class that wraps around a block to store settings information. |
BlockBroken |
class |
|
core/modules/layout/includes/block.class.inc |
A class used for blocks when their providing module or delta does not exist. |
BlockExample |
class |
|
modules/examples/block_example/block_example.inc |
BlockExample extends Block |
BlockExampleTestCase |
class |
|
modules/examples/block_example/tests/block_example.test |
Functional tests for the Block Example module. |
BlockHero |
class |
|
core/modules/layout/includes/block.hero.inc |
BlockHero extends BlockText |
BlockLegacy |
class |
|
core/modules/layout/includes/block_legacy.class.inc |
@file
Class that wraps around legacy hook_block_view/config/save() hooks. |
BlockTestCase |
class |
|
core/modules/block/tests/block.test |
|
BlockText |
class |
|
core/modules/layout/includes/block.text.inc |
BlockText extends Block |
BlockTranslationTestCase |
class |
|
core/modules/block/tests/block.translation.test |
|
BookTestCase |
class |
|
core/modules/book/tests/book.test |
Tests the functionality of the Book module. |
BootstrapDestinationTestCase |
class |
|
core/modules/simpletest/tests/bootstrap.test |
Tests for $_GET['destination'] and $_REQUEST['destination'] validation. |
BootstrapGetFilenameTestCase |
class |
|
core/modules/simpletest/tests/bootstrap.test |
Test backdrop_get_filename()'s availability. |
BootstrapIPAddressTestCase |
class |
|
core/modules/simpletest/tests/bootstrap.test |
|
BootstrapMiscTestCase |
class |
|
core/modules/simpletest/tests/bootstrap.test |
Test miscellaneous functions in bootstrap.inc. |
BootstrapOverrideServerVariablesTestCase |
class |
|
core/modules/simpletest/tests/bootstrap.test |
Tests for overriding server variables via the API. |
BootstrapPageCacheTestCase |
class |
|
core/modules/simpletest/tests/bootstrap.test |
|
BootstrapResettableStaticTestCase |
class |
|
core/modules/simpletest/tests/bootstrap.test |
Test that resetting static variables works. |
BootstrapTimerTestCase |
class |
|
core/modules/simpletest/tests/bootstrap.test |
|
BootstrapVariableTestCase |
class |
|
core/modules/simpletest/tests/bootstrap.test |
|
BootstrapWatchdogTestCase |
class |
|
core/modules/simpletest/tests/bootstrap.test |
|
BulkTestEntity |
class |
|
core/modules/views/tests/views_test_entity/views_test_entity.entity.inc |
Test class for the test_entity entity type. |
CacheClearCase |
class |
|
core/modules/simpletest/tests/cache.test |
Test cache clearing methods. |
CacheExampleTestCase |
class |
|
modules/examples/cache_example/tests/cache_example.test |
Functional tests for the Cache Example module. |
CacheGetMultipleUnitTest |
class |
|
core/modules/simpletest/tests/cache.test |
Test getMultiple(). |
CacheIsEmptyCase |
class |
|
core/modules/simpletest/tests/cache.test |
Test isEmpty() method. |
CacheSavingCase |
class |
|
core/modules/simpletest/tests/cache.test |
|
CacheTestCase |
class |
|
core/modules/simpletest/tests/cache.test |
|
CKEditor5RtlTestCase |
class |
|
core/modules/ckeditor5/tests/ckeditor5_rtl.test |
CKEditor testing class specific for right-to-left languages. |
CKEditor5TestCase |
class |
|
core/modules/ckeditor5/tests/ckeditor5.test |
Functional tests for CKEditor5 module. |
CKEditor5UpgradeTestCase |
class |
|
core/modules/ckeditor5/tests/ckeditor5_upgrade.test |
Upgrade tests from CKEditor 4 to CKEditor 5. |
CKEditorRtlTestCase |
class |
|
core/modules/ckeditor/tests/ckeditor_rtl.test |
CKEditor 4 testing class specific for right-to-left languages. |
CKEditorTestCase |
class |
|
core/modules/ckeditor/tests/ckeditor.test |
|
Color |
class |
|
core/includes/color.inc |
Performs color conversions. |
ColorTest |
class |
|
core/modules/simpletest/tests/color.test |
@file |
ColorTestCase |
class |
|
core/modules/color/tests/color.test |
Tests the Color module functionality. |
Comment |
class |
|
core/modules/comment/comment.entity.inc |
Defines the comment entity class. |
CommentActionsTestCase |
class |
|
core/modules/comment/tests/comment.test |
Tests actions provided by the Comment module. |
CommentAnonymous |
class |
|
core/modules/comment/tests/comment.test |
Tests anonymous commenting. |
CommentApprovalTest |
class |
|
core/modules/comment/tests/comment.test |
Tests comment approval functionality. |