19 declare(strict_types=1);
    55         if ($this->translations_repository !== null) {
    65         if ($this->user_language !== null) {
    68         return $this->user_language = $this->dic->user()->getLanguage();
    73         if ($this->groups_repository !== null) {
    78         $this->groups_repository->
preload();
    84         if ($this->entries_repository !== null) {
    89         $this->entries_repository->
preload();
    95         return $this->identifications ?? $this->dic->globalScreen()->identification();
   104         if ($item instanceof 
isGroup) {
   117         return $d->isActive();
   143             && $translation->getTranslation() !== 
''   145             return $item->
withTitle($translation->getTranslation());
   155         if ($entry === null) {
   159         return $this->
id()->fromSerializedIdentification($entry->getParent());
 
Interface IdentificationInterface. 
 
Customizing of pimple-DIC for ILIAS. 
 
Class IdentificationFactory All elements in the GlobalScreen service must be identifiable for the sup...
 
getProviderIdentification()