34 $this->logger =
$DIC->logger()->cal();
35 $this->lng =
$DIC->language();
36 $this->lng->loadLanguageModule(
'background_tasks');
56 return new SingleType(ilCopyDefinition::class);
74 if ($user_selected_option->
getValue() == self::OPTION_OK) {
79 return $definition =
$input[0];
97 return $message = $this->lng->txt(
'ui_msg_files_violate_maxsize');
106 $copy_definition =
$input[0];
107 if ($copy_definition->getAdheresToLimit()->getValue()) {
An exception for terminatinating execution or to throw for unit testing.