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