You are here

views.view.commerce_subscriptions.yml in Commerce Recurring Framework 8

config/install/views.view.commerce_subscriptions.yml

File

config/install/views.view.commerce_subscriptions.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - commerce_recurring
  6. - options
  7. - state_machine
  8. - user
  9. id: commerce_subscriptions
  10. label: Subscriptions
  11. module: views
  12. description: ''
  13. tag: ''
  14. base_table: commerce_subscription
  15. base_field: subscription_id
  16. display:
  17. default:
  18. display_plugin: default
  19. id: default
  20. display_title: Master
  21. position: 0
  22. display_options:
  23. access:
  24. type: perm
  25. options:
  26. perm: 'administer commerce_subscription'
  27. cache:
  28. type: tag
  29. options: { }
  30. query:
  31. type: views_query
  32. options:
  33. disable_sql_rewrite: false
  34. distinct: false
  35. replica: false
  36. query_comment: ''
  37. query_tags: { }
  38. exposed_form:
  39. type: basic
  40. options:
  41. submit_button: Apply
  42. reset_button: false
  43. reset_button_label: Reset
  44. exposed_sorts_label: 'Sort by'
  45. expose_sort_order: true
  46. sort_asc_label: Asc
  47. sort_desc_label: Desc
  48. pager:
  49. type: full
  50. options:
  51. items_per_page: 50
  52. offset: 0
  53. id: 0
  54. total_pages: null
  55. tags:
  56. previous: ‹‹
  57. next: ››
  58. first: '« First'
  59. last: 'Last »'
  60. expose:
  61. items_per_page: false
  62. items_per_page_label: 'Items per page'
  63. items_per_page_options: '5, 10, 25, 50'
  64. items_per_page_options_all: false
  65. items_per_page_options_all_label: '- All -'
  66. offset: false
  67. offset_label: Offset
  68. quantity: 9
  69. style:
  70. type: table
  71. options:
  72. grouping: { }
  73. row_class: ''
  74. default_row_class: true
  75. override: true
  76. sticky: false
  77. caption: ''
  78. summary: ''
  79. description: ''
  80. columns:
  81. subscription_id: subscription_id
  82. title: title
  83. type: type
  84. billing_schedule: billing_schedule
  85. uid: uid
  86. state: state
  87. starts: starts
  88. ends: ends
  89. operations: operations
  90. info:
  91. subscription_id:
  92. sortable: true
  93. default_sort_order: desc
  94. align: ''
  95. separator: ''
  96. empty_column: false
  97. responsive: ''
  98. title:
  99. sortable: true
  100. default_sort_order: asc
  101. align: ''
  102. separator: ''
  103. empty_column: false
  104. responsive: ''
  105. type:
  106. sortable: true
  107. default_sort_order: asc
  108. align: ''
  109. separator: ''
  110. empty_column: false
  111. responsive: ''
  112. billing_schedule:
  113. sortable: true
  114. default_sort_order: asc
  115. align: ''
  116. separator: ''
  117. empty_column: false
  118. responsive: ''
  119. uid:
  120. sortable: true
  121. default_sort_order: asc
  122. align: ''
  123. separator: ''
  124. empty_column: false
  125. responsive: ''
  126. state:
  127. sortable: true
  128. default_sort_order: asc
  129. align: ''
  130. separator: ''
  131. empty_column: false
  132. responsive: ''
  133. starts:
  134. sortable: true
  135. default_sort_order: asc
  136. align: ''
  137. separator: ''
  138. empty_column: false
  139. responsive: ''
  140. ends:
  141. sortable: true
  142. default_sort_order: asc
  143. align: ''
  144. separator: ''
  145. empty_column: false
  146. responsive: ''
  147. operations:
  148. align: ''
  149. separator: ''
  150. empty_column: false
  151. responsive: ''
  152. default: subscription_id
  153. empty_table: true
  154. row:
  155. type: fields
  156. fields:
  157. subscription_id:
  158. id: subscription_id
  159. table: commerce_subscription
  160. field: subscription_id
  161. relationship: none
  162. group_type: group
  163. admin_label: ''
  164. label: ID
  165. exclude: false
  166. alter:
  167. alter_text: false
  168. text: ''
  169. make_link: false
  170. path: ''
  171. absolute: false
  172. external: false
  173. replace_spaces: false
  174. path_case: none
  175. trim_whitespace: false
  176. alt: ''
  177. rel: ''
  178. link_class: ''
  179. prefix: ''
  180. suffix: ''
  181. target: ''
  182. nl2br: false
  183. max_length: 0
  184. word_boundary: true
  185. ellipsis: true
  186. more_link: false
  187. more_link_text: ''
  188. more_link_path: ''
  189. strip_tags: false
  190. trim: false
  191. preserve_tags: ''
  192. html: false
  193. element_type: ''
  194. element_class: ''
  195. element_label_type: ''
  196. element_label_class: ''
  197. element_label_colon: true
  198. element_wrapper_type: ''
  199. element_wrapper_class: ''
  200. element_default_classes: true
  201. empty: ''
  202. hide_empty: false
  203. empty_zero: false
  204. hide_alter_empty: true
  205. click_sort_column: value
  206. type: number_integer
  207. settings:
  208. thousand_separator: ''
  209. prefix_suffix: true
  210. group_column: value
  211. group_columns: { }
  212. group_rows: true
  213. delta_limit: 0
  214. delta_offset: 0
  215. delta_reversed: false
  216. delta_first_last: false
  217. multi_type: separator
  218. separator: ', '
  219. field_api_classes: false
  220. entity_type: commerce_subscription
  221. entity_field: subscription_id
  222. plugin_id: field
  223. title:
  224. id: title
  225. table: commerce_subscription
  226. field: title
  227. relationship: none
  228. group_type: group
  229. admin_label: ''
  230. label: Title
  231. exclude: false
  232. alter:
  233. alter_text: false
  234. text: ''
  235. make_link: false
  236. path: ''
  237. absolute: false
  238. external: false
  239. replace_spaces: false
  240. path_case: none
  241. trim_whitespace: false
  242. alt: ''
  243. rel: ''
  244. link_class: ''
  245. prefix: ''
  246. suffix: ''
  247. target: ''
  248. nl2br: false
  249. max_length: 0
  250. word_boundary: true
  251. ellipsis: true
  252. more_link: false
  253. more_link_text: ''
  254. more_link_path: ''
  255. strip_tags: false
  256. trim: false
  257. preserve_tags: ''
  258. html: false
  259. element_type: ''
  260. element_class: ''
  261. element_label_type: ''
  262. element_label_class: ''
  263. element_label_colon: true
  264. element_wrapper_type: ''
  265. element_wrapper_class: ''
  266. element_default_classes: true
  267. empty: ''
  268. hide_empty: false
  269. empty_zero: false
  270. hide_alter_empty: true
  271. click_sort_column: value
  272. type: string
  273. settings:
  274. link_to_entity: false
  275. group_column: value
  276. group_columns: { }
  277. group_rows: true
  278. delta_limit: 0
  279. delta_offset: 0
  280. delta_reversed: false
  281. delta_first_last: false
  282. multi_type: separator
  283. separator: ', '
  284. field_api_classes: false
  285. entity_type: commerce_subscription
  286. entity_field: title
  287. plugin_id: field
  288. type:
  289. id: type
  290. table: commerce_subscription
  291. field: type
  292. relationship: none
  293. group_type: group
  294. admin_label: ''
  295. label: Type
  296. exclude: false
  297. alter:
  298. alter_text: false
  299. text: ''
  300. make_link: false
  301. path: ''
  302. absolute: false
  303. external: false
  304. replace_spaces: false
  305. path_case: none
  306. trim_whitespace: false
  307. alt: ''
  308. rel: ''
  309. link_class: ''
  310. prefix: ''
  311. suffix: ''
  312. target: ''
  313. nl2br: false
  314. max_length: 0
  315. word_boundary: true
  316. ellipsis: true
  317. more_link: false
  318. more_link_text: ''
  319. more_link_path: ''
  320. strip_tags: false
  321. trim: false
  322. preserve_tags: ''
  323. html: false
  324. element_type: ''
  325. element_class: ''
  326. element_label_type: ''
  327. element_label_class: ''
  328. element_label_colon: true
  329. element_wrapper_type: ''
  330. element_wrapper_class: ''
  331. element_default_classes: true
  332. empty: ''
  333. hide_empty: false
  334. empty_zero: false
  335. hide_alter_empty: true
  336. click_sort_column: value
  337. type: string
  338. settings:
  339. link_to_entity: false
  340. group_column: value
  341. group_columns: { }
  342. group_rows: true
  343. delta_limit: 0
  344. delta_offset: 0
  345. delta_reversed: false
  346. delta_first_last: false
  347. multi_type: separator
  348. separator: ', '
  349. field_api_classes: false
  350. hide_single_bundle: true
  351. entity_type: commerce_subscription
  352. entity_field: type
  353. plugin_id: commerce_entity_bundle
  354. billing_schedule:
  355. id: billing_schedule
  356. table: commerce_subscription
  357. field: billing_schedule
  358. relationship: none
  359. group_type: group
  360. admin_label: ''
  361. label: 'Billing schedule'
  362. exclude: false
  363. alter:
  364. alter_text: false
  365. text: ''
  366. make_link: false
  367. path: ''
  368. absolute: false
  369. external: false
  370. replace_spaces: false
  371. path_case: none
  372. trim_whitespace: false
  373. alt: ''
  374. rel: ''
  375. link_class: ''
  376. prefix: ''
  377. suffix: ''
  378. target: ''
  379. nl2br: false
  380. max_length: 0
  381. word_boundary: true
  382. ellipsis: true
  383. more_link: false
  384. more_link_text: ''
  385. more_link_path: ''
  386. strip_tags: false
  387. trim: false
  388. preserve_tags: ''
  389. html: false
  390. element_type: ''
  391. element_class: ''
  392. element_label_type: ''
  393. element_label_class: ''
  394. element_label_colon: true
  395. element_wrapper_type: ''
  396. element_wrapper_class: ''
  397. element_default_classes: true
  398. empty: ''
  399. hide_empty: false
  400. empty_zero: false
  401. hide_alter_empty: true
  402. click_sort_column: target_id
  403. type: entity_reference_label
  404. settings:
  405. link: false
  406. group_column: target_id
  407. group_columns: { }
  408. group_rows: true
  409. delta_limit: 0
  410. delta_offset: 0
  411. delta_reversed: false
  412. delta_first_last: false
  413. multi_type: separator
  414. separator: ', '
  415. field_api_classes: false
  416. entity_type: commerce_subscription
  417. entity_field: billing_schedule
  418. plugin_id: field
  419. uid:
  420. id: uid
  421. table: commerce_subscription
  422. field: uid
  423. relationship: none
  424. group_type: group
  425. admin_label: ''
  426. label: Customer
  427. exclude: false
  428. alter:
  429. alter_text: false
  430. text: ''
  431. make_link: false
  432. path: ''
  433. absolute: false
  434. external: false
  435. replace_spaces: false
  436. path_case: none
  437. trim_whitespace: false
  438. alt: ''
  439. rel: ''
  440. link_class: ''
  441. prefix: ''
  442. suffix: ''
  443. target: ''
  444. nl2br: false
  445. max_length: 0
  446. word_boundary: true
  447. ellipsis: true
  448. more_link: false
  449. more_link_text: ''
  450. more_link_path: ''
  451. strip_tags: false
  452. trim: false
  453. preserve_tags: ''
  454. html: false
  455. element_type: ''
  456. element_class: ''
  457. element_label_type: ''
  458. element_label_class: ''
  459. element_label_colon: true
  460. element_wrapper_type: ''
  461. element_wrapper_class: ''
  462. element_default_classes: true
  463. empty: ''
  464. hide_empty: false
  465. empty_zero: false
  466. hide_alter_empty: true
  467. click_sort_column: target_id
  468. type: entity_reference_label
  469. settings:
  470. link: true
  471. group_column: target_id
  472. group_columns: { }
  473. group_rows: true
  474. delta_limit: 0
  475. delta_offset: 0
  476. delta_reversed: false
  477. delta_first_last: false
  478. multi_type: separator
  479. separator: ', '
  480. field_api_classes: false
  481. entity_type: commerce_subscription
  482. entity_field: uid
  483. plugin_id: field
  484. state:
  485. id: state
  486. table: commerce_subscription
  487. field: state
  488. relationship: none
  489. group_type: group
  490. admin_label: ''
  491. label: State
  492. exclude: false
  493. alter:
  494. alter_text: false
  495. text: ''
  496. make_link: false
  497. path: ''
  498. absolute: false
  499. external: false
  500. replace_spaces: false
  501. path_case: none
  502. trim_whitespace: false
  503. alt: ''
  504. rel: ''
  505. link_class: ''
  506. prefix: ''
  507. suffix: ''
  508. target: ''
  509. nl2br: false
  510. max_length: 0
  511. word_boundary: true
  512. ellipsis: true
  513. more_link: false
  514. more_link_text: ''
  515. more_link_path: ''
  516. strip_tags: false
  517. trim: false
  518. preserve_tags: ''
  519. html: false
  520. element_type: ''
  521. element_class: ''
  522. element_label_type: ''
  523. element_label_class: ''
  524. element_label_colon: true
  525. element_wrapper_type: ''
  526. element_wrapper_class: ''
  527. element_default_classes: true
  528. empty: ''
  529. hide_empty: false
  530. empty_zero: false
  531. hide_alter_empty: true
  532. click_sort_column: value
  533. type: list_default
  534. settings: { }
  535. group_column: value
  536. group_columns: { }
  537. group_rows: true
  538. delta_limit: 0
  539. delta_offset: 0
  540. delta_reversed: false
  541. delta_first_last: false
  542. multi_type: separator
  543. separator: ', '
  544. field_api_classes: false
  545. entity_type: commerce_subscription
  546. entity_field: state
  547. plugin_id: field
  548. starts:
  549. id: starts
  550. table: commerce_subscription
  551. field: starts
  552. relationship: none
  553. group_type: group
  554. admin_label: ''
  555. label: Starts
  556. exclude: false
  557. alter:
  558. alter_text: false
  559. text: ''
  560. make_link: false
  561. path: ''
  562. absolute: false
  563. external: false
  564. replace_spaces: false
  565. path_case: none
  566. trim_whitespace: false
  567. alt: ''
  568. rel: ''
  569. link_class: ''
  570. prefix: ''
  571. suffix: ''
  572. target: ''
  573. nl2br: false
  574. max_length: 0
  575. word_boundary: true
  576. ellipsis: true
  577. more_link: false
  578. more_link_text: ''
  579. more_link_path: ''
  580. strip_tags: false
  581. trim: false
  582. preserve_tags: ''
  583. html: false
  584. element_type: ''
  585. element_class: ''
  586. element_label_type: ''
  587. element_label_class: ''
  588. element_label_colon: true
  589. element_wrapper_type: ''
  590. element_wrapper_class: ''
  591. element_default_classes: true
  592. empty: ''
  593. hide_empty: false
  594. empty_zero: false
  595. hide_alter_empty: true
  596. click_sort_column: value
  597. type: timestamp
  598. settings:
  599. date_format: custom
  600. custom_date_format: 'M jS Y H:i:s'
  601. timezone: ''
  602. group_column: value
  603. group_columns: { }
  604. group_rows: true
  605. delta_limit: 0
  606. delta_offset: 0
  607. delta_reversed: false
  608. delta_first_last: false
  609. multi_type: separator
  610. separator: ', '
  611. field_api_classes: false
  612. entity_type: commerce_subscription
  613. entity_field: starts
  614. plugin_id: field
  615. ends:
  616. id: ends
  617. table: commerce_subscription
  618. field: ends
  619. relationship: none
  620. group_type: group
  621. admin_label: ''
  622. label: Ends
  623. exclude: false
  624. alter:
  625. alter_text: false
  626. text: ''
  627. make_link: false
  628. path: ''
  629. absolute: false
  630. external: false
  631. replace_spaces: false
  632. path_case: none
  633. trim_whitespace: false
  634. alt: ''
  635. rel: ''
  636. link_class: ''
  637. prefix: ''
  638. suffix: ''
  639. target: ''
  640. nl2br: false
  641. max_length: 0
  642. word_boundary: true
  643. ellipsis: true
  644. more_link: false
  645. more_link_text: ''
  646. more_link_path: ''
  647. strip_tags: false
  648. trim: false
  649. preserve_tags: ''
  650. html: false
  651. element_type: ''
  652. element_class: ''
  653. element_label_type: ''
  654. element_label_class: ''
  655. element_label_colon: true
  656. element_wrapper_type: ''
  657. element_wrapper_class: ''
  658. element_default_classes: true
  659. empty: '-'
  660. hide_empty: false
  661. empty_zero: false
  662. hide_alter_empty: true
  663. click_sort_column: value
  664. type: timestamp
  665. settings:
  666. date_format: custom
  667. custom_date_format: 'M jS Y H:i:s'
  668. timezone: ''
  669. group_column: value
  670. group_columns: { }
  671. group_rows: true
  672. delta_limit: 0
  673. delta_offset: 0
  674. delta_reversed: false
  675. delta_first_last: false
  676. multi_type: separator
  677. separator: ', '
  678. field_api_classes: false
  679. entity_type: commerce_subscription
  680. entity_field: ends
  681. plugin_id: field
  682. operations:
  683. id: operations
  684. table: commerce_subscription
  685. field: operations
  686. relationship: none
  687. group_type: group
  688. admin_label: ''
  689. label: Operations
  690. exclude: false
  691. alter:
  692. alter_text: false
  693. text: ''
  694. make_link: false
  695. path: ''
  696. absolute: false
  697. external: false
  698. replace_spaces: false
  699. path_case: none
  700. trim_whitespace: false
  701. alt: ''
  702. rel: ''
  703. link_class: ''
  704. prefix: ''
  705. suffix: ''
  706. target: ''
  707. nl2br: false
  708. max_length: 0
  709. word_boundary: true
  710. ellipsis: true
  711. more_link: false
  712. more_link_text: ''
  713. more_link_path: ''
  714. strip_tags: false
  715. trim: false
  716. preserve_tags: ''
  717. html: false
  718. element_type: ''
  719. element_class: ''
  720. element_label_type: ''
  721. element_label_class: ''
  722. element_label_colon: true
  723. element_wrapper_type: ''
  724. element_wrapper_class: ''
  725. element_default_classes: true
  726. empty: ''
  727. hide_empty: false
  728. empty_zero: false
  729. hide_alter_empty: true
  730. destination: true
  731. entity_type: commerce_subscription
  732. plugin_id: entity_operations
  733. filters:
  734. uid:
  735. id: uid
  736. table: users_field_data
  737. field: uid
  738. relationship: uid
  739. group_type: group
  740. admin_label: ''
  741. operator: in
  742. value: { }
  743. group: 1
  744. exposed: true
  745. expose:
  746. operator_id: uid_op
  747. label: Customer
  748. description: ''
  749. use_operator: false
  750. operator: uid_op
  751. identifier: uid
  752. required: false
  753. remember: false
  754. multiple: false
  755. remember_roles:
  756. authenticated: authenticated
  757. anonymous: '0'
  758. administrator: '0'
  759. reduce: false
  760. operator_limit_selection: false
  761. operator_list: { }
  762. is_grouped: false
  763. group_info:
  764. label: ''
  765. description: ''
  766. identifier: ''
  767. optional: true
  768. widget: select
  769. multiple: false
  770. remember: false
  771. default_group: All
  772. default_group_multiple: { }
  773. group_items: { }
  774. entity_type: user
  775. entity_field: uid
  776. plugin_id: user_name
  777. state:
  778. id: state
  779. table: commerce_subscription
  780. field: state
  781. relationship: none
  782. group_type: group
  783. admin_label: ''
  784. operator: in
  785. value: { }
  786. group: 1
  787. exposed: true
  788. expose:
  789. operator_id: state_op
  790. operator_limit_selection: false
  791. label: State
  792. description: ''
  793. use_operator: false
  794. operator: state_op
  795. identifier: state
  796. required: false
  797. remember: false
  798. multiple: false
  799. remember_roles:
  800. authenticated: authenticated
  801. anonymous: '0'
  802. administrator: '0'
  803. reduce: false
  804. is_grouped: false
  805. group_info:
  806. label: ''
  807. description: ''
  808. identifier: ''
  809. optional: true
  810. widget: select
  811. multiple: false
  812. remember: false
  813. default_group: All
  814. default_group_multiple: { }
  815. group_items: { }
  816. entity_type: commerce_subscription
  817. entity_field: state
  818. plugin_id: state_machine_state
  819. sorts: { }
  820. title: Subscriptions
  821. header: { }
  822. footer: { }
  823. empty:
  824. area:
  825. id: area
  826. table: views
  827. field: area
  828. relationship: none
  829. group_type: group
  830. admin_label: ''
  831. empty: true
  832. tokenize: false
  833. content:
  834. value: 'No subscriptions available.'
  835. format: basic_html
  836. plugin_id: text
  837. relationships:
  838. uid:
  839. id: uid
  840. table: commerce_subscription
  841. field: uid
  842. relationship: none
  843. group_type: group
  844. admin_label: User
  845. required: false
  846. entity_type: commerce_subscription
  847. entity_field: uid
  848. plugin_id: standard
  849. arguments: { }
  850. display_extenders: { }
  851. filter_groups:
  852. operator: AND
  853. groups:
  854. 1: AND
  855. cache_metadata:
  856. max-age: -1
  857. contexts:
  858. - 'languages:language_content'
  859. - 'languages:language_interface'
  860. - url
  861. - url.query_args
  862. - user.permissions
  863. tags: { }
  864. page_1:
  865. display_plugin: page
  866. id: page_1
  867. display_title: Page
  868. position: 1
  869. display_options:
  870. display_extenders: { }
  871. path: admin/commerce/subscriptions
  872. cache_metadata:
  873. max-age: -1
  874. contexts:
  875. - 'languages:language_content'
  876. - 'languages:language_interface'
  877. - url
  878. - url.query_args
  879. - user.permissions
  880. tags: { }