Skip to main content
Silkscreen CMS API
  • Login
  • Home

Search for range

You are here

  1. Home »
  2. API reference »
  3. 1.20.x
Name Type Location Description
theme_range function includes/form.inc Returns HTML for a range form element.
db_query_range function includes/database/database.inc Executes a query against the active database, restricted to a range.
date_week_range function includes/date.inc Calculates the start and end dates for a calendar week.
date_range_valid function includes/date.inc Tests validity of a date range string.
date_range_years function includes/date.inc Splits a string like -3:+3 or 2001:2010 into an array of start and end years.
date_range_string function includes/date.inc Converts a min and max year into a string like '-3:+1'.
SelectQuery::range function includes/database/select.inc Implements SelectQueryInterface::range().
SelectQuery::$range property includes/database/select.inc The range limiters for this query.
date_iso_week_range function includes/date.inc Calculates the start and end dates for an ISO week.
views_ui_rearrange_form function modules/views_ui/views_ui.admin.inc Form to rearrange items in the views UI.
EntityFieldQuery::range function modules/entity/entity.query.inc Restricts a query to a given range in the result set.
date_year_range_validate function modules/date/date.elements.inc Element validation function for the date_year_range form element.
EntityFieldQuery::$range property modules/entity/entity.query.inc The query range.
theme_date_display_range function modules/date/date.theme.inc Returns HTML for a date element formatted as a range.
DatabaseRangeQueryTestCase class modules/simpletest/tests/database_test.test Range query tests.
SelectQueryExtender::range function includes/database/select.inc Restricts a query to a given range in the result set.
date_sql_handler::arg_range function modules/date/views/date_sql_handler.inc Use the parsed values from the ISO argument to determine the min and max date for this period.
SelectQueryInterface::range function includes/database/select.inc Restricts a query to a given range in the result set.
theme_views_ui_rearrange_form function modules/views_ui/views_ui.theme.inc Turn the rearrange form into a proper table
views_ui_rearrange_form_submit function modules/views_ui/views_ui.admin.inc Submit handler for rearranging form
DatabaseConnection::queryRange function includes/database/database.inc Runs a limited-range query on this database object.
views_ui_rearrange_filter_form function modules/views_ui/views_ui.admin.inc Form to rearrange items in the views UI.
date_year_range_element_process function modules/date/date.elements.inc Process callback which creates a date_year_range form element.
DatabaseRangeQueryTestCase::setUp function modules/simpletest/tests/database_test.test Sets up a Backdrop site for running functional and integration tests.
hook_date_year_range_process_alter function modules/date/date.api.php Alter the date_year_range widget element.
theme_views_ui_rearrange_filter_form function modules/views_ui/views_ui.theme.inc Turn the rearrange form into a proper table
DatabaseConnection_mysql::queryRange function drivers/database_mysql/database.inc Runs a limited-range query on this database object.
views_ui_rearrange_filter_form_submit function modules/views_ui/views_ui.admin.inc Submit handler for rearranging form
date_year_range_element_value_callback function modules/date/date.elements.inc Element value callback for the date_year_range form element.
DatabaseSelectComplexTestCase::testRange function modules/simpletest/tests/database_test.test Test range queries. The SQL clause varies with the database.
DatabaseRangeQueryTestCase::testRangeQuery function modules/simpletest/tests/database_test.test Confirm that range query work and return correct result.
DatabaseAlterTestCase::testAlterRemoveRange function modules/simpletest/tests/database_test.test Test that we can remove a range() value from a query. This also tests hook_query_TAG_alter().
date_views_filter_handler_simple::year_range function modules/date/views/date_views_filter_handler_simple.inc
database_test_query_database_test_alter_remove_range_alter function modules/simpletest/tests/database_test.module Implements hook_query_TAG_alter().

Search 1.20.x

Partial match search is supported

API Navigation

  • 1.20.x
  • Topics
  • Classes
  • Functions
  • Files
  • Constants
  • Globals
  • Deprecated
Powered by Silkscreen CMS