C:/drupal/modules/aggregator/aggregator.admin.inc File Reference

Go to the source code of this file.


Functions

 aggregator_admin_overview ()
 aggregator_view ()
 aggregator_form_feed (&$form_state, $edit=array('refresh'=> 900, 'title'=> '', 'url'=> '', 'fid'=> NULL))
 aggregator_form_feed_validate ($form, &$form_state)
 aggregator_form_feed_submit ($form, &$form_state)
 aggregator_admin_remove_feed ($form_state, $feed)
 aggregator_admin_remove_feed_submit ($form, &$form_state)
 aggregator_admin_refresh_feed ($feed)
 aggregator_admin_settings ()
 aggregator_form_category (&$form_state, $edit=array('title'=> '', 'description'=> '', 'cid'=> NULL))
 aggregator_form_category_validate ($form, &$form_state)
 aggregator_form_category_submit ($form, &$form_state)


Detailed Description

Admin page callbacks for the aggregator module.

Definition in file aggregator.admin.inc.


Function Documentation

aggregator_admin_overview (  ) 

Menu callback; displays the aggregator administration page.

Definition at line 12 of file aggregator.admin.inc.

References aggregator_view().

Here is the call graph for this function:

aggregator_admin_refresh_feed ( feed  ) 

Menu callback; refreshes a feed, then redirects to the overview page.

Parameters:
$feed An associative array describing the feed to be refreshed.

Definition at line 222 of file aggregator.admin.inc.

References drupal_goto().

Here is the call graph for this function:

aggregator_admin_remove_feed ( form_state,
feed 
)

Definition at line 189 of file aggregator.admin.inc.

References t().

Here is the call graph for this function:

aggregator_admin_remove_feed_submit ( form,
&$  form_state 
)

Remove all items from a feed and redirect to the overview page.

Parameters:
$feed An associative array describing the feed to be cleared.

Definition at line 211 of file aggregator.admin.inc.

aggregator_form_category_submit ( form,
&$  form_state 
)

Process aggregator_form_category form submissions.

Todo:
Add delete confirmation dialog.

Definition at line 315 of file aggregator.admin.inc.

References $title, arg(), drupal_set_message(), l(), t(), and watchdog().

Here is the call graph for this function:

aggregator_form_category_validate ( form,
&$  form_state 
)

Validate aggregator_form_feed form submissions.

Definition at line 295 of file aggregator.admin.inc.

References db_fetch_object(), db_query(), form_set_error(), and t().

Here is the call graph for this function:

aggregator_form_feed_submit ( form,
&$  form_state 
)

Process aggregator_form_feed() form submissions.

Todo:
Add delete confirmation dialog.

Definition at line 151 of file aggregator.admin.inc.

References $title, arg(), drupal_set_message(), l(), t(), and watchdog().

Here is the call graph for this function:

aggregator_form_feed_validate ( form,
&$  form_state 
)

Validate aggregator_form_feed() form submissions.

Definition at line 122 of file aggregator.admin.inc.

References $result, db_fetch_object(), db_query(), form_set_error(), t(), url(), and valid_url().

Here is the call graph for this function:

aggregator_view (  ) 

Displays the aggregator administration page.

Returns:
The page HTML.

Definition at line 22 of file aggregator.admin.inc.

References $header, $output, $result, db_fetch_object(), db_query(), format_interval(), format_plural(), l(), t(), and theme().

Referenced by aggregator_admin_overview().

Here is the call graph for this function:


Generated on Mon Jun 2 15:08:14 2008 for SimpleTest by  1.5.5