Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ViewsSearchQuery.php

function ViewsSearchQuery::conditions

Returns the conditions property.

Return value

array The query conditions.

Overrides SelectExtender::conditions

File

core/modules/search/src/ViewsSearchQuery.php, line 18

Class

ViewsSearchQuery
Extends the core SearchQuery to be able to gets its protected values.

Namespace

Drupal\search

Code

public function &conditions() {
    return $this->conditions;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal