views.view.test_node_revision_timestamp.yml

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

File

core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_revision_timestamp.yml

View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - node
  6. id: test_node_revision_timestamp
  7. label: test_node_revision_timestamp
  8. module: views
  9. description: ''
  10. tag: ''
  11. base_table: node_field_revision
  12. base_field: vid
  13. display:
  14. default:
  15. display_options:
  16. fields:
  17. vid:
  18. id: vid
  19. table: node_field_revision
  20. field: vid
  21. plugin_id: field
  22. entity_type: node
  23. entity_field: vid
  24. revision_timestamp:
  25. id: revision_timestamp
  26. table: node_revision
  27. field: revision_timestamp
  28. plugin_id: field
  29. entity_type: node
  30. entity_field: revision_timestamp
  31. sorts:
  32. revision_timestamp:
  33. id: revision_timestamp
  34. table: node_revision
  35. field: revision_timestamp
  36. order: DESC
  37. plugin_id: field
  38. entity_type: node
  39. entity_field: revision_timestamp
  40. display_plugin: default
  41. display_title: Default
  42. id: default
  43. position: 0

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