Problem/Motivation
ECA currently only allows model export if it's being implemented by the modeller. In #3337182: Make all model exportable the model export moves upstream into ECA ModellerBase so that every model can be exported, and the modeller doesn't have to deal with it. This should also be possible with eca_cm. As the ModellerInterface declares the export method, but the base modeller class doesn't implement that to leave it to the modeller itself, eca_cm contains an export method which returns just NULL.
In the next version of ECA, the base modeller comes with a generic export function and the overwrite from the modeller should be removed. As this may cause issues depending on which ECA version is being used, we also need to define a minimum ECA version when releasing this for eca_cm.
Issue fork eca_cm-3337197
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3337197-enable-general-model
changes, plain diff MR !5
Comments
Comment #3
jurgenhaasComment #4
mxh commentedThe single pipe symbol works, but for ORs the double pipe symbol is the one that's supposed to be used. See https://getcomposer.org/doc/articles/versions.md#version-range
Comment #6
mxh commented