You are here

public function EntityPagerAnalyzerInterface::analyze in Entity Pager 2.0.x

Same name and namespace in other branches
  1. 8 src/EntityPagerAnalyzerInterface.php \Drupal\entity_pager\EntityPagerAnalyzerInterface::analyze()

Analyzes the given entity pager.

Parameters

\Drupal\entity_pager\EntityPagerInterface $entity_pager: The entity pager to analyze.

1 method overrides EntityPagerAnalyzerInterface::analyze()
EntityPagerAnalyzer::analyze in src/EntityPagerAnalyzer.php
Analyzes the given entity pager.

File

src/EntityPagerAnalyzerInterface.php, line 16

Class

EntityPagerAnalyzerInterface
An interface for an Entity Pager Analyzer.

Namespace

Drupal\entity_pager

Code

public function analyze(EntityPagerInterface $entity_pager);