19 declare(strict_types=1);
41 return $this->context_collection->
main()->repository()->administration();
48 return $this->identification_provider->contextAwareIdentifier(
$id);
53 $additional_data = $called_contexts->
getLast()->getAdditionalData();
54 if ($additional_data->exists(self::SHOW_MAIL_FOLDERS_TOOL) &&
55 $additional_data->get(self::SHOW_MAIL_FOLDERS_TOOL) ===
true) {
56 $title = $this->dic->language()->txt(
'mail_folders');
57 $icon = $this->dic->ui()->factory()->symbol()->icon()->standard(
'mail', $title);
60 ->tool($identification(
'mail_folders_tree'))
63 ->withContentWrapper(
function ():
Content {
66 return $this->dic->ui()->factory()->legacy()->content($exp->getHTML(
true));
Interface IdentificationInterface.
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins