views.view.test_pager_some.yml

Same filename and directory in other branches
  1. 9 core/modules/views/tests/modules/views_test_config/test_views/views.view.test_pager_some.yml
  2. 8.9.x core/modules/views/tests/modules/views_test_config/test_views/views.view.test_pager_some.yml
  3. 10 core/modules/views/tests/modules/views_test_config/test_views/views.view.test_pager_some.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_pager_some.yml

File

core/modules/views/tests/modules/views_test_config/test_views/views.view.test_pager_some.yml

View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - node
  6. id: test_pager_some
  7. label: test_pager_some
  8. module: views
  9. description: ''
  10. tag: ''
  11. base_table: node_field_data
  12. base_field: nid
  13. display:
  14. default:
  15. display_options:
  16. access:
  17. type: none
  18. cache:
  19. type: tag
  20. exposed_form:
  21. type: basic
  22. pager:
  23. options:
  24. items_per_page: 5
  25. offset: 0
  26. type: some
  27. style:
  28. type: default
  29. row:
  30. type: 'entity:node'
  31. display_plugin: default
  32. display_title: Default
  33. id: default
  34. position: 0

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.