quotes_access |
./quotes.module |
Implementation of hook_access(). |
|
|
quotes_author |
./quotes.module |
Menu callback that selects quotes based on author. |
|
1 |
quotes_author_form |
./quotes.module |
Form to select an author. |
|
1 |
quotes_author_form_submit |
./quotes.module |
Handle submission of the form to select an author. |
|
|
quotes_bios |
./quotes.module |
Bios maintenance page. |
|
1 |
quotes_bios_submit |
./quotes.module |
|
|
|
quotes_block |
./quotes.module |
Implementation of hook_block(). |
|
|
quotes_block_join_sql |
./quotes.module |
Returns the SQL join text necessary for the provided filter
criteria. |
1 |
|
quotes_block_where_sql |
./quotes.module |
Returns the SQL where text necessary for the provided filter
criteria. |
1 |
|
quotes_cron |
./quotes.module |
Implementation of hook_cron(). |
|
|
quotes_delete |
./quotes.module |
Implementation of hook_delete(). |
|
|
quotes_export |
./quotes.module |
Export function page. |
|
1 |
quotes_form |
./quotes.module |
Implementation of hook_form(). |
|
|
quotes_form_alter |
./quotes.module |
Implementation of hook_form_alter(). |
|
|
quotes_get_authors |
./quotes.module |
Produce an array of all authors. |
3 |
1 |
quotes_get_citations |
./quotes.module |
Produce an array of all citations. |
|
1 |
quotes_get_quote |
./quotes.module |
Returns the node ID for either a random quote or the most recent
quote based on the provided filter criteria. |
2 |
|
quotes_help |
./quotes.module |
Implementation of hook_help(). |
|
|
quotes_insert |
./quotes.module |
Implementation of hook_insert().
This inserts the quote-specific information into the quotes
tables and also handles the %id variable in the node title. |
1 |
|
quotes_install |
./quotes.install |
Implementation of hook_install(). |
|
|
quotes_link |
./quotes.module |
Implementation of hook_link(). |
|
|
quotes_load |
./quotes.module |
Implementation of hook_load(). |
|
|
quotes_menu |
./quotes.module |
Implementation of hook_menu(). |
|
|
quotes_node_info |
./quotes.module |
Implementation of hook_node_info(). |
|
|
quotes_perm |
./quotes.module |
Implementation of hook_perm(). |
|
|
quotes_submit |
./quotes.module |
Implementation of hook_submit(). |
|
|
quotes_token_list |
./quotes.module |
Implementation of hook_token_list(). |
|
|
quotes_token_values |
./quotes.module |
Implementation of hook_token_values(). |
|
|
quotes_uninstall |
./quotes.install |
Implementation of hook_uninstall(). |
|
|
quotes_update |
./quotes.module |
Implementation of hook_update(). |
|
|
quotes_update_1 |
./quotes.install |
Implementation of hook_update_N().
Updates existing tables to UTF-8. |
|
|
quotes_update_10 |
./quotes.install |
Implementation of hook_update_N.
Add aid_filter. |
|
|
quotes_update_11 |
./quotes.install |
Implementation of hook_update_N.
Add rand_freq. |
|
|
quotes_update_2 |
./quotes.install |
Implementation of hook_update_N().
Adds vid column to quotes table. |
|
|
quotes_update_3 |
./quotes.install |
Implementation of hook_update_N().
Fixes the primary key on the quotes table, adds indexes on the nid
and promote columns, and deletes the quotes_version variable. |
|
|
quotes_update_4 |
./quotes.install |
Implementation of hook_update_N().
Removes the title column and adds the additional fields to
quotes_blocks to support cron. |
|
|
quotes_update_5 |
./quotes.install |
Implementation of hook_update_N().
Add citation column to quotes table |
|
|
quotes_update_6 |
./quotes.install |
Implementation of hook_update_N().
Add count column to quotes_block table |
|
|
quotes_update_7 |
./quotes.install |
Implementation of hook_update_N().
Convert authors to separate table. |
|
|
quotes_update_8 |
./quotes.install |
Implementation of hook_update_N.
Change citation, author name to TEXT. |
|
|
quotes_update_9 |
./quotes.install |
Implementation of hook_update_N. |
|
|
quotes_user_form |
./quotes.user.inc |
|
|
1 |
quotes_user_page |
./quotes.user.inc |
@file
Displays a Drupal page containing quotes submitted by a given user. |
|
1 |
quotes_validate |
./quotes.module |
Implementation of hook_validate(). |
|
|
quotes_view |
./quotes.module |
Implementation of hook_view(). |
1 |
|
quotes_views_tables |
./quotes_views.inc |
Implementation of views_tables(). |
|
|
theme_quotes_page |
./quotes.module |
Themeable function that displays a page of quotes that may be
restricted to a certain user. |
|
|
theme_quotes_quote |
./quotes.module |
Themeable function that displays a single quote and optional author. |
|
|
theme_quotes_user_form |
./quotes.user.inc |
Theme node administration overview. |
|
|
theme__quotes_blocks |
./quotes.module |
Renders the quote block list, including the "Add block" row. |
|
|