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_row::query function modules/views/plugins/views_plugin_row.inc Add anything to the query that we might need to.
jquery.ui.draggable.css file misc/ui/jquery.ui.draggable.css /*! * jQuery UI Draggable 1.12.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license */ .ui-draggable-handle { -ms-touch-action: none; touch-action: none; }
UpdateQuery::$condition property includes/database/query.inc The condition object for this query.
UpdateQuery::__toString function includes/database/query.inc Implements PHP magic __toString method to convert the query to a string.
DeleteQuery::__toString function includes/database/query.inc Implements PHP magic __toString method to convert the query to a string.
UpdateQuery::$arguments property includes/database/query.inc An array of values to update to.
UpdateQuery::expression function includes/database/query.inc Specifies fields to be updated as an expression.
SelectQuery::preExecute function includes/database/select.inc Implements SelectQueryInterface::preExecute().
EntityFieldQuery::$tags property modules/entity/entity.query.inc A list of the tags added to this query.
jquery.ui.resizable.css file misc/ui/jquery.ui.resizable.css /*! * jQuery UI Resizable 1.12.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license */ .ui-resizable { position: relative; } .ui-resizable-handle…
UpdateQuery::conditions function includes/database/query.inc Implements QueryConditionInterface::conditions().
SelectQuery::$alterTags property includes/database/select.inc A list of tags by which this query may be altered.
SelectQuery::__toString function includes/database/select.inc Implements PHP magic __toString method to convert the query to a string.
viewsSearchQuery::words function modules/search/search.extender.inc
SelectQuery::isPrepared function includes/database/select.inc Implements SelectQueryInterface::isPrepared().
DeleteQuery::__construct function includes/database/query.inc Constructs a DeleteQuery object.
InsertQuery::useDefaults function includes/database/query.inc Specifies fields for which the database defaults should be used.
backdrop_get_query_array function includes/common.inc Splits a URL-encoded query string into an array.
InsertQuery::__construct function includes/database/query.inc Constructs an InsertQuery object.
SearchQuery::$conditions property modules/search/search.extender.inc Conditions that are used for exact searches.
Query::$uniqueIdentifier property includes/database/query.inc A unique identifier for this query object.
Query::$connectionTarget property includes/database/query.inc The target of the connection object.
QueryExtendableInterface interface includes/database/select.inc Interface for extendable query objects.
UpdateQuery::__construct function includes/database/query.inc Constructs an UpdateQuery object.
SelectQuery::getMetaData function includes/database/select.inc Implements QueryAlterableInterface::getMetaData().
jquery.ui.selectable.css file misc/ui/jquery.ui.selectable.css /*! * jQuery UI Selectable 1.12.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license */ .ui-selectable { -ms-touch-action: none; touch-action:…
MergeQuery::$needsUpdate property includes/database/query.inc Flag indicating whether an UPDATE is necessary.
EntityFieldQuery::addTag function modules/entity/entity.query.inc Adds a tag to the query.
NodeQueryAlter::$profile property modules/node/tests/node.test The profile to install as a basis for testing.
dblog_build_filter_query function modules/dblog/dblog.admin.inc Builds a query for database log administration filters based on session.
jquery.ui.selectmenu.css file misc/ui/jquery.ui.selectmenu.css /*! * jQuery UI Selectmenu 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/selectmenu/#theming …
_node_search_query_alter function modules/node/node.module Exclude nodes from the search query in the special situations.
views_plugin_query::init function modules/views/plugins/views_plugin_query.inc Constructor; Create the basic query object and fill with default values.
jquery.ui.datepicker.css file misc/ui/jquery.ui.datepicker.css /*! * jQuery UI Datepicker 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/datepicker/#theming */ .ui-datepicker…
hook_field_storage_query function modules/field/field.api.php Execute an EntityFieldQuery.
SelectQuery::orderRandom function includes/database/select.inc Implements SelectQueryInterface::orderRandom().
views_handler::pre_query function modules/views/includes/handlers.inc Run before the view is built.
MergeQuery::updateFields function includes/database/query.inc Adds a set of field->value pairs to be updated.
SelectQuery::__construct function includes/database/select.inc Constructs a Query object.
EntityFieldQuery::$count property modules/entity/entity.query.inc TRUE if this is a count query, FALSE if it isn't.
EntityFieldQueryTestCase class modules/entity/tests/entity_query.test Tests EntityFieldQuery.
EntityFieldQuery::$pager property modules/entity/entity.query.inc The query pager data.
EntityFieldQuery::$range property modules/entity/entity.query.inc The query range.
EntityFieldQuery::$order property modules/entity/entity.query.inc List of order clauses.
SelectQuery::addMetaData function includes/database/select.inc Implements QueryAlterableInterface::addMetaData().
MergeQuery::insertFields function includes/database/query.inc Adds a set of field->value pairs to be inserted.
viewsSearchQuery::simple function modules/search/search.extender.inc
EntityFieldQueryException class modules/entity/entity.query.inc Exception thrown by EntityFieldQuery() on unsupported query syntax.
MergeQuery::STATUS_UPDATE constant includes/database/query.inc Returned by execute() if an UPDATE query has been executed.
jquery.ui.progressbar.css file misc/ui/jquery.ui.progressbar.css /*! * jQuery UI Progressbar 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/progressbar/#theming */ .ui-progressbar…

Pages

  • « first
  • ‹ previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • 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