Search for all
Title | Object type | File name | Summary |
---|---|---|---|
actions.test | file | modules/ |
|
ActionsConfigurationTestCase | class | modules/ |
|
ActionsConfigurationTestCase::getInfo | function | modules/ |
|
ActionsConfigurationTestCase::testActionConfiguration | function | modules/ |
Test the configuration of advanced actions through the administration interface. |
actions_actions_map | function | includes/ |
Creates an associative array keyed by hashes of function names or IDs. |
actions_delete | function | includes/ |
Deletes a single action from the database. |
actions_do | function | includes/ |
Performs a given list of actions by executing their callback functions. |
actions_function_lookup | function | includes/ |
Returns an action array key (function or ID), given its hash. |
actions_get_all_actions | function | includes/ |
Retrieves all action instances from the database. |
actions_list | function | includes/ |
Discovers all available actions by invoking hook_action_info(). |
actions_load | function | includes/ |
Retrieves a single action from the database. |
actions_loop_test.info | file | modules/ |
name = Actions loop test description = Support module for action loop testing. package = Testing version = VERSION core = 7.x hidden = TRUE |
actions_loop_test.install | file | modules/ |
|
actions_loop_test.module | file | modules/ |
|
actions_loop_test_action_info | function | modules/ |
Implements hook_action_info(). |
actions_loop_test_init | function | modules/ |
Implements hook_init(). |
actions_loop_test_install | function | modules/ |
Implements hook_install(). |
actions_loop_test_log | function | modules/ |
Write a message to the log. |
actions_loop_test_trigger_info | function | modules/ |
Implements hook_trigger_info(). |
actions_loop_test_watchdog | function | modules/ |
Implements hook_watchdog(). |
actions_save | function | includes/ |
Saves an action and its user-supplied parameter values to the database. |
actions_synchronize | function | includes/ |
Synchronizes actions that are provided by modules in hook_action_info(). |
AddFeedTestCase | class | modules/ |
Tests adding aggregator feeds. |
AddFeedTestCase::getInfo | function | modules/ |
|
AddFeedTestCase::testAddFeed | function | modules/ |
Creates and ensures that a feed is unique, checks source, and deletes feed. |
AddFeedTestCase::testAddLongFeed | function | modules/ |
Tests feeds with very long URLs. |
AdminMetaTagTestCase | class | modules/ |
|
AdminMetaTagTestCase::getInfo | function | modules/ |
Implement getInfo(). |
AdminMetaTagTestCase::testMetaTag | function | modules/ |
Verify that the meta tag HTML is generated correctly. |
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. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.