You are here

public function EntityPagerAnalyzerInterface::analyze in Entity Pager 8

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

Analyzes the given entity pager.

Parameters

\Drupal\entity_pager\EntityPagerInterface $entityPager: 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 $entityPager);