Feature #29196
Add hook for custom handle method
| Status: | Closed | Start date: | 2011-08-23 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Francois Suter | % Done: | 100% |
|
| Category: | Import process | |||
| Target version: | 2.0.0 | |||
| Votes: | 0 |
Description
It might be convenient to be able to use a custom "handle" method. The hook would be registered for a given keyword and that same keyword would be used in the "data" property of the extended TCA syntax.
Associated revisions
Added support for custom data handlers, resolves #29196
Added support for custom data handlers, resolves #29196
History
Updated by Francois Suter about 1 year ago
- Category set to Import process
Updated by Francois Suter 12 months ago
- Status changed from New to Accepted
- Assignee set to Francois Suter
Updated by Francois Suter 12 months ago
This is actually not so simple, as external_import really needs to know in several places what data format it is handling. Rather than introducing a custom data format, enabling to replace the standard data handlers is quite enough.
Updated by Francois Suter 12 months ago
- Status changed from Accepted to Resolved
- % Done changed from 0 to 100
Applied in changeset r63290.
Updated by Francois Suter 11 months ago
- Status changed from Resolved to Closed