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

Breadcrumb

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

SearchQuery::$keys

Parsed-out positive and negative search keys.

Type: array

File

core/modules/search/src/SearchQuery.php, line 98

Class

SearchQuery
Search query extender and helper functions.

Namespace

Drupal\search

Code

protected $keys = [
    'positive' => [],
    'negative' => [],
];

API Navigation

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