Search for drupal_
- Search 9.5.x for drupal_
- Search 8.9.x for drupal_
- Search 10.3.x for drupal_
- Search 11.x for drupal_
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| DrupalSetContentTestCase::getInfo | function | modules/ |
|
| DrupalSetContentTestCase::testRegions | function | modules/ |
Test setting and retrieving content for theme regions. |
| DrupalSetMessageTest | class | modules/ |
Tests drupal_set_message() and related functions. |
| DrupalSetMessageTest::getInfo | function | modules/ |
|
| DrupalSetMessageTest::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| DrupalSetMessageTest::testSetRemoveMessages | function | modules/ |
Tests setting messages and removing one before it is displayed. |
| DrupalStreamWrapperInterface | interface | includes/ |
Drupal stream wrapper extension. |
| DrupalStreamWrapperInterface::chmod | function | includes/ |
Changes permissions of the resource. |
| DrupalStreamWrapperInterface::dirname | function | includes/ |
Gets the name of the directory from a given path. |
| DrupalStreamWrapperInterface::getExternalUrl | function | includes/ |
Returns a web accessible URL for the resource. |
| DrupalStreamWrapperInterface::getMimeType | function | includes/ |
Returns the MIME type of the resource. |
| DrupalStreamWrapperInterface::getUri | function | includes/ |
Returns the stream resource URI. |
| DrupalStreamWrapperInterface::realpath | function | includes/ |
Returns canonical, absolute path of the resource. |
| DrupalStreamWrapperInterface::setUri | function | includes/ |
Set the absolute stream resource URI. |
| DrupalSystemListingCompatibleTestCase | class | profiles/ |
Helper to verify tests in installation profile modules. |
| DrupalSystemListingCompatibleTestCase::$profile | property | profiles/ |
Use the Minimal profile. |
| DrupalSystemListingCompatibleTestCase::getInfo | function | profiles/ |
|
| DrupalSystemListingCompatibleTestCase::setUp | function | profiles/ |
Sets up a Drupal site for running functional and integration tests. |
| DrupalSystemListingCompatibleTestCase::testDrupalSystemListing | function | profiles/ |
Non-empty test* method required to executed the test case class. |
| DrupalSystemListingTestCase | class | modules/ |
Tests for the drupal_system_listing() function. |
| DrupalSystemListingTestCase::$profile | property | modules/ |
Use the testing profile; this is needed for testDirectoryPrecedence(). |
| DrupalSystemListingTestCase::getInfo | function | modules/ |
|
| DrupalSystemListingTestCase::testDirectoryPrecedence | function | modules/ |
Test that files in different directories take precedence as expected. |
| DrupalTagsHandlingTestCase | class | modules/ |
Test drupal_explode_tags() and drupal_implode_tags(). |
| DrupalTagsHandlingTestCase::$validTags | property | modules/ |
|
| DrupalTagsHandlingTestCase::assertTags | function | modules/ |
Helper function: asserts that the ending array of tags is what we wanted. |
| DrupalTagsHandlingTestCase::getInfo | function | modules/ |
|
| DrupalTagsHandlingTestCase::testDrupalExplodeTags | function | modules/ |
Explode a series of tags. |
| DrupalTagsHandlingTestCase::testDrupalImplodeTags | function | modules/ |
Implode a series of tags. |
| DrupalTemporaryStreamWrapper | class | includes/ |
Drupal temporary (temporary://) stream wrapper class. |
| DrupalTemporaryStreamWrapper::getDirectoryPath | function | includes/ |
Implements abstract public function getDirectoryPath() |
| DrupalTemporaryStreamWrapper::getExternalUrl | function | includes/ |
Overrides getExternalUrl(). |
| DrupalTestCase | class | modules/ |
Base class for Drupal tests. |
Pagination
- Previous page
- Page 6
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.