ViewsStyle::$id

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

ViewsStyle::$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/ViewsStyle.php, line 48 Class ViewsStyle Defines a Plugin annotation object for views style plugins. Namespace Drupal\views\Annotation Code public $help = '';

ViewsStyle::$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/ViewsStyle.php, line 65 Class ViewsStyle Defines a Plugin annotation object for views style plugins. Namespace Drupal\views\Annotation Code public $display_types;

ViewsStyle::$base

The base tables on which this style plugin can be used. If no base table is specified the plugin can be used with all tables. Type: array File core/modules/views/src/Annotation/ViewsStyle.php, line 74 Class ViewsStyle Defines a Plugin annotation object for views style plugins. Namespace Drupal\views\Annotation Code public $base;

ViewsStyle

Defines a Plugin annotation object for views style plugins. Hierarchy class \Drupal\Component\Annotation\Plugin implements AnnotationInterfaceclass \Drupal\views\Annotation\ViewsPluginAnnotationBase implements AnnotationInterfaceclass \Drupal\views\Annotation\ViewsStyle See also \Drupal\views\Plugin\views\style\StylePluginBase Related topics Annotations Annotations for class discovery and metadata description. Views style plugins Plugins that control how the collection of results is rende

ViewsSort

Defines a Plugin annotation object for views sort handlers. Hierarchy class \Drupal\Component\Annotation\AnnotationBase implements AnnotationInterfaceclass \Drupal\Component\Annotation\PluginIDclass \Drupal\views\Annotation\ViewsHandlerAnnotationBaseclass \Drupal\views\Annotation\ViewsSort See also \Drupal\views\Plugin\views\sort\SortPluginBase Related topics Annotations Annotations for class discovery and metadata description. Views sort handler plugins Plugins that handle sorting for V

ViewsSearchQuery::words

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

ViewsSearchQuery::simple

public ViewsSearchQuery::simple() Returns the simple property. Return value bool TRUE if it is a simple query, and FALSE if it is complicated (phrases or LIKE). File core/modules/search/src/ViewsSearchQuery.php, line 39 Class ViewsSearchQuery Extends the core SearchQuery to be able to gets its protected values. Namespace Drupal\search Code public function simple() { return $this->simple; }

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