Data Resource
This module provides a system for abstracting data from its implementation, allowing developers to control how data is brought in and processed using configurable resource and processor plugins.
This module abstracts the data from the implementation. It creates two plugin types. Resources and Processors.
Features
Easy to work system where the developer has full control over the code used to bring in and process data. The only UI is the two places where you register the plugins Resources and Processors.
To create a Resource go to content and create a Resource. The only one created at the moment is a ClassResource. To use it you will need to create a custom module with a Class name DataResource and then the label you used in creating the Resource. Example: DataResourceMyResourceLabel.php You must use one word labels when creating a Resource and select the custom module you created as a class source. Then place the class in the src folder of your custom module.
Installation
Install like you would any other module.
Similar projects
Feeds
Depends on
Dependencies of the latest stable release
No dependencies recorded for this project.
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.
Activity
Releases
| Version | Type | Core | Notes | Release date | |
|---|---|---|---|---|---|
| 1.0.x-dev | Dev | 10–11 | Release for development. | Jul 10, 2025 |