You are here

constant EntityPagerEvents::ENTITY_PAGER_ANALYZE in Entity Pager 8

Same name and namespace in other branches
  1. 2.0.x src/Event/EntityPagerEvents.php \Drupal\entity_pager\Event\EntityPagerEvents::ENTITY_PAGER_ANALYZE

Analyzing event name.

This is fired when analyzing an entity pager, before the feedback is logged to Drupal. It is intended to be use to register feedback for the user.

See also

\Drupal\entity_pager\Event\EntityPagerAnalyzeEvent

File

src/Event/EntityPagerEvents.php, line 18

Class

EntityPagerEvents
Define events for the Entity Pager module.

Namespace

Drupal\entity_pager\Event

Code

const ENTITY_PAGER_ANALYZE = 'entity_pager.analyze';