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