You are here

public property ViewsPager::$base in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/views/src/Annotation/ViewsPager.php \Drupal\views\Annotation\ViewsPager::base

The base tables on which this pager 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/ViewsPager.php, line 79
Contains \Drupal\views\Annotation\ViewsPager.

Class

ViewsPager
Defines a Plugin annotation object for views pager plugins.

Namespace

Drupal\views\Annotation

Code

public $base;