Search for all
Title | Object type | File name | Summary |
---|---|---|---|
ajax_test_link | function | modules/ |
Menu callback; Renders a #type link with #ajax. |
ajax_test_menu | function | modules/ |
Implements hook_menu(). |
ajax_test_render | function | modules/ |
Menu callback; Return an element suitable for use by ajax_deliver(). |
ajax_test_system_theme_info | function | modules/ |
Implements hook_system_theme_info(). |
AnnounceFeedTestInvalidJsonTestCase | class | modules/ |
Tests the announcements feed with invalid JSON URLs. |
AnnounceFeedTestInvalidJsonTestCase::$invalidJson | property | modules/ |
A test endpoint which returns invalid JSON. |
AnnounceFeedTestInvalidJsonTestCase::$removed | property | modules/ |
A test endpoint that will have some feeds removed. |
AnnounceFeedTestInvalidJsonTestCase::$responseJson | property | modules/ |
A test endpoint which contains the community feeds. |
AnnounceFeedTestInvalidJsonTestCase::$unknownJson | property | modules/ |
A test endpoint which does not exist. |
AnnounceFeedTestInvalidJsonTestCase::$user | property | modules/ |
A user with permission to access toolbar and access announcements. |
AnnounceFeedTestInvalidJsonTestCase::getInfo | function | modules/ |
|
AnnounceFeedTestInvalidJsonTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
AnnounceFeedTestInvalidJsonTestCase::testInvalidFeedResponse | function | modules/ |
Test the announcements feed with invalid JSON or non-existing JSON URL. |
AnnounceFeedTestRelevantVersion | class | modules/ |
Unit test for version compatibility functions. |
AnnounceFeedTestRelevantVersion::getInfo | function | modules/ |
|
AnnounceFeedTestRelevantVersion::setUp | function | modules/ |
Sets up unit test environment. |
AnnounceFeedTestRelevantVersion::testIsRelevantItem | function | modules/ |
Test for validating the announcements_feed_is_relevant_item function. |
AnnounceFeedTestSanitizationTestCase | class | modules/ |
Tests the announcements feed with malicious content. |
AnnounceFeedTestSanitizationTestCase::$hackedJson | property | modules/ |
A test endpoint which contains the malicious content. |
AnnounceFeedTestSanitizationTestCase::$user | property | modules/ |
A user with permission to access toolbar and access announcements. |
AnnounceFeedTestSanitizationTestCase::getInfo | function | modules/ |
|
AnnounceFeedTestSanitizationTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
AnnounceFeedTestSanitizationTestCase::testSanitizedFeedResponse | function | modules/ |
Test the announcements feed with malicious content. |
AnnounceFeedTestValidateJsonFeed | class | modules/ |
Tests for validating JSON feed with different JSON URLs. |
AnnounceFeedTestValidateJsonFeed::$emptyJson | property | modules/ |
A test endpoint which displays an empty JSON. |
AnnounceFeedTestValidateJsonFeed::$removed | property | modules/ |
A test endpoint that will have some feeds removed. |
AnnounceFeedTestValidateJsonFeed::$responseJson | property | modules/ |
A test endpoint which contains the community feeds. |
AnnounceFeedTestValidateJsonFeed::$updatedJson | property | modules/ |
A test endpoint which include the new/updated feeds. |
AnnounceFeedTestValidateJsonFeed::$user | property | modules/ |
A user with permission to access toolbar and access announcements. |
AnnounceFeedTestValidateJsonFeed::getInfo | function | modules/ |
|
AnnounceFeedTestValidateJsonFeed::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
AnnounceFeedTestValidateJsonFeed::testAnnounceFeedEmpty | function | modules/ |
Check the status of the feed with an empty JSON feed. |
AnnounceFeedTestValidateJsonFeed::testAnnounceFeedUpdatedAndRemoved | function | modules/ |
Testing the feed with Updated and Removed JSON feeds. |
AnnounceFeedTestValidatePermissions | class | modules/ |
Test the Announcements module permissions. |
AnnounceFeedTestValidatePermissions::getInfo | function | modules/ |
|
AnnounceFeedTestValidatePermissions::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
AnnounceFeedTestValidatePermissions::testAnnounceWithoutPermission | function | modules/ |
Testing the announcements page without access announcements permission. |
AnnounceFeedTestValidatePermissions::testAnnounceWithPermission | function | modules/ |
Testing the announcements page with access announcements permission. |
AnnounceFeedTestValidateUrl | class | modules/ |
Unit test for validate URL functions. |
AnnounceFeedTestValidateUrl::getInfo | function | modules/ |
|
AnnounceFeedTestValidateUrl::setUp | function | modules/ |
Sets up unit test environment. |
AnnounceFeedTestValidateUrl::testValidateUrl | function | modules/ |
Test for validating the announcements_feed_validate_url function. |
announcements-feed.tpl.php | file | modules/ |
Template file for the theming of announcements_feed admin page. |
announcements_feed.css | file | modules/ |
Styles for the announcements feed. |
announcements_feed.inc | file | modules/ |
Announcements feed helper functions. |
announcements_feed.info | file | modules/ |
name = Announcements description = Displays announcements from the Drupal community. package = Core version = VERSION core = 7.x files[] = tests/announce_feed_test.test |
announcements_feed.install | file | modules/ |
Install, update, and uninstall functions for the announcements_feed module. |
announcements_feed.module | file | modules/ |
Used to create an announcements feed using the JSON data from drupal.org. |
announcements_feed_cron | function | modules/ |
Implements hook_cron(). |
ANNOUNCEMENTS_FEED_DEFAULT_CRON_INTERVAL | constant | modules/ |
Default cron interval for refreshing feed data in seconds. |
Pagination
- Previous page
- Page 7
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.