19 declare(strict_types=1);
57 return "lm_exp_option_html";
67 $this->
lng->loadLanguageModule(
'exp');
68 return $this->
lng->txt(
"exp_format_dropdown-html");
194 ilExportHandlerConsumerContextInterface
$context,
195 ilExportHandlerConsumerFileIdentifierCollectionInterface $file_identifiers
196 ): ilExportHandlerFileInfoCollectionInterface {
197 $collection_builder = $context->fileCollectionBuilder();
198 $file_identifiers_array = $file_identifiers->toStringArray();
199 foreach ($this->
getFiles($context) as $file) {
200 if (in_array($file->getFileIdentifier(), $file_identifiers_array)) {
201 $collection_builder = $collection_builder->withFileInfo($file);
204 return $collection_builder->collection();
208 ilExportHandlerConsumerContextInterface
$context 210 $this->
ctrl->redirectByClass(ilObjContentObjectGUI::class,
"showExportOptionsHTML");
216 foreach ($this->lom_services->dataHelper()->getAllLanguages() as $language) {
217 $langs[] = $language->value();
219 $default_dirs = [
"_html"];
220 $default_dirs = array_merge($default_dirs, [
"_html_all"]);
221 return array_merge($default_dirs,
array_map(
function ($la) {
return "_html_" . $la; }, $langs));
getFileSelection(ilExportHandlerConsumerContextInterface $context, ilExportHandlerConsumerFileIdentifierCollectionInterface $file_identifiers)
getSubDirs(int $object_id)
onExportOptionSelected(ilExportHandlerConsumerContextInterface $context)
Customizing of pimple-DIC for ILIAS.
getFiles(ilExportHandlerConsumerContextInterface $context)
LOMServices $lom_services
language()
Get interface to the i18n service.
getSupportedRepositoryObjectTypes()
ctrl()
Get the interface to the control structure.