19 declare(strict_types=1);
25 $opt = parent::buildFieldCreationInput($dcl, $mode);
28 if (get_called_class() ==
'ilDclPluginFieldRepresentation') {
32 $plugin_data = $this->component_factory->getPlugin($plugin->getId());
33 $options[$plugin_data->getPluginName()] = $plugin_data->getPluginName();
36 if (count($options) > 0) {
38 $this->
lng->txt(
'dcl_plugin_hooks'),
42 $opt->addSubItem($plugin_selection);
43 if ($mode ==
"edit") {
44 $plugin_selection->setDisabled(
true);
This class represents an option in a radio group.
const PROP_PLUGIN_HOOK_NAME
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
buildFieldCreationInput(ilObjDataCollection $dcl, string $mode='create')