Skip to content

Commit

Permalink
Update guides/integrations-api/general-concepts/partial-data-loading.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sushmangupta authored Jan 24, 2024
1 parent ed8bc31 commit dac261c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Some fields are always loaded like the `id` or join relevant fields like foreign

Some fields in the API are generated at runtime like `isSystemDefault` of the currency. These fields are loaded by default when the depending on data is available, otherwise they can be referenced in the `fields` parameter to force the API to load them.

For custom entity definitions with Runtime flag, the depending on fields needs to be specified inside the constructor. See an example from the core:
For custom entity definitions with runtime flag, the depending on fields needs to be specified inside the constructor. See an example from the core:

```php

Check warning on line 111 in guides/integrations-api/general-concepts/partial-data-loading.md

View workflow job for this annotation

GitHub Actions / LanguageTool

[LanguageTool] guides/integrations-api/general-concepts/partial-data-loading.md#L111

File types are normally capitalized. (FILE_EXTENSIONS_CASE[1]) Suggestions: `PHP` URL: https://languagetool.org/insights/post/spelling-capital-letters/ Rule: https://community.languagetool.org/rule/show/FILE_EXTENSIONS_CASE?lang=en-US&subId=1 Category: CASING
Raw output
guides/integrations-api/general-concepts/partial-data-loading.md:111:3: File types are normally capitalized. (FILE_EXTENSIONS_CASE[1])
 Suggestions: `PHP`
 URL: https://languagetool.org/insights/post/spelling-capital-letters/ 
 Rule: https://community.languagetool.org/rule/show/FILE_EXTENSIONS_CASE?lang=en-US&subId=1
 Category: CASING
protected function defineFields(): FieldCollection
Expand Down

0 comments on commit dac261c

Please sign in to comment.