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

ViewsSearchQuery::conditionReplaceString

ViewsSearchQuery::conditionReplaceString($search, $replace, &$condition) Replaces the original condition with a custom one from views recursively. Parameters string $search: The searched value. string $replace: The value which replaces the search value. array $condition: The query conditions array in which the string is replaced. This is an item from a \Drupal\Core\Database\Query\Condition::conditions array, which must have a 'field' element. File core/modules/search/src/ViewsSearchQuery.p

ViewsSearchQuery

Extends the core SearchQuery to be able to gets its protected values. Hierarchy class \Drupal\Core\Database\Query\SelectExtender implements SelectInterfaceclass \Drupal\search\SearchQueryclass \Drupal\search\ViewsSearchQuery File core/modules/search/src/ViewsSearchQuery.php, line 10 Namespace Drupal\search Members Name Modifiers Type Description SearchQuery::$conditions protected property Conditions that are used for exact searches. SearchQuery::$executedPrepare pr

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::$short_title

(optional) The short 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 39 Class ViewsRow Defines a Plugin annotation object for views row plugins. Namespace Drupal\views\Annotation Code public $short_title = '';

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::$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;

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::$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;