You are here

public function AlphaPaginationGroup::query in Views Alpha Pagination 8.2

Called to add the field to a query.

Overrides FieldPluginBase::query

File

src/Plugin/views/field/AlphaPaginationGroup.php, line 101

Class

AlphaPaginationGroup
A handler to provide a field that generates alpha pagination values.

Namespace

Drupal\alpha_pagination\Plugin\views\field

Code

public function query() {

  // Intentionally left empty because this doesn't actually alter the query.
}