You are here

entity_pager.info in Entity Pager 7

name = Entity Pager
description = Provides next and previous navigation on entities. It uses Views, Blocks, Tokens and has its own internal intelligent advice system which adds tips to Watchdog (optional) on how to improve your implementation. Example usage: navigate through a Brands products or go back to the Brand page itself.
package = Navigation
core = 7.x
php = 5.2

dependencies[] = views
dependencies[] = token

files[] = views/plugins/EntityPagerViewsPluginStyle.inc
files[] = includes/EntityPager.inc
files[] = includes/EntityPagerSetup.inc
files[] = includes/EntityPagerAdvice.inc
files[] = includes/EntityPagerOut.inc

File

entity_pager.info
View source
  1. name = Entity Pager
  2. description = Provides next and previous navigation on entities. It uses Views, Blocks, Tokens and has its own internal intelligent advice system which adds tips to Watchdog (optional) on how to improve your implementation. Example usage: navigate through a Brands products or go back to the Brand page itself.
  3. package = Navigation
  4. core = 7.x
  5. php = 5.2
  6. dependencies[] = views
  7. dependencies[] = token
  8. files[] = views/plugins/EntityPagerViewsPluginStyle.inc
  9. files[] = includes/EntityPager.inc
  10. files[] = includes/EntityPagerSetup.inc
  11. files[] = includes/EntityPagerAdvice.inc
  12. files[] = includes/EntityPagerOut.inc