You are here

public property PagererStyle::$style_type in Pagerer 8

Same name and namespace in other branches
  1. 8.2 src/Plugin/Annotation/PagererStyle.php \Drupal\pagerer\Plugin\Annotation\PagererStyle::style_type

The style type.

Can be 'base' for a base pager style, or 'composite' for special style combinations like e.g. the Pagerer multi-pane pager.

Type: string

File

src/Plugin/Annotation/PagererStyle.php, line 64

Class

PagererStyle
Defines a Plugin annotation object for the Pagerer style plugin.

Namespace

Drupal\pagerer\Plugin\Annotation

Code

public $style_type;