Search for all

  1. Search 7.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
DummyExternalReadOnlyWrapper.php file core/modules/file/tests/file_test/src/StreamWrapper/DummyExternalReadOnlyWrapper.php
DummyExternalReadOnlyWrapper::dirname function core/modules/file/tests/file_test/src/StreamWrapper/DummyExternalReadOnlyWrapper.php Gets the name of the directory from a given path.
DummyExternalReadOnlyWrapper::dir_closedir function core/modules/file/tests/file_test/src/StreamWrapper/DummyExternalReadOnlyWrapper.php Close directory handle.
DummyExternalReadOnlyWrapper::dir_opendir function core/modules/file/tests/file_test/src/StreamWrapper/DummyExternalReadOnlyWrapper.php Open directory handle.
DummyExternalReadOnlyWrapper::dir_readdir function core/modules/file/tests/file_test/src/StreamWrapper/DummyExternalReadOnlyWrapper.php Read entry from directory handle.
DummyExternalReadOnlyWrapper::dir_rewinddir function core/modules/file/tests/file_test/src/StreamWrapper/DummyExternalReadOnlyWrapper.php Rewind directory handle.
DummyExternalReadOnlyWrapper::getDescription function core/modules/file/tests/file_test/src/StreamWrapper/DummyExternalReadOnlyWrapper.php Returns the description of the stream wrapper for use in the UI.
DummyExternalReadOnlyWrapper::getExternalUrl function core/modules/file/tests/file_test/src/StreamWrapper/DummyExternalReadOnlyWrapper.php Returns a web accessible URL for the resource.
DummyExternalReadOnlyWrapper::getName function core/modules/file/tests/file_test/src/StreamWrapper/DummyExternalReadOnlyWrapper.php Returns the name of the stream wrapper for use in the UI.
DummyExternalReadOnlyWrapper::getType function core/modules/file/tests/file_test/src/StreamWrapper/DummyExternalReadOnlyWrapper.php Returns the type of stream wrapper.
DummyExternalReadOnlyWrapper::realpath function core/modules/file/tests/file_test/src/StreamWrapper/DummyExternalReadOnlyWrapper.php Returns canonical, absolute path of the resource.
DummyExternalReadOnlyWrapper::stream_cast function core/modules/file/tests/file_test/src/StreamWrapper/DummyExternalReadOnlyWrapper.php Retrieve the underlying stream resource.
DummyExternalReadOnlyWrapper::stream_close function core/modules/file/tests/file_test/src/StreamWrapper/DummyExternalReadOnlyWrapper.php Closes stream.
DummyExternalReadOnlyWrapper::stream_eof function core/modules/file/tests/file_test/src/StreamWrapper/DummyExternalReadOnlyWrapper.php Tests for end-of-file on a file pointer.
DummyExternalReadOnlyWrapper::stream_read function core/modules/file/tests/file_test/src/StreamWrapper/DummyExternalReadOnlyWrapper.php Read from stream.
DummyExternalReadOnlyWrapper::stream_seek function core/modules/file/tests/file_test/src/StreamWrapper/DummyExternalReadOnlyWrapper.php Seeks to specific location in a stream.
DummyExternalReadOnlyWrapper::stream_set_option function core/modules/file/tests/file_test/src/StreamWrapper/DummyExternalReadOnlyWrapper.php Change stream options.
DummyExternalReadOnlyWrapper::stream_stat function core/modules/file/tests/file_test/src/StreamWrapper/DummyExternalReadOnlyWrapper.php Retrieve information about a file resource.
DummyExternalReadOnlyWrapper::stream_tell function core/modules/file/tests/file_test/src/StreamWrapper/DummyExternalReadOnlyWrapper.php Retrieve the current position of a stream.
DummyExternalReadOnlyWrapper::url_stat function core/modules/file/tests/file_test/src/StreamWrapper/DummyExternalReadOnlyWrapper.php Retrieve information about a file.
DummyImageFormatter class core/modules/image/tests/modules/image_module_test/src/Plugin/Field/FieldFormatter/DummyImageFormatter.php Plugin implementation of the Dummy image formatter.
DummyImageFormatter.php file core/modules/image/tests/modules/image_module_test/src/Plugin/Field/FieldFormatter/DummyImageFormatter.php
DummyImageFormatter::viewElements function core/modules/image/tests/modules/image_module_test/src/Plugin/Field/FieldFormatter/DummyImageFormatter.php Builds a renderable array for a field value.
DummyQueryTrait trait core/modules/migrate/src/Plugin/migrate/source/DummyQueryTrait.php Provides a dummy select query object for source plugins.
DummyQueryTrait.php file core/modules/migrate/src/Plugin/migrate/source/DummyQueryTrait.php
DummyQueryTrait::doCount function core/modules/migrate/src/Plugin/migrate/source/DummyQueryTrait.php
DummyQueryTrait::query function core/modules/migrate/src/Plugin/migrate/source/DummyQueryTrait.php
DummyReadOnlyStreamWrapper class core/modules/file/tests/file_test/src/StreamWrapper/DummyReadOnlyStreamWrapper.php Helper class for testing the stream wrapper registry.
DummyReadOnlyStreamWrapper.php file core/modules/file/tests/file_test/src/StreamWrapper/DummyReadOnlyStreamWrapper.php
DummyReadOnlyStreamWrapper::getDescription function core/modules/file/tests/file_test/src/StreamWrapper/DummyReadOnlyStreamWrapper.php Returns the description of the stream wrapper for use in the UI.
DummyReadOnlyStreamWrapper::getDirectoryPath function core/modules/file/tests/file_test/src/StreamWrapper/DummyReadOnlyStreamWrapper.php Gets the path that the wrapper is responsible for.
DummyReadOnlyStreamWrapper::getExternalUrl function core/modules/file/tests/file_test/src/StreamWrapper/DummyReadOnlyStreamWrapper.php Override getExternalUrl().
DummyReadOnlyStreamWrapper::getInternalUri function core/modules/file/tests/file_test/src/StreamWrapper/DummyReadOnlyStreamWrapper.php Override getInternalUri().
DummyReadOnlyStreamWrapper::getName function core/modules/file/tests/file_test/src/StreamWrapper/DummyReadOnlyStreamWrapper.php Returns the name of the stream wrapper for use in the UI.
DummyRemoteReadOnlyStreamWrapper class core/modules/file/tests/file_test/src/StreamWrapper/DummyRemoteReadOnlyStreamWrapper.php Dummy read-only remote stream wrapper (dummy-remote-readonly://).
DummyRemoteReadOnlyStreamWrapper.php file core/modules/file/tests/file_test/src/StreamWrapper/DummyRemoteReadOnlyStreamWrapper.php
DummyRemoteReadOnlyStreamWrapper::getDescription function core/modules/file/tests/file_test/src/StreamWrapper/DummyRemoteReadOnlyStreamWrapper.php Returns the description of the stream wrapper for use in the UI.
DummyRemoteReadOnlyStreamWrapper::getName function core/modules/file/tests/file_test/src/StreamWrapper/DummyRemoteReadOnlyStreamWrapper.php Returns the name of the stream wrapper for use in the UI.
DummyRemoteReadOnlyStreamWrapper::getType function core/modules/file/tests/file_test/src/StreamWrapper/DummyRemoteReadOnlyStreamWrapper.php Returns the type of stream wrapper.
DummyRemoteStreamWrapper class core/modules/file/tests/file_test/src/StreamWrapper/DummyRemoteStreamWrapper.php Helper class for testing the stream wrapper registry.
DummyRemoteStreamWrapper.php file core/modules/file/tests/file_test/src/StreamWrapper/DummyRemoteStreamWrapper.php
DummyRemoteStreamWrapper::getDescription function core/modules/file/tests/file_test/src/StreamWrapper/DummyRemoteStreamWrapper.php Returns the description of the stream wrapper for use in the UI.
DummyRemoteStreamWrapper::getName function core/modules/file/tests/file_test/src/StreamWrapper/DummyRemoteStreamWrapper.php Returns the name of the stream wrapper for use in the UI.
DummyRemoteStreamWrapper::realpath function core/modules/file/tests/file_test/src/StreamWrapper/DummyRemoteStreamWrapper.php Returns canonical, absolute path of the resource.
DummyStreamWrapper class core/modules/file/tests/file_test/src/StreamWrapper/DummyStreamWrapper.php Helper class for testing the stream wrapper registry.
DummyStreamWrapper.php file core/modules/file/tests/file_test/src/StreamWrapper/DummyStreamWrapper.php
DummyStreamWrapper::getDescription function core/modules/file/tests/file_test/src/StreamWrapper/DummyStreamWrapper.php Returns the description of the stream wrapper for use in the UI.
DummyStreamWrapper::getDirectoryPath function core/modules/file/tests/file_test/src/StreamWrapper/DummyStreamWrapper.php Gets the path that the wrapper is responsible for.
DummyStreamWrapper::getExternalUrl function core/modules/file/tests/file_test/src/StreamWrapper/DummyStreamWrapper.php Override getExternalUrl().
DummyStreamWrapper::getInternalUri function core/modules/file/tests/file_test/src/StreamWrapper/DummyStreamWrapper.php Override getInternalUri().

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