Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| DrupalLocalStreamWrapper::stream_open | function | includes/ |
Support for fopen(), file_get_contents(), file_put_contents() etc. |
| DrupalLocalStreamWrapper::stream_read | function | includes/ |
Support for fread(), file_get_contents() etc. |
| DrupalLocalStreamWrapper::stream_seek | function | includes/ |
Support for fseek(). |
| DrupalLocalStreamWrapper::stream_set_option | function | includes/ |
Change stream options. |
| DrupalLocalStreamWrapper::stream_stat | function | includes/ |
Support for fstat(). |
| DrupalLocalStreamWrapper::stream_tell | function | includes/ |
Support for ftell(). |
| DrupalLocalStreamWrapper::stream_truncate | function | includes/ |
Truncate stream. |
| DrupalLocalStreamWrapper::stream_write | function | includes/ |
Support for fwrite(), file_put_contents() etc. |
| DrupalLocalStreamWrapper::unlink | function | includes/ |
Support for unlink(). |
| DrupalLocalStreamWrapper::url_stat | function | includes/ |
Support for stat(). |
| DrupalMatchPathTestCase | class | modules/ |
Unit tests for the drupal_match_path() function in path.inc. |
| DrupalMatchPathTestCase::$front | property | modules/ |
|
| DrupalMatchPathTestCase::drupalMatchPathTests | function | modules/ |
Helper function for testDrupalMatchPath(): set up an array of test cases. |
| DrupalMatchPathTestCase::getInfo | function | modules/ |
|
| DrupalMatchPathTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| DrupalMatchPathTestCase::testDrupalMatchPath | function | modules/ |
Run through our test cases, making sure each one works as expected. |
| DrupalPrivateStreamWrapper | class | includes/ |
Drupal private (private://) stream wrapper class. |
| DrupalPrivateStreamWrapper::getDirectoryPath | function | includes/ |
Implements abstract public function getDirectoryPath() |
| DrupalPrivateStreamWrapper::getExternalUrl | function | includes/ |
Overrides getExternalUrl(). |
| DrupalPublicStreamWrapper | class | includes/ |
Drupal public (public://) stream wrapper class. |
| DrupalPublicStreamWrapper::getDirectoryPath | function | includes/ |
Implements abstract public function getDirectoryPath() |
| DrupalPublicStreamWrapper::getExternalUrl | function | includes/ |
Overrides getExternalUrl(). |
| DrupalPublicStreamWrapper::getLocalPath | function | includes/ |
Returns the canonical absolute path of the URI, if possible. |
| DrupalQueue | class | modules/ |
Factory class for interacting with queues. |
| DrupalQueue::get | function | modules/ |
Returns the queue object for a given name. |
| DrupalQueueInterface | interface | modules/ |
|
| DrupalQueueInterface::claimItem | function | modules/ |
Claim an item in the queue for processing. |
| DrupalQueueInterface::createItem | function | modules/ |
Add a queue item and store it directly to the queue. |
| DrupalQueueInterface::createQueue | function | modules/ |
Create a queue. |
| DrupalQueueInterface::deleteItem | function | modules/ |
Delete a finished item from the queue. |
| DrupalQueueInterface::deleteQueue | function | modules/ |
Delete a queue and every item in the queue. |
| DrupalQueueInterface::numberOfItems | function | modules/ |
Retrieve the number of items in the queue. |
| DrupalQueueInterface::releaseItem | function | modules/ |
Release an item that the worker could not process, so another worker can come in and process it before the timeout expires. |
| DrupalReliableQueueInterface | interface | modules/ |
Reliable queue interface. |
| DrupalRenderTestCase | class | modules/ |
Tests for drupal_render(). |
| DrupalRenderTestCase::assertRenderedElement | function | modules/ |
|
| DrupalRenderTestCase::getInfo | function | modules/ |
|
| DrupalRenderTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| DrupalRenderTestCase::testDrupalRenderBasics | function | modules/ |
Tests the output drupal_render() for some elementary input values. |
| DrupalRenderTestCase::testDrupalRenderCache | function | modules/ |
Tests caching of render items. |
| DrupalRenderTestCase::testDrupalRenderChildrenAttached | function | modules/ |
Test #attached functionality in children elements. |
| DrupalRenderTestCase::testDrupalRenderFormElements | function | modules/ |
Test rendering form elements without passing through form_builder(). |
| DrupalRenderTestCase::testDrupalRenderSorting | function | modules/ |
Test sorting by weight. |
| DrupalRenderTestCase::testDrupalRenderThemeArguments | function | modules/ |
Test passing arguments to the theme function. |
| DrupalRequestSanitizer | class | includes/ |
Sanitizes user input from the request. |
| DrupalRequestSanitizer::$sanitized | property | includes/ |
Tracks whether the request was already sanitized. |
| DrupalRequestSanitizer::cleanDestination | function | includes/ |
Removes the destination if it is dangerous. |
| DrupalRequestSanitizer::sanitize | function | includes/ |
Modifies the request to strip dangerous keys from user input. |
| DrupalRequestSanitizer::stripDangerousValues | function | includes/ |
Strips dangerous keys from the provided input. |
| DrupalSetContentTestCase | class | modules/ |
Testing drupal_add_region_content and drupal_get_region_content. |
Pagination
- Previous page
- Page 52
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.