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. Other projects
Title Object type File name Summary
DrupalQueueInterface::createQueue function modules/system/system.queue.inc Create a queue.
DrupalQueueInterface::deleteItem function modules/system/system.queue.inc Delete a finished item from the queue.
DrupalQueueInterface::deleteQueue function modules/system/system.queue.inc Delete a queue and every item in the queue.
DrupalQueueInterface::numberOfItems function modules/system/system.queue.inc Retrieve the number of items in the queue.
DrupalQueueInterface::releaseItem function modules/system/system.queue.inc 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/system/system.queue.inc Reliable queue interface.
DrupalRenderTestCase class modules/simpletest/tests/common.test Tests for drupal_render().
DrupalRenderTestCase::assertRenderedElement function modules/simpletest/tests/common.test
DrupalRenderTestCase::getInfo function modules/simpletest/tests/common.test
DrupalRenderTestCase::setUp function modules/simpletest/tests/common.test
DrupalRenderTestCase::testDrupalRenderBasics function modules/simpletest/tests/common.test Tests the output drupal_render() for some elementary input values.
DrupalRenderTestCase::testDrupalRenderCache function modules/simpletest/tests/common.test Tests caching of render items.
DrupalRenderTestCase::testDrupalRenderChildrenAttached function modules/simpletest/tests/common.test Test #attached functionality in children elements.
DrupalRenderTestCase::testDrupalRenderFormElements function modules/simpletest/tests/common.test Test rendering form elements without passing through form_builder().
DrupalRenderTestCase::testDrupalRenderSorting function modules/simpletest/tests/common.test Test sorting by weight.
DrupalRenderTestCase::testDrupalRenderThemeArguments function modules/simpletest/tests/common.test Test passing arguments to the theme function.
DrupalRequestSanitizer class includes/request-sanitizer.inc Sanitizes user input from the request.
DrupalRequestSanitizer::$sanitized property includes/request-sanitizer.inc Tracks whether the request was already sanitized.
DrupalRequestSanitizer::cleanDestination function includes/request-sanitizer.inc Removes the destination if it is dangerous.
DrupalRequestSanitizer::sanitize function includes/request-sanitizer.inc Modifies the request to strip dangerous keys from user input.
DrupalRequestSanitizer::stripDangerousValues function includes/request-sanitizer.inc Strips dangerous keys from the provided input.
DrupalSetContentTestCase class modules/simpletest/tests/common.test Testing drupal_add_region_content and drupal_get_region_content.
DrupalSetContentTestCase::getInfo function modules/simpletest/tests/common.test
DrupalSetContentTestCase::testRegions function modules/simpletest/tests/common.test Test setting and retrieving content for theme regions.
DrupalSetMessageTest class modules/system/system.test Tests drupal_set_message() and related functions.
DrupalSetMessageTest::getInfo function modules/system/system.test
DrupalSetMessageTest::setUp function modules/system/system.test
DrupalSetMessageTest::testSetRemoveMessages function modules/system/system.test Tests setting messages and removing one before it is displayed.
DrupalStreamWrapperInterface interface includes/stream_wrappers.inc Drupal stream wrapper extension.
DrupalStreamWrapperInterface::chmod function includes/stream_wrappers.inc Changes permissions of the resource.
DrupalStreamWrapperInterface::dirname function includes/stream_wrappers.inc Gets the name of the directory from a given path.
DrupalStreamWrapperInterface::getExternalUrl function includes/stream_wrappers.inc Returns a web accessible URL for the resource.
DrupalStreamWrapperInterface::getMimeType function includes/stream_wrappers.inc Returns the MIME type of the resource.
DrupalStreamWrapperInterface::getUri function includes/stream_wrappers.inc Returns the stream resource URI.
DrupalStreamWrapperInterface::realpath function includes/stream_wrappers.inc Returns canonical, absolute path of the resource.
DrupalStreamWrapperInterface::setUri function includes/stream_wrappers.inc Set the absolute stream resource URI.
DrupalSystemListingCompatibleTestCase class profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.test Helper to verify tests in installation profile modules.
DrupalSystemListingCompatibleTestCase::$profile property profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.test Use the Minimal profile.
DrupalSystemListingCompatibleTestCase::getInfo function profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.test
DrupalSystemListingCompatibleTestCase::setUp function profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.test
DrupalSystemListingCompatibleTestCase::testDrupalSystemListing function profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.test Non-empty test* method required to executed the test case class.
DrupalSystemListingTestCase class modules/simpletest/tests/common.test Tests for the drupal_system_listing() function.
DrupalSystemListingTestCase::$profile property modules/simpletest/tests/common.test Use the testing profile; this is needed for testDirectoryPrecedence().
DrupalSystemListingTestCase::getInfo function modules/simpletest/tests/common.test
DrupalSystemListingTestCase::testDirectoryPrecedence function modules/simpletest/tests/common.test Test that files in different directories take precedence as expected.
DrupalTagsHandlingTestCase class modules/simpletest/tests/common.test Test drupal_explode_tags() and drupal_implode_tags().
DrupalTagsHandlingTestCase::$validTags property modules/simpletest/tests/common.test
DrupalTagsHandlingTestCase::assertTags function modules/simpletest/tests/common.test Helper function: asserts that the ending array of tags is what we wanted.
DrupalTagsHandlingTestCase::getInfo function modules/simpletest/tests/common.test
DrupalTagsHandlingTestCase::testDrupalExplodeTags function modules/simpletest/tests/common.test Explode a series of tags.

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