Skip to main content
Silkscreen CMS API
  • Login
  • Home

Search for query

You are here

  1. Home »
  2. API reference »
  3. 1.20.x
Name Type Location Description
views_plugin_query::execute function modules/views/plugins/views_plugin_query.inc Executes the query and fills the associated view object with according values.
InsertQuery::$defaultFields property includes/database/query.inc An array of fields that should be set to their database-defined defaults.
SelectQueryExtender::addTag function includes/database/select.inc Adds a tag to a query.
SelectQueryExtender::__call function includes/database/select.inc Magic override for undefined methods.
SelectQueryExtender::$query property includes/database/select.inc The SelectQuery object we are extending/decorating.
SelectQueryExtender::isNull function includes/database/select.inc Sets a condition that the specified field be NULL.
SelectQuery::$alterMetaData property includes/database/select.inc A list of arbitrary metadata that may be attached to the query.
EntityFieldQuery::tableSort function modules/entity/entity.query.inc Enables sortable tables for this query.
SelectQueryInterface::union function includes/database/select.inc Add another Select query to UNION to this one.
SelectQueryInterface::range function includes/database/select.inc Restricts a query to a given range in the result set.
redirect_build_filter_query function modules/redirect/redirect.admin.inc Extends a query object for URL redirect filters.
drupal_get_query_parameters function includes/drupal.inc Processes a URL query parameter array to remove unwanted elements.
SelectQuery::getExpressions function includes/database/select.inc Implements SelectQueryInterface::getExpressions().
views_handler_filter::query function modules/views/handlers/views_handler_filter.inc Add this filter to the query.
SelectQueryExtender::fields function includes/database/select.inc Add multiple fields from the same table to be selected.
SelectQueryExtender::extend function includes/database/select.inc Enhance this object by wrapping it in an extender object.
jquery.ui.checkboxradio.css file misc/ui/jquery.ui.checkboxradio.css /*! * jQuery UI Checkboxradio 1.12.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/checkboxradio/#theming …
EntityFieldQuery::$metaData property modules/entity/entity.query.inc A list of metadata added to this query.
SelectQueryExtender::exists function includes/database/select.inc Sets a condition that the specified subquery returns values.
views_plugin_display::query function modules/views/plugins/views_plugin_display.inc Inject anything into the query that the display handler needs.
SelectQueryExtender::having function includes/database/select.inc
NodeQueryAlter::$accessUser property modules/node/tests/node.test User with permission to view content.
DatabaseTasks::runTestQuery function includes/install.inc Run SQL tests to ensure the database can execute commands with the current user.
SelectQueryExtender::hasTag function includes/database/select.inc Determines if a given query has a given tag.
PagerDefault::getCountQuery function includes/pager.class.inc Retrieve the count query for this pager.
EntityFieldQuery::RETURN_ALL constant modules/entity/entity.query.inc Indicates that both deleted and non-deleted fields should be returned.
SelectQueryExtender::compile function includes/database/select.inc Compiles the saved conditions for later retrieval.
SelectQueryExtender::groupBy function includes/database/select.inc Groups the result set by the specified field.
SelectQuery::havingCondition function includes/database/select.inc Implements QueryConditionInterface::havingCondition().
_locale_translate_seek_query function modules/locale/locale.pages.inc Build array out of search criteria specified in request variables
SelectQuery::havingArguments function includes/database/select.inc Implements QueryConditionInterface::havingArguments().
file_query_file_access_alter function modules/file/file.module Implements hook_query_TAG_alter().
hook_query_file_access_alter function modules/file/file.api.php Control access to listings of files.
SelectQueryInterface::fields function includes/database/select.inc Add multiple fields from the same table to be selected.
SelectQuery::havingNotExists function includes/database/select.inc Implements QueryExtendableInterface::havingNotExists().
SelectQueryExtender::__clone function includes/database/select.inc Clone magic method.
SelectQueryExtender::addJoin function includes/database/select.inc Join against another table in the database.
SelectQueryExtender::execute function includes/database/select.inc Implements SelectQueryInterface::execute().
node_query_node_access_alter function modules/node/node.module Implements hook_query_TAG_alter().
SelectQueryExtender::orderBy function includes/database/select.inc Orders the result set by a given field.
SelectQuery::havingIsNotNull function includes/database/select.inc Implements QueryExtendableInterface::havingIsNotNull().
drupal_render_cache_by_query function includes/drupal.inc Prepares an element for caching based on a query.
viewsSearchQuery::conditions function modules/search/search.extender.inc Gets a complete list of all conditions in this conditional clause.
SearchQuery::executeFirstPass function modules/search/search.extender.inc Executes the first pass query.
SearchQuery::searchExpression function modules/search/search.extender.inc Sets up the search query expression.
SearchQuery::$scoresArguments property modules/search/search.extender.inc Stores arguments for score expressions.
views_plugin_query::set_limit function modules/views/plugins/views_plugin_query.inc Set a LIMIT on the query, specifying a maximum number of results.
EntityFieldQuery::finishQuery function modules/entity/entity.query.inc Finishes the query.
SelectQueryExtender::compiled function includes/database/select.inc Check whether a condition has been previously compiled.
UpdateQuery_mysql::__toString function drivers/database_mysql/query.inc Implements PHP magic __toString method to convert the query to a string.

Pages

  • « first
  • ‹ previous
  • …
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • …
  • next ›
  • last »

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