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
drupal-7.trigger.database.php file modules/simpletest/tests/upgrade/drupal-7.trigger.database.php Test content for the trigger upgrade path.
drupal.sh file scripts/drupal.sh #!/usr/bin/env php
<?php

/**
* Drupal shell execution script
*
* Check for your PHP interpreter - on Windows you'll probably have to
* replace line 1 with
* #!c:/program files/php/php.exe
*
* @param path Drupal's absolute root…
DrupalAddFeedTestCase class modules/simpletest/tests/common.test Basic tests for drupal_add_feed().
DrupalAddFeedTestCase::getInfo function modules/simpletest/tests/common.test
DrupalAddFeedTestCase::testBasicFeedAddNoTitle function modules/simpletest/tests/common.test Test drupal_add_feed() with paths, URLs, and titles.
DrupalAddFeedTestCase::urlToRSSLinkPattern function modules/simpletest/tests/common.test Create a pattern representing the RSS feed in the page.
DrupalAddHtmlHeadLinkTest class modules/simpletest/tests/common.test Test for drupal_add_html_head_link().
DrupalAddHtmlHeadLinkTest::getInfo function modules/simpletest/tests/common.test
DrupalAddHtmlHeadLinkTest::setUp function modules/simpletest/tests/common.test Sets up a Drupal site for running functional and integration tests.
DrupalAddHtmlHeadLinkTest::testDrupalAddHtmlHeadLink function modules/simpletest/tests/common.test Tests drupal_add_html_head_link().
DrupalAlterTestCase class modules/simpletest/tests/common.test Tests for URL generation functions.
DrupalAlterTestCase::getInfo function modules/simpletest/tests/common.test
DrupalAlterTestCase::setUp function modules/simpletest/tests/common.test Sets up a Drupal site for running functional and integration tests.
DrupalAlterTestCase::testDrupalAlter function modules/simpletest/tests/common.test
DrupalAttributesUnitTest class modules/simpletest/tests/common.test Tests for the format_date() function.
DrupalAttributesUnitTest::getInfo function modules/simpletest/tests/common.test
DrupalAttributesUnitTest::testDrupalAttributes function modules/simpletest/tests/common.test Tests that drupal_html_class() cleans the class name properly.
DrupalAutoloadTestClass class modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test_class.inc This class is empty because we only care if Drupal can find it.
DrupalAutoloadTestInterface interface modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test_interface.inc This interface is empty because we only care if Drupal can find it.
DrupalCacheArray class includes/bootstrap.inc Provides a caching wrapper to be used in place of large array structures.
DrupalCacheArray::$bin property includes/bootstrap.inc A bin to pass to cache_set() and cache_get().
DrupalCacheArray::$cid property includes/bootstrap.inc A cid to pass to cache_set() and cache_get().
DrupalCacheArray::$keysToPersist property includes/bootstrap.inc An array of keys to add to the cache at the end of the request.
DrupalCacheArray::$storage property includes/bootstrap.inc Storage for the data itself.
DrupalCacheArray::offsetExists function includes/bootstrap.inc Implements ArrayAccess::offsetExists().
DrupalCacheArray::offsetGet function includes/bootstrap.inc Implements ArrayAccess::offsetGet().
DrupalCacheArray::offsetSet function includes/bootstrap.inc Implements ArrayAccess::offsetSet().
DrupalCacheArray::offsetUnset function includes/bootstrap.inc Implements ArrayAccess::offsetUnset().
DrupalCacheArray::persist function includes/bootstrap.inc Flags an offset value to be written to the persistent cache.
DrupalCacheArray::resolveCacheMiss function includes/bootstrap.inc Resolves a cache miss.
DrupalCacheArray::set function includes/bootstrap.inc Writes a value to the persistent cache immediately.
DrupalCacheArray::__construct function includes/bootstrap.inc Constructs a DrupalCacheArray object.
DrupalCacheArray::__destruct function includes/bootstrap.inc Destructs the DrupalCacheArray object.
DrupalCacheInterface interface includes/cache.inc Defines an interface for cache implementations.
DrupalCacheInterface::clear function includes/cache.inc Expires data from the cache.
DrupalCacheInterface::get function includes/cache.inc Returns data from the persistent cache.
DrupalCacheInterface::getMultiple function includes/cache.inc Returns data from the persistent cache when given an array of cache IDs.
DrupalCacheInterface::isEmpty function includes/cache.inc Checks if a cache bin is empty.
DrupalCacheInterface::set function includes/cache.inc Stores data in the persistent cache.
DrupalDataApiTest class modules/simpletest/tests/common.test Tests for CRUD API functions.
DrupalDataApiTest::getInfo function modules/simpletest/tests/common.test
DrupalDataApiTest::setUp function modules/simpletest/tests/common.test Sets up a Drupal site for running functional and integration tests.
DrupalDataApiTest::testDrupalWriteRecord function modules/simpletest/tests/common.test Test the drupal_write_record() API function.
DrupalDatabaseCache class includes/cache.inc Defines a default cache implementation.
DrupalDatabaseCache::$bin property includes/cache.inc
DrupalDatabaseCache::clear function includes/cache.inc Implements DrupalCacheInterface::clear().
DrupalDatabaseCache::garbageCollection function includes/cache.inc Garbage collection for get() and getMultiple().
DrupalDatabaseCache::get function includes/cache.inc Implements DrupalCacheInterface::get().
DrupalDatabaseCache::getMultiple function includes/cache.inc Implements DrupalCacheInterface::getMultiple().
DrupalDatabaseCache::isEmpty function includes/cache.inc Implements DrupalCacheInterface::isEmpty().

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