BackdropUpdaterInterface::isInstalled |
core/includes/updater.inc |
Checks if the project is installed. |
BackdropUpdaterInterface::getProjectName |
core/includes/updater.inc |
Returns the system name of the project. |
BackdropUpdaterInterface::getInstallDirectory |
core/includes/updater.inc |
|
BackdropUpdaterInterface::canUpdateDirectory |
core/includes/updater.inc |
Determine if the Updater can handle the project provided in $directory. |
BackdropUnitTestCase::__construct |
core/modules/simpletest/backdrop_web_test_case.php |
Constructor for BackdropUnitTestCase. |
BackdropUnitTestCase::tearDown |
core/modules/simpletest/backdrop_web_test_case.php |
Clean up any database tables, configuration, or files after each test run. |
BackdropUnitTestCase::setUp |
core/modules/simpletest/backdrop_web_test_case.php |
Sets up unit test environment. |
BackdropTestCase::__construct |
core/modules/simpletest/backdrop_web_test_case.php |
Constructor for BackdropTestCase. |
BackdropTestCase::verbose |
core/modules/simpletest/backdrop_web_test_case.php |
Logs a verbose message in a text file. |
BackdropTestCase::tearDown |
core/modules/simpletest/backdrop_web_test_case.php |
Clean up any database tables, configuration, or files after each test run. |
BackdropTestCase::setUp |
core/modules/simpletest/backdrop_web_test_case.php |
Prepare an environment in which tests will be executed. |
BackdropTestCase::run |
core/modules/simpletest/backdrop_web_test_case.php |
Run all tests in this class. |
BackdropTestCase::randomString |
core/modules/simpletest/backdrop_web_test_case.php |
Generates a random string of ASCII characters of codes 32 to 126. |
BackdropTestCase::randomName |
core/modules/simpletest/backdrop_web_test_case.php |
Generates a random string containing letters and numbers. |
BackdropTestCase::prepareDatabasePrefix |
core/modules/simpletest/backdrop_web_test_case.php |
Generates a database prefix for running tests. |
BackdropTestCase::pass |
core/modules/simpletest/backdrop_web_test_case.php |
Fire an assertion that is always positive. |
BackdropTestCase::insertAssert |
core/modules/simpletest/backdrop_web_test_case.php |
Store an assertion from outside the testing context. |
BackdropTestCase::getDatabaseConnection |
core/modules/simpletest/backdrop_web_test_case.php |
Returns the database connection to the site running Simpletest. |
BackdropTestCase::getAssertionCall |
core/modules/simpletest/backdrop_web_test_case.php |
Cycles through backtrace until the first non-assertion method is found. |
BackdropTestCase::generatePermutations |
core/modules/simpletest/backdrop_web_test_case.php |
Converts a list of possible parameters into a stack of permutations. |
BackdropTestCase::fail |
core/modules/simpletest/backdrop_web_test_case.php |
Fire an assertion that is always negative. |
BackdropTestCase::exceptionHandler |
core/modules/simpletest/backdrop_web_test_case.php |
Handle exceptions. |
BackdropTestCase::errorHandler |
core/modules/simpletest/backdrop_web_test_case.php |
Handle errors during test runs. |
BackdropTestCase::error |
core/modules/simpletest/backdrop_web_test_case.php |
Fire an error assertion. |
BackdropTestCase::deleteAssert |
core/modules/simpletest/backdrop_web_test_case.php |
Delete an assertion record by message ID. |
BackdropTestCase::checkRequirements |
core/modules/simpletest/backdrop_web_test_case.php |
Checks the matching requirements for BackdropTestCase. |
BackdropTestCase::assertTrue |
core/modules/simpletest/backdrop_web_test_case.php |
Check to see if a value is not false (not an empty string, 0, NULL, or FALSE). |
BackdropTestCase::assertNull |
core/modules/simpletest/backdrop_web_test_case.php |
Check to see if a value is NULL. |
BackdropTestCase::assertNotNull |
core/modules/simpletest/backdrop_web_test_case.php |
Check to see if a value is not NULL. |
BackdropTestCase::assertNotIdentical |
core/modules/simpletest/backdrop_web_test_case.php |
Check to see if two values are not identical. |
BackdropTestCase::assertNotEqual |
core/modules/simpletest/backdrop_web_test_case.php |
Check to see if two values are not equal. |
BackdropTestCase::assertIdentical |
core/modules/simpletest/backdrop_web_test_case.php |
Check to see if two values are identical. |
BackdropTestCase::assertFalse |
core/modules/simpletest/backdrop_web_test_case.php |
Check to see if a value is false (an empty string, 0, NULL, or FALSE). |
BackdropTestCase::assertEqual |
core/modules/simpletest/backdrop_web_test_case.php |
Check to see if two values are equal. |
BackdropTestCase::assert |
core/modules/simpletest/backdrop_web_test_case.php |
Internal helper: stores the assert. |
BackdropTemporaryStreamWrapper::getExternalUrl |
core/includes/stream_wrappers.inc |
Overrides getExternalUrl(). |
BackdropTemporaryStreamWrapper::getDirectoryPath |
core/includes/stream_wrappers.inc |
Implements abstract public function getDirectoryPath() |
BackdropSystemListingCompatibleTestCase::testBackdropSystemListing |
core/profiles/testing/modules/backdrop_system_listing_compatible_test/backdrop_system_listing_compatible_test.test |
Non-empty test* method required to executed the test case class. |
BackdropSystemListingCompatibleTestCase::setUp |
core/profiles/testing/modules/backdrop_system_listing_compatible_test/backdrop_system_listing_compatible_test.test |
Sets up a Backdrop site for running functional and integration tests. |
BackdropStreamWrapperInterface::setUri |
core/includes/stream_wrappers.inc |
Set the absolute stream resource URI. |
BackdropStreamWrapperInterface::realpath |
core/includes/stream_wrappers.inc |
Returns canonical, absolute path of the resource. |
BackdropStreamWrapperInterface::getUri |
core/includes/stream_wrappers.inc |
Returns the stream resource URI. |
BackdropStreamWrapperInterface::getMimeType |
core/includes/stream_wrappers.inc |
Returns the MIME type of the resource. |
BackdropStreamWrapperInterface::getExternalUrl |
core/includes/stream_wrappers.inc |
Returns a web accessible URL for the resource. |
BackdropStreamWrapperInterface::dirname |
core/includes/stream_wrappers.inc |
Gets the name of the directory from a given path. |
BackdropStreamWrapperInterface::chmod |
core/includes/stream_wrappers.inc |
Changes permissions of the resource. |
BackdropSetMessageTest::testSetRemoveMessages |
core/modules/system/tests/system.test |
Tests setting messages and removing one before it is displayed. |
BackdropSetMessageTest::setUp |
core/modules/system/tests/system.test |
Sets up a Backdrop site for running functional and integration tests. |
BackdropRequestSanitizerUnitTestCase::testBackdropRequestSanitizer |
core/modules/system/tests/system.test |
Tests request sanitation used in early bootstrap. |
BackdropRequestSanitizerUnitTestCase::setUp |
core/modules/system/tests/system.test |
Sets up unit test environment. |