Skip to content

Commit 9a01ce1

Browse files
committed
commerce@62e2427
Finish 5.3.13
1 parent a9ad43d commit 9a01ce1

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

docs/.artifacts/commerce/5.x/events.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -20220,19 +20220,19 @@
2022020220
"class": "craft\\commerce\\elements\\db\\DonationQuery",
2022120221
"name": "EVENT_BEFORE_POPULATE_ELEMENT",
2022220222
"type": "craft\\events\\PopulateElementEvent",
20223-
"desc": "The event that is triggered before an element is populated."
20223+
"desc": "The event that is triggered before an element is populated from a database row."
2022420224
},
2022520225
{
2022620226
"class": "craft\\commerce\\elements\\db\\DonationQuery",
2022720227
"name": "EVENT_AFTER_POPULATE_ELEMENT",
2022820228
"type": "craft\\events\\PopulateElementEvent",
20229-
"desc": "The event that is triggered after an element is populated."
20229+
"desc": "The event that is triggered after an element is populated from a database row."
2023020230
},
2023120231
{
2023220232
"class": "craft\\commerce\\elements\\db\\DonationQuery",
2023320233
"name": "EVENT_AFTER_POPULATE_ELEMENTS",
2023420234
"type": "craft\\events\\PopulateElementEvent",
20235-
"desc": "The event that is triggered after an element is populated."
20235+
"desc": "The event triggered after all elements are populated."
2023620236
},
2023720237
{
2023820238
"class": "craft\\commerce\\elements\\db\\DonationQuery",
@@ -20268,19 +20268,19 @@
2026820268
"class": "craft\\commerce\\elements\\db\\OrderQuery",
2026920269
"name": "EVENT_BEFORE_POPULATE_ELEMENT",
2027020270
"type": "craft\\events\\PopulateElementEvent",
20271-
"desc": "The event that is triggered before an element is populated."
20271+
"desc": "The event that is triggered before an element is populated from a database row."
2027220272
},
2027320273
{
2027420274
"class": "craft\\commerce\\elements\\db\\OrderQuery",
2027520275
"name": "EVENT_AFTER_POPULATE_ELEMENT",
2027620276
"type": "craft\\events\\PopulateElementEvent",
20277-
"desc": "The event that is triggered after an element is populated."
20277+
"desc": "The event that is triggered after an element is populated from a database row."
2027820278
},
2027920279
{
2028020280
"class": "craft\\commerce\\elements\\db\\OrderQuery",
2028120281
"name": "EVENT_AFTER_POPULATE_ELEMENTS",
2028220282
"type": "craft\\events\\PopulateElementEvent",
20283-
"desc": "The event that is triggered after an element is populated."
20283+
"desc": "The event triggered after all elements are populated."
2028420284
},
2028520285
{
2028620286
"class": "craft\\commerce\\elements\\db\\OrderQuery",
@@ -20316,19 +20316,19 @@
2031620316
"class": "craft\\commerce\\elements\\db\\ProductQuery",
2031720317
"name": "EVENT_BEFORE_POPULATE_ELEMENT",
2031820318
"type": "craft\\events\\PopulateElementEvent",
20319-
"desc": "The event that is triggered before an element is populated."
20319+
"desc": "The event that is triggered before an element is populated from a database row."
2032020320
},
2032120321
{
2032220322
"class": "craft\\commerce\\elements\\db\\ProductQuery",
2032320323
"name": "EVENT_AFTER_POPULATE_ELEMENT",
2032420324
"type": "craft\\events\\PopulateElementEvent",
20325-
"desc": "The event that is triggered after an element is populated."
20325+
"desc": "The event that is triggered after an element is populated from a database row."
2032620326
},
2032720327
{
2032820328
"class": "craft\\commerce\\elements\\db\\ProductQuery",
2032920329
"name": "EVENT_AFTER_POPULATE_ELEMENTS",
2033020330
"type": "craft\\events\\PopulateElementEvent",
20331-
"desc": "The event that is triggered after an element is populated."
20331+
"desc": "The event triggered after all elements are populated."
2033220332
},
2033320333
{
2033420334
"class": "craft\\commerce\\elements\\db\\ProductQuery",
@@ -20364,19 +20364,19 @@
2036420364
"class": "craft\\commerce\\elements\\db\\PurchasableQuery",
2036520365
"name": "EVENT_BEFORE_POPULATE_ELEMENT",
2036620366
"type": "craft\\events\\PopulateElementEvent",
20367-
"desc": "The event that is triggered before an element is populated."
20367+
"desc": "The event that is triggered before an element is populated from a database row."
2036820368
},
2036920369
{
2037020370
"class": "craft\\commerce\\elements\\db\\PurchasableQuery",
2037120371
"name": "EVENT_AFTER_POPULATE_ELEMENT",
2037220372
"type": "craft\\events\\PopulateElementEvent",
20373-
"desc": "The event that is triggered after an element is populated."
20373+
"desc": "The event that is triggered after an element is populated from a database row."
2037420374
},
2037520375
{
2037620376
"class": "craft\\commerce\\elements\\db\\PurchasableQuery",
2037720377
"name": "EVENT_AFTER_POPULATE_ELEMENTS",
2037820378
"type": "craft\\events\\PopulateElementEvent",
20379-
"desc": "The event that is triggered after an element is populated."
20379+
"desc": "The event triggered after all elements are populated."
2038020380
},
2038120381
{
2038220382
"class": "craft\\commerce\\elements\\db\\PurchasableQuery",
@@ -20412,19 +20412,19 @@
2041220412
"class": "craft\\commerce\\elements\\db\\SubscriptionQuery",
2041320413
"name": "EVENT_BEFORE_POPULATE_ELEMENT",
2041420414
"type": "craft\\events\\PopulateElementEvent",
20415-
"desc": "The event that is triggered before an element is populated."
20415+
"desc": "The event that is triggered before an element is populated from a database row."
2041620416
},
2041720417
{
2041820418
"class": "craft\\commerce\\elements\\db\\SubscriptionQuery",
2041920419
"name": "EVENT_AFTER_POPULATE_ELEMENT",
2042020420
"type": "craft\\events\\PopulateElementEvent",
20421-
"desc": "The event that is triggered after an element is populated."
20421+
"desc": "The event that is triggered after an element is populated from a database row."
2042220422
},
2042320423
{
2042420424
"class": "craft\\commerce\\elements\\db\\SubscriptionQuery",
2042520425
"name": "EVENT_AFTER_POPULATE_ELEMENTS",
2042620426
"type": "craft\\events\\PopulateElementEvent",
20427-
"desc": "The event that is triggered after an element is populated."
20427+
"desc": "The event triggered after all elements are populated."
2042820428
},
2042920429
{
2043020430
"class": "craft\\commerce\\elements\\db\\SubscriptionQuery",
@@ -20460,19 +20460,19 @@
2046020460
"class": "craft\\commerce\\elements\\db\\TransferQuery",
2046120461
"name": "EVENT_BEFORE_POPULATE_ELEMENT",
2046220462
"type": "craft\\events\\PopulateElementEvent",
20463-
"desc": "The event that is triggered before an element is populated."
20463+
"desc": "The event that is triggered before an element is populated from a database row."
2046420464
},
2046520465
{
2046620466
"class": "craft\\commerce\\elements\\db\\TransferQuery",
2046720467
"name": "EVENT_AFTER_POPULATE_ELEMENT",
2046820468
"type": "craft\\events\\PopulateElementEvent",
20469-
"desc": "The event that is triggered after an element is populated."
20469+
"desc": "The event that is triggered after an element is populated from a database row."
2047020470
},
2047120471
{
2047220472
"class": "craft\\commerce\\elements\\db\\TransferQuery",
2047320473
"name": "EVENT_AFTER_POPULATE_ELEMENTS",
2047420474
"type": "craft\\events\\PopulateElementEvent",
20475-
"desc": "The event that is triggered after an element is populated."
20475+
"desc": "The event triggered after all elements are populated."
2047620476
},
2047720477
{
2047820478
"class": "craft\\commerce\\elements\\db\\TransferQuery",
@@ -20508,19 +20508,19 @@
2050820508
"class": "craft\\commerce\\elements\\db\\VariantQuery",
2050920509
"name": "EVENT_BEFORE_POPULATE_ELEMENT",
2051020510
"type": "craft\\events\\PopulateElementEvent",
20511-
"desc": "The event that is triggered before an element is populated."
20511+
"desc": "The event that is triggered before an element is populated from a database row."
2051220512
},
2051320513
{
2051420514
"class": "craft\\commerce\\elements\\db\\VariantQuery",
2051520515
"name": "EVENT_AFTER_POPULATE_ELEMENT",
2051620516
"type": "craft\\events\\PopulateElementEvent",
20517-
"desc": "The event that is triggered after an element is populated."
20517+
"desc": "The event that is triggered after an element is populated from a database row."
2051820518
},
2051920519
{
2052020520
"class": "craft\\commerce\\elements\\db\\VariantQuery",
2052120521
"name": "EVENT_AFTER_POPULATE_ELEMENTS",
2052220522
"type": "craft\\events\\PopulateElementEvent",
20523-
"desc": "The event that is triggered after an element is populated."
20523+
"desc": "The event triggered after all elements are populated."
2052420524
},
2052520525
{
2052620526
"class": "craft\\commerce\\elements\\db\\VariantQuery",

0 commit comments

Comments
 (0)