Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| statistics_title_list | function | modules/ |
Returns the most viewed content of all time, today, or the last-viewed node. |
| statistics_tokens | function | modules/ |
Implements hook_tokens(). |
| statistics_token_info | function | modules/ |
Implements hook_token_info(). |
| statistics_top_pages | function | modules/ |
Page callback: Displays statistics for the "top pages" (most accesses). |
| statistics_top_referrers | function | modules/ |
Page callback: Displays the "top referrers" in the access logs. |
| statistics_top_visitors | function | modules/ |
Page callback: Displays the "top visitors" page. |
| statistics_uninstall | function | modules/ |
Implements hook_uninstall(). |
| statistics_update_7000 | function | modules/ |
Update the {accesslog}.sid column to match the length of {sessions}.sid |
| statistics_update_index | function | modules/ |
Implements hook_update_index(). |
| statistics_user_cancel | function | modules/ |
Implements hook_user_cancel(). |
| statistics_user_delete | function | modules/ |
Implements hook_user_delete(). |
| statistics_user_tracker | function | modules/ |
Page callback: Displays statistics for a user. |
| StreamWrapperInterface | interface | includes/ |
Generic PHP stream wrapper interface. |
| StreamWrapperInterface::dir_closedir | function | includes/ |
|
| StreamWrapperInterface::dir_opendir | function | includes/ |
|
| StreamWrapperInterface::dir_readdir | function | includes/ |
|
| StreamWrapperInterface::dir_rewinddir | function | includes/ |
|
| StreamWrapperInterface::mkdir | function | includes/ |
|
| StreamWrapperInterface::rename | function | includes/ |
|
| StreamWrapperInterface::rmdir | function | includes/ |
|
| StreamWrapperInterface::stream_close | function | includes/ |
|
| StreamWrapperInterface::stream_eof | function | includes/ |
|
| StreamWrapperInterface::stream_flush | function | includes/ |
|
| StreamWrapperInterface::stream_lock | function | includes/ |
|
| StreamWrapperInterface::stream_open | function | includes/ |
|
| StreamWrapperInterface::stream_read | function | includes/ |
|
| StreamWrapperInterface::stream_seek | function | includes/ |
|
| StreamWrapperInterface::stream_stat | function | includes/ |
|
| StreamWrapperInterface::stream_tell | function | includes/ |
|
| StreamWrapperInterface::stream_write | function | includes/ |
|
| StreamWrapperInterface::unlink | function | includes/ |
|
| StreamWrapperInterface::url_stat | function | includes/ |
|
| StreamWrapperTest | class | modules/ |
Tests stream wrapper functions. |
| StreamWrapperTest::$classname | property | modules/ |
|
| StreamWrapperTest::$scheme | property | modules/ |
|
| StreamWrapperTest::getInfo | function | modules/ |
|
| StreamWrapperTest::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| StreamWrapperTest::tearDown | function | modules/ |
Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix. |
| StreamWrapperTest::testGetClassName | function | modules/ |
Test the getClassName() function. |
| StreamWrapperTest::testGetInstanceByScheme | function | modules/ |
Test the file_stream_wrapper_get_instance_by_scheme() function. |
| StreamWrapperTest::testGetValidStreamScheme | function | modules/ |
Test the scheme functions. |
| StreamWrapperTest::testPharFile | function | modules/ |
Tests that only valid phar files can be used. |
| StreamWrapperTest::testPharStreamWrapperRegistration | function | modules/ |
Tests that phar stream wrapper is registered as expected. |
| StreamWrapperTest::testUriFunctions | function | modules/ |
Test the URI and target functions. |
| stream_wrappers.inc | file | includes/ |
Drupal stream wrapper interface. |
| STREAM_WRAPPERS_ALL | constant | includes/ |
Stream wrapper bit flag -- a filter that matches all wrappers. |
| STREAM_WRAPPERS_HIDDEN | constant | includes/ |
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 wrapper bit flag -- refers to a local file system location. |
| STREAM_WRAPPERS_LOCAL_HIDDEN | constant | includes/ |
Stream wrapper type flag -- hidden, readable and writeable using local files. |
| STREAM_WRAPPERS_LOCAL_NORMAL | constant | includes/ |
Stream wrapper type flag -- visible, readable and writeable using local files. |
Pagination
- Previous page
- Page 177
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.