BackdropLocalStreamWrapper::stream_read |
core/includes/stream_wrappers.inc |
Support for fread(), file_get_contents() etc. |
BackdropLocalStreamWrapper::stream_seek |
core/includes/stream_wrappers.inc |
Support for fseek(). |
BackdropLocalStreamWrapper::stream_set_option |
core/includes/stream_wrappers.inc |
Change stream options. |
BackdropLocalStreamWrapper::stream_stat |
core/includes/stream_wrappers.inc |
Support for fstat(). |
BackdropLocalStreamWrapper::stream_tell |
core/includes/stream_wrappers.inc |
Support for ftell(). |
BackdropLocalStreamWrapper::stream_truncate |
core/includes/stream_wrappers.inc |
Truncate stream. |
BackdropLocalStreamWrapper::stream_write |
core/includes/stream_wrappers.inc |
Support for fwrite(), file_put_contents() etc. |
BackdropLocalStreamWrapper::unlink |
core/includes/stream_wrappers.inc |
Support for unlink(). |
BackdropLocalStreamWrapper::url_stat |
core/includes/stream_wrappers.inc |
Support for stat(). |
BackdropMatchPathTestCase::backdropMatchPathTests |
core/modules/simpletest/tests/path.test |
Helper function for testBackdropMatchPath(): set up an array of test cases. |
BackdropMatchPathTestCase::setUp |
core/modules/simpletest/tests/path.test |
Sets up a Backdrop site for running functional and integration tests. |
BackdropMatchPathTestCase::testBackdropMatchPath |
core/modules/simpletest/tests/path.test |
Run through our test cases, making sure each one works as expected. |
BackdropNullCache::delete |
core/includes/cache.inc |
Implements BackdropCacheInterface::delete(). |
BackdropNullCache::deleteMultiple |
core/includes/cache.inc |
Implements BackdropCacheInterface::deleteMultiple(). |
BackdropNullCache::deletePrefix |
core/includes/cache.inc |
Implements BackdropCacheInterface::deletePrefix(). |
BackdropNullCache::expire |
core/includes/cache.inc |
Implements BackdropCacheInterface::expire(). |
BackdropNullCache::flush |
core/includes/cache.inc |
Implements BackdropCacheInterface::flush(). |
BackdropNullCache::garbageCollection |
core/includes/cache.inc |
Implements BackdropCacheInterface::garbageCollection(). |
BackdropNullCache::get |
core/includes/cache.inc |
Implements BackdropCacheInterface::get(). |
BackdropNullCache::getMultiple |
core/includes/cache.inc |
Implements BackdropCacheInterface::getMultiple(). |
BackdropNullCache::isEmpty |
core/includes/cache.inc |
Implements BackdropCacheInterface::isEmpty(). |
BackdropNullCache::set |
core/includes/cache.inc |
Implements BackdropCacheInterface::set(). |
BackdropNullCache::__construct |
core/includes/cache.inc |
Constructs a BackdropNullCache object. |
BackdropPrivateStreamWrapper::getDirectoryPath |
core/includes/stream_wrappers.inc |
Implements abstract public function getDirectoryPath() |
BackdropPrivateStreamWrapper::getExternalUrl |
core/includes/stream_wrappers.inc |
Overrides getExternalUrl(). |
BackdropPublicStreamWrapper::getDirectoryPath |
core/includes/stream_wrappers.inc |
Implements abstract public function getDirectoryPath() |
BackdropPublicStreamWrapper::getExternalUrl |
core/includes/stream_wrappers.inc |
Overrides getExternalUrl(). |
BackdropPublicStreamWrapper::getLocalPath |
core/includes/stream_wrappers.inc |
Returns the canonical absolute path of the URI, if possible. |
BackdropQueue::get |
core/modules/system/system.queue.inc |
Returns the queue object for a given name. |
BackdropQueueInterface::claimItem |
core/modules/system/system.queue.inc |
Claim an item in the queue for processing. |
BackdropQueueInterface::createItem |
core/modules/system/system.queue.inc |
Add a queue item and store it directly to the queue. |
BackdropQueueInterface::createQueue |
core/modules/system/system.queue.inc |
Create a queue. |
BackdropQueueInterface::deleteItem |
core/modules/system/system.queue.inc |
Delete a finished item from the queue. |
BackdropQueueInterface::deleteQueue |
core/modules/system/system.queue.inc |
Delete a queue and every item in the queue. |
BackdropQueueInterface::numberOfItems |
core/modules/system/system.queue.inc |
Retrieve the number of items in the queue. |
BackdropQueueInterface::releaseItem |
core/modules/system/system.queue.inc |
Release an item that the worker could not process, so another
worker can come in and process it before the timeout expires. |
BackdropRequestSanitizerUnitTestCase::setUp |
core/modules/system/tests/system.test |
Sets up unit test environment. |
BackdropRequestSanitizerUnitTestCase::testBackdropRequestSanitizer |
core/modules/system/tests/system.test |
Tests request sanitation used in early bootstrap. |
BackdropSetMessageTest::setUp |
core/modules/system/tests/system.test |
Sets up a Backdrop site for running functional and integration tests. |
BackdropSetMessageTest::testSetRemoveMessages |
core/modules/system/tests/system.test |
Tests setting messages and removing one before it is displayed. |
BackdropStreamWrapperInterface::chmod |
core/includes/stream_wrappers.inc |
Changes permissions of the resource. |
BackdropStreamWrapperInterface::dirname |
core/includes/stream_wrappers.inc |
Gets the name of the directory from a given path. |
BackdropStreamWrapperInterface::getExternalUrl |
core/includes/stream_wrappers.inc |
Returns a web accessible URL for the resource. |
BackdropStreamWrapperInterface::getMimeType |
core/includes/stream_wrappers.inc |
Returns the MIME type of the resource. |
BackdropStreamWrapperInterface::getUri |
core/includes/stream_wrappers.inc |
Returns the stream resource URI. |
BackdropStreamWrapperInterface::realpath |
core/includes/stream_wrappers.inc |
Returns canonical, absolute path of the resource. |
BackdropStreamWrapperInterface::setUri |
core/includes/stream_wrappers.inc |
Set the absolute stream resource URI. |
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. |
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. |
BackdropTemporaryStreamWrapper::getDirectoryPath |
core/includes/stream_wrappers.inc |
Implements abstract public function getDirectoryPath() |