ILIAS
release_8 Revision v8.19
|
Class ilGSProviderFactory. More...
Public Member Functions | |
__construct (Container $dic) | |
getMainBarProvider () | |
getMetaBarProvider () | |
getToolProvider () | |
getModificationProvider () | |
getNotificationsProvider () | |
getToastsProvider () | |
getMainBarItemInformation () | |
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 | ) |
|
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().
ilGSProviderFactory::getMainBarItemInformation | ( | ) |
Implements ILIAS\GlobalScreen\Provider\ProviderFactory.
Definition at line 249 of file class.ilGSProviderFactory.php.
References $main_menu_item_information.
ilGSProviderFactory::getMainBarProvider | ( | ) |
Implements ILIAS\GlobalScreen\Provider\ProviderFactory.
Definition at line 97 of file class.ilGSProviderFactory.php.
References $provider, appendCore(), initPlugins(), and registerInternal().
ilGSProviderFactory::getMetaBarProvider | ( | ) |
Implements ILIAS\GlobalScreen\Provider\ProviderFactory.
Definition at line 120 of file class.ilGSProviderFactory.php.
References $provider, appendCore(), initPlugins(), and registerInternal().
ilGSProviderFactory::getModificationProvider | ( | ) |
Implements ILIAS\GlobalScreen\Provider\ProviderFactory.
Definition at line 166 of file class.ilGSProviderFactory.php.
References $provider, appendCore(), and initPlugins().
ilGSProviderFactory::getNotificationsProvider | ( | ) |
Implements ILIAS\GlobalScreen\Provider\ProviderFactory.
Definition at line 187 of file class.ilGSProviderFactory.php.
References $provider, appendCore(), initPlugins(), and registerInternal().
ilGSProviderFactory::getProviderByClassName | ( | string | $class_name | ) |
Implements ILIAS\GlobalScreen\Provider\ProviderFactory.
Definition at line 257 of file class.ilGSProviderFactory.php.
References isInstanceCreationPossible(), and isRegistered().
ilGSProviderFactory::getToastsProvider | ( | ) |
Definition at line 210 of file class.ilGSProviderFactory.php.
References $provider, appendCore(), initPlugins(), and registerInternal().
ilGSProviderFactory::getToolProvider | ( | ) |
Implements ILIAS\GlobalScreen\Provider\ProviderFactory.
Definition at line 143 of file class.ilGSProviderFactory.php.
References $provider, appendCore(), initPlugins(), and registerInternal().
|
private |
Definition at line 67 of file class.ilGSProviderFactory.php.
References XapiProxy\$plugin.
Referenced by getMainBarProvider(), getMetaBarProvider(), getModificationProvider(), getNotificationsProvider(), getToastsProvider(), and getToolProvider().
ilGSProviderFactory::isInstanceCreationPossible | ( | string | $class_name | ) |
Implements ILIAS\GlobalScreen\Provider\ProviderFactory.
Definition at line 269 of file class.ilGSProviderFactory.php.
References Vendor\Package\$e.
Referenced by appendCore(), and getProviderByClassName().
ilGSProviderFactory::isRegistered | ( | string | $class_name | ) |
Implements ILIAS\GlobalScreen\Provider\ProviderFactory.
Definition at line 281 of file class.ilGSProviderFactory.php.
Referenced by getProviderByClassName().
|
protected |
array | $providers |
Definition at line 84 of file class.ilGSProviderFactory.php.
Referenced by getMainBarProvider(), getMetaBarProvider(), getNotificationsProvider(), getToastsProvider(), and getToolProvider().
|
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.