Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
LocalReadOnlyStream.php file core/lib/Drupal/Core/StreamWrapper/LocalReadOnlyStream.php
LocalReadOnlyStream::getType function core/lib/Drupal/Core/StreamWrapper/LocalReadOnlyStream.php Returns the type of stream wrapper.
LocalReadOnlyStream::mkdir function core/lib/Drupal/Core/StreamWrapper/LocalReadOnlyStream.php Support for mkdir().
LocalReadOnlyStream::rename function core/lib/Drupal/Core/StreamWrapper/LocalReadOnlyStream.php Support for rename().
LocalReadOnlyStream::rmdir function core/lib/Drupal/Core/StreamWrapper/LocalReadOnlyStream.php Support for rmdir().
LocalReadOnlyStream::stream_flush function core/lib/Drupal/Core/StreamWrapper/LocalReadOnlyStream.php Support for fflush().
LocalReadOnlyStream::stream_lock function core/lib/Drupal/Core/StreamWrapper/LocalReadOnlyStream.php Support for flock().
LocalReadOnlyStream::stream_metadata function core/lib/Drupal/Core/StreamWrapper/LocalReadOnlyStream.php Does not change meta data as this is a read-only stream wrapper.
LocalReadOnlyStream::stream_open function core/lib/Drupal/Core/StreamWrapper/LocalReadOnlyStream.php Opens file or URL.
LocalReadOnlyStream::stream_truncate function core/lib/Drupal/Core/StreamWrapper/LocalReadOnlyStream.php Truncate stream.
LocalReadOnlyStream::stream_write function core/lib/Drupal/Core/StreamWrapper/LocalReadOnlyStream.php Support for fwrite(), file_put_contents() etc.
LocalReadOnlyStream::unlink function core/lib/Drupal/Core/StreamWrapper/LocalReadOnlyStream.php Support for unlink().
LocalRedirectResponse class core/lib/Drupal/Core/Routing/LocalRedirectResponse.php Provides a redirect response which cannot redirect to an external URL.
LocalRedirectResponse.php file core/lib/Drupal/Core/Routing/LocalRedirectResponse.php
LocalStream class core/lib/Drupal/Core/StreamWrapper/LocalStream.php Defines a Drupal stream wrapper base class for local files.
LocalStream.php file core/lib/Drupal/Core/StreamWrapper/LocalStream.php
LocalStream::$context property core/lib/Drupal/Core/StreamWrapper/LocalStream.php Stream context resource.
LocalStream::$handle property core/lib/Drupal/Core/StreamWrapper/LocalStream.php A generic resource handle.
LocalStream::$uri property core/lib/Drupal/Core/StreamWrapper/LocalStream.php Instance URI (stream).
LocalStream::dirname function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Gets the name of the directory from a given path.
LocalStream::dir_closedir function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Close directory handle.
LocalStream::dir_opendir function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Open directory handle.
LocalStream::dir_readdir function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Read entry from directory handle.
LocalStream::dir_rewinddir function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Rewind directory handle.
LocalStream::getDirectoryPath function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Gets the path that the wrapper is responsible for.
LocalStream::getFileSystem function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Returns file system service.
LocalStream::getLocalPath function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Returns the canonical absolute path of the URI, if possible.
LocalStream::getTarget function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Returns the local writable target of the resource within the stream.
LocalStream::getType function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Returns the type of stream wrapper.
LocalStream::getUri function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Returns the stream resource URI.
LocalStream::mkdir function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Create a directory.
LocalStream::realpath function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Returns canonical, absolute path of the resource.
LocalStream::rename function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Renames a file or directory.
LocalStream::rmdir function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Removes a directory.
LocalStream::setUri function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Sets the absolute stream resource URI.
LocalStream::stream_cast function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Retrieve the underlying stream resource.
LocalStream::stream_close function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Closes stream.
LocalStream::stream_eof function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Tests for end-of-file on a file pointer.
LocalStream::stream_flush function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Flushes the output.
LocalStream::stream_lock function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Advisory file locking.
LocalStream::stream_metadata function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Sets metadata on the stream.
LocalStream::stream_open function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Opens file or URL.
LocalStream::stream_read function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Read from stream.
LocalStream::stream_seek function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Seeks to specific location in a stream.
LocalStream::stream_set_option function core/lib/Drupal/Core/StreamWrapper/LocalStream.php 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/lib/Drupal/Core/StreamWrapper/LocalStream.php Retrieve information about a file resource.
LocalStream::stream_tell function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Retrieve the current position of a stream.
LocalStream::stream_truncate function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Truncate stream.
LocalStream::stream_write function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Write to stream.
LocalStream::unlink function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Delete a file.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.