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
cache_get function includes/cache.inc Returns data from the persistent cache.
cache_get_multiple function includes/cache.inc Returns data from the persistent cache when given an array of cache IDs.
cache_is_empty function includes/cache.inc Checks if a cache bin is empty.
CACHE_PERMANENT constant includes/bootstrap.inc Indicates that the item should never be removed unless explicitly selected.
cache_set function includes/cache.inc Stores data in the persistent cache.
CACHE_TEMPORARY constant includes/bootstrap.inc Indicates that the item should be removed at the next general cache wipe.
Callbacks group includes/module.inc Callback function signatures.
callback_batch_finished function modules/system/form.api.php Complete a batch process.
callback_batch_operation function modules/system/form.api.php Perform a single batch operation.
callback_entity_info_label function modules/system/system.api.php Return the label of an entity.
callback_entity_info_language function modules/system/system.api.php Return the language code of the entity.
callback_entity_info_uri function modules/system/system.api.php Return the URI for an entity.
callback_filter_prepare function modules/filter/filter.api.php Provide prepared text with special characters escaped.
callback_filter_process function modules/filter/filter.api.php Provide text filtered to conform to the supplied format.
callback_filter_settings function modules/filter/filter.api.php Provide a settings form for filter settings.
callback_filter_tips function modules/filter/filter.api.php Return help text for a filter.
callback_queue_worker function modules/system/system.api.php Work on a single queue item.
callback_search_conditions function modules/search/search.api.php Provide search query conditions.
CascadingStylesheetsTestCase class modules/simpletest/tests/common.test Test the Drupal CSS system.
CascadingStylesheetsTestCase::getInfo function modules/simpletest/tests/common.test
CascadingStylesheetsTestCase::setUp function modules/simpletest/tests/common.test Sets up a Drupal site for running functional and integration tests.
CascadingStylesheetsTestCase::testAddCssFileWithQueryString function modules/simpletest/tests/common.test Tests that the query string remains intact when adding CSS files that have
query string parameters.
CascadingStylesheetsTestCase::testAddExternal function modules/simpletest/tests/common.test Tests adding an external stylesheet.
CascadingStylesheetsTestCase::testAddFile function modules/simpletest/tests/common.test Tests adding a file stylesheet.
CascadingStylesheetsTestCase::testAlter function modules/simpletest/tests/common.test Tests Locale module's CSS Alter to include RTL overrides.
CascadingStylesheetsTestCase::testDefault function modules/simpletest/tests/common.test Check default stylesheets as empty.
CascadingStylesheetsTestCase::testModuleInfo function modules/simpletest/tests/common.test Test that stylesheets in module .info files are loaded.
CascadingStylesheetsTestCase::testRenderExternal function modules/simpletest/tests/common.test Tests rendering an external stylesheet.
CascadingStylesheetsTestCase::testRenderFile function modules/simpletest/tests/common.test Tests rendering the stylesheets.
CascadingStylesheetsTestCase::testRenderInlineFullPage function modules/simpletest/tests/common.test Tests rendering inline stylesheets through a full page request.
CascadingStylesheetsTestCase::testRenderInlineNoPreprocess function modules/simpletest/tests/common.test Tests rendering inline stylesheets with preprocessing off.
CascadingStylesheetsTestCase::testRenderInlinePreprocess function modules/simpletest/tests/common.test Tests rendering inline stylesheets with preprocessing on.
CascadingStylesheetsTestCase::testRenderOrder function modules/simpletest/tests/common.test Test CSS ordering.
CascadingStylesheetsTestCase::testRenderOverride function modules/simpletest/tests/common.test Test CSS override.
CascadingStylesheetsTestCase::testRenderRemoveCharsetPreprocess function modules/simpletest/tests/common.test Tests removing charset when rendering stylesheets with preprocessing on.
CascadingStylesheetsTestCase::testReset function modules/simpletest/tests/common.test Makes sure that reseting the CSS empties the cache.
CascadingStylesheetsUnitTest class modules/simpletest/tests/common.test CSS Unit Tests.
CascadingStylesheetsUnitTest::getInfo function modules/simpletest/tests/common.test
CascadingStylesheetsUnitTest::testLoadCssBasic function modules/simpletest/tests/common.test Tests basic CSS loading with and without optimization via drupal_load_stylesheet().
CategorizeFeedItemTestCase class modules/aggregator/aggregator.test Tests categorization functionality in the Aggregator module.
CategorizeFeedItemTestCase::getInfo function modules/aggregator/aggregator.test
CategorizeFeedItemTestCase::testCategorizeFeedItem function modules/aggregator/aggregator.test Checks that children of a feed inherit a defined category.
CategorizeFeedTestCase class modules/aggregator/aggregator.test Tests the categorize feed functionality in the Aggregator module.
CategorizeFeedTestCase::getInfo function modules/aggregator/aggregator.test
CategorizeFeedTestCase::testCategorizeFeed function modules/aggregator/aggregator.test Creates a feed and makes sure you can add/delete categories to it.
ccc_update_test.info file modules/update/tests/ccc_update_test.info name = CCC Update test
description = Support module for update module testing.
package = Testing
core = 7.x
hidden = TRUE
ccc_update_test.module file modules/update/tests/ccc_update_test.module Dummy module for testing Update status.
CHANGELOG.txt file ./CHANGELOG.txt Drupal 7.xxx, xxxx-xx-xx (development version)
------------------------

Drupal 7.101, 2024-06-05
------------------------
- Various security improvements
- Various bug fixes, optimizations and improvements

Drupal 7.100,…
check_markup function modules/filter/filter.module Runs all the enabled filters on a piece of text.
CHECK_PLAIN constant includes/bootstrap.inc Flag used to indicate that text is not sanitized, so run check_plain().

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