23 $opt = parent::buildFieldCreationInput($dcl, $mode);
26 if (get_called_class() ==
'ilDclPluginFieldRepresentation') {
30 $plugin_data = $this->component_factory->getPlugin($plugin->getId());
31 $options[$plugin_data->getPluginName()] = $plugin_data->getPluginName();
34 if (count($options) > 0) {
36 $this->
lng->txt(
'dcl_plugin_hooks'),
39 $plugin_selection->setOptions($options);
40 $opt->addSubItem($plugin_selection);
41 if ($mode ==
"edit") {
42 $plugin_selection->setDisabled(
true);
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
const PROP_PLUGIN_HOOK_NAME
buildFieldCreationInput(ilObjDataCollection $dcl, string $mode='create')
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...