You are here

protected property DisplayPluginBase::$usesMore in Views (for Drupal 7) 8.3

Whether the display allows the use of a 'more' link or not.

Type: bool

File

lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php, line 82
Definition of Drupal\views\Plugin\views\display\DisplayPluginBase.

Class

DisplayPluginBase
The default display plugin handler. Display plugins handle options and basic mechanisms for different output methods.

Namespace

Drupal\views\Plugin\views\display

Code

protected $usesMore = TRUE;