Search for all

  1. Search 9.5.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
statistics_top_visitors function modules/statistics/statistics.admin.inc Page callback: Displays the "top visitors" page.
statistics_uninstall function modules/statistics/statistics.install Implements hook_uninstall().
statistics_update_7000 function modules/statistics/statistics.install Update the {accesslog}.sid column to match the length of {sessions}.sid
statistics_update_index function modules/statistics/statistics.module Implements hook_update_index().
statistics_user_cancel function modules/statistics/statistics.module Implements hook_user_cancel().
statistics_user_delete function modules/statistics/statistics.module Implements hook_user_delete().
statistics_user_tracker function modules/statistics/statistics.pages.inc Page callback: Displays statistics for a user.
StreamWrapperInterface interface includes/stream_wrappers.inc Generic PHP stream wrapper interface.
StreamWrapperInterface::dir_closedir function includes/stream_wrappers.inc
StreamWrapperInterface::dir_opendir function includes/stream_wrappers.inc
StreamWrapperInterface::dir_readdir function includes/stream_wrappers.inc
StreamWrapperInterface::dir_rewinddir function includes/stream_wrappers.inc
StreamWrapperInterface::mkdir function includes/stream_wrappers.inc
StreamWrapperInterface::rename function includes/stream_wrappers.inc
StreamWrapperInterface::rmdir function includes/stream_wrappers.inc
StreamWrapperInterface::stream_close function includes/stream_wrappers.inc
StreamWrapperInterface::stream_eof function includes/stream_wrappers.inc
StreamWrapperInterface::stream_flush function includes/stream_wrappers.inc
StreamWrapperInterface::stream_lock function includes/stream_wrappers.inc
StreamWrapperInterface::stream_open function includes/stream_wrappers.inc
StreamWrapperInterface::stream_read function includes/stream_wrappers.inc
StreamWrapperInterface::stream_seek function includes/stream_wrappers.inc
StreamWrapperInterface::stream_stat function includes/stream_wrappers.inc
StreamWrapperInterface::stream_tell function includes/stream_wrappers.inc
StreamWrapperInterface::stream_write function includes/stream_wrappers.inc
StreamWrapperInterface::unlink function includes/stream_wrappers.inc
StreamWrapperInterface::url_stat function includes/stream_wrappers.inc
StreamWrapperTest class modules/simpletest/tests/file.test Tests stream wrapper functions.
StreamWrapperTest::$classname property modules/simpletest/tests/file.test
StreamWrapperTest::$scheme property modules/simpletest/tests/file.test
StreamWrapperTest::getInfo function modules/simpletest/tests/file.test
StreamWrapperTest::setUp function modules/simpletest/tests/file.test Sets up a Drupal site for running functional and integration tests.
StreamWrapperTest::tearDown function modules/simpletest/tests/file.test Delete created files and temporary files directory, delete the tables created by setUp(),
and reset the database prefix.
StreamWrapperTest::testGetClassName function modules/simpletest/tests/file.test Test the getClassName() function.
StreamWrapperTest::testGetInstanceByScheme function modules/simpletest/tests/file.test Test the file_stream_wrapper_get_instance_by_scheme() function.
StreamWrapperTest::testGetValidStreamScheme function modules/simpletest/tests/file.test Test the scheme functions.
StreamWrapperTest::testPharFile function modules/simpletest/tests/file.test Tests that only valid phar files can be used.
StreamWrapperTest::testPharStreamWrapperRegistration function modules/simpletest/tests/file.test Tests that phar stream wrapper is registered as expected.
StreamWrapperTest::testUriFunctions function modules/simpletest/tests/file.test Test the URI and target functions.
stream_wrappers.inc file includes/stream_wrappers.inc Drupal stream wrapper interface.
STREAM_WRAPPERS_ALL constant includes/stream_wrappers.inc Stream wrapper bit flag -- a filter that matches all wrappers.
STREAM_WRAPPERS_HIDDEN constant includes/stream_wrappers.inc Stream wrapper type flag -- not visible in the UI or accessible via web,
but readable and writable. E.g. the temporary directory for uploads.
STREAM_WRAPPERS_LOCAL constant includes/stream_wrappers.inc Stream wrapper bit flag -- refers to a local file system location.
STREAM_WRAPPERS_LOCAL_HIDDEN constant includes/stream_wrappers.inc Stream wrapper type flag -- hidden, readable and writeable using local files.
STREAM_WRAPPERS_LOCAL_NORMAL constant includes/stream_wrappers.inc Stream wrapper type flag -- visible, readable and writeable using local files.
STREAM_WRAPPERS_NORMAL constant includes/stream_wrappers.inc Stream wrapper type flag -- the default when 'type' is omitted from
hook_stream_wrappers(). This does not include STREAM_WRAPPERS_LOCAL,
because PHP grants a greater trust level to local files (for example, they
can be used in an…
STREAM_WRAPPERS_READ constant includes/stream_wrappers.inc Stream wrapper bit flag -- wrapper is readable (almost always true).
STREAM_WRAPPERS_READ_VISIBLE constant includes/stream_wrappers.inc Stream wrapper type flag -- visible and read-only.
STREAM_WRAPPERS_VISIBLE constant includes/stream_wrappers.inc Stream wrapper bit flag -- exposed in the UI and potentially web accessible.
STREAM_WRAPPERS_WRITE constant includes/stream_wrappers.inc Stream wrapper bit flag -- wrapper is writeable.

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