You are here

Functions in Archive 7.2

Primary tabs

Namesort descending Location Description Direct uses Strings
archive_admin_settings ./archive.admin.inc Form building callback for the archive settings page. 1
archive_block_info ./archive.module Implements hook_block().
archive_block_view ./archive.module
archive_help ./archive.module Implementation of hook_help().
archive_menu ./archive.module Implementation of hook_menu().
archive_page ./archive.pages.inc Fetch nodes for the selected date, or current date if none selected. 1
archive_theme ./archive.module Implementation of hook_theme().
archive_uninstall ./archive.module Implementation of hook_uninstall().
theme_archive_block_calendar ./archive.module Returns a single month as a calendar grid.
theme_archive_navigation ./archive.pages.inc Theme the archive navigation with years, months and dates by default.
theme_archive_navigation_days ./archive.pages.inc Theme the list of days for the archive navigation.
theme_archive_navigation_months ./archive.pages.inc Theme the list of months for the archive navigation.
theme_archive_navigation_node_types ./archive.pages.inc Theme the list of node types for the archives.
theme_archive_navigation_years ./archive.pages.inc Theme the list of years for the archive navigation.
theme_archive_page_title ./archive.pages.inc Theme function for the title of the archive page.
theme_archive_separator ./archive.pages.inc Theme the date separators between nodes of different year/month/day.
_archive_date ./archive.module Parses the current URL and populates an archive date object. 2
_archive_get_timezone ./archive.module Determine timezone to use for the dates (from format_date). 1
_archive_node_types ./archive.pages.inc Returns the different node types that have nodes. 2
_archive_post_count ./archive.module Returns the range of dates with nodes. 1
_archive_query ./archive.pages.inc Builds an archive SQL query with its parameters for the specified date. 1
_archive_types_sql_array ./archive.module 2
_archive_url ./archive.module Generate an archive URL based on the $y, $m and $d provided. 6
_archive_validate_date ./archive.module Check if given year, month and date combination is valid for the archive. 3
_archive_validate_type ./archive.module Check if given node type is valid for the archive. 3

Other projects