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. |
BackdropQueueInterface::numberOfItems |
core/modules/system/system.queue.inc |
Retrieve the number of items in the queue. |
BackdropQueueInterface::deleteQueue |
core/modules/system/system.queue.inc |
Delete a queue and every item in the queue. |
BackdropQueueInterface::deleteItem |
core/modules/system/system.queue.inc |
Delete a finished item from the queue. |
BackdropQueueInterface::createQueue |
core/modules/system/system.queue.inc |
Create a queue. |
BackdropQueueInterface::createItem |
core/modules/system/system.queue.inc |
Add a queue item and store it directly to the queue. |
BackdropQueueInterface::claimItem |
core/modules/system/system.queue.inc |
Claim an item in the queue for processing. |
BackdropQueue::get |
core/modules/system/system.queue.inc |
Returns the queue object for a given name. |
BackdropPublicStreamWrapper::getLocalPath |
core/includes/stream_wrappers.inc |
Returns the canonical absolute path of the URI, if possible. |
BackdropPublicStreamWrapper::getExternalUrl |
core/includes/stream_wrappers.inc |
Overrides getExternalUrl(). |
BackdropPublicStreamWrapper::getDirectoryPath |
core/includes/stream_wrappers.inc |
Implements abstract public function getDirectoryPath() |
BackdropPrivateStreamWrapper::getExternalUrl |
core/includes/stream_wrappers.inc |
Overrides getExternalUrl(). |
BackdropPrivateStreamWrapper::getDirectoryPath |
core/includes/stream_wrappers.inc |
Implements abstract public function getDirectoryPath() |
BackdropNullCache::__construct |
core/includes/cache.inc |
Constructs a BackdropNullCache object. |
BackdropNullCache::set |
core/includes/cache.inc |
Implements BackdropCacheInterface::set(). |
BackdropNullCache::isEmpty |
core/includes/cache.inc |
Implements BackdropCacheInterface::isEmpty(). |
BackdropNullCache::getMultiple |
core/includes/cache.inc |
Implements BackdropCacheInterface::getMultiple(). |
BackdropNullCache::get |
core/includes/cache.inc |
Implements BackdropCacheInterface::get(). |
BackdropNullCache::garbageCollection |
core/includes/cache.inc |
Implements BackdropCacheInterface::garbageCollection(). |
BackdropNullCache::flush |
core/includes/cache.inc |
Implements BackdropCacheInterface::flush(). |
BackdropNullCache::expire |
core/includes/cache.inc |
Implements BackdropCacheInterface::expire(). |
BackdropNullCache::deletePrefix |
core/includes/cache.inc |
Implements BackdropCacheInterface::deletePrefix(). |
BackdropNullCache::deleteMultiple |
core/includes/cache.inc |
Implements BackdropCacheInterface::deleteMultiple(). |
BackdropNullCache::delete |
core/includes/cache.inc |
Implements BackdropCacheInterface::delete(). |
BackdropMatchPathTestCase::testBackdropMatchPath |
core/modules/simpletest/tests/path.test |
Run through our test cases, making sure each one works as expected. |
BackdropMatchPathTestCase::setUp |
core/modules/simpletest/tests/path.test |
Sets up a Backdrop site for running functional and integration tests. |
BackdropMatchPathTestCase::backdropMatchPathTests |
core/modules/simpletest/tests/path.test |
Helper function for testBackdropMatchPath(): set up an array of test cases. |
BackdropLocalStreamWrapper::url_stat |
core/includes/stream_wrappers.inc |
Support for stat(). |
BackdropLocalStreamWrapper::unlink |
core/includes/stream_wrappers.inc |
Support for unlink(). |
BackdropLocalStreamWrapper::stream_write |
core/includes/stream_wrappers.inc |
Support for fwrite(), file_put_contents() etc. |
BackdropLocalStreamWrapper::stream_truncate |
core/includes/stream_wrappers.inc |
Truncate stream. |
BackdropLocalStreamWrapper::stream_tell |
core/includes/stream_wrappers.inc |
Support for ftell(). |
BackdropLocalStreamWrapper::stream_stat |
core/includes/stream_wrappers.inc |
Support for fstat(). |
BackdropLocalStreamWrapper::stream_set_option |
core/includes/stream_wrappers.inc |
Change stream options. |
BackdropLocalStreamWrapper::stream_seek |
core/includes/stream_wrappers.inc |
Support for fseek(). |
BackdropLocalStreamWrapper::stream_read |
core/includes/stream_wrappers.inc |
Support for fread(), file_get_contents() etc. |
BackdropLocalStreamWrapper::stream_open |
core/includes/stream_wrappers.inc |
Support for fopen(), file_get_contents(), file_put_contents() etc. |
BackdropLocalStreamWrapper::stream_metadata |
core/includes/stream_wrappers.inc |
Sets metadata on the stream. |
BackdropLocalStreamWrapper::stream_lock |
core/includes/stream_wrappers.inc |
Support for flock(). |
BackdropLocalStreamWrapper::stream_flush |
core/includes/stream_wrappers.inc |
Support for fflush(). |
BackdropLocalStreamWrapper::stream_eof |
core/includes/stream_wrappers.inc |
Support for feof(). |
BackdropLocalStreamWrapper::stream_close |
core/includes/stream_wrappers.inc |
Support for fclose(). |
BackdropLocalStreamWrapper::stream_cast |
core/includes/stream_wrappers.inc |
Retrieve the underlying stream resource. |
BackdropLocalStreamWrapper::setUri |
core/includes/stream_wrappers.inc |
Base implementation of setUri(). |
BackdropLocalStreamWrapper::rmdir |
core/includes/stream_wrappers.inc |
Support for rmdir(). |
BackdropLocalStreamWrapper::rename |
core/includes/stream_wrappers.inc |
Support for rename(). |
BackdropLocalStreamWrapper::realpath |
core/includes/stream_wrappers.inc |
Base implementation of realpath(). |
BackdropLocalStreamWrapper::mkdir |
core/includes/stream_wrappers.inc |
Support for mkdir(). |
BackdropLocalStreamWrapper::getUri |
core/includes/stream_wrappers.inc |
Base implementation of getUri(). |
BackdropLocalStreamWrapper::getTarget |
core/includes/stream_wrappers.inc |
Returns the local writable target of the resource within the stream. |