| 
    ILIAS
    release_8 Revision v8.24
    
   | 
  
Class ilGSProviderFactory. More...
 Inheritance diagram for ilGSProviderFactory:
 Collaboration diagram for ilGSProviderFactory:Public Member Functions | |
| __construct (Container $dic) | |
| @inheritDoc  More... | |
| getMainBarProvider () | |
| @inheritDoc  More... | |
| getMetaBarProvider () | |
| @inheritDoc  More... | |
| getToolProvider () | |
| @inheritDoc  More... | |
| getModificationProvider () | |
| @inheritDoc  More... | |
| getNotificationsProvider () | |
| @inheritDoc  More... | |
| getToastsProvider () | |
| @inheritDoc  More... | |
| getMainBarItemInformation () | |
| @inheritDoc  More... | |
| getProviderByClassName (string $class_name) | |
| @inheritDoc  More... | |
| isInstanceCreationPossible (string $class_name) | |
| @inheritDoc  More... | |
| isRegistered (string $class_name) | |
| @inheritDoc  More... | |
| getModificationProvider () | |
| getMainBarProvider () | |
| getMainBarItemInformation () | |
| getToolProvider () | |
| getMetaBarProvider () | |
| getNotificationsProvider () | |
| getProviderByClassName (string $class_name) | |
| isInstanceCreationPossible (string $class_name) | |
| isRegistered (string $class_name) | |
Protected Member Functions | |
| registerInternal (array $providers) | |
Protected Attributes | |
| array | $all_providers | 
| ilComponentRepository | $component_repository | 
| ilComponentFactory | $component_factory | 
Private Member Functions | |
| initPlugins () | |
| appendCore (array &$array_of_providers, string $interface) | |
Private Attributes | |
| array | $plugin_provider_collections = null | 
| array | $class_loader | 
| Container | $dic | 
| ItemInformation | $main_menu_item_information | 
Class ilGSProviderFactory.
Definition at line 37 of file class.ilGSProviderFactory.php.
| ilGSProviderFactory::__construct | ( | Container | $dic | ) | 
@inheritDoc
@noRector
Definition at line 57 of file class.ilGSProviderFactory.php.
References $dic.
      
  | 
  private | 
| array | $array_of_providers | |
| string | $interface | 
Definition at line 234 of file class.ilGSProviderFactory.php.
References Vendor\Package\$e, and isInstanceCreationPossible().
Referenced by getMainBarProvider(), getMetaBarProvider(), getModificationProvider(), getNotificationsProvider(), getToastsProvider(), and getToolProvider().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilGSProviderFactory::getMainBarItemInformation | ( | ) | 
@inheritDoc
Implements ILIAS\GlobalScreen\Provider\ProviderFactory.
Definition at line 249 of file class.ilGSProviderFactory.php.
References $main_menu_item_information.
| ilGSProviderFactory::getMainBarProvider | ( | ) | 
@inheritDoc
Implements ILIAS\GlobalScreen\Provider\ProviderFactory.
Definition at line 97 of file class.ilGSProviderFactory.php.
References $provider, appendCore(), initPlugins(), and registerInternal().
 Here is the call graph for this function:| ilGSProviderFactory::getMetaBarProvider | ( | ) | 
@inheritDoc
Implements ILIAS\GlobalScreen\Provider\ProviderFactory.
Definition at line 120 of file class.ilGSProviderFactory.php.
References $provider, appendCore(), initPlugins(), and registerInternal().
 Here is the call graph for this function:| ilGSProviderFactory::getModificationProvider | ( | ) | 
@inheritDoc
Implements ILIAS\GlobalScreen\Provider\ProviderFactory.
Definition at line 166 of file class.ilGSProviderFactory.php.
References $provider, appendCore(), and initPlugins().
 Here is the call graph for this function:| ilGSProviderFactory::getNotificationsProvider | ( | ) | 
@inheritDoc
Implements ILIAS\GlobalScreen\Provider\ProviderFactory.
Definition at line 187 of file class.ilGSProviderFactory.php.
References $provider, appendCore(), initPlugins(), and registerInternal().
 Here is the call graph for this function:| ilGSProviderFactory::getProviderByClassName | ( | string | $class_name | ) | 
@inheritDoc
Implements ILIAS\GlobalScreen\Provider\ProviderFactory.
Definition at line 257 of file class.ilGSProviderFactory.php.
References isInstanceCreationPossible(), and isRegistered().
 Here is the call graph for this function:| ilGSProviderFactory::getToastsProvider | ( | ) | 
@inheritDoc
Definition at line 210 of file class.ilGSProviderFactory.php.
References $provider, appendCore(), initPlugins(), and registerInternal().
 Here is the call graph for this function:| ilGSProviderFactory::getToolProvider | ( | ) | 
@inheritDoc
Implements ILIAS\GlobalScreen\Provider\ProviderFactory.
Definition at line 143 of file class.ilGSProviderFactory.php.
References $provider, appendCore(), initPlugins(), and registerInternal().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 67 of file class.ilGSProviderFactory.php.
References XapiProxy\$plugin.
Referenced by getMainBarProvider(), getMetaBarProvider(), getModificationProvider(), getNotificationsProvider(), getToastsProvider(), and getToolProvider().
 Here is the caller graph for this function:| ilGSProviderFactory::isInstanceCreationPossible | ( | string | $class_name | ) | 
@inheritDoc
Implements ILIAS\GlobalScreen\Provider\ProviderFactory.
Definition at line 269 of file class.ilGSProviderFactory.php.
References Vendor\Package\$e.
Referenced by appendCore(), and getProviderByClassName().
 Here is the caller graph for this function:| ilGSProviderFactory::isRegistered | ( | string | $class_name | ) | 
@inheritDoc
Implements ILIAS\GlobalScreen\Provider\ProviderFactory.
Definition at line 281 of file class.ilGSProviderFactory.php.
Referenced by getProviderByClassName().
 Here is the caller graph for this function:
      
  | 
  protected | 
| array | $providers | 
Definition at line 84 of file class.ilGSProviderFactory.php.
Referenced by getMainBarProvider(), getMetaBarProvider(), getNotificationsProvider(), getToastsProvider(), and getToolProvider().
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 49 of file class.ilGSProviderFactory.php.
      
  | 
  private | 
Definition at line 43 of file class.ilGSProviderFactory.php.
      
  | 
  protected | 
Definition at line 52 of file class.ilGSProviderFactory.php.
      
  | 
  protected | 
Definition at line 51 of file class.ilGSProviderFactory.php.
      
  | 
  private | 
Definition at line 44 of file class.ilGSProviderFactory.php.
Referenced by __construct().
      
  | 
  private | 
Definition at line 45 of file class.ilGSProviderFactory.php.
Referenced by getMainBarItemInformation().
      
  | 
  private | 
Definition at line 42 of file class.ilGSProviderFactory.php.