42 return $this->component_repository
43 ->getComponentByTypeAndName(
76 public function isActive($a_ctype, $a_cname, $a_slot_id, $a_pname): bool
78 trigger_error(
"DEPRECATED: ilPluginAdmin::isActive is deprecated. Remove your usages of the method.");
80 return $this->
getPluginInfo($a_ctype, $a_cname, $a_slot_id, $a_pname)->isActive();
81 }
catch (\InvalidArgumentException
$e) {
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ilComponentRepository $component_repository
getPluginInfo($a_ctype, $a_cname, $a_slot_id, $a_pname)
__construct(ilComponentRepository $component_repository)
isActive($a_ctype, $a_cname, $a_slot_id, $a_pname)
Checks whether plugin is active (include version checks)
Simple value class for information about a plugin.
Readable part of repository interface to ilComponentDataDB.