You are here

protected property EntityPager::$usesRowClass 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::usesRowClass

Does the style plugin support custom css class for the rows.

Type: bool

Overrides StylePluginBase::$usesRowClass

File

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

Class

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

Namespace

Drupal\entity_pager\Plugin\views\style

Code

protected $usesRowClass = FALSE;