You are here

14 calls to db_or() in Zircon Profile 8

Access::query in core/modules/node/src/Plugin/views/filter/Access.php
See _node_access_where_sql() for a non-views query based implementation.
Current::query in core/modules/user/src/Plugin/views/filter/Current.php
Add this filter to the query.
EntityReference::query in core/modules/views/src/Plugin/views/display/EntityReference.php
Add anything to the query that we might need to.
hook_query_TAG_alter in core/lib/Drupal/Core/Database/database.api.php
Perform alterations to a structured query for a given tag.
ManyToOneHelper::addFilter in core/modules/views/src/ManyToOneHelper.php
Search::query in core/modules/search/src/Plugin/views/filter/Search.php
Add this filter to the query.
Search::query in core/modules/search/src/Plugin/views/argument/Search.php
Set up the query for this argument.
SearchQuery::parseSearchExpression in core/modules/search/src/SearchQuery.php
Parses the search query into SQL conditions.
SearchQuery::prepareAndNormalize in core/modules/search/src/SearchQuery.php
Prepares the query and calculates the normalization factor.
search_update_totals in core/modules/search/search.module
Updates the {search_total} database table.
Sql::buildCondition in core/modules/views/src/Plugin/views/query/Sql.php
Construct the "WHERE" or "HAVING" part of the query.
StringDatabaseStorage::dbStringSelect in core/modules/locale/src/StringDatabaseStorage.php
Builds a SELECT query with multiple conditions and fields.
StringFilter::opContainsWord in core/modules/views/src/Plugin/views/filter/StringFilter.php
UserSelection::entityQueryAlter in core/modules/user/src/Plugin/EntityReferenceSelection/UserSelection.php
Allows the selection to alter the SelectQuery generated by EntityFieldQuery.