Search for to
Title | Object type | File name | Summary |
---|---|---|---|
$forum_topic_list_header | global | external_documentation/ |
An array of forum topic header information. |
$pager_total | global | external_documentation/ |
Array of the total number of pages for each pager. |
$pager_total_items | global | external_documentation/ |
Array of the total number of items for each pager. |
aggregator-feed-source.tpl.php | file | modules/ |
Default theme implementation to present the source of the feed. |
aggregator-item.tpl.php | file | modules/ |
Default theme implementation to format an individual feed item for display on the aggregator page. |
aggregator-rtl.css | file | modules/ |
/** * Right-to-Left styles for theme in the Aggregator module. */ #aggregator .feed-source .feed-icon { float: left; } |
aggregator-summary-item.tpl.php | file | modules/ |
Default theme implementation to present a linked feed item for summaries. |
aggregator-summary-items.tpl.php | file | modules/ |
Default theme implementation to present feeds as list items. |
aggregator-wrapper.tpl.php | file | modules/ |
Default theme implementation to wrap aggregator content. |
aggregator.admin.inc | file | modules/ |
Administration page callbacks for the Aggregator module. |
aggregator.api.php | file | modules/ |
Documentation for aggregator API. |
aggregator.css | file | modules/ |
/** * 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/ |
Fetcher functions for the aggregator module. |
aggregator.info | file | modules/ |
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/ |
Install, update and uninstall functions for the aggregator module. |
aggregator.module | file | modules/ |
Used to aggregate syndicated content (RSS, RDF, and Atom). |
aggregator.pages.inc | file | modules/ |
User page callbacks for the Aggregator module. |
aggregator.parser.inc | file | modules/ |
Parser functions for the aggregator module. |
aggregator.processor.inc | file | modules/ |
Processor functions for the aggregator module. |
aggregator.test | file | modules/ |
Tests for aggregator.module. |
AggregatorConfigurationTestCase | class | modules/ |
Tests functionality of the configuration settings in the Aggregator module. |
AggregatorConfigurationTestCase::getInfo | function | modules/ |
|
AggregatorConfigurationTestCase::testSettingsPage | function | modules/ |
Tests the settings form to ensure the correct default values are used. |
AggregatorCronTestCase | class | modules/ |
Tests functionality of the cron process in the Aggregator module. |
AggregatorCronTestCase::getInfo | function | modules/ |
|
AggregatorCronTestCase::testCron | function | modules/ |
Adds feeds and updates them via cron process. |
AggregatorRenderingTestCase | class | modules/ |
Tests rendering functionality in the Aggregator module. |
AggregatorRenderingTestCase::$admin_user | property | modules/ |
|
AggregatorRenderingTestCase::getInfo | function | modules/ |
|
AggregatorRenderingTestCase::testBlockLinks | function | modules/ |
Adds a feed block to the page and checks its links. |
AggregatorRenderingTestCase::testFeedPage | function | modules/ |
Creates a feed and checks that feed's page. |
AggregatorTestCase | class | modules/ |
Defines a base class for testing the Aggregator module. |
AggregatorTestCase::createFeed | function | modules/ |
Creates an aggregator feed. |
AggregatorTestCase::createSampleNodes | function | modules/ |
Creates sample article nodes. |
AggregatorTestCase::deleteFeed | function | modules/ |
Deletes an aggregator feed. |
AggregatorTestCase::getAtomSample | function | modules/ |
|
AggregatorTestCase::getCategories | function | modules/ |
Pulls categories from {aggregator_category} table. |
AggregatorTestCase::getDefaultFeedItemCount | function | modules/ |
Returns the count of the randomly created feed array. |
AggregatorTestCase::getEmptyOpml | function | modules/ |
Creates a valid but empty OPML file. |
AggregatorTestCase::getFeedCategories | function | modules/ |
Pulls feed categories from {aggregator_category_feed} table. |
AggregatorTestCase::getFeedEditArray | function | modules/ |
Returns a randomly generated feed edit array. |
AggregatorTestCase::getHtmlEntitiesSample | function | modules/ |
|
AggregatorTestCase::getInvalidOpml | function | modules/ |
Creates an invalid OPML file. |
AggregatorTestCase::getRSS091Sample | function | modules/ |
|
AggregatorTestCase::getValidOpml | function | modules/ |
Creates a valid OPML file from an array of feeds. |
AggregatorTestCase::removeFeedItems | function | modules/ |
Confirms an item removal from a feed. |
AggregatorTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
AggregatorTestCase::uniqueFeed | function | modules/ |
Checks whether the feed name and URL are unique. |
AggregatorTestCase::updateAndRemove | function | modules/ |
Adds and removes feed items and ensure that the count is zero. |
AggregatorTestCase::updateFeedItems | function | modules/ |
Updates the feed items. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.