You are here

Functions in Archive 6

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 ./archive.module Implementation of hook_block().
archive_help ./archive.module Implementation of hook_help().
archive_menu ./archive.module Implementation of hook_menu().
archive_month_list ./archive.module Return a list of links suitable to be passed to theme_links() that represent months containing posts. Limit the number of past months to 6 and then have a link to the general archives page. 1
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_block_month_list ./archive.module Returns a list of archive months.
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. Changes according to content being viewed
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. Returns an array with keys of 'years', 'months', and 'days' which map their respective timeframe to the number of posts in that timeframe. 1
_archive_query ./archive.pages.inc Builds an archive SQL query with its parameters for the specified date. 1
_archive_types_sql_string ./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