You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs_drafts/how-to/how-to-upgrade-content-types.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ class FixFullWidthRowPadding implements DataConverterInterface
84
84
85
85
### Data patch class example
86
86
87
-
The data patch class implements the `DataPatchInterface`. Specifically, it uses the framework's`UpgradeContentHelper` class to apply the converter class to all the database entities where Page Builder content exists. These locations are provided by the `UpgradableEntitiesPool`, described later in this topic.
87
+
The data patch class implements the `DataPatchInterface`. Specifically, it uses the Page Builder`UpgradeContentHelper` class to apply the converter class to all the database entities where Page Builder content exists. These locations are provided by the `UpgradableEntitiesPool`, described later in this topic.
88
88
89
89
Page Builder's `UpgradeFullWidthPadding` class is provided here as an example implementation:
0 commit comments