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
aggregator-summary-items.tpl.php file modules/aggregator/aggregator-summary-items.tpl.php Default theme implementation to present feeds as list items.
aggregator-wrapper.tpl.php file modules/aggregator/aggregator-wrapper.tpl.php Default theme implementation to wrap aggregator content.
aggregator.admin.inc file modules/aggregator/aggregator.admin.inc Administration page callbacks for the Aggregator module.
aggregator.api.php file modules/aggregator/aggregator.api.php Documentation for aggregator API.
aggregator.css file modules/aggregator/aggregator.css /**
* Styles for theme in the Aggregator module.
*/

#aggregator .feed-source .feed-title {
margin-top: 0;
}
#aggregator .feed-source .feed-image img {
margin-bottom: 0.75em;
}
#aggregator .feed-source .feed-icon {
float: right; /* LTR */
aggregator.fetcher.inc file modules/aggregator/aggregator.fetcher.inc Fetcher functions for the aggregator module.
aggregator.info file modules/aggregator/aggregator.info name = Aggregator
description = "Aggregates syndicated content (RSS, RDF, and Atom feeds)."
package = Core
version = VERSION
core = 7.x
files[] = aggregator.test
configure = admin/config/services/aggregator/settings
stylesheets[all][] =…
aggregator.install file modules/aggregator/aggregator.install Install, update and uninstall functions for the aggregator module.
aggregator.module file modules/aggregator/aggregator.module Used to aggregate syndicated content (RSS, RDF, and Atom).
aggregator.pages.inc file modules/aggregator/aggregator.pages.inc User page callbacks for the Aggregator module.
aggregator.parser.inc file modules/aggregator/aggregator.parser.inc Parser functions for the aggregator module.
aggregator.processor.inc file modules/aggregator/aggregator.processor.inc Processor functions for the aggregator module.
aggregator.test file modules/aggregator/aggregator.test Tests for aggregator.module.
AggregatorConfigurationTestCase class modules/aggregator/aggregator.test Tests functionality of the configuration settings in the Aggregator module.
AggregatorConfigurationTestCase::getInfo function modules/aggregator/aggregator.test
AggregatorConfigurationTestCase::testSettingsPage function modules/aggregator/aggregator.test Tests the settings form to ensure the correct default values are used.
AggregatorCronTestCase class modules/aggregator/aggregator.test Tests functionality of the cron process in the Aggregator module.
AggregatorCronTestCase::getInfo function modules/aggregator/aggregator.test
AggregatorCronTestCase::testCron function modules/aggregator/aggregator.test Adds feeds and updates them via cron process.
AggregatorRenderingTestCase class modules/aggregator/aggregator.test Tests rendering functionality in the Aggregator module.
AggregatorRenderingTestCase::$admin_user property modules/aggregator/aggregator.test
AggregatorRenderingTestCase::getInfo function modules/aggregator/aggregator.test
AggregatorRenderingTestCase::testBlockLinks function modules/aggregator/aggregator.test Adds a feed block to the page and checks its links.
AggregatorRenderingTestCase::testFeedPage function modules/aggregator/aggregator.test Creates a feed and checks that feed's page.
AggregatorTestCase class modules/aggregator/aggregator.test Defines a base class for testing the Aggregator module.
AggregatorTestCase::createFeed function modules/aggregator/aggregator.test Creates an aggregator feed.
AggregatorTestCase::createSampleNodes function modules/aggregator/aggregator.test Creates sample article nodes.
AggregatorTestCase::deleteFeed function modules/aggregator/aggregator.test Deletes an aggregator feed.
AggregatorTestCase::getAtomSample function modules/aggregator/aggregator.test
AggregatorTestCase::getCategories function modules/aggregator/aggregator.test Pulls categories from {aggregator_category} table.
AggregatorTestCase::getDefaultFeedItemCount function modules/aggregator/aggregator.test Returns the count of the randomly created feed array.
AggregatorTestCase::getEmptyOpml function modules/aggregator/aggregator.test Creates a valid but empty OPML file.
AggregatorTestCase::getFeedCategories function modules/aggregator/aggregator.test Pulls feed categories from {aggregator_category_feed} table.
AggregatorTestCase::getFeedEditArray function modules/aggregator/aggregator.test Returns a randomly generated feed edit array.
AggregatorTestCase::getHtmlEntitiesSample function modules/aggregator/aggregator.test
AggregatorTestCase::getInvalidOpml function modules/aggregator/aggregator.test Creates an invalid OPML file.
AggregatorTestCase::getRSS091Sample function modules/aggregator/aggregator.test
AggregatorTestCase::getValidOpml function modules/aggregator/aggregator.test Creates a valid OPML file from an array of feeds.
AggregatorTestCase::removeFeedItems function modules/aggregator/aggregator.test Confirms an item removal from a feed.
AggregatorTestCase::setUp function modules/aggregator/aggregator.test
AggregatorTestCase::uniqueFeed function modules/aggregator/aggregator.test Checks whether the feed name and URL are unique.
AggregatorTestCase::updateAndRemove function modules/aggregator/aggregator.test Adds and removes feed items and ensure that the count is zero.
AggregatorTestCase::updateFeedItems function modules/aggregator/aggregator.test Updates the feed items.
AggregatorUpdatePathTestCase class modules/simpletest/tests/upgrade/update.aggregator.test @file
Tests schema changes in aggregator.module.
AggregatorUpdatePathTestCase::getInfo function modules/simpletest/tests/upgrade/update.aggregator.test
AggregatorUpdatePathTestCase::setUp function modules/simpletest/tests/upgrade/update.aggregator.test
AggregatorUpdatePathTestCase::testAggregatorUpdate function modules/simpletest/tests/upgrade/update.aggregator.test Tests that the aggregator.module update is successful.
aggregator_admin_form function modules/aggregator/aggregator.admin.inc Form constructor for the aggregator system settings.
aggregator_admin_form_submit function modules/aggregator/aggregator.admin.inc Form submission handler for aggregator_admin_form().
aggregator_admin_overview function modules/aggregator/aggregator.admin.inc Page callback: Displays the Aggregator module administration page.

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