You are here

service flippy.pager in Flippy 8

Class

Drupal\flippy\FlippyPager
1 string reference to flippy.pager
FlippyBlock::create in src/Plugin/Block/FlippyBlock.php
Creates an instance of the plugin.

File

./flippy.services.yml
flippy.services.yml

View source
  1. class: Drupal\flippy\FlippyPager
  2. arguments:
  3. - '@entity_field.manager'
  4. - '@event_dispatcher'
  5. - '@entity_type.manager'
  6. - '@database'
  7. - '@config.factory'
  8. - '@token'
  9. - '@language_manager'