Search for all
Title | Object type | File name | Summary |
---|---|---|---|
DrupalLocalStreamWrapper::chmod | function | includes/ |
Base implementation of chmod(). |
DrupalLocalStreamWrapper::dirname | function | includes/ |
Gets the name of the directory from a given path. |
DrupalLocalStreamWrapper::dir_closedir | function | includes/ |
Support for closedir(). |
DrupalLocalStreamWrapper::dir_opendir | function | includes/ |
Support for opendir(). |
DrupalLocalStreamWrapper::dir_readdir | function | includes/ |
Support for readdir(). |
DrupalLocalStreamWrapper::dir_rewinddir | function | includes/ |
Support for rewinddir(). |
DrupalLocalStreamWrapper::getDirectoryPath | function | includes/ |
Gets the path that the wrapper is responsible for. @TODO: Review this method name in D8 per http://drupal.org/node/701358 |
DrupalLocalStreamWrapper::getLocalPath | function | includes/ |
Returns the canonical absolute path of the URI, if possible. |
DrupalLocalStreamWrapper::getMimeType | function | includes/ |
Base implementation of getMimeType(). |
DrupalLocalStreamWrapper::getTarget | function | includes/ |
Returns the local writable target of the resource within the stream. |
DrupalLocalStreamWrapper::getUri | function | includes/ |
Base implementation of getUri(). |
DrupalLocalStreamWrapper::mkdir | function | includes/ |
Support for mkdir(). |
DrupalLocalStreamWrapper::realpath | function | includes/ |
Base implementation of realpath(). |
DrupalLocalStreamWrapper::rename | function | includes/ |
Support for rename(). |
DrupalLocalStreamWrapper::rmdir | function | includes/ |
Support for rmdir(). |
DrupalLocalStreamWrapper::setUri | function | includes/ |
Base implementation of setUri(). |
DrupalLocalStreamWrapper::stream_cast | function | includes/ |
Retrieve the underlying stream resource. |
DrupalLocalStreamWrapper::stream_close | function | includes/ |
Support for fclose(). |
DrupalLocalStreamWrapper::stream_eof | function | includes/ |
Support for feof(). |
DrupalLocalStreamWrapper::stream_flush | function | includes/ |
Support for fflush(). |
DrupalLocalStreamWrapper::stream_lock | function | includes/ |
Support for flock(). |
DrupalLocalStreamWrapper::stream_metadata | function | includes/ |
Sets metadata on the stream. |
DrupalLocalStreamWrapper::stream_open | function | includes/ |
Support for fopen(), file_get_contents(), file_put_contents() etc. |
DrupalLocalStreamWrapper::stream_read | function | includes/ |
Support for fread(), file_get_contents() etc. |
DrupalLocalStreamWrapper::stream_seek | function | includes/ |
Support for fseek(). |
DrupalLocalStreamWrapper::stream_set_option | function | includes/ |
Change stream options. |
DrupalLocalStreamWrapper::stream_stat | function | includes/ |
Support for fstat(). |
DrupalLocalStreamWrapper::stream_tell | function | includes/ |
Support for ftell(). |
DrupalLocalStreamWrapper::stream_truncate | function | includes/ |
Truncate stream. |
DrupalLocalStreamWrapper::stream_write | function | includes/ |
Support for fwrite(), file_put_contents() etc. |
DrupalLocalStreamWrapper::unlink | function | includes/ |
Support for unlink(). |
DrupalLocalStreamWrapper::url_stat | function | includes/ |
Support for stat(). |
DrupalMatchPathTestCase | class | modules/ |
Unit tests for the drupal_match_path() function in path.inc. |
DrupalMatchPathTestCase::$front | property | modules/ |
|
DrupalMatchPathTestCase::drupalMatchPathTests | function | modules/ |
Helper function for testDrupalMatchPath(): set up an array of test cases. |
DrupalMatchPathTestCase::getInfo | function | modules/ |
|
DrupalMatchPathTestCase::setUp | function | modules/ |
|
DrupalMatchPathTestCase::testDrupalMatchPath | function | modules/ |
Run through our test cases, making sure each one works as expected. |
DrupalPrivateStreamWrapper | class | includes/ |
Drupal private (private://) stream wrapper class. |
DrupalPrivateStreamWrapper::getDirectoryPath | function | includes/ |
Implements abstract public function getDirectoryPath() |
DrupalPrivateStreamWrapper::getExternalUrl | function | includes/ |
Overrides getExternalUrl(). |
DrupalPublicStreamWrapper | class | includes/ |
Drupal public (public://) stream wrapper class. |
DrupalPublicStreamWrapper::getDirectoryPath | function | includes/ |
Implements abstract public function getDirectoryPath() |
DrupalPublicStreamWrapper::getExternalUrl | function | includes/ |
Overrides getExternalUrl(). |
DrupalPublicStreamWrapper::getLocalPath | function | includes/ |
|
DrupalQueue | class | modules/ |
Factory class for interacting with queues. |
DrupalQueue::get | function | modules/ |
Returns the queue object for a given name. |
DrupalQueueInterface | interface | modules/ |
|
DrupalQueueInterface::claimItem | function | modules/ |
Claim an item in the queue for processing. |
DrupalQueueInterface::createItem | function | modules/ |
Add a queue item and store it directly to the queue. |
Pagination
- Previous page
- Page 50
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.