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. |
Backup |
abstract class |
|
core/includes/backup/backup.class.inc |
Base class for creating backups. |
BackupBaseTestCase |
class |
|
core/modules/simpletest/tests/backup.test |
Base class for testing Backup and Restore functionality. |
BackupConfig |
class |
|
core/includes/backup/backup.config.inc |
Base class for creating backups. |
BackupDatabase |
abstract class |
|
core/includes/backup/backup.database.inc |
A destination type for saving to a database server. |
BackupFile |
class |
|
core/includes/backup/backup.file.inc |
Provides a utility object for reading and writing local backup files. |
BackupMySql |
class |
|
core/includes/backup/backup.mysql.inc |
Creates and restores backups from a MySQL database source. |
BackupSettingsTestCase |
class |
|
core/modules/simpletest/tests/backup.test |
Tests backup settings form. |
BackupUpdateTestCase |
class |
|
core/modules/simpletest/tests/backup.test |
Tests backup and restore via update.php and restore.php. |
BareUpgradePathTestCase |
class |
|
core/modules/simpletest/tests/upgrade/upgrade_bare.test |
Upgrade test for the bare database.. |
BasisTestCase |
class |
|
core/modules/simpletest/tests/basis.test |
Test the addition of supplemental CSS update selectors on the body class. |
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. |