ViewsSearchQuery::matches

public ViewsSearchQuery::matches() Returns the matches property. Return value int The number of matches needed. File core/modules/search/src/ViewsSearchQuery.php, line 49 Class ViewsSearchQuery Extends the core SearchQuery to be able to gets its protected values. Namespace Drupal\search Code public function matches() { return $this->matches; }

ViewsSearchQuery::publicParseSearchExpression

public ViewsSearchQuery::publicParseSearchExpression() Executes and returns the protected parseSearchExpression method. File core/modules/search/src/ViewsSearchQuery.php, line 56 Class ViewsSearchQuery Extends the core SearchQuery to be able to gets its protected values. Namespace Drupal\search Code public function publicParseSearchExpression() { return $this->parseSearchExpression(); }

ViewsSearchQuery::conditions

public &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; }

ViewsRow::$title

The plugin title used in the views UI. Type: \Drupal\Core\Annotation\Translation Related topics Annotation for translatable text Describes how to put translatable UI text into annotations. File core/modules/views/src/Annotation/ViewsRow.php, line 30 Class ViewsRow Defines a Plugin annotation object for views row plugins. Namespace Drupal\views\Annotation Code public $title = '';

ViewsRow::$theme

The theme function used to render the row output. File core/modules/views/src/Annotation/ViewsRow.php, line 55 Class ViewsRow Defines a Plugin annotation object for views row plugins. Namespace Drupal\views\Annotation Code public $theme;

ViewsRow::$no_ui

Whether the plugin should be not selectable in the UI. If it's set to TRUE, you can still use it via the API in config files. Type: bool File core/modules/views/src/Annotation/ViewsRow.php, line 81 Class ViewsRow Defines a Plugin annotation object for views row plugins. Namespace Drupal\views\Annotation Code public $no_ui;

ViewsRow::$base

The base tables on which this row plugin can be used. Type: array File core/modules/views/src/Annotation/ViewsRow.php, line 62 Class ViewsRow Defines a Plugin annotation object for views row plugins. Namespace Drupal\views\Annotation Code public $base;

ViewsRow::$display_types

The types of the display this plugin can be used with. For example the Feed display defines the type 'feed', so only rss style and row plugins can be used in the views UI. Type: array File core/modules/views/src/Annotation/ViewsRow.php, line 72 Class ViewsRow Defines a Plugin annotation object for views row plugins. Namespace Drupal\views\Annotation Code public $display_types;

ViewsRow::$help

A short help string; this is displayed in the views UI. Type: \Drupal\Core\Annotation\Translation Related topics Annotation for translatable text Describes how to put translatable UI text into annotations. File core/modules/views/src/Annotation/ViewsRow.php, line 48 Class ViewsRow Defines a Plugin annotation object for views row plugins. Namespace Drupal\views\Annotation Code public $help = '';

ViewsRow::$id

The plugin ID. Type: string File core/modules/views/src/Annotation/ViewsRow.php, line 21 Class ViewsRow Defines a Plugin annotation object for views row plugins. Namespace Drupal\views\Annotation Code public $id;