Privacy consent
Extended Orchard Core APIs
Included modules
Introduction
Time requirement
1 hourDependencies
The knowledge of the below APIs is not necessary for all developers as these are needed only for more special tasks. There is no need to go into details about all providers, evaluating a few provider types used in Projector and a Token provider is enough.
- Common Orchard Core provider model
- Extending Queries with
IQuerySource
Introduction
Time requirement
2 hours 30 minutesDependencies
The knowledge of the below APIs is not necessary for all developers as these are needed only for more special tasks. There is no need to go into details about all providers, evaluating a few provider types used in Projector and a Token provider is enough.
- Liquid filters
- Tag helpers
- Workflows (
IActivity
) providers:- Events
- Tasks
Introduction
Time requirement
1 hour 30 minutesDependencies
The knowledge of the below APIs is not necessary for all developers as these are needed only for more special tasks. There is no need to go into details about all providers, evaluating a few provider types used in Projector and a Token provider is enough.
- Creating an admin theme
- Advanced shapes:
IShapeDisplayEvents
IShapeTableProvider
implementation to add alternates (see e.g.OrchardCore.Contents.Shapes
), wrappers (see e.g.MediaShapes
), classes, hook into events- Shape methods with the
Shape
attribute (seeDemoShapeProvider
)