You are here

protected property EntityPager::$usesOptions in Entity Pager 8

Same name and namespace in other branches
  1. 2.0.x src/Plugin/views/style/EntityPager.php \Drupal\entity_pager\Plugin\views\style\EntityPager::usesOptions

Denotes whether the plugin has an additional options form.

Type: bool

Overrides StylePluginBase::$usesOptions

File

src/Plugin/views/style/EntityPager.php, line 43

Class

EntityPager
Style plugin to render a view for an Entity Pager.

Namespace

Drupal\entity_pager\Plugin\views\style

Code

protected $usesOptions = TRUE;