Skip to content

Commit 5afa444

Browse files
committed
Document pages that have been migrated to list views
1 parent bb42d3b commit 5afa444

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

docs/migration/wsc61/php.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The `setImage()` method expects an object of type `wcf\system\file\processor\Ima
88
Classes that implement the interface `wcf\system\file\processor\IImageDataProvider` provide the `getImageData()` method,
99
that returns a suitable `ImageData` object.
1010

11-
#### Example
11+
### Example
1212

1313
```php
1414
$object = new FooBarObject(1);
@@ -25,10 +25,30 @@ $event->setLink($object->getLink());
2525
$event->setImage(new ImageData('image_src', 800, 600));
2626
```
2727

28+
## List Views
29+
30+
The following pages have been migrated to list views.
31+
Plugins that have been hooked into these pages via event or template listeners must be adapted accordingly.
32+
33+
- `blog\page\BlogEntryListPage`
34+
- `blog\page\BlogListPage`
35+
- `blog\page\CategoryEntryListPage`
36+
- `blog\page\EntryListPage`
37+
- `blog\page\MyBlogListPage`
38+
- `blog\page\MyEntryListPage`
39+
- `blog\page\UnreadEntryListPage`
40+
- `blog\page\UserEntryListPage`
41+
- `blog\page\WatchedEntryListPage`
42+
- `wcf\page\ArticleListPage`
43+
- `wcf\page\CategoryArticleListPage`
44+
- `wcf\page\ConversationListPage`
45+
- `wcf\page\UnreadArticleListPage`
46+
- `wcf\page\WatchedArticleListPage`
47+
2848
## Forms
2949

3050
The following forms have been migrated to FormBuilder forms.
31-
Plugins that have been hooked into these forms via event listeners must be adapted accordingly.
51+
Plugins that have been hooked into these forms via event or template listeners must be adapted accordingly.
3252

3353
- `blog\acp\form\CategoryAddForm`
3454
- `blog\acp\form\CategoryEditForm`

0 commit comments

Comments
 (0)