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
ANNOUNCEMENTS_FEED_DEFAULT_JSON_URL constant modules/announcements_feed/announcements_feed.module Default URL for the announcements JSON feed.
ANNOUNCEMENTS_FEED_DEFAULT_LIMIT constant modules/announcements_feed/announcements_feed.module Default limit for number of feed items to fetch.
ANNOUNCEMENTS_FEED_DEFAULT_LINK constant modules/announcements_feed/announcements_feed.module Default URL for the announcements feed at drupal.org.
ANNOUNCEMENTS_FEED_DEFAULT_MAX_AGE constant modules/announcements_feed/announcements_feed.module Default maximum age of cached feed data in seconds.
announcements_feed_fetch function modules/announcements_feed/announcements_feed.inc Fetches the feed either from a local cache or fresh remotely.
announcements_feed_filter_announcements function modules/announcements_feed/announcements_feed.inc Filter the announcements relevant to the Drupal version used with valid URL controlled by drupal.org.
announcements_feed_get_all_announcements function modules/announcements_feed/announcements_feed.inc Generate an array of announcements with keys.
announcements_feed_get_announcements function modules/announcements_feed/announcements_feed.inc Returns the list of announcements.
announcements_feed_help function modules/announcements_feed/announcements_feed.module Implements hook_help().
announcements_feed_is_relevant_item function modules/announcements_feed/announcements_feed.inc Check whether the version given is relevant to the Drupal version used.
announcements_feed_menu function modules/announcements_feed/announcements_feed.module Implements hook_menu().
announcements_feed_page_alter function modules/announcements_feed/announcements_feed.module Implements hook_page_alter().
announcements_feed_permission function modules/announcements_feed/announcements_feed.module Implements hook_permission().
announcements_feed_sort_featured function modules/announcements_feed/announcements_feed.inc Sort the elements of announcements_feed by values in comparison function.
announcements_feed_theme function modules/announcements_feed/announcements_feed.module Implements hook_theme().
announcements_feed_toolbar_pre_render_alter function modules/announcements_feed/announcements_feed.module Pre-render function for adding default class to announcement link.
announcements_feed_uninstall function modules/announcements_feed/announcements_feed.install Implements hook_uninstall().
announcements_feed_validate_url function modules/announcements_feed/announcements_feed.inc Check whether a link is controlled by drupal.org.
announce_feed_test.info file modules/announcements_feed/tests/announce_feed_test.info name = "Announcements feed test"
description = "Support module for announcements feed testing."
package = Testing
core = 7.x
hidden = TRUE
announce_feed_test.module file modules/announcements_feed/tests/announce_feed_test.module Helper functions for testing the announcements feed functionality.
announce_feed_test.test file modules/announcements_feed/tests/announce_feed_test.test Contains tests for the announcements_feed module.
announce_feed_test_menu function modules/announcements_feed/tests/announce_feed_test.module Implements hook_menu().
announce_feed_test_set_feed_config function modules/announcements_feed/tests/announce_feed_test.module Helper function to set announcements feed URL.
anonymous_user_unblock_test.info file modules/user/tests/anonymous_user_unblock_test.info name = Anonymous user unblock action tests
description = Support module for anonymous user unblock action testing.
package = Testing
version = VERSION
core = 7.x
hidden = TRUE
anonymous_user_unblock_test.module file modules/user/tests/anonymous_user_unblock_test.module Dummy module implementing hook_user_load().
anonymous_user_unblock_test_user_load function modules/user/tests/anonymous_user_unblock_test.module Implements hook_user_load().
archiver.inc file includes/archiver.inc Shared classes and interfaces for the archiver system.
ArchiverInterface interface includes/archiver.inc Defines the common interface for all Archiver classes.
ArchiverInterface::add function includes/archiver.inc Adds the specified file or directory to the archive.
ArchiverInterface::extract function includes/archiver.inc Extracts multiple files in the archive to the specified path.
ArchiverInterface::listContents function includes/archiver.inc Lists all files in the archive.
ArchiverInterface::remove function includes/archiver.inc Removes the specified file from the archive.
ArchiverInterface::__construct function includes/archiver.inc Constructs a new archiver instance.
ArchiverTar class modules/system/system.archiver.inc Archiver for .tar files.
ArchiverTar::$tar property modules/system/system.archiver.inc The underlying Archive_Tar instance that does the heavy lifting.
ArchiverTar::add function modules/system/system.archiver.inc Adds the specified file or directory to the archive.
ArchiverTar::extract function modules/system/system.archiver.inc Extracts multiple files in the archive to the specified path.
ArchiverTar::getArchive function modules/system/system.archiver.inc Retrieve the tar engine itself.
ArchiverTar::listContents function modules/system/system.archiver.inc Lists all files in the archive.
ArchiverTar::remove function modules/system/system.archiver.inc Removes the specified file from the archive.
ArchiverTar::__construct function modules/system/system.archiver.inc Constructs a new archiver instance.
ArchiverZip class modules/system/system.archiver.inc Archiver for .zip files.
ArchiverZip::$zip property modules/system/system.archiver.inc The underlying ZipArchive instance that does the heavy lifting.
ArchiverZip::add function modules/system/system.archiver.inc Adds the specified file or directory to the archive.
ArchiverZip::extract function modules/system/system.archiver.inc Extracts multiple files in the archive to the specified path.
ArchiverZip::getArchive function modules/system/system.archiver.inc Retrieve the zip engine itself.
ArchiverZip::listContents function modules/system/system.archiver.inc Lists all files in the archive.
ArchiverZip::remove function modules/system/system.archiver.inc Removes the specified file from the archive.
ArchiverZip::__construct function modules/system/system.archiver.inc Constructs a new archiver instance.
archiver_get_archiver function includes/common.inc Creates the appropriate archiver for the specified file.

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