Class CopyModelController handles copy action on a model.
It provides a setEnvironment method which has to be used to initialize the environment instead.
Methods
Check if is it allowed to create a new record. This is necessary to create the copy.
guardIsCreatable(\ContaoCommunityAlliance\DcGeneral\Data\ModelIdInterface $modelId, bool $redirect) : void
Parameters
$redirect
bool
If true it redirects to error page instead of throwing an exception.
Exceptions
Redirect to edit mask.
redirect(\ContaoCommunityAlliance\DcGeneral\EnvironmentInterface $environment, \ContaoCommunityAlliance\DcGeneral\Data\ModelIdInterface $copiedModelId) : void