views.view.test_pager_full_ajax.yml

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

File

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

View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - node
  6. id: test_pager_full_ajax
  7. label: test_pager_full_ajax
  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. use_ajax: true
  17. access:
  18. type: none
  19. cache:
  20. type: tag
  21. exposed_form:
  22. type: basic
  23. pager:
  24. options:
  25. id: 0
  26. items_per_page: 5
  27. offset: 0
  28. type: full
  29. style:
  30. type: default
  31. row:
  32. type: 'entity:node'
  33. display_plugin: default
  34. display_title: Default
  35. id: default
  36. position: 0

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