views.view.commerce_subscriptions.yml 31 KB

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