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