Search for %s
- Search 7.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| LocalReadOnlyStream::rename | function | core/ |
Support for rename(). |
| LocalReadOnlyStream::rmdir | function | core/ |
Support for rmdir(). |
| LocalReadOnlyStream::stream_flush | function | core/ |
Support for fflush(). |
| LocalReadOnlyStream::stream_lock | function | core/ |
Support for flock(). |
| LocalReadOnlyStream::stream_metadata | function | core/ |
Does not change meta data as this is a read-only stream wrapper. |
| LocalReadOnlyStream::stream_open | function | core/ |
|
| LocalReadOnlyStream::stream_truncate | function | core/ |
|
| LocalReadOnlyStream::stream_write | function | core/ |
Support for fwrite(), file_put_contents() etc. |
| LocalReadOnlyStream::unlink | function | core/ |
Support for unlink(). |
| LocalRedirectResponse | class | core/ |
Provides a redirect response which cannot redirect to an external URL. |
| LocalRedirectResponse.php | file | core/ |
|
| LocalStream | class | core/ |
Defines a Drupal stream wrapper base class for local files. |
| LocalStream.php | file | core/ |
|
| LocalStream::$context | property | core/ |
Stream context resource. |
| LocalStream::$handle | property | core/ |
A generic resource handle. |
| LocalStream::$uri | property | core/ |
Instance URI (stream). |
| LocalStream::dirname | function | core/ |
|
| LocalStream::dir_closedir | function | core/ |
|
| LocalStream::dir_opendir | function | core/ |
|
| LocalStream::dir_readdir | function | core/ |
|
| LocalStream::dir_rewinddir | function | core/ |
|
| LocalStream::getDirectoryPath | function | core/ |
Gets the path that the wrapper is responsible for. |
| LocalStream::getFileSystem | function | core/ |
Returns file system service. |
| LocalStream::getLocalPath | function | core/ |
Returns the canonical absolute path of the URI, if possible. |
| LocalStream::getTarget | function | core/ |
Returns the local writable target of the resource within the stream. |
| LocalStream::getType | function | core/ |
|
| LocalStream::getUri | function | core/ |
|
| LocalStream::mkdir | function | core/ |
|
| LocalStream::realpath | function | core/ |
|
| LocalStream::rename | function | core/ |
|
| LocalStream::rmdir | function | core/ |
|
| LocalStream::setUri | function | core/ |
|
| LocalStream::stream_cast | function | core/ |
|
| LocalStream::stream_close | function | core/ |
|
| LocalStream::stream_eof | function | core/ |
|
| LocalStream::stream_flush | function | core/ |
|
| LocalStream::stream_lock | function | core/ |
|
| LocalStream::stream_metadata | function | core/ |
|
| LocalStream::stream_open | function | core/ |
|
| LocalStream::stream_read | function | core/ |
|
| LocalStream::stream_seek | function | core/ |
|
| LocalStream::stream_set_option | function | core/ |
Since Windows systems do not allow it and it is not needed for most use cases anyway, this method is not supported on local files and will trigger an error and return false. If needed, custom subclasses can provide OS-specific implementations for… |
| LocalStream::stream_stat | function | core/ |
|
| LocalStream::stream_tell | function | core/ |
|
| LocalStream::stream_truncate | function | core/ |
|
| LocalStream::stream_write | function | core/ |
|
| LocalStream::unlink | function | core/ |
|
| LocalStream::url_stat | function | core/ |
|
| LocalTaskDefault | class | core/ |
Default object used for LocalTaskPlugins. |
| LocalTaskDefault.php | file | core/ |
Pagination
- Previous page
- Page 762
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.