For general guidelines see how image effects are implemented. Although there are obvious differences in logic and use, many things are common.

Tasks:

Comments

kpv created an issue. See original summary.

kpv’s picture

Issue summary: View changes

  • kpv committed 228d14e on 8.x-1.x
    Issue #2897261: Rework VisualN Drawer API: Added extractFormValues() to...
kpv’s picture

Issue summary: View changes
Status: Active » Needs work

Added extractFormValues() to VisualNDrawerInterface and implementing classes

  • kpv committed ab4223a on 8.x-1.x
    Issue #2897261 by kpv: Rework VisualN Drawer API: Removed...
kpv’s picture

Issue summary: View changes

Removed getConfigurationForm() from VisualNDrawerBase and extending classes. From now on, buildConfigurationForm() should be used directly to construct drawer configuration form.

  • kpv committed a7e3c06 on 8.x-1.x
    Issue #2897261 by kpv: Rework VisualN Drawer API: Removed...
kpv’s picture

Issue summary: View changes

Removed extractConfigArrayValues() from VisualNDrawerBase and extending classes. The code moved to extractFormValues() method.

kpv’s picture

Issue summary: View changes