AbstractClassMapFactory |
Page factory for CRUD-capable components. Provides a lot of CRUD functionality
without the need for per-component page files. You can override any of these
pages by adding a file to your component (see Files page factory) and can disable
some of the provided functionality via your component's permissions. |
Crud |
Page factory for CRUD-capable components. Provides a lot of CRUD functionality
without the need for per-component page files. You can override any of these
pages by adding a file to your component (see Files page factory) and can disable
some of the provided functionality via your component's permissions. |
Custom |
A page factory to allow easy overriding of pages from other factories. |
Files |
This factory finds page files in your admin component's folder. |
Page |
This class is a simple value object for pages returned from
PageFactoryInterface->listAllPages() methods to ensure they are consistently
handled in the various factories. |
Upload |
|