constant FACETAPI_DATE_HOUR in Facet API 6
Same name and namespace in other branches
- 6.3 facetapi.module \FACETAPI_DATE_HOUR
- 7.2 facetapi.module \FACETAPI_DATE_HOUR
- 7 facetapi.module \FACETAPI_DATE_HOUR
String that represents a time gap of an hour between two dates.
5 uses of FACETAPI_DATE_HOUR
- FacetapiLuceneapiAdapter::fetchDate in contrib/
facetapi_luceneapi/ facetapi_luceneapi.adapter.inc - Fetches data from facets that filter results by date ranges.
- facetapi_isodate in ./
facetapi.module - Helper function to convert dates from Unix timestamps into ISO 8601 format.
- facetapi_next_date_increment_get in ./
facetapi.module - Returns the next increment from the given ISO date and gap. This function is useful for getting the upper limit of a date range from the given start date.
- facetapi_timestamp_format in ./
facetapi.module - Returns a formatted date based on the passed timestamp and gap.
- facetapi_timestamp_gap_get in ./
facetapi.module - Determines the best search gap to use for an arbitrary date range.
File
- ./
facetapi.module, line 36 - An abstracted facet API that can be used by various search backens.
Code
define('FACETAPI_DATE_HOUR', 'HOUR');