Skip to content

Commit

Permalink
cms@33b3fb0
Browse files Browse the repository at this point in the history
Finish 5.2.0-beta.1
  • Loading branch information
shinybrad committed Jun 3, 2024
1 parent e8eda6c commit 05b8e22
Show file tree
Hide file tree
Showing 8 changed files with 102 additions and 1 deletion.
14 changes: 14 additions & 0 deletions docs/.artifacts/cms/5.x/addresses.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
| [wasCountEagerLoaded](#wascounteagerloaded) | Returns whether the query result count was already eager loaded by the query's source element.
| [wasEagerLoaded](#waseagerloaded) | Returns whether the query results were already eager loaded by the query's source element.
| [with](#with) | Causes the query to return matching addresses eager-loaded with related elements.
| [withCustomFields](#withcustomfields) | Sets whether custom fields should be factored into the query.


<!-- textlint-enable -->
Expand Down Expand Up @@ -1428,5 +1429,18 @@ $addresses = \craft\elements\Address::find()
:::


#### `withCustomFields`

Sets whether custom fields should be factored into the query.











<!-- END PARAMS -->
14 changes: 14 additions & 0 deletions docs/.artifacts/cms/5.x/assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
| [wasEagerLoaded](#waseagerloaded) | Returns whether the query results were already eager loaded by the query's source element.
| [width](#width) | Narrows the query results based on the assets’ image widths.
| [with](#with) | Causes the query to return matching assets eager-loaded with related elements.
| [withCustomFields](#withcustomfields) | Sets whether custom fields should be factored into the query.
| [withTransforms](#withtransforms) | Causes the query to return matching assets eager-loaded with image transform indexes.


Expand Down Expand Up @@ -1368,6 +1369,19 @@ $assets = \craft\elements\Asset::find()
:::


#### `withCustomFields`

Sets whether custom fields should be factored into the query.










#### `withTransforms`

Causes the query to return matching assets eager-loaded with image transform indexes.
Expand Down
14 changes: 14 additions & 0 deletions docs/.artifacts/cms/5.x/categories.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
| [wasCountEagerLoaded](#wascounteagerloaded) | Returns whether the query result count was already eager loaded by the query's source element.
| [wasEagerLoaded](#waseagerloaded) | Returns whether the query results were already eager loaded by the query's source element.
| [with](#with) | Causes the query to return matching categories eager-loaded with related elements.
| [withCustomFields](#withcustomfields) | Sets whether custom fields should be factored into the query.


<!-- textlint-enable -->
Expand Down Expand Up @@ -1501,5 +1502,18 @@ $categories = \craft\elements\Category::find()
:::


#### `withCustomFields`

Sets whether custom fields should be factored into the query.











<!-- END PARAMS -->
2 changes: 1 addition & 1 deletion docs/.artifacts/cms/5.x/config-general.md
Original file line number Diff line number Diff line change
Expand Up @@ -1181,7 +1181,7 @@ Since

</div>

The output format to pass to `pg_dump` when backing up the database.
The output format that database backups should use (PostgreSQL only).



Expand Down
17 changes: 17 additions & 0 deletions docs/.artifacts/cms/5.x/entries.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
| [wasCountEagerLoaded](#wascounteagerloaded) | Returns whether the query result count was already eager loaded by the query's source element.
| [wasEagerLoaded](#waseagerloaded) | Returns whether the query results were already eager loaded by the query's source element.
| [with](#with) | Causes the query to return matching entries eager-loaded with related elements.
| [withCustomFields](#withcustomfields) | Sets whether custom fields should be factored into the query.


<!-- textlint-enable -->
Expand Down Expand Up @@ -674,7 +675,9 @@ Possible values include:
| Value | Fetches drafts…
| - | -
| `1` | for the entry with an ID of 1.
| `[1, 2]` | for the entries with an ID of 1 or 2.
| a [Entry](craft5:craft\elements\Entry) object | for the entry represented by the object.
| an array of [Entry](craft5:craft\elements\Entry) objects | for the entries represented by the objects.
| `'*'` | for any entry
| `false` | that aren’t associated with a published entry

Expand Down Expand Up @@ -1799,6 +1802,7 @@ Possible values include:
| `['foo', 'bar']` | in a section with a handle of `foo` or `bar`.
| `['not', 'foo', 'bar']` | not in a section with a handle of `foo` or `bar`.
| a [Section](craft5:craft\models\Section) object | in a section represented by the object.
| `'*'` | in any section.



Expand Down Expand Up @@ -2352,5 +2356,18 @@ $entries = \craft\elements\Entry::find()
:::


#### `withCustomFields`

Sets whether custom fields should be factored into the query.











<!-- END PARAMS -->
14 changes: 14 additions & 0 deletions docs/.artifacts/cms/5.x/globals.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
| [wasCountEagerLoaded](#wascounteagerloaded) | Returns whether the query result count was already eager loaded by the query's source element.
| [wasEagerLoaded](#waseagerloaded) | Returns whether the query results were already eager loaded by the query's source element.
| [with](#with) | Causes the query to return matching global sets eager-loaded with related elements.
| [withCustomFields](#withcustomfields) | Sets whether custom fields should be factored into the query.


<!-- textlint-enable -->
Expand Down Expand Up @@ -914,5 +915,18 @@ $globalSets = \craft\elements\GlobalSet::find()
:::


#### `withCustomFields`

Sets whether custom fields should be factored into the query.











<!-- END PARAMS -->
14 changes: 14 additions & 0 deletions docs/.artifacts/cms/5.x/tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
| [wasCountEagerLoaded](#wascounteagerloaded) | Returns whether the query result count was already eager loaded by the query's source element.
| [wasEagerLoaded](#waseagerloaded) | Returns whether the query results were already eager loaded by the query's source element.
| [with](#with) | Causes the query to return matching tags eager-loaded with related elements.
| [withCustomFields](#withcustomfields) | Sets whether custom fields should be factored into the query.


<!-- textlint-enable -->
Expand Down Expand Up @@ -1030,5 +1031,18 @@ $tags = \craft\elements\Tag::find()
:::


#### `withCustomFields`

Sets whether custom fields should be factored into the query.











<!-- END PARAMS -->
14 changes: 14 additions & 0 deletions docs/.artifacts/cms/5.x/users.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
| [wasCountEagerLoaded](#wascounteagerloaded) | Returns whether the query result count was already eager loaded by the query's source element.
| [wasEagerLoaded](#waseagerloaded) | Returns whether the query results were already eager loaded by the query's source element.
| [with](#with) | Causes the query to return matching users eager-loaded with related elements.
| [withCustomFields](#withcustomfields) | Sets whether custom fields should be factored into the query.
| [withGroups](#withgroups) | Causes the query to return matching users eager-loaded with their user groups.


Expand Down Expand Up @@ -1208,6 +1209,19 @@ $users = \craft\elements\User::find()
:::


#### `withCustomFields`

Sets whether custom fields should be factored into the query.










#### `withGroups`

Causes the query to return matching users eager-loaded with their user groups.
Expand Down

0 comments on commit 05b8e22

Please sign in to comment.